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 …

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.

55 posts are available in the full blog index.