Menu Sidebar
Menu

Programming

Bash: Quickly view & execute previous commands

In Bash, you can execute the last command you ran starting with some prefix like so: Oftentimes, you’re not sure you want to run that command without reviewing it first; it might be destructive or otherwise harmful. So, you can view it in fulll like so: Previewing your command has the useful side effect of […]

Clean Code: A Handbook of Agile Software Craftsmanship

Book Description Even bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn’t have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean […]

Grant Henke

Blog, Portfolio, and Scratch Space