DOOM fire effect in C# running on Windows NT 3.51
A developer recreates the classic DOOM fire effect using C# and runs it on the ancient Windows NT 3.51 operating system.
A developer recreates the classic DOOM fire effect using C# and runs it on the ancient Windows NT 3.51 operating system.
A guide to using env0 and Terraform to deploy temporary Kubernetes clusters with automatic shutdown to manage cloud costs.
Explains how to add TypeScript types for new DOM APIs like ResizeObserver by augmenting global and lib.dom.d.ts.
Analysis of why Gatsby.js sites have fewer accessibility errors than average, exploring developer 'guide rails' and automated testing.
A tutorial on creating interactive 'You Draw' bar charts using the Compost.js library, inspired by NYT's data visualization style.
A guide to organizing Go code by splitting functions into separate source files and building a standalone binary executable.
A tutorial on building a scalable, low-latency custom URL shortener service using Azure Functions and Cosmos DB.
A guide on configuring GitLab CI to authenticate and pull Docker images from private registries, specifically AWS ECR, with dynamic credential management.
A guide to creating an IPython extension to improve the %rerun magic command by handling exceptions during command replay.
Practical tips for Vapor developers to avoid common pitfalls, including Xcode setup, server management, and database migrations.
A developer's notes on learning Go by building a Kafka utility, focusing on error handling, command-line arguments, and goroutines.
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.
A developer compares Gatsby and Eleventy static site generators for a personal website redesign, discussing pros, cons, and the whimsical web trend.
Monthly FOSS development update covering SourceHut CI features, BARE message format, and technical blog posts.
An introduction to Git and version control systems, explaining basic concepts like CVCS vs DVCS and how Git works.
Tips for improving Azure governance using Azure Resource Graph, Security Center, and SDL processes.
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.