Object streams in Node.js
A guide to understanding and using object streams in Node.js, based on the author's book 'Front-End tooling'.
A guide to understanding and using object streams in Node.js, based on the author's book 'Front-End tooling'.
A developer's critique of the complexities and frustrations in implementing and standardizing HTTP clients for microservice communication in Java/Scala ecosystems.
A technical guide on integrating Google Guice dependency injection with Hazelcast's distributed ExecutorService for stateful tasks in Java.
A tutorial on using Docker and Docker Compose to develop, configure, and test microservices locally, including debugging and workflow tips.
A developer's guide to navigating the intermediate learning plateau, with advice on open-source contributions and targeted skill-building.
A technical tutorial on setting up and managing Azure Key Vault using PowerShell, covering installation, access policies, and key/secret operations.
Explains Certificate Transparency for server operators, its importance for HTTPS security, and tools like crt.sh to verify certificate logs.
Explores the philosophical distinction between automated 'checking' and human 'testing' in software development, arguing for personal terminology.
Explains how to deserialize immutable objects from JSON in Java using Jackson's constructor-based binding and Lombok's @RequiredArgsConstructor.
A guide explaining what 'undefined' is in JavaScript, detailing common scenarios that create it, and offering practical tips to handle it effectively.
A technical guide for a Global Azure Bootcamp session on deploying .NET Core applications with Docker and Kubernetes on Azure.
How to use GitHub's protected branches feature to give non-code contributors issue management and moderation permissions without code commit access.
Explains why a project's README file should serve as its foundational document, defining core goals to guide development and manage scope.
An introduction to asynchronous functions in JavaScript, covering their syntax, usage with async/await, and error handling.
Analysis of CVE-2016-10229, a serious Linux kernel vulnerability in MSG_PEEK, urging immediate updates for affected systems.
Explains the CLR Thread Pool's 'Hill Climbing' algorithm for dynamically managing and injecting threads to optimize throughput.
A tutorial on building a Facebook Messenger bot that fetches and delivers content like memes and jokes from Reddit.
Explains how to use Swift protocol composition to simplify dependency injection and reduce boilerplate in iOS projects.
A guide to critically reading academic papers in computer science, emphasizing active engagement and contextual understanding.
A guide on creating and adding a custom Windows Server 2012 R2 VM image to an Azure Stack deployment using PowerShell.