Martin BelevHow to configure Git with multiple emails?Most probably, everyone went through the simplest form of Git setup when we started using it. What I mean is configuring our username and…Feb 6, 20211Feb 6, 20211
Martin BelevHow to keep cleaner React components with object map?We will see one way to refactor our React components by replacing conditionals with object map. This is a favorite refactoring of mine…Jul 26, 2020Jul 26, 2020
Martin BelevHow to use pattern matching in JavaScript — an alternative?We are going to quickly see what is pattern matching, see basic examples of it in Scala and make an analogy with one less known usage of…Jul 19, 20202Jul 19, 20202
Martin BelevinDev GeniusHow to effectively use git rebase — onto?This post was originally published on https://belev.dev/how-to-effectively-use-git-rebase-ontoJun 20, 2020Jun 20, 2020
Martin BelevinThe StartupSome of the most used Git interactive rebase optionsLearn how to change/rewrite history by amending the commit, squashing commits, fixing older commit, reordering commits, and a bit moreJun 14, 2020Jun 14, 2020
Martin BelevGit merge vs rebase to keep feature branch up to dateToday we are going to look at how Git merge and rebase commands behave while trying to keep feature branch up to date.May 25, 2020May 25, 2020
Martin BelevHow to enable JUnit 5 in new Spring Boot projectIn this article we will learn how to enable JUnit 5 in newly created Spring Boot project. We are going through the following steps:Feb 2, 2019Feb 2, 2019