How to write HTML in Swift?
A tutorial on generating HTML documents in Swift using the SwiftHtml DSL library and the Vapor web framework.
A tutorial on generating HTML documents in Swift using the SwiftHtml DSL library and the Vapor web framework.
A guide to the 'One Thing' macOS app, a menu bar tool for focusing on a single task, with setup tips and integration examples.
Guide to deploying an Azure WebApp behind a Network Security Group using a Private Endpoint, enabling network-level traffic control.
Explores the new Terraform Cloud configuration block in Terraform 1.1, detailing improvements over the old remote backend for CLI workflows.
Explains how to fix incorrect animations in iOS Diffable Data Sources by implementing custom Hashable conformance for custom types and Core Data objects.
A developer's personal recap of blog posts written for their employer's tech blog and side projects, including Slack guides, web development, and open-source contributions.
Learn how to avoid the 'gray dead zone' in CSS gradients using color theory and alternative color modes like HSL.
Oracle 19c Docker containers timeout with JDBC driver versions 19.3.0.0+, causing a 'Got minus one from read call' error. The fix is to set oracle.net.disableOob=true.
Performance analysis comparing different methods for equality checks on C# enums, revealing the significant speed advantage of the == operator.
Introducing dsq, a command-line tool for running SQL queries against JSON, CSV, Excel, Parquet, and other data file formats.
A technical guide on building a real-time air quality monitoring and alert system using Azure cloud services and PurpleAir sensor data.
A full-stack .NET/Angular developer shares their 2022 Windows dev environment setup, focusing on using winget for automated software installation.
An overview of modern PHP features in 2022, including PHP 8.1's enums, readonly properties, and the growing static analysis ecosystem.
A guide to deploying the GPT-J 6B language model for production inference using Hugging Face Transformers and Amazon SageMaker.
A guide on how to evaluate the accessibility (a11y) of npm packages before using them in a web project.
Introducing Linux Package Analyzer, a Rust tool for bulk analysis of Linux packages and ELF binaries via a local SQLite database.
A React tutorial explaining event bubbling and capturing, with code examples showing event handler execution order.
A step-by-step guide to renaming the default branch from 'master' to 'main' in both a local Git repository and on GitHub.
Explores the creative process in coding, comparing it to artistic fields like music, and argues that programming is fundamentally a creative problem-solving activity.
Analysis of PHP version usage statistics from January 2022, showing adoption rates for PHP 8.1, 8.0, and older versions.