Develop Faster With FrankenPHP
Explains how FrankenPHP's new watcher feature, combined with worker mode, dramatically speeds up Symfony development by eliminating slow cache regeneration.
Explains how FrankenPHP's new watcher feature, combined with worker mode, dramatically speeds up Symfony development by eliminating slow cache regeneration.
Explores the concept of synchronous 'await' in JavaScript, its potential benefits for code duplication, and why it's impractical.
Testing GPT-4o's new image generation feature using C# and the Microsoft.Extensions.AI library, with a practical coding example.
A developer explains why they no longer need the mutetab Firefox extension, as Firefox now reliably blocks auto-playing media by default.
Explains how to use the new Accent Color feature in WPF applications targeting .NET 9.0, including accessing it via SystemColors and XAML.
A technical exploration of using C# records and collections for immutable data models, covering benefits and practical implementation details.
Explores SQL array functions and the integration of lambda expressions in modern SQL dialects like ClickHouse and DuckDB for filtering and transforming array data.
Explores JEP 483: Ahead-of-Time Class Loading & Linking in Java 24, part of Project Leyden, aimed at reducing application startup times.
Explores JEP 483: Ahead-of-Time Class Loading & Linking in Java 24, part of Project Leyden, to reduce application startup times.
A developer details implementing storage for an election data project using Firestore and JSON files, focusing on abstraction and serialization patterns.
A web developer explains the value of a personal links page for consolidating online presence and shares his own approach.
The author discusses using linkhut, a bookmarking service, to share interesting links and projects as an alternative to social media, and encourages others to join.
Explores common disk I/O failure scenarios in transactional applications and how real-world systems handle data integrity issues.
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
Part two of building a personal recommendation system, covering data collection from Pocket and content extraction using the Jina Reader API.
A guide to implementing cost-effective, 'good enough' security for Azure PaaS applications, covering architecture, Entra ID, WAF, and Managed Identities.
A tech team's story of pivoting from a CI cost tool to a CI reliability product, only to realize they built great tech but not a viable product.
Analyzes the geopolitical risks for European organizations using American cloud services (AWS, Azure, GCP) due to declining trans-Atlantic trust.
A technical guide exploring the Confluent Cloud API for deploying and managing Apache Flink workloads, including authentication and deployment models.
A guide to implementing authorization in Next.js applications using React Server Components, Server Actions, and the App Router.