Technical Journal

Coderrob

Hi, I'm Rob - programmer, Pluralsight author, software architect, emerging technologist, and lifelong learner.

Latest entry / May 20, 2026

Windows 10/11 Repair Commands Worth Knowing

When a Windows machine starts behaving unpredictably, it is tempting to jump straight to a major fix: prayers, reinstall Windows, replace hardware, or spend an afternoon chasing scattered advice across forums. Sometimes that level of repair …

May 14, 2026

Agentic Development and the Review-Centric Workflow

AI is going to change software teams whether we pretend to be ready or not. The lazy version of that change is simple: give everyone an agent, tell them to go faster, and hope review catches …

Apr 27, 2026

JavaScript 'this' and Arrow Functions Explained

JavaScript functions do not all decide this the same way. Regular functions usually get this from how they are called. Arrow functions do not create their own this at all. This post is about …

Apr 27, 2026

JavaScript Closures and Modified Closures Explained

Closures show up any time a JavaScript function uses a variable defined from outside its own curly braces. That makes them common in callbacks, event handlers, timers, factory functions, and …

Apr 26, 2026

JavaScript Hoisting Explained

Hoisting is JavaScript’s setup behavior for declarations. It affects whether a function or variable can be used before the line where it appears in the file. That matters because …

Apr 25, 2026

JavaScript Var, Let, and Const Explained

Most JavaScript code starts with a simple act: you give a value a name. We call that a variable declaration. That sounds small, but the way you create that name affects how the rest of your …

Archive

There is more in the archive.

54 posts are available in the full blog index.