Technical debt can cause so much frustration and burnout to development teams. Software engineers can be aware of the side…
Continue ReadingDocumentations
PSSH – Run Commands on Multiple Remote Linux Systems
PSSH is a small Python-based program, which allows you to execute commands on multiple Linux remote servers in parallel at…
Continue ReadingFreeBSD Handbook
FreeBSD Handbook is a primer for any Unix related operative system. A must read to turn a noob into a…
Continue ReadingThe Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)
Ever wonder about that mysterious Content-Type tag? You know, the one you’re supposed to put in HTML and you never…
Continue ReadingPrevent sleep/suspend when not logged in
Recently I’ve been logged into a laptop remotely a lot. Logging out from “main” session makes my Gnome on Debian…
Continue ReadingSearch and replace in multiple files using vim
Search and replace in multiple files using vim – (source Stack Overflow) It is as simple as Use: The first…
Continue Readingjavascript – Can (a== 1 && a ==2 && a==3) ever evaluate to true? – Stack Overflow
javascript – Can (a== 1 && a ==2 && a==3) ever evaluate to true? – Stack Overflow Yes, it can.…
Continue ReadingVersioning data in Postgres? Testing a git like approach – Specfy
Versioning data in Postgres? Testing a git like approach – Specfy is fashinating but I think that most of the…
Continue ReadingDatomic – The Ten Rules of Schema Growth
Datomic – The Ten Rules of Schema Growth Data outlives code, and a valuable database supports many applications over time.…
Continue Reading5 Must-Have Vim Plugins That Will Change Your Workflow
5 Must-Have Vim Plugins That Will Change Your Workflow. In my case Syntastic: a syntax checking plugin for Vim which…
Continue Reading