React Query API Design - Lessons Learned
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
A deep dive into the API design choices, tradeoffs, and lessons learned from developing the popular TanStack React Query library.
A guide to implementing advanced, shareable search and filter state management in Next.js App Router using URL parameters and React 19 features.
A technical guide on creating Azure Action Groups for notifications using Terraform and PowerShell code examples.
A strategy to mitigate AWS Lambda cold starts for low-traffic functions using lifecycle events, moving beyond traditional scheduled warming.
AI is not the end product but a creative multiplier enabling small teams to build new products and services at unprecedented scale.
A report reveals the significant environmental impact of AI, especially in inference stages like AI-powered search, using 4-30 times more energy than traditional methods.
Explores three new LINQ methods (Index, CountBy, AggregateBy) coming in C# 13 and .NET 9, with code examples for each.
Part two of automating fuzz testing for a PDF parser using Nix, focusing on building a corpus of edge-case PDFs.
A guide on using Nix to simplify fuzz testing setup for a PDF parser, demonstrating how to find bugs with a single command.
A speaker shares insights from a DevOps meetup, focusing on key security features introduced in Kubernetes 1.31.
Discusses concerns about the future stability of .io and .af country code domains, especially for tech users and personal branding.
Explores how .NET library authors can use source generators and generic programming to avoid complex runtime reflection, especially for Native AOT support.
A tutorial on using Htmx triggers with ASP.NET Core to dynamically update HTML elements, specifically focusing on refreshing a user avatar.
A guide to making digital accessibility easier for developers, focusing on SwiftUI, VoiceOver, Voice Control, and building an accessibility culture step-by-step.
AWS Lambda's new code editor features an improved Amazon Q Developer AI assistant for generating and debugging Lambda functions with better in-line code previews.
Announcement of Ghostty 1.0, a new open-source terminal emulator for macOS and Linux aiming to be a fast, feature-rich, and standards-compliant drop-in replacement.
A structured guide for reviewing a company's cloud infrastructure, workloads, and code to prioritize security improvements and establish a cloud security program.
A guide to manually managing multiple Node.js versions using shell aliases and downloaded binaries, without relying on NVM or other version managers.
A tutorial on fetching data in React using only built-in Hooks like useState and useEffect, without third-party libraries.
Benchmarking performance of ASP.NET Minimal API vs classic Controllers in .NET 8 and 9 using BenchmarkDotNet.