Clear and Concise Concurrency with Coroutines in Kotlin Learn some Kotlin basics and how to easily use coroutines to write parallelized code cleanly according to structured concurrency. Published onJuly 3, 2024kotlinconcurrencycoroutinesbackendRuud NimourSoftware EngineerRead more
This was CSS Day 2024 - the 10th edition Another year, another CSS Day. I’m always happy to return to Amsterdam for this occasion, It’s one of the things I look forward to every year. So naturally, I’m happy that iO still allowed me to go there with my training budget, and the least I could do, is write a summary of this event on the tech_hub. Published onJune 27, 2024frontendcsseventsconferenceBrecht De RuyteFrontend Developer / DevRelRead more
Storyblok live editing with Next.js App Router and React Server Components How to keep live editing support with Storyblok's full React Server Components approach for Next.js Published onJune 4, 2024Next.jsStoryblokDaniël KruxFrontend DeveloperRead more
WebAuthn: it's time to forget your passwords Dive into the browser standard of securing login and authentication using the WebAuthn browser API Published onMay 28, 2024cybersecurityauthenticationweb-authJelle BiesemansJavaScript DeveloperRead more
On-the-Fly Machine Learning in the Browser with TensorFlow.js TensorFlow.js is an incredibly powerful JavaScript library for training and deploying machine learning models in the browser and Node. js. Let’s explore this library by building a teachable machine! Published onMay 17, 2024frontendmachine-learningDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
5 Things I wish I knew before using Firestore You want to try out Cloud Firestore as a database solution? Here are five insights I wish I knew before starting with Firestore's NoSQL database. Published onMay 10, 2024FirestoreFirebaseBackendFull-stackdatabasesZakaria TaissateFull-stack Software Engineer & Team CaptainRead more
Going beyond pixels and (r)ems in CSS - Absolute length units Oh my, usually when writing a series like this, people tend to leave the best for last, but in this case, it seems that the best is behind us. But as I am a completionist, this last part of the CSS Units series will be about absolute units, the units you mostly - absolutely - want to avoid. But can help in certain cases. Published onMarch 22, 2024frontendcssBrecht De RuyteFrontend Developer / DevRelRead more
Progressively Enhance Handling Your Forms With React.js Server Actions A large part of adding interactivity to your applications is through forms. Single Page Applications SPAs have not always handled this part the best. Let’s have a look at how we can use React.js Server Actions to handle your forms progressively enhanced. Published onMarch 8, 2024frontendreactjavascriptDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Going beyond pixels and (r)ems in CSS - Container query length units In the third part of this series, we’ll look at length units based on the container. Yes, you heard that right, we can finally get some measurements based on a containing element and that just spells awesome in my book. Currently available in all evergreen browsers, these units open up a lot of opportunities to create some smart systems and once again, I will write this up packed with a bunch of demos and cool use cases. Published onFebruary 28, 2024frontendcssBrecht De RuyteFrontend Developer / DevRelRead more
Going beyond pixels and (r)ems in CSS - Relative length units based on the viewport In this second part of the series, let’s talk about units based on the viewport also known as "the viewport-percentage length units". A lot of developers know these, but they can create some unexpected behavior, especially in combination with scrollbars and mobile behavior. Based on some articles and videos I picked up on the web from time to time, I'd like to explain some of the common pitfalls when using viewport units. Published onFebruary 8, 2024frontendcssBrecht De RuyteFrontend Developer / DevRelRead more
Your user doesn’t prefer your design As developers and designers, we make a plethora of design decisions while building a website. We try to cater to everybody, but that is an impossible task. So how can we listen to some of the preferences of our users? Published onFebruary 1, 2024cssfrontendDave BitterGoogle Developer Expert Web & Developer AdvocateRead more
Going beyond pixels and (r)ems in CSS - Relative length units based on font There are a lot of CSS units available at the moment and we mostly still rely on pixels and (r)ems for our sizing and fonts. I say it’s time to do a little freshening up. Instead of writing a list of which units are available in CSS that you can easily find on MDN as well, I thought I’d give some examples of where they could come in handy. I will create a mini-series out of this and for the first part, let’s start off with relative length units based on font. Published onJanuary 30, 2024frontendcssBrecht De RuyteFrontend Developer / DevRelRead more