
Git Best Practices Simplified
Git is the most important development tool. It allows you to time-travel through your code and provides excellent collaboration features. This article …
// 5 posts in this category

Git is the most important development tool. It allows you to time-travel through your code and provides excellent collaboration features. This article …

It has been a while (2014) since I started developing websites and apps. Over time, many web development tools have enticed me, but only a few have …

Hugo is amazing for blazing fast static site generation. I felt that I should extend that by enabling PWA and adding self hosted comments to avoid …

While developing Phoenix projects on Windows, I encountered compilation issues that I could not resolve while using some libraries. By installing …

Writing equations in your blog posts can be interesting. Instead of adding equations as images, you just type them in. It involves some small set up, …