Tag: App development
-
Reducing FOUC with Web Components
Posted on February 15, 2026, Level intermediate Resource Length long
Discover techniques to minimize the flash of unstyled content (FOUC) in web components, ensuring a seamless user experience with improved accessibility and performance. By Burton Smith.
Tags css web-development app-development frontend ux
-
Building a more appealing CLI for Agentic LLMs based on learnings from the Textual Framework
Posted on February 13, 2026, Level beginner Resource Length long
Will McGugan discusses building Textual, a terminal-based GUI framework, and introduces Toad—a new CLI interface for agentic LLMs that runs other terminal apps internally and supports multiple AI backends via the Agent Client Protocol. By Will McGugan, Olimpiu Pop.l.
Tags ai bots app-development python
-
Mental models for working with coding agents
Posted on February 11, 2026, Level beginner Resource Length short
Mastering coding agents requires understanding the orchestration harness, context management, and iterative loops—key to transforming AI-assisted development. By George Chiramattel.
Tags ai bots app-development cio career
-
How to build resilient APIs with Resilience4j circuit breaker in spring boot
Posted on February 9, 2026, Level intermediate Resource Length medium
Build resilient microservices with Resilience4j's Circuit Breaker pattern, safeguarding your APIs from cascading failures and ensuring graceful fallback responses. By Kshitish Nath.
Tags programming app-development web-development scala java
-
Drawing connections with CSS anchor positioning
Posted on February 5, 2026, Level beginner Resource Length medium
CSS Anchor Positioning revolutionizes visual connections between UI elements without JavaScript or extra markup. By Roland.
Tags css app-development web-development frontend learning
-
How to stop directory traversal attacks in Python
Posted on February 5, 2026, Level intermediate Resource Length medium
Directory Traversal is a common but dangerous vulnerability that can affect applications when file paths are built using untrusted user input, or when file paths are used with unchecked input. Python applications are not immune to directory traversal attacks. By Maikel.
Tags python app-development infosec learning
-
Using the Temporal API in Angular without including a Polyfill
Posted on February 3, 2026, Level beginner Resource Length medium
The Temporal API is a modern replacement for JavaScript's `Date` object, offering better date/time handling (time zones, calendars). Chrome/Edge 144 and Firefox now support it natively. By Alexander Lehner.
Tags angular app-development web-development nodejs javascript
-
CockroachDB Serverless: Sub-second scaling from zero with multi-region cluster virtualization
Posted on February 1, 2026, Level intermediate Resource Length medium
Discover how CockroachDB Serverless achieves sub-second scaling from zero using multi-region cluster virtualization, balancing performance and cost for multi-tenant environments. By Murat.
Tags app-development distributed serverless database
-
What AWS Security learned from responding to recent npm supply chain threat campaigns
Posted on January 28, 2026, Level intermediate Resource Length medium
AWS details its response to recent npm supply chain attacks, emphasizing proactive detection, rapid response, and collaborative threat intelligence sharing. By Nikki Pahliney, Chi Tran, Albin Vattakattu, Charlie Bacon, Dan Dutrow, David Magnotti, Jeff Laskowski, Stephen Goodman, and Ryan Tick.
Tags app-development big-data infosec management aws
-
Building modern databases with the FDAP stack
Posted on January 26, 2026, Level intermediate Resource Length medium
The FDAP stack – Flight, DataFusion, Arrow, and Parquet – represents a significant shift in database development, prioritizing modularity and leveraging existing open-source technologies for modern analytic systems. By gotopia.tech.
Tags app-development big-data analytics database data-science
-
ES2026 solves JavaScript headaches with dates, math and modules
Posted on January 24, 2026, Level intermediate Resource Length medium
JavaScript ES2026 delivers significant JavaScript improvements, addressing longstanding issues with dates, math precision, resource management, and module loading. By Mary Branscombe.
Tags app-development web-development performance javascript
-
AWS 2025: A year of agentic AI, custom chips, and multicloud bridges
Posted on January 12, 2026, Level intermediate Resource Length medium
AWS's 2025 was a pivotal year, marked by the rise of Agentic AI, custom silicon advancements, and real multicloud integration, fundamentally altering how developers build and deploy software. By Damien Gallagher.
Tags ai aws app-development cloud cio