It’s time to Skill Up!

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

Rendering map charts using Plotly

Data visualisation is crucial when it comes to the perception of quantitative information, and Plotly is one of the best open source software solutions for creating beautiful charts. Therefore, in this post we will provide a brief introduction to creating geographic map charts. When there is a need to visualize data related to geographical location, […]

Using modern tooling for faster frontend development

Why bother? Life is too short to waste it on tedious tasks such as installing dependencies or waiting for the Webpack to finish bundling your whole app even though you’ve made a small label change. That’s when modern frontend technologies come in. I’ll be focusing on the migration of an typical old setup (~2019) with […]

How to enable Kubernetes cluster autoscaling in AWS

In this blog post, you will learn how to configure autoscaling for a Kubernetes cluster running in AWS. In the most common scenarios web applications are not always under the same workload. The number of users varies depending on the time of a day, week, or even year, so to save resources and money it’s […]