Create GitHub Environments using PowerShell
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
A tutorial on automating the creation of GitHub deployment environments using PowerShell and the GitHub REST API.
Explains how Azure AD and RBAC control access to Azure DevOps, GitHub, and Azure resources as part of DevSecOps identity management.
A template for creating structured technical design documents to record decisions, scope, and solutions for software projects.
A technical article explaining polynomial distributed lag models for regularization in time-series analysis, including code archaeology and R implementation.
A developer explains the decision to rewrite their personal blog from scratch using the 11ty static site generator, discussing its benefits and trade-offs.
A technical guide on setting up a Firebase project, Parcel bundler, and Tailwind CSS for building a modern wedding website with Preact.
A tutorial on fine-tuning Microsoft's LayoutLM model for document understanding using TensorFlow, Keras, and the FUNSD dataset.
An overview of core cryptography concepts and their implementation in Python, based on a presentation by Andrew Sillers.
Explains how to convert Display-p3 colors from Sketch to CSS for Safari, covering color spaces and current browser support limitations.
Xcode 14.0 can generate buggy concurrency code for macOS apps due to a Swift compiler and SDK version mismatch.
A tutorial on using monorepos with Lerna to author and publish shared NPM packages for consistent project configuration.
A developer shares their experience migrating a personal blog from Docusaurus to Astro, highlighting the ease of customization and static site generation.
An appreciation of ffmpeg, the versatile multimedia Swiss army knife, highlighting its capabilities and a practical example of live game streaming.
Explains how TigerBeetle, a database written in Zig, operates using only static memory allocation for predictability and performance.
VMware vSphere 6.5 and 6.7 reach end of general support, urging users to upgrade for security and updates.
A theoretical introduction to Linear Regression models, explaining their use for predicting continuous variables and importance in interpretable fields like lending.
A Swift developer explores performance improvements in a Sudoku solver by using primary associated types and Collection protocols to avoid unnecessary data copying.
Explains how SwiftUI's .task modifier inherits its actor isolation context, focusing on @MainActor and @_inheritActorContext.
Explores new low-level C# 11 features allowing ref fields in structs for high-performance scenarios like custom collections and frugal objects.
A developer shares their experience using Sandpack, a modern code playground framework, to enhance their blog's interactive coding examples.