Categories
Humans Passion

9 Questions to Ask To Discover Your True Passion

In this post, I would like to share about finding our true passion. Sometimes we are sure about it, but it’s not true after all. So, how does one find his true passion? Ask these questions to yourselves.

Categories
Codes Javascript

Use This Instead Of If-Else and Switch-Case in JavaScript

Sometimes, you will meet cases where there’s too much if-else. Then, you would use switch-case. But it’s still too much. Is there another way? In JavaScript, there is. Read more to find out.

Categories
Codes Javascript

20 JavaScript Tricks You Might Not Know Yet

JavaScript is an ever evolving language that it gives the programmers some creativity to code more elegantly the more it updates. Here are some of the tricks you can apply.

Categories
Codes Git

Daily Git Commands You Should Know

In this post, I will share about some of the git commands I use daily. It has been part of my daily job as a programmer, and I hope these commands will be useful to you too, whether you want to use it daily or studying to pass a job interview.