Microsoft Actually LovesοΈ Linux? π§β€
2020-03-19
Any of you who use npm should have received a mail and that is the reason behind this post. Microsoft has made a lot of progress in between Steve Ballmer’s “Linux is a cancer” and Satya Nadella’s “Microsoft β₯ β¦
Trim Unnecessary Files From Git History βοΈποΈ
2019-08-25
Here’s a common scenario, You have committed a file to your git repo and have also pushed to remote. The file wasn’t supposed to be there, maybe it was something you forgot to mention in your gitignore or something that was β¦
Navigating JavaScript π€·ββοΈπ§
2019-08-08
JavaScript is taking the world by storm, once used to add functionality to the web, now it is being used in almost all types of software development. For example, Using JavaScript you can do things like build Progressive Web Apps (web apps β¦
Must Know Shell Keybindings π§π
2019-05-19
A shell also known as the command line is one of the most important tools for any software developer. You can do very complex things very quickly here. Learning to use the shell efficiently can make your life much easier. In this post β¦
Two Factor Authentication ππ€
2019-05-05
In a previous post, I wrote about password managers and why you should have one. In this follow-up article I’ll try to explain Two-Factor Authentication or 2FA and how it can make your security more robust. So what 2FA does is that It β¦
Tracking Code Time β²οΈπ»
2019-05-02
If you code professionally or as a hobby or are just learning to code, tracking code time can be very useful to you as it can unlock some valuable insights for you. I recently came across one such tool and have a overview of its features β¦
Password Managers 101 ππ
2019-05-02
All of us have at least 20 (definitely more!) accounts on the internet today and managing all those passwords can get tricky if not done correctly. You can easily forget your password and if you don’t you have a very easy to guess β¦