JavaScript Logical Operators: A practical perspective in TypeScript This article approaches logical operators from a practical perspective by giving more real-life examples and describing guidelines on when to use what. Published onJuly 22, 2024JavaScriptTypeScriptAnthony BendelerWeb DeveloperRead more
Umbraco package of the month: Accessibility Reporter A quick look at the Umbraco package Accessibility Reporter. What is it and how does it work? Published onJuly 19, 2024umbracoa11yaccessibilityJeroen van KempenBackend developer and Friend makerRead more
Making Web Workers enjoyable In a single threaded environment Web Workers allow for offloading intensive tasks to keep the main thread free and responsive. Published onJuly 5, 2024frontendweb-workersjavascripttypescriptRavindre RamjiawanFrontend DeveloperRead more
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