Blog questions challenge
A developer reflects on their blogging journey, platform choices, writing process, and favorite posts, touching on web development and career.
A developer reflects on their blogging journey, platform choices, writing process, and favorite posts, touching on web development and career.
Explains the importance of specifying exact version numbers in Docker and package managers to ensure reproducible builds, stability, and security.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
How Amazon Q Developer simplifies AWS CloudWatch CLI commands by translating natural language queries into precise syntax.
A guide on improving blog post clarity by identifying and editing confusing sentences, focusing on making technical writing understandable.
A guide to creating a plaintext RSS feed using the 11ty static site generator, exploring its benefits for syndication and command-line readers.
A guide on splitting large React components into smaller, focused units to improve maintainability, reusability, and unit test coverage.
Analyzes the future of .NET Framework, estimating its support timeline based on Windows Server lifecycle and official Microsoft documentation.
A developer shares their experience finding and reporting 27 security vulnerabilities on Gitlab through HackerOne in 2019, including insights and motivations.
Explains how to cache CORS preflight requests in .NET applications using the Access-Control-Max-Age header to improve performance.
Explores using Bing Search API to ground LLM responses for website assistants, comparing custom implementation with Azure AI Agent Service.
A guide to automating Azure Quick Review (azqr) scans using a scheduled GitHub Actions workflow for continuous cloud resource assessment.
A summary and discussion of Chapter 1 of Chip Huyen's book, exploring the definition of AI Engineering, its distinction from ML, and the AI Engineering stack.
Explains how Azure's software-defined networking abstracts physical infrastructure, making virtual networks a conceptual layer rather than physical entities.
Explains how to use DebuggerDisplayAttribute to add debugging capabilities to third-party .NET types you can't modify directly.
Analyzes how potential geopolitical conflicts in the Nordic/Baltic region could impact critical Azure cloud infrastructure and data centers.
A developer explores fine-grained reactivity with a simple JavaScript framework prototype called 'revolt', built in ~200 lines of code.
Interview with Dr. Nick Feamster on network measurement, machine learning, and the Internet Equity Initiative's work on broadband access.
Fixing the 'too many open files' error in Soju IRC bouncer by increasing file descriptor limits on OpenBSD.
A developer shares their implementation of a custom numeric string comparer in .NET, handling edge cases like movie sequels and version numbers.