Utility: Convert SVG path to all-relative or all-absolute commands
A developer's tool for converting SVG path commands between all-relative and all-absolute formats, with a focus on easier path manipulation.
A developer's tool for converting SVG path commands between all-relative and all-absolute formats, with a focus on easier path manipulation.
A guide to using Pulumi's infrastructure-as-code to deploy and manage Azure PaaS applications like App Service and SQL Database.
Explores domain randomization as a technique to bridge the simulation-to-reality gap in robotics and deep reinforcement learning.
A technical review of Veeam Backup for Office 365 v3, focusing on selective folder backup features and performance improvements.
A guide to Azure Resource Manager templates, covering basics to advanced topics like nested templates, based on a 2019 Global Azure Bootcamp workshop.
Explains how to dereference pointers and access C library data in Julia using functions like unsafe_load and unsafe_wrap.
A technical guide on how to read Kafka Connect offset data using the Confluent REST Proxy over HTTP, including example commands.
Explores the benefits of Ahead-of-Time (AOT) compilation for C#/.NET applications, comparing it to JIT and discussing performance and efficiency gains.
Argues against Friday deploy freezes, explaining how they create technical debt, hurt team productivity, and indicate a fear of deployment that should be fixed.
Introducing Wio, a Wayland compositor inspired by Plan 9's Rio desktop, featuring per-application nested compositors.
Explains the security and performance differences between Docker's COPY and ADD commands, recommending COPY for safer image builds.
A collection of session content and links from the Sydney Global Azure Bootcamp 2019, covering Azure, serverless, containers, and more.
A software engineer shares a personal story of overcoming a fear of public speaking and reflects on the complex role of pain in career growth.
Eight practical ways for companies to support and sustain the open source projects they depend on, from hiring maintainers to creating award programs.
Overview of iOS data persistence options including UserDefaults, Core Data, SQLite, and remote storage solutions.
Overview of iOS data persistence options including UserDefaults, Core Data, SQLite, and remote storage solutions.
Explains the index INCLUDE clause in SQL databases, covering its purpose, how it works with B-tree indexes, and when to use it for performance.
Explores statistical efficiency of estimators in nearly-true regression models under two-phase sampling, focusing on local asymptotic minimax theory.
A father shares his experience teaching his 6-year-old son to code using Pygame Zero, explaining why he chose a real programming language over Scratch.
A technical tutorial on integrating Apple's Spotlight Search into iOS apps using CoreSpotlight to index app data for user searchability.