Avatar photo

Arunachalam B

Tech Lead @ GoGoSoon Curious to deep dive into any technology

Vim – A Quick Beginner’s Guide

Vim is one of the most popular text editors among Linux users. Linux System Administrators prefer to use it more than Linux users. In this article, let’s explore a short history of vim and as a developer how you can…

Spell Check on Linux Terminal

Spell Check on your Linux Terminal

Do you know you can use the terminal to check the spelling of the passage you’ve written? Terminal has a lot of utility commands but most people are unaware of most of those commands. I’ve seen people using Microsoft Word…

Git-bisect-brief

Spot the culprit commit with Git Bisect

It happened on Friday (a build day), my team was working on final touch-ups to deliver that iteration’s build. One of my team members was keenly looking at the code. “What are you looking for? “, I asked him. “Someone…