Author: jcianci12
-
📦 How I’m Fighting a Parcel Dispute When My Order Arrived Empty
By Jonathan Cianci Recently, I ordered a small electrical connector set on AliExpress.The parcel arrived in the mail — but when I opened it, it was completely empty.…
-
🔧 Saving a Sea-Doo: My Hands-On Journey Fixing a Stubborn 787
If you’ve ever owned an older jet boat — or any 2-stroke personal watercraft — you know that half the fun is fixing it before you can enjoy…
-
How I Built JobSight: A Better Way to Manage Your Worksite Diaries
Over the years, I’ve built solutions for industries where good record-keeping isn’t just nice to have — it’s essential. From clinical software to custom compliance systems, I know…
-
The Frustration of Not Being Able to Set Per-Window Models in Cursor
I’ve been using Cursor for a while now — and overall, it’s become an integral part of how I code and experiment with different AI models. But there’s…
-
📚 How to Reset a Branch to an Old Commit and Bring Back Only the Changes You Want (Even with Binary Files)
👉 A Practical Guide for When You Want a Fresh Base But Can’t Lose Everything 👋 The situation You’re working on a Git branch — let’s call it prod.…
-
Fetching Data Attributes – Pseudocode
Overview This document provides pseudocode for fetching data attributes from HTML elements and logging them to the console. Basic Concept HTML Element with Data Attribute JavaScript Pseudocode Complete…
-
🛠️ Sea-Doo Speedster Starter Motor Troubleshooting: Why My New Starter Didn’t Work
Things were heading in a good direction! But then—new day, new curve ball. I took the boat down to the water for testing, excited to see both engines…
-
Git Revert Cheat Sheet
Basic Revert Operations Single Commit Revert Multiple Commit Reverts Working with Staged Reverts Review and Modify Managing Reverts Backup Strategies Create Safety Branch Cherry-pick Changes Back Tips
-
Seeding SQL Server LocalDB v11: A Developer’s Guide
A practical guide to working with SQL Server LocalDB v11, creating databases with Entity Framework, and running seed scripts using PowerShell Introduction SQL Server LocalDB is a lightweight…
-
Enabling Detailed Entity Framework Error Logging for Better Debugging
The Problem When working with Entity Framework Core, SQL exceptions can be frustratingly opaque. You might see generic error messages like: Or the particularly cryptic: But these don’t…