best practices

How to install development tools on Ubuntu with a single bash command

Every now and then we have to establish a new development environment on our machine. Installing lots of tools can…

5 years ago

Spring Boot API documentation with Swagger

Each API requires comprehensive documentaiton. You can generate it using Swagger for a REST API. Its clients will get standardized…

6 years ago

Get the most out of the new hire

Has your project come to a state where it seems like the only way to move forward and meet deadlines…

6 years ago

How to squash git commits

If you use git to secure the outcome of your work frequently, the code responsible for one functionality may be…

6 years ago

Manage project dependencies with npm

Proper handling of javascript dependencies allows every team member to use the same library versions during project development. Keeping them…

7 years ago

Keep your code safe through repositories

To make sure you will never lose your code, store your project on an online repository hosting service. No matter…

7 years ago