Require PHP packages without destroying whole dependencies
Composer is the main PHP package manager that powers modern PHP development these days, but do you know how to leverage Composer in awkward...
Quick Guide to Sign Git Commits
It is important to sign Git commits for your source code to avoid being compromised into source code. If you don't know how, I...
Life is a Game as We Know It
Have you ever thought about life and your purpose? What if I tell you, you and me are players in a game of the...
Microsoft To-Do as the Best To Do List App for me
It has been a while, well it's around 4 years for me to find and try out to see what is the best to...
Simple Guide to Parse JSON in Java
JSON is the most used data exchange format nowadays, and as a Java developer you should know about it. In this article, I will...