Developers usually organize their configuration files in a dotfiles repository, while in some cases when you work on specific projects, you have special settings for these projects but you don't want to mess up your dotfiles, in this post I'll show you how to set per-project local configurations without changing your dotfiles.
Latest
Latest blog posts, tips & tricks, tutorials and more!
Please subscribe to the newsletter to get the latest updates.
Stay updated, receive the latest post straight to your mailbox
- Editing complex commands in VIM command mode can be a pain, especially when you need to jump around the command to fix a typo. In this post, I will show you different ways how to edit commands in VIM command mode like a pro.
- In this post, I will explain all registers in VIM, what they are, how to use them, and provide some examples to help you understand them better, and use them in your daily VIM workflow
- API documentation is a critical intermediate between the API developers and API consumers, it helps the API consumers to understand how to use the API, what to expect from the API, and how to troubleshoot the API. But as the API evolves, it's very likely that the documentation is easy to get outdated, in this post, I'll show you how to make sure your API documentation is always up-to-date (and accurate!!!) with Spring REST Docs.
- In this tutorial, I will guide you step by step on how to add a free HTTPS/SSL certificate to your Kubernetes service with Istio gateway using Let's Encrypt and cert-manager, so that your application can be accessed securely over HTTPS with an auto-renewing certificate