Building Raspberry Pi Docker Images in AWS CodeBuild
Guide to building ARM32 Docker images for Raspberry Pi on AWS CodeBuild's ARM64 Graviton instances, covering platform flags and multi-arch builds.
Guide to building ARM32 Docker images for Raspberry Pi on AWS CodeBuild's ARM64 Graviton instances, covering platform flags and multi-arch builds.
A tutorial on implementing component virtualization in Blazor to improve performance by rendering only visible UI elements.
A curated list of essential resources for frontend developers in 2022, covering JavaScript, TypeScript, tools, and learning platforms.
Explores different methods for using parameters in Bicep templates to create reusable Infrastructure as Code (IaC) deployments.
Explains the C# yield keyword and generator functions, demonstrating lazy evaluation with code examples comparing IEnumerable and List.
A developer details the third revision of their custom T-34 keyboard layout, focusing on key placement changes and modifier improvements.
Signal's new sponsorship model is a sustainable alternative to ad-based revenue, ensuring user privacy and long-term viability.
A hands-on review comparing Linux Mint and elementary OS, focusing on user experience, installation, and daily usability for end-users.
Explains how to use Terraform 1.1's new 'moved' block to safely refactor infrastructure code without destroying existing resources.
A guide to automatically setting Helm Chart version and appVersion properties using GitHub Actions CI/CD pipelines, ensuring Semantic Versioning compliance.
A developer shares their structured process for conducting effective code reviews, focusing on PR size, UI checks, and common pitfalls.
Explains the differences between Task and ValueTask in C#, including use cases, performance benefits, and potential pitfalls for async programming.
A talk on leveraging PostgreSQL's advanced features within Django projects, presented at Pyjamas Conf 2021.
Analyzes the drawbacks of using ZIP files for iOS app press kits, focusing on download speed, navigation, content suitability, and update hassles for journalists.
A guide on deploying Bicep templates from a private registry using Azure DevOps or GitHub Actions, focusing on required permissions and pipeline setup.
Explains how Singleton, Scoped, and Transient service lifetimes behave differently in Blazor WebAssembly client apps versus Blazor Server apps.
Guide to fix Azure Disk Encryption status after manual decryption, enabling VM subscription moves.
A developer shares principles for using instant messaging (like IRC) productively in tech work, emphasizing its ephemeral nature and the need to shift important info to permanent mediums.
How to fix the missing .NET Framework 4.5 reference assemblies error in Visual Studio 2022 by copying files from a NuGet package.
Explains CPU branch prediction using a railroad analogy, detailing how predictable conditional statements (if/else) can significantly improve performance.