Since we're talking about a company here's the logo, as you might have seen it before 😉 What is WorkOS? WorkOS is a platform that provides enterprise-ready features for your application, such as Single Si...
Remix is a full-stack web framework for React. TIt is promoted as a framework to build modern web applications with server-side rendering and progressive enhancement. In this article, we’ll look at how to create a web app with Remix and Vite, wh...
What is Radix UI? Introduction Radix UI is a library of unstyled, accessible components for building react applications. It provides the building blocks for creating custom-styled components. However similarly to some other UI frameworks like C...
In the previous article we talked about Shape UP but more in the product perspective. Meaning, that most of the action are either done by a product owner (who manages the product), rather than the actual developers. Although it’s product oriented...
Shape Up is a development methodology by Ryan Singer and used by the Basecamp company and probably enabled by its eponymous software for project management. Rian Singer was the VP of Product Strategy at Basecamp. When presented that way, agile co...
We talk about JSON Web Tokens (JWT) before to explain the OAuth flow. At the time the example was about a JWT that was signed using a symmetric key (HMAC - Hash-based Message Authentication Code), which can be used for both encoding and decoding t...
Introduction AI (artificial intelligence) is trending, expected to be the new industrial revolution; there’s a lot to wonder about it. Each big company developing their own AIs or tools to play with like Open AI’s chatGPT, IBM watson X or Google’...
Essentials What is Kpack❓ Kpack is a Kubernetes-native build service that utilises the Cloud Native Buildpacks project to transform your source code into container images. It’s designed to automate the process of creating runnable application i...
Everything you need to know about Go to get started! Let’s have a look at what go has to offer, some of the quirks, the syntax and some tips. This is assuming you have installed go, but you didn’t look too much into the documentation. Talking abou...
A bit of history Buildpacks were created by Heroku in 2011 and then adopted by Cloud Foundry, Google App Engine and other Platforms as a Service (PaaS). In 2018, the Cloud Native Buildpacks (CNB) project was started to maintain specifications and...