Top-level programs in C# 9.0
Explains C# 9.0's top-level programs feature, simplifying code structure for beginners and utility applications.
Explains C# 9.0's top-level programs feature, simplifying code structure for beginners and utility applications.
Explains Azure Front Door, a global service for improving web application performance, security, and reliability through traffic routing and edge features.
Explains techniques for reliably awaiting all tasks in a .NET application, using the Pulumi SDK's asynchronous model as an example.
A critique of traditional 'war room' monitoring centers, arguing they are ineffective and harmful compared to automated observability and developer ownership.
An update on TinyPilot, a Raspberry Pi KVM project, covering sales, development challenges, and a critical hardware redesign for power delivery.
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.