Linux development is distributed - profoundly so
Explores the deeply distributed nature of Linux kernel development, using the MAINTAINERS file and DRM subsystem as examples.
Explores the deeply distributed nature of Linux kernel development, using the MAINTAINERS file and DRM subsystem as examples.
A candid look at the real, often unspoken reasons engineers become managers, challenging the typical 'selfless' narratives.
A technical guide on using AWS Route53 wildcard subdomains with the AWS CDK to route multiple subdomains to a single frontend deployment.
A workshop guide for migrating monolithic .NET Framework applications to microservices on AWS using the Strangler Fig Pattern.
A video tutorial series on building a Covid19 stats widget for iOS 14 using the WidgetKit framework and SwiftUI.
A developer details the technical challenges of converting the ChibiStudio avatar creation canvas into a 10MB iOS 14 App Clip, focusing on asset size reduction.
A guide to containerizing a Spring Boot app with Google's Jib tool and deploying it to Google Cloud Run, covering setup and benefits.
A guide to configuring HashiCorp Vault's AWS secrets engine to dynamically generate credentials across multiple AWS accounts using the assume_role feature.
A developer explains a tricky bug caused by global WebRequest overrides in .NET and the simple fix using CreateHttp.
Nginx 1.19 Docker images now support environment variables and templates, enabling dynamic configuration for proxying APIs in containerized apps.
A tutorial on integrating the UIKit EKCalendarChooser into a SwiftUI app using UIViewControllerRepresentable.
A technical guide on processing chunked HTTP responses in Go to handle streaming JSON data from a database without waiting for EOF.
A technical exploration of date/time complexities, timezone changes, and edge cases in software scheduling, framed as a historical scenario.
A developer's personal notes and annotated examples while learning Go's concurrency features: channels, goroutines, and the select statement.
A developer's personal notes and resources for understanding function closures in the Go programming language, including examples and links.
A programmer's notes on implementing a word count map in Golang, covering map usage, iteration, and code simplification.
A brief guide on using the new UIColorPickerViewController introduced in iOS 14 for color selection in apps.
A guide to installing connector plugins in Kafka Connect, covering manual and automated methods using Confluent Hub.
A guide to implementing CI/CD for Azure ARM templates using GitHub Actions, focusing on automating infrastructure deployments for IT professionals.
Explains how to use the GOSSAFUNC environment variable to generate SSA debugging output for Go functions and methods.