
Recently, I was asked to give my input on a RfI from a company considering to buy software products off the shelf. They had already divided the functionality they want to see covered into subdomains, and realized that they probably had to buy a number of products covering some of the subdomains, while other subdomains…

Most Machine Learning (ML) models never reach production. They stay in notebook experimentation heaven where everything is about data science. A proof of concept ML model in a notebook is one thing. Going from a notebook to production is a whole other ball game. It requires the entire end-to-end data and ML pipeline to be…

I often forget to run the code formatter before I commit code to git. This is bad since the following commits will contain irrelevant… Continue reading on Grensesnittet »

The term ‘Data Mesh’ has become increasingly common over the past few years, though it is still somewhat niche compared to terms like Data Lake or Data Platform, and what it actually means might not be well understood. In this article I will delve into what data mesh actually is, the motivations behind it, and…

There is always one thing that everyone will tell you if you start the path of a data driven project: You will spend most of your time dealing with data quality issues. This is especially true when dealing with data collected from legacy or ad hook systems.

BigQuery is a serverless datawarehouse solution provided by the Google Cloud Platform. In this blog post will only focus on the serverless integration offers that GCP provides.

Request, verify and install TLS certificates in the simplest way possible.

RxJS is a javascript library that allows us to code reactively using observable streams. With observables and functions provided by RxJS we can compose readable asynchronous code. If you are using Angular you are already using it, since the framework is built upon it. Still many developers don’t use it much more than just calling…

Illustration: Colored pixels being painted on a background Introduction Rendering a website can be done in several ways. A common challenge is when to choose which of the types. Exploring the options before starting a new project can prevent us from refactoring parts of our code or the entire tech stack. It depends on whether it…
You must be logged in to post a comment.