Robust CI/CD pipelines for Node based projects

Continuous Integration/Continuous Deployment is nowadays widely used software development practice. It can be applied to projects of any size, written in any programming language. In this blog series, we will share some useful tips and tricks on how to make such pipelines for Node-based projects fast, efficient, and reliable. Before we dig into the details […]

Configuring GitLab Runner for Node projects

If you want to build efficient CI/CD pipelines in GitLab CI you’ll probably end up using own Runners. In this article, we will show you how to install and configure them for a Node project. This is the first post from our series about building robust CI/CD pipelines for Node-based projects, wherein we will focus […]

Is ZFS for Docker a good choice? And why Ubuntu gently pushes us towards ZFS?

Everyone is containerizing these days. Sometimes he does it better, sometimes worse … and sometimes he just claims he does it 😉 Here at NubiSoft we try to do our best. Not only because we want customers satisfied with their systems with low maintenance costs. We also do it for ourselves. It just gives us […]

NextCloud with Wasabi S3 (Part2)

This post is the second part of the previous, the most read one on our blog. After the technical introduction on how to deploy NextCloud using the containerization approach made in Part1, we explained basic functionalities of Wasabi S3, to show in this post, how to glue it all together to get functional and reliable […]