Apr 13, 2021
#devops
Nginx configuration example for NodeJS app
Use this NGINX configuration example for NodeJS app, running on port 8000. The server has an SSL from Certbot installed.
Apr 11, 2021
#tools
Inkscape - modify PDF files
Inkscape is a Free and open source vector graphics editor for GNU/Linux, Windows and MacOS X. I offer some infos regarding this great tool, so press the link and read the full article.
Apr 8, 2021
#tutorials
Notes Students - Web application to manage the notes of students
The application aims to complete needs of students from universities by showing them the scolar results and specific information. The system consists in a client application, a web service and a database server which are interconnected.
Mar 26, 2021
#devops
Wordpress Dockerfile
Wordpress Dockerfile is an example that shows you how to use docker with MySQL database, Phpmyadmin and Wordpress
Mar 21, 2021
#resources
Automated Tests Resources
There are many types of tests, each with their own purpose that cover specific aspects of the application. And so when you're testing your app, you should make sure that you have a good balance of various tests.