• 16 min read
Using Monorepos Is Not That Bad [Case Study]
The decision either to use or not to use monorepos has been very difficult for a lot of reasons, specially when you make a quick…
• 6 min read
Merging 2 git repos with persisting commit history
Lately I faced a case for the first time in my career to merge 2 working repos with large amount of logs into one repo…
• 3 min read
Five Rules to write a better commit message
Writing clean commit messages is very important in all cases, even some products are relying on the commit messages to autogenerate the changelog, of course…