We will see one way to refactor our React components by replacing conditionals with object map. This...
We are going to quickly see what is pattern matching, see basic examples of it in Scala and make an a...
Hi everyone, I am sure there is no "best" tool for it but what are your recommendations for document...
This post was originally published on https://belev.dev/how-to-effectively-use-git-rebase-onto We ar...
This post was originally published on https://belev.dev/some-of-the-most-used-git-interactive-rebase-...
Hi all, Having a personal website was a long wanted project of mine but I always postponed it for di...
Today we are going to look at how Git merge and rebase commands behave while trying to keep feature b...
Recently we had a feature in which we had to make an animation on our header only when the keyboard o...
If you are working with React, most probably you have already seen the below issues a lot. Warning:...
Git release branching problems - create PR against release branch from merged into develop branch?
How to enable JUnit 5 in new Spring Boot project