Introduction to Memory Unsafety for VPs of Engineering
Explains memory unsafety in programming languages, its security risks (out-of-bounds reads/writes, use-after-free), and contrasts unsafe languages like C/C++ with safe ones.
Explains memory unsafety in programming languages, its security risks (out-of-bounds reads/writes, use-after-free), and contrasts unsafe languages like C/C++ with safe ones.
Explains the theory behind linear regression models, a fundamental machine learning algorithm for predicting continuous numerical values.
Explains the process and importance of rotating signing keys in IdentityServer for security, detailing the use of AddSigningCredential and AddValidationKey.
How to configure a Kafka Connect sink connector to start reading from the end of a topic instead of the beginning.
A guide on troubleshooting and resetting Kafka consumer group offsets when using Replicator to copy data between clusters.
A developer details the modern tech stack used to rebuild their personal website, including Hugo, blogdown, and CircleCI.
A cloud consultant shares a three-month update on his new venture, Ned in the Cloud LLC, focusing on creating technical educational content.
Troubleshooting a WebPageTest private instance where SSL redirects caused agents to fail to submit results, and the fix.
A technical guide on manually migrating Alfred's clipboard history database between Macs using symbolic links and Dropbox.
Analyzes the critical impact of website speed on user engagement and revenue for both subscription-based and ad-driven online publishers.
A guide to understanding and predicting the cost structure of Azure Functions on the Consumption plan, focusing on serverless billing models.
A comprehensive tutorial on creating beautiful and customizable data visualizations using the ggplot2 package in R, covering syntax, themes, and advanced techniques.
A tutorial on implementing GitOps for deploying applications to Azure Kubernetes Service (AKS) using the Flux tool.
A guide to using IndexedDB for client-side data storage in Blazor web apps, focusing on the Reshiru.Blazor.IndexedDB.Framework NuGet package.
Developer reflects on a monthly project update, shelving 'What Got Done' due to low interest while reporting on Zestful and Is It Keto progress.
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
Explains two Python solutions to a coding puzzle where a function must return True using integer interning or a custom class.
Explains Closeness Centrality, a key graph analysis metric, and demonstrates its calculation using SQL Server 2019's graph database features.
A developer details their migration from Jekyll to Gatsby for a static blog, citing React/TypeScript skills and benefits of Netlify hosting.
Building a reverse NuGet package search engine using Azure Functions and Azure Search to find packages by public type names.