The current state of AI for content creators In the second part of this series, we will take a look at some of the ways that GPT-3 can be used by content creators to improve their workflow. We will also provide some tips on how to get started with using GPT-3 for your own projects. We will use OpenAI’s Playground to try out the features of GPT-3. Published onSeptember 22, 2022contentAIVince LiemSenior Frontend Consultant & AI expertOpenAI GPT-3Cloud OccupantRead more
How to use matchMedia to create a performant custom viewport hook Unfortunately, sometimes you need to write viewport-based logic in your JavaScript code. Usually, this is done with a listener on the window for a resize. Let’s look at a better way. Published onSeptember 16, 2022frontendreactDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Peeking problem in A/B testing: Frequentist approach In our current state of digitization, data-based decision-making has become an integral aspect of online businesses. Evidence-based practice, the paradigm used to make those informed decisions, relies on the use of data and solid statistical methods to solve real problems. Published onSeptember 8, 2022testingpythonAbdelhak ChahidData ScientistRead more
How do I setup CI/CD & hosting? How to build a component library Part 4: Setting up CI/CD & hosting. Published onSeptember 7, 2022frontendDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
A First Glance at Azure Container Apps Azure recently launched Container Apps, Somewhere in the function-middle between Container Instances and Kubernetes Services lives this new resource type. This is a journal of a first glance on it. Published onSeptember 1, 2022azuredevopsdockerOwin GrutersTechnology DirectorRead more
How do I set up linting, unit, snapshot and visual regression testing? How to build a component library Part 3: Setting up linting, unit, snapshot and visual regression testing. Published onAugust 31, 2022frontendDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Are our links visually accessible? A simple link inside a paragraph, what could go wrong? Well, a lot in fact. Let’s have a closer look, shall we? Published onAugust 26, 2022a11yaccessibilityFrank van Eldijk-SmedingSenior Frontend Consultant & Lead AccessibilityRead more
How do I pick a front-end framework & showcase it with Storybook? How to build a component library Part 2: Picking a front-end framework and setting up Storybook. Published onAugust 24, 2022frontendDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Dockerfile templating to automate image creation If we take a look at the repository for the official Node.js Docker images we can see that the source contains a Dockerfile for each image variant. Imagine having to add a package to all of these images. That's a lot of manual edits, but it's manageable. Now imagine adding a package to only specific versions of the image and a different package depending on the Linux distro. Published onAugust 23, 2022infrastructureLuud JanssenSoftware DeveloperRead more
How do I set up a Monorepo, SemVer strategy and Private package registry? How to build a component library Part 1: Setting up a Monorepo, Semver strategy and Private package registry. Published onAugust 17, 2022frontendDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Redis VS MongoDB VS Cassandra Are the NoSQL databases all the same? If not, what are the differences (and why should you care)? A quick comparison chat between Redis, MongoDB and Cassandra Published onAugust 12, 2022developmentdatabaseMassimiliano ScifoSenior Backend DeveloperRead more
Promises and async/await The Promise, a fundamental tool in the asynchronous language that is javascript. Published onAugust 8, 2022frontendjsRalph LeermakersLead Software DeveloperRead more