Gematik TI RU environment used in CI/CD pipeline? Yes, that’s feasible!

In this blog post, we explore integration of Gematik TI-RU Environment in a CI/CD pipeline and its profound implications for healthcare application development. We delve into the key concepts behind CI/CD pipelines, the significance of Gematik TI-RU Environment in the healthcare domain, and the steps involved in seamlessly automating the entire development and deployment process. […]

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 […]

Developers, be KIND to your containers! It’s easy with Kubernetes IN Docker stack ;)

Here, at NubiSoft, most of our CI/CD processes are configured in the cloud (after all, the name of our company obliges to something). But sometimes it is useful to deploy locally e.g. for development purposes. Having solutions built around the Kubernetes ecosystem makes it relatively problematic …at least until recently. So in this post, we […]