Martin Belev

Martin Belev @martinbelev

About: Lead Software Developer at The Stars Group, JS/TS/React, former maths competitor, fitness and cooking enthusiast

Location:
Sofia, Bulgaria
Joined:
Jan 18, 2019

Martin Belev
articles - 11 total

How 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...

Learn More 24 4Jul 26 '20

How 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 a...

Learn More 6 0Jul 19 '20

What are you using for your documentation?

Hi everyone, I am sure there is no "best" tool for it but what are your recommendations for document...

Learn More 60 23Jun 30 '20

How to effectively use git rebase --onto?

This post was originally published on https://belev.dev/how-to-effectively-use-git-rebase-onto We ar...

Learn More 10 0Jun 20 '20

Some of the most used Git interactive rebase options

This post was originally published on https://belev.dev/some-of-the-most-used-git-interactive-rebase-...

Learn More 5 0Jun 13 '20

My first personal website

Hi all, Having a personal website was a long wanted project of mine but I always postponed it for di...

Learn More 4 0Jun 6 '20

Git `merge` vs `rebase` to keep feature branch up to date

Today we are going to look at how Git merge and rebase commands behave while trying to keep feature b...

Learn More 8 7May 25 '20

How to detect that mobile keyboard pops up in Web?

Recently we had a feature in which we had to make an animation on our header only when the keyboard o...

Learn More 9 3May 16 '20

How to prevent React setState on unmounted component - a different approach

If you are working with React, most probably you have already seen the below issues a lot. Warning:...

Learn More 5 4May 16 '20

Create PR against release branch from merged into develop branch?

Git release branching problems - create PR against release branch from merged into develop branch?

Learn More 4 2Aug 21 '19

How to enable JUnit 5 in new Spring Boot project

How to enable JUnit 5 in new Spring Boot project

Learn More 36 4Feb 3 '19