RSSAmplifier

Blog

Latent Bytes

A personal blog about computing, software, and the occasional economics tangent.

latentbytes.netRSS feed ↗6 posts

Latest posts

A Better Result Pattern With Closed Class Heirarchies and C# 15 Unions

A detailed review into union types, closed class heirarchies and the result pattern in C#.

Code Review is About People

AI code review tools are gaining traction quickly, but the real costs are harder to see. Before jumping to implement a fully autonomous code review process, consider why we do it in the first place.

Bitcoin's Trojan Horse

Bitcoin spot ETFs now hold over $100 billion under management. Here’s why they could cause a financial crisis.

Building a Web Farm with Docker and Raspberry Pi

A guide to creating a setup similar to that which powered the Raspberry Pi 4B launch website — building a web farm with Docker, Nginx, and Raspberry Pi.

Continuously Deploy a Static Website with Azure Pipelines

A simple guide to Azure Pipelines. Explore how you can set up CI/CD pipelines to automate the deployment of your static website.

Using JWTs in ASP.NET Core 3

A practical and comprehensive guide to getting started with JWT in ASP.NET Core 3.