Conditional .gitconfig
How to manage multiple Git identities (work, personal) using conditional includes in .gitconfig for automatic configuration.
How to manage multiple Git identities (work, personal) using conditional includes in .gitconfig for automatic configuration.
Explains how to create a ChunkedList<T> in C# to avoid Large Object Heap issues when storing massive amounts of data.
A guide to packaging and bundling web components for distribution using Webpack, including configuration and dependencies.
A technical guide on generating artistic QR codes using Stable Diffusion and ControlNet, covering methods, models, and troubleshooting.
Guide on configuring AWS CodeBuild to run GitHub Actions within a private AWS subnet for secure database deployments.
A team's experience and technical preparation for the ICFP Contest 2023, including their switch to F# and infrastructure setup.
A curated newsletter issue covering mobile automation topics, including CI/CD, testing strategies, and tools for iOS, Android, Flutter, and Compose.
Explains C# 12's new collection literals feature, a concise syntax for creating and merging collections and dictionaries.
An introduction to Semantic Kernel's Planner, a tool for automatically generating and executing complex AI tasks using plugins and natural language goals.
Explains how .NET 6's TryGetNonEnumeratedCount method works to get an element count without enumeration, using internal interfaces like IIListProvider.
A quick-start guide to using the R programming language for data analysis, covering installation, data exploration, and basic plotting with the iris dataset.
A data-driven analysis revisiting the Performance Golden Rule, showing frontend still dominates page load time, with modern data from HTTP Archive.
Overview of the Terraform Certified Associate exam update to version 003, covering key changes and study guidance.
A crash course on backend development using Django and Django REST Framework, including a live coding example from a Python Frederick talk.
A developer's guide to rendering markdown content with Nuxt 3, covering the Composition API, querying content, and handling 404s.
A statistical analysis article examining the Wilcoxon and Kruskal-Wallis rank tests, clarifying they compare population mean ranks, not medians.
A developer shares their top 10 favorite built-in PHP functions, highlighting useful and surprising capabilities of the language.
Explains why deep code nesting is problematic and demonstrates refactoring techniques like extraction and inversion to reduce complexity in C#.
Explains the new C# 12 primary constructor feature, comparing it to records and detailing its syntax and usage.
A game developer details Unity screen scaling solutions, gameplay balancing, and quality-of-life fixes in a development update.