git good practice

Be a Better Developer with These Git Good Practices

Discover the path to becoming a more proficient developer with these essential Git best practices. Learn the art of crafting meaningful commit messages, and adopting a strategic branching approach such as Git Flow.

Convert-JSON-to-JAVA-Object

How to Create JAVA objects from JSON Easily?

Why do we need to parse JSONs? We need to parse JSONs to get the values from the fields. For a small JSON payload it is fine…

Automatically-format-your-code-on-git-commit-using-prettier-husky-eslint

How to auto format & clean code on commit?

If you are working a project with more than 2 developers, you might note different formatting code create different kinds of issue like merge conflicts, code…