Publish DocC to GitHub Pages with GitHub Actions
A guide to automating the build and deployment of Swift Package DocC documentation to GitHub Pages using GitHub Actions.
A guide to automating the build and deployment of Swift Package DocC documentation to GitHub Pages using GitHub Actions.
Explains why using Data URLs in glTF 3D models harms performance and recommends better packaging methods for real-time applications.
Explores the strategic reasons companies build web browsers, focusing on the 'Web as Platform' approach and its impact on the tech ecosystem.
Blog post about the new eBPF documentary, which tells the story of how the revolutionary Linux kernel technology was developed and accepted.
Explains statistical methods for estimating means in small domains or subpopulations, focusing on smoothing direct estimates using models like Fay-Herriot.
Explains why Dremio is a top platform for Apache Iceberg lakehouses, highlighting features like dataset promotion and data reflections.
Discusses the retirement of Azure's default outbound access for VMs in 2025, explaining the security reasons and urging preparation.
A guide to using the Azure Cost Optimization Workbook for managing and reducing cloud spending in Azure environments.
Explores the 'Fewest Elements' rule in software design, advocating for removing unnecessary code like unreachable lines, comments, and unused abstractions.
A developer shares results from a WordPress advertising campaign using Jetpack to promote a tech podcast episode.
A guide on using the skopeo container image with Docker aliases to copy container images between registries without installing it locally.
Final part of a performance deep dive into the SObjectizer actor model framework for C++, covering benchmarks and tuning options.
Explains the 'No Duplication' rule in software design, detailing its benefits for maintainability and enabling change.
The article covers final pre-launch features for a SaaS product, including user sign-up limits and login page styling.
Discusses the pitfalls of automating tests just to follow trends, emphasizing business value over mimicking tech giants.
Explores the 'Reveals Intention' rule from Kent Beck's Four Rules of Simple Design, focusing on writing clear, readable code.
Explores Apache Iceberg's catalog system, its role in data lakehouse architecture, and key considerations for choosing the right catalog.
A guide to using nightly Swift toolchains on macOS for testing bug fixes and upcoming language features like Embedded Swift.
Explains how to use xUnit's TheoryData<T> for type-safe parameterized tests in C#, replacing untyped IEnumerable<object[]> data.
Explains how to use .NET 8's new keyed services feature for dependency injection when a single interface has multiple implementations.