Writing a good README file

Writing a good README file
Documentation is a key for any coding project and the README file is a big part of it. In this article you can find some best practices on how to write a good README file.

GitLab CI/CD and React Tests

GitLab CI/CD and React Tests
Continuing after my previous post about Gitlab CI/CD, I would like to show another example of Continuous Integration, this time with unit testing react components.

GitLab CI/CD and GitLab Pages 1

GitLab CI/CD and GitLab Pages
In this post I will try and explain how to deploy a simple javascript application on GitLab pages, using Continuous Deployment with a live working example.