Which team do you belong to? Mono-repo or Multi-repo?

In case you are from Multi-repo, or you are thinking about it, explore WEST.

In case you don’t know what this article is about… you are lucky! May be your software stack has not exploded yet to parallel development; Thinking about multiple repositories is not a question in your mind yet.

TMUX is a tool that lets you use many terminals in one window.

It’s like having many windows on your computer, but all in one place, configurable. It’s like looking many things at once in a single screen.

It’s a great tool for developers, testers, and anyone who needs to work with multiple tasks simultaneously. If you end up doing things parallel or in background, TMUX is the tool to use.

Let’s see it’s advantages and uses.

When working with Hugo-based blogs, maintaining up-to-date timestamps in your Markdown files is essential for proper content organization, but it’s easy to forget this when you update the blog.

While Hugo can automatically generate timestamps based on file modification times, you might need to manually update them for specific reasons, such as backdating or scheduling content. This blog post will guide you through using Visual Studio Code (VSCode) to efficiently update timestamps in your Markdown files.