Lambda Tail Warming
A strategy to mitigate AWS Lambda cold starts for low-traffic functions using lifecycle events, moving beyond traditional scheduled warming.
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 guide on using Nix to simplify fuzz testing setup for a PDF parser, demonstrating how to find bugs with a single command.
Part two of automating fuzz testing for a PDF parser using Nix, focusing on building a corpus of edge-case PDFs.
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.
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.
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 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.
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.
An introduction to Apache Parquet, a columnar storage file format for efficient data processing and analytics.
Explains Parquet's columnar storage model, detailing its efficiency for big data analytics through faster queries, better compression, and optimized aggregation.
Explains the hierarchical structure of Parquet files, detailing how pages, row groups, and columns optimize storage and query performance.