New CSS Color syntax — rgb instead of rgba
Explains the modern CSS syntax for using rgb/hsl with alpha transparency, eliminating the need for rgba/hsla functions.
Explains the modern CSS syntax for using rgb/hsl with alpha transparency, eliminating the need for rgba/hsla functions.
A perspective on why being stuck in 'tutorial hell' is a normal part of the learning process for developers and not something to be ashamed of.
A tutorial on implementing single and multiple selection in UITableView using UIKit's diffable data sources.
Explains the difference between .update() and .forward() in TorchMetrics, a PyTorch library for tracking model performance during training.
Explains the difference between .update() and .forward() methods in the TorchMetrics library for evaluating PyTorch models.
A GitHub repository containing slide decks and recordings from presentations on Azure Virtual Desktop, RDS, Bicep, and ARM templates.
Explores the common anxieties engineers face when transitioning between management and individual contributor roles, focusing on career path fears.
A developer reflects on their technical contributions at Forem, including implementing pre-commit hooks, upgrading Preact, and advocating for accessibility.
Explores the technical and architectural reasons why PHP does not yet support generics, examining three potential implementation methods and their challenges.
Overview of VMware's Project Capitola, a new software-defined memory tiering technology for optimizing memory usage in data centers.
A tutorial on building responsive bar charts using CSS Grid, with no external libraries required.
A guide on introducing Test-Driven Development (TDD) to a software team through leading by example and building consensus.
A technical guide comparing the API extension patterns of Kubernetes and Django, focusing on custom controllers and resource management.
The article details adding a PDF attendance report to a SaaS project, covering development challenges and code patterns.
Explains how to use Microsoft's API and a PowerShell script to check Azure Availability Zone mappings between different subscriptions for deployment planning.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
A tutorial on setting up and running Laravel 9 within a Docker environment, covering Artisan, Redis, and controllers.
A technical guide on configuring BGP filters on Juniper SRX devices to control route advertisements, specifically for an AnyCast DNS setup.
Explains the Web Storage API, focusing on synchronous key/value storage using localStorage and sessionStorage for browser-based data.
An in-depth look at generics in PHP, covering their use beyond collections and how static analyzers implement them via docblocks.