Introduction to (AZ-204) certification exam Cheatsheets Published onNovember 6, 2022azureaz-204cheatsheetcertificationexamSaeed SalehiSenior Backend Developer .Net TeamRead more
Vue 3 composition API in a nutshell Vue 3 has been launched with the composition API. In this article we dive deeper into this subject and compare it with the options API (old way). Published onNovember 1, 2022developmentfrontendVue-2Vue-3Lars JanssenDeveloperRead more
Practical uses of the :has() relational pseudo class The :has() relational pseudo class has landed in Chrome and Safari and even though it gets less hype than for instance container queries, I believe this little pseudo class contains a lot of improvements to the way we write CSS today. Published onOctober 27, 2022frontendcssBrecht De RuyteFrontend Developer / DevRelRead more
Getting started with tRPC v10 by building a todo app - Frontend There's nothing quite like the feeling of finally getting your front-end and back-end types to match up. After hours of slacking, emailing, and going through documentation, you finally have it! But that feeling doesn't last long, because you realize the back-end had some type changes, which broke your front-end again! Well, here is where tRPC comes into play. Published onOctober 26, 2022frontendreacttrpcreact-nativeZjerlondy FereroFrontend ConsultantRead more
Developers are not Trusted Types! Even with our best intentions as developers, we all make mistakes. XSS being one of the most common web vulnerabilities on the web proves that we need to better defend ourselves and our users against this. Let’s see how Trusted Types can help us! Published onOctober 20, 2022frontendsecurityreactDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Getting started with tRPC v10 by building a todo app - Backend There's nothing quite like the feeling of finally getting your front-end and back-end types to match up. After hours of slacking, emailing, and going through documentation, you finally have it! But that feeling doesn't last long, because you realize the back-end had some type changes, which broke your front-end again! Well, here is where tRPC comes into play. Published onOctober 13, 2022frontendreacttrpcreact-nativeZjerlondy FereroFrontend ConsultantRead more
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