iptables: How Docker Publishes Ports
Explains how Docker uses iptables to forward ports from the host to containers, detailing network namespace configuration.
Explains how Docker uses iptables to forward ports from the host to containers, detailing network namespace configuration.
Explores using the Kafka AdminClient API in Go, covering context usage for timeouts and basic cluster metadata operations.
Monthly FOSS development update covering SourceHut CI features, BARE message format, and technical blog posts.
A developer compares Gatsby and Eleventy static site generators for a personal website redesign, discussing pros, cons, and the whimsical web trend.
An introduction to Git and version control systems, explaining basic concepts like CVCS vs DVCS and how Git works.
How to accept legal terms for Azure Marketplace VM images using Azure CLI when automating deployments.
A developer invites others to join live coding pairing sessions on Twitch, focusing on frontend issues for the DEV platform.
A tutorial on implementing a function-based Kafka consumer in Go, moving from the deprecated channel-based approach.
A developer's notes on implementing a Kafka consumer in Go using the deprecated channel-based API, including code examples and termination patterns.
A beginner's guide explaining how JavaScript event delegation works, its benefits over individual listeners, and the event propagation phases.
A technical guide explaining the JPEG compression algorithm and demonstrating how to write a basic JPEG decoder from scratch using Python.
A technical exploration of date/time complexities, timezone changes, and edge cases in software scheduling, framed as a historical scenario.
Explains PHP shorthand comparison operators: ternary, null coalescing, and spaceship operators, with examples and usage tips.
Explores the evolution of edge computing from its initial consumer-focused vision to its current industrial applications and challenges.
A PowerShell script to extract unique usernames from a Windows Security Event Log exported as a CSV file.
A guide explaining how to use React's useMemo Hook to optimize performance by memoizing expensive computations in function components.
A design proposal to improve performance of tensor-product dimension handling in QuTiP's Qobj by restructuring internal data and parsing.
A talk arguing that strict DRY principles can lead to incomprehensible code, promoting the value of 'WET' codebases.
Guide on using Docker Desktop's new integration with Azure Container Instances to deploy containers directly via Docker CLI commands.
Advocates for writing 'honest code' through practices like referential transparency and explicit dependencies to improve software understandability and maintainability.