Author: jcianci12
-
⚠️ Warning to eBay Plus Members: Don’t Get Caught Out by This Easy Mistake
As a long-time eBay user and eBay Plus member, I thought I was protected when it came to change-of-mind returns—after all, that’s one of the biggest perks of…
-
ASP.NET MVC to .NET Core MVC Migration Cheat Sheet
Partial Views ASP.NET MVC (Legacy) .NET Core MVC HTML Helpers vs Tag Helpers ASP.NET MVC (Legacy) .NET Core MVC Configuration ASP.NET MVC (Legacy – Web.config) .NET Core MVC…
-
Server Load and Docker Resource Monitoring Guide
Monitoring your server’s resource usage is crucial for maintaining optimal performance and identifying potential bottlenecks. This guide covers various methods to monitor CPU, RAM, disk usage, and specifically…
-
How to Expand Ubuntu Disk After Hyper-V Virtual Disk Expansion
When you expand a Hyper-V virtual disk, Ubuntu doesn’t automatically use the new space. Here’s how to make Ubuntu recognize and use the additional storage. Quick Overview After…
-
Hot NVMe Migration: Zero-Downtime Upgrade from 500GB to 1TB on Windows Server 2019
Introduction As server storage demands continue to grow, upgrading your NVMe drives becomes an inevitable necessity. But what if you could perform this critical upgrade without taking your…
-
Fixing Authentik Email Confirmation OIDC Flow
The Problem When using Authentik’s default enrollment flow with email confirmation, users who complete email verification are not properly authenticated with your OIDC application. Instead, they get redirected…
-
PostgreSQL Database Upgrade Guide for Docker Environments
A comprehensive guide for safely upgrading PostgreSQL databases in containerized environments Overview This guide covers the essential principles and steps for upgrading PostgreSQL databases in Docker environments. The…
-
Fixing a 1999 Seadoo Speedster.
This post is to keep things updated as I work on fixing this up. Hopefully it helps someone else out there doing the same to their boat. These…
-
.NET Testing Cheat Sheet 🧪
Quick Start Commands 1. Navigate to Test Directory 2. Start the Main Application (Required for E2E Tests) 3. Run All Tests Specific Test Commands Run Single Test Method…
-
.NET CLI Commands Reference/Cheat Sheet
Core Commands dotnet build Builds the project and its dependencies. dotnet run Builds and runs the application. Port Specifications Using –urls Parameter Using Environment Variables Using launchSettings.json Edit Properties/launchSettings.json: Watch Commands dotnet…