Tricks
How to Replace String in Bash? [5 Methods] – LinuxSimply
Multi-threading is always the wrong design
“We’ll just do that on a background thread” Source: Multi-threading is always the wrong design Well, really?
Continue ReadingHow To Deal With Technical Debt.
Technical debt can cause so much frustration and burnout to development teams. Software engineers can be aware of the side…
Continue ReadingPSSH – 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 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 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