Browsing Tag
frontend
183 posts
Typed Objects in v-for – Vue3 with TypeScript
I just ran into the following situation in Vue3 and prayed at the altar of the TypeScript gods…
Diacritic-insensitive string comparison in JavaScript
In the world of web development, managing and manipulating text data is a crucial task. Strings, which are…
Exploring CSS where it doesn’t make sense
Ever felt like CSS is playing tricks on you? Despite its outward simplicity, CSS has layers of complexity…
The classless and class-light CSS aproaches
Both classless and class-light CSS approaches aim to simplify web styling by reducing reliance on traditional class-based methods.…
CSS Media Queries
Introduction: Media queries offer a powerful means to adapt our styles based on factors such as the device…
14 Things To Check Before Deploying a Website 👨💻🔥
Let’s get started! 🚀 Dropping a website out into the wild web is a big deal, so making…
I made a website teaching you how to calculate the weekday for any past or future date
Wanting to start learning Next.js and being curious about server components, I started building and ended up with…
DaisyUI + Alpine.js + Codehooks.io – the simple web app trio
Hello and welcome to this hands-on tutorial where we’ll create a simple and interactive web app using DaisyUi,…
ArrayBuffer and TypedArray
So I tried WebGL and… Jokes aside, I love it but it has a big learning curve and…
Como usar Flex-Box?
O Flex-Box é um modelo de layout web do CSS que pode facilitar o processo de estilização tornando…