Cloning Ubiquiti's MongoDB instance to a separate server
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
A technical guide on cloning a Ubiquiti Unifi controller's MongoDB database to a separate server using mongodump and mongorestore.
Notes from a Pinterest performance team talk on building a dedicated team, custom metrics, regression fighting, and optimization strategies.
A tutorial on building a minimalist weather app with React Native and Expo XDE, covering setup, real-time data fetching, and deployment.
A lesson explaining Azure Resource Manager (ARM), covering its concepts, terms, resource groups, and an introduction to Azure templates.
A curated collection of popular and useful CSS snippets for responsive design, text selection, clearfix, box-sizing, and modern layouts.
Explains the ASP.NET Core middleware pipeline, how it processes requests and responses, and how to configure it using Use and Run methods.
Explains the CSS display: contents property, detailing how it visually removes an element's box while preserving its content in the layout.
A guide to the four styles of creating components in Blazor: inline, code-behind with base class, code-behind with partial class, and class-only.
A guide to installing and using Storybook for React component development, including setup and writing basic stories.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
A technical walkthrough of setting up a virtual lab using Veeam SureBackup for testing software updates in an isolated environment.
A review of Paul Graham's 'ANSI Common Lisp' book, comparing it to other Lisp resources and praising its clarity and conciseness.
A technical guide on setting up Debezium and Kafka Connect to stream real-time data changes from MySQL into Apache Kafka.
Guide on granting non-admin users read-only access to Service Endpoints in Visual Studio Team Services (VSTS) for secure deployments.
Argues for decentralized, open-source social platforms as the solution to privacy exploitation by centralized tech giants like Facebook and Google.
An introduction to Blazor, a .NET web framework that runs C# in the browser via WebAssembly, and why it's a game-changer for .NET developers.
A guide to creating view-models in MVVM applications that automatically handle UI thread dispatching, making them independent of specific dispatcher implementations.
A guide to writing unit tests in ASP.NET Core to automatically verify that security attributes like AuthorizeAttribute are applied to controllers and actions.
A guide to researching and understanding the internal workings of the .NET Runtime, from defining a topic to debugging the source code.
Discusses the proposal to lower p-value thresholds in statistical analysis, arguing it addresses symptoms not root causes of unreliable research.