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. Developing constantly evolving software is quite a challenge. How to deliver new functionality without breaking […]

NubiSoft Is Transforming the Software Development Game for SMEs

NubiSoft is a renowned provider of innovative software solutions. Since 2018, we’ve been helping organizations build remarkable solutions for complex problems. We specialize in healthcare, data visualization, and e-commerce industries. As a technology-focused company, we utilize cutting-edge resources to produce experiences that don’t only get the job done but exceed expectations. We’re always looking for challenges. Our driving force is to impart valuable expertise to our […]

How to start with GraphQL in Java

In this blog post, you will learn some basics about GraphQL and how to start using it in an actual project with Java language and Spring Boot technology. What is GraphQL? GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. The main concept of GraphQL is strong typing which determines the way of communication between the client and server. GraphQL’s main […]

Mastering Git with 254 simple commands

Git is by far the most popular Version Control System (VCS) used in web development. According to the latest StackOverflow survey over 90% of respondents use it on a regular basis. The question one would ask is how to use it effectively?This post will guide you through the most best practices, important git commands and do’s and don’ts. Basic concepts git – is a version control system, don’t confuse it with […]