Why Strapi?
“The Time To Market of any product is very short nowadays.” This means the traditional approach to bring a product to market is no longer viable. Why? Let's explore where…
“The Time To Market of any product is very short nowadays.” This means the traditional approach to bring a product to market is no longer viable. Why? Let's explore where…
Strapi is an Open Source, self hosting, database agnostic, headless API with a fully customizable CMS, serving data and methods via Restful or GraphQL endpoints. Let’s shed some light on…
It’s quite well known that list comprehensions exists in many programming languages. This is kind of true for JavaScript, but only with a detour. For instance, in Python3 we can…
— An evil strategy to make JavaScript more functional As of ES6, we’re used to Array methods such as map, filter, and reduce. Methods borrowed from functional programming languages. I’ve…
I love doing side-projects. But I sometimes think of side-projects as a guilty pleasure, since I almost never finish them, and because most of them are utterly useless. For instance,…
I remember once I was listening to a podcast named StackTrace, the guy there (@_inside) had a very interesting idea of apps. He believed that apps could do better than…
"We are going 100% online" are words that no longer surprise us. The same thing happened to the Data Innovation Summit conference. While the topics of the sessions where as…
This standalone blog post is describing my exploration of the very relevant Machine Learning questions: How big of a dataset do I need for training?How long do I have to…
This blogpost is a continuation and exploration of the learnings shared in the previous blogpost Using ML to detect fake face images created by AI but focuses on understanding the…
On our recent remote KHalfday, a few of us from the iOS community at Jayway took the opportunity to share our best tips and tricks for a more pleasant and…
The AWS CDK (Cloud Development Kit) is a welcome contribution to the “Infrastructure as Code” family. It is a development framework that allows you to configure AWS resources using programming…
Improving a classifier to hold up in production In this blog post, I will walk you through the steps on how I built and improved a supervised Machine Learning classifier…
Learn how to implement Background refresh on watchOS. Have your watch app always show fresh content!
Table of Contents IntroductionExample Code - Attributed StringsFactory FunctionsTools & LibrariesExample Code - Rich Text Format (RTF)Example Code - Rich Text Format Directory (RTFD)Conclusion Introduction Attributed strings are great for…
From xkcd.com Introduction An introduction to pyenv and poetry for python! There's no denying it. Python is one of the most widely used programming languages today. Especially within Data Science.…