Import Cycles in Golang: How To Deal With Them
Jan 2, 2021, 7:00 PM
As a Golang developer, you probably have encountered import cycles. Golang do not allow import cycles. Go throws a compile-time error if it detects the import cycle in code. In this post, let’s understand how the import cycle occurs and...
Implementing Launch at Login Feature in MacOS Apps
Sep 19, 2020, 8:00 PM
In this post, I will explain, how you can add the Launch at Login (launch application on system startup) feature to your MacOS Applications. Adding this feature is way more complex than you would expect. I use MeetingBar for managing my...
Using Vim for Go Development
Jul 27, 2020, 8:00 PM
As a programmer, you spend a lot of time using text editors, IDEs, etc to code. So it is important what and how you use it. I recently moved to Vim for Go development and I am totally loving it. Initially, I was using VSCode with Go...
Building Command Line Tools in Go
Jul 4, 2020, 8:00 PM
Command line interface (CLI) tools are an essential part of any developer. CLI tools are lightweight, less noisy, fun to use and of course they make you more productive. Everyday I try to be more dependent on Terminal (I use iTerm) and get...
I do Dotfiles!
Jun 9, 2020, 8:00 PM
One of the main advantages/beauty of Unix-like systems is that configurations of everything are very customizable. Dotfiles are simply amazing. They are tiny-little configurations files but they customize/decide a lot of your system....
How to use multiple GitHub accounts on single machine
Apr 4, 2020, 8:00 PM
Most of us have multiple (mostly two) GitHub accounts, personal and work account. You need to have the ability to push and pull to multiple accounts. This post is about how to setup and use them on a single machine using HTTPS or...
How to write proposal for Google Summer of Code
Feb 24, 2019, 7:00 PM
It worth mentioning that the proposal plays a very big role in selecting in Google Summer of Code. A proposal is basically you describing to your organisation how you would go about the project. Based on this and your credibility, your...
My Google Summer of Code Project Blogs
Feb 22, 2019, 7:00 PM
I was Google Summer of Code (2018) Student Developer for FOSSASIA. I spend summer working on SUSI.AI iOS project. During GSoC period, I have written weekly blogs about the features implemented by me. You can find all the blogs in links...
Changing My GitHub Username
Sep 4, 2018, 8:00 PM
Now I have my first name as my GitHub username!
My old username was imjog so I wanted to change it to my first name jogendra but this username was not available (Already taken by someone).
I looked into jogendra profile and found that it...