Bhupesh Varshney 👾

Bhupesh Varshney 👾 @bhupesh

About: 👨🏾‍💻 Developer | Tech Writer | Probably working on something from scratch

Location:
New Delhi, India 🇮🇳
Joined:
Dec 5, 2018

Bhupesh Varshney 👾
articles - 57 total

How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts

I interact with Dockerfiles every day at work, have written a few myself, built containers, and all...

Learn More 1 0Feb 3 '24

Using multiple git user configs with credentials store

So, you have decided to have 2 separate accounts for work and personal. Here are steps to follow to...

Learn More 14 0Feb 18 '23

How to stop having disappointing moments in life

How many time have you been let down by your expectations? Seriously, “expecting” anything from...

Learn More 6 0Aug 28 '22

Automatically remind contributors to update their pull requests

So from my short professional experience, I have realised that if you are working with a small team...

Learn More 20 1Aug 28 '22

What's the best risk you have taken?

People talk about taking risks in life. Would love to hear what's a risk that turned to be good for...

Learn More 6 17Jul 10 '22

If I could change one thing about tech interviews

So I have been interviewing for a while for my next role in tech. I have given all type of interviews...

Learn More 7 0Jul 9 '22

Questions to ask in an interview as an interviewee

Hey folks, If you are actively interviewing, here are a bunch of questions you can ask as an...

Learn More 8 0Jun 20 '22

Writing like a pro with vale & neovim

Vale is a syntax-aware prose linter built for all you writers out there. With more than 100 releases...

Learn More 7 1Jun 17 '22

Find pull requests that modify a file path in the terminal

Ever wondered how others are changing the same file you are working on? It can give insights into...

Learn More 12 0Apr 22 '22

What are some things that you don't like about git?

Git has been in the making since 2005, and probably 90% developers use it everyday What are some...

Learn More 21 23Apr 18 '22

One secret tip for first-time OSS contributors. Shh! 🤫 don't tell anyone else

I see a lot of folks wandering over the internet asking how to contribute to open-source, To my...

Learn More 13 0Mar 7 '22

View a python function's history over-time with Git & FZF

I am kinda hooked up on modifying my git terminal workflow and integrate FZF wherever I can, this is...

Learn More 4 0Dec 13 '21

Why and How to add changelog in your next CLI

Your CLI application might be good but its not great, you know what would be great. If it had release...

Learn More 4 0Dec 13 '21

Why it's OK to abandon your side projects 😉

I wanna tell you that you need to stop being guilty of not actively working on side-projects. Don't...

Learn More 10 0Nov 8 '21

Undo your last git mistake with ugit

So I have been working on this little tool called ugit (and was finally able to release a stable...

Learn More 21 4May 2 '21

Making grep searches sexier 🌶️

grep is a life-saver for many but it is not so good with terminal UX, in this short tutorial I share...

Learn More 22 0Mar 23 '21

Generate a RSS Feed of recent files inside a Git repository

I like to log my notes & TILs in a git repository and recently I had an idea to showcase (& a...

Learn More 12 0Mar 17 '21

Surfing web inside a terminal, because why not?

I recently wrote a python script to surf the web (see search results) directly into the...

Learn More 33 4Mar 6 '21

How to use code snippets in Vim like a cowboy 🤠️

Its time to increase your horsepower and write code faster than before. In this tutorial I will cover...

Learn More 17 2Feb 19 '21

Debugging Go in Vim

Using make in Vim/NeoVim can be a handy utility if you want to quickly build, run & debug...

Learn More 6 0Feb 22 '21

Bloggers where do you host images?

I usually upload all blog related images in a separate Google Drive folder and then use public links...

Learn More 12 16Feb 6 '21

Embedding static files in Go

Embedding static files in 2021 has become a bit easier since the release of Go 1.16. The new release...

Learn More 7 2Feb 12 '21

Keep your URLs healthy using Github Actions and Go

Dead links, huh!. Too many dead links? How do I test a bunch of URLs? Don’t worry I got you, I...

Learn More 9 2Jan 30 '21

What I have learned from blogging so far - A retrospect

Yesterday I completed my 2nd anniversary of Tech blogging, Yes my blog is now 2 years old 🎂 I started...

Learn More 7 0Jan 22 '21

git cake: when is my README’s birthday?

Do you want to know when was a file/directory committed in your git history? Well here is git log at...

Learn More 9 2Jan 8 '21

Prettifying JSON using Vim, Python & Bash

So I recently switched my editor to Vim (last month to be exact), I will probably post my experience...

Learn More 7 1Dec 22 '20

The story behind my first ever pull request

It’s the month of opensource so I thought why not share how I made my first pull request in Dec 2017...

Learn More 5 0Oct 13 '20

Monitor network (data) usage in linux

The amount of data sent (uploaded) & received (downloaded) can be found out using the following...

Learn More 3 2Nov 2 '20

Creating a smart alternative to 'cd' command

Do you sometimes forget the actual location of directories & have to juggle through cd & ls t...

Learn More 12 12Aug 3 '20

Get complete system info using shell commands

Below are a bunch of easy one-liner commands that give information about various aspects of your...

Learn More 34 4Oct 17 '20