avatar
kezhenxu94
Blogging about dev, tips & tricks, tutorials and more

All Posts

  • Published on
    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.
  • Published on
    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.
  • Published on
    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.