New site, who dis?
A developer shares their experience migrating a personal blog from Docusaurus to Astro, highlighting the ease of customization and static site generation.
A developer shares their experience migrating a personal blog from Docusaurus to Astro, highlighting the ease of customization and static site generation.
An appreciation of ffmpeg, the versatile multimedia Swiss army knife, highlighting its capabilities and a practical example of live game streaming.
Explains how TigerBeetle, a database written in Zig, operates using only static memory allocation for predictability and performance.
VMware vSphere 6.5 and 6.7 reach end of general support, urging users to upgrade for security and updates.
A theoretical introduction to Linear Regression models, explaining their use for predicting continuous variables and importance in interpretable fields like lending.
A Swift developer explores performance improvements in a Sudoku solver by using primary associated types and Collection protocols to avoid unnecessary data copying.
Explains how SwiftUI's .task modifier inherits its actor isolation context, focusing on @MainActor and @_inheritActorContext.
Explores new low-level C# 11 features allowing ref fields in structs for high-performance scenarios like custom collections and frugal objects.
A developer shares their experience using Sandpack, a modern code playground framework, to enhance their blog's interactive coding examples.
A tutorial explaining how to implement and use user-defined type guards in TypeScript to conditionally apply logic based on variable types.
Guide to incrementally migrating legacy ASP.NET Framework apps to ASP.NET Core Razor Pages using Microsoft's SystemWebAdapters.
A developer details building a custom, open-source photobooth application using web technologies for their wedding to save costs.
A guide on tailoring your resume for different machine learning roles like Data Scientist and ML Engineer, using a 3-step process.
Explores performance optimization in The Composable Architecture (TCA) using a multi-store pattern, with benchmarks from a real-world application.
Explores challenges and solutions for setting up Azure alerts at scale, focusing on Log Analytics and host platform metrics for IaaS VMs.
Introduces the Virtual Worlds Type Indicator (VWTI), a framework for categorizing different types of metaverses and virtual worlds.
A statistical analysis of estimating a normal distribution using binary (yes/no) predictions from multiple scientists, applied to a temperature forecasting problem.
A guide to using Git worktrees for managing multiple branches in separate directories, improving developer workflow.
A step-by-step guide to writing unit tests for a Node.js Express API, covering setup, tools like Mocha and Chai, and best practices.
A tutorial on building a gesture-based payment system prototype using Arduino, TensorFlow.js, and JavaScript for secure transaction confirmation.