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 […]
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 […]
During NubiSoft’s Skillup #2 I made an introduction to SolidJS and this post consists of all the major points I talked about. Why SolidJS? SolidJS is JSX based web framework designed to provide performant reactivity for user interfaces. Before taking a deep dive into the features of this framework let’s look at its promises and […]
Due to pandemic, most companies became fully remote organizations. NubiSoft wasn’t an exception here. We moved from our desks to home offices and all our social interactions were happening in a virtual space. While this situation didn’t impact our ability to deliver high-quality software it caused knowledge sharing between teams to become a challenge. We […]