Platform Engineering? It's just DevOps!
The article critiques the misapplication of DevOps and Platform Engineering, arguing they are about organizational culture, not just tools or rebranding.
The article critiques the misapplication of DevOps and Platform Engineering, arguing they are about organizational culture, not just tools or rebranding.
A technical guide on using FFmpeg to resize and convert videos for Mastodon's media restrictions, including specific command examples.
A personal recap of the Dutch Clojure Days 2022 conference, covering talks on Humble UI, clojure.math, and the overall community experience.
Explores the pitfalls of mutable value types in C#/.NET, explaining why they are often avoided and the performance reasons for their limited use.
Explains how to use .NET's ObsoleteAttribute and RequiresPreviewFeaturesAttribute to mark APIs as deprecated or experimental.
A collection of technical infographics covering .NET, C#, Entity Framework, exceptions, operators, and query safety.
Compares C# local functions and lambda expressions, highlighting key differences in recursion, yield usage, and performance.
An analysis questioning the need for simulated travel in the Metaverse, arguing for instant teleportation over tedious virtual commutes.
A technical walkthrough of implementing a userspace serial driver for the Helios operating system using the Hare programming language.
An interview about The Collab Lab, a program providing real-world team collaboration experience for early-career and underrepresented web developers.
A guide for iOS developers on implementing private analytics using TelemetryDeck SDK, covering setup and basic event tracking.
Explains the difference between 'throw;' and 'throw exc;' in C#, focusing on how the latter truncates the stack trace.
An introduction to LiteDB, a lightweight, serverless NoSQL document database for .NET, exploring its features, use cases, and differences from SQL databases.
A collection of C#/.NET programming infographics covering topics like ConfigureAwait, foreach index, struct mutations, null Tasks, and ThrowHelper.
VMware vSphere 6.5 and 6.7 reach end of general support, urging users to upgrade for security and updates.
Explores new low-level C# 11 features allowing ref fields in structs for high-performance scenarios like custom collections and frugal objects.
Explains the cryptographic key exchange in HTTPS, focusing on the Diffie-Hellman algorithm for establishing secure connections.
A technical guide on using Google Cloud's Backup for GKE feature to back up and restore Kubernetes workloads, including configuration and volume data.
A guide to backing up and restoring Google Kubernetes Engine (GKE) workloads using the open-source tool Velero.
Upgrading a SaaS app's Heroku stack and htmx, plus adding an empty state feature for a better user experience.