Useful git commands

Posted on 332 Comments

Change commit message in old commits Very often we have situations where is needed to change commit message in old commits. Normally if we have problem with last commit message we can just use git rebase -i <commit_id>. But sometimes we need some commits in the middle of existing commits. The best way is to […]

React Class or function

Posted on Leave a comment

What is React ? React is one of the popular framework in a market. Currently this framework whitch was created and develop by Facebook company compete anothers framework such as Vue or Angular. Of course exist many tools and frameworks whitch are used to build web products but still react is one of the most […]

Daily meeting in long term products

Posted on

What is a deily meeting? Daily is a meeting is a one of a scrum events and the main idea is to organise in every working days short meeting (<= 15 min) to shortly present ours plans for a next 24h, what we made from the last daily and what problems we meet. This is […]