Every now and then we have to establish a new development environment on our machine. Installing lots of tools can…
Each API requires comprehensive documentaiton. You can generate it using Swagger for a REST API. Its clients will get standardized…
Has your project come to a state where it seems like the only way to move forward and meet deadlines…
If you use git to secure the outcome of your work frequently, the code responsible for one functionality may be…
Proper handling of javascript dependencies allows every team member to use the same library versions during project development. Keeping them…
To make sure you will never lose your code, store your project on an online repository hosting service. No matter…