Today I learned

React Server Components

#react

Today I learned about React Server Components, what they are and how they will be useful.

Read more

SVG Drawing Animation

#css#svg

Today I learned how to animate SVG drawings using CSS.

Read more

Vercel Cron Jobs

#api#backend

Today I learned that Vercel introduced Cron Jobs recently. So now you can automate repetetive tasks in a serverless Environment like on Vercel.

Read more

Input Attributes for better Forms

#ux#accessibility#html

Filling Forms on website can be an unnecessary pain. Recently I've learned about some simple steps to make Forms more user friendly.

Read more

What's new in Lighthouse 10

#performance

Lighthouse 10 was released recently and included some significant new features. In this Today-I-learned Post will have a look at everything new.

Read more

Don't use return types in TypeScript

#typescript

Today I learned about the discussion if return types are necessary in TypeScript or not.

Read more

Removing YouTube Shorts with CSS

#css

Today I learned how you can remove YouTube Shorts from your subscription feed with CSS!

Read more

State of Usability in 2023

#ux

Today I learned about the State of Usability in 2023

Read more

CSS Gradient Text

#css

Today I learned how to create beautiful text gradients with CSS

Read more

Clamp CSS function

#css

Today I learned about the clamp CSS function which enables fluid typography based on the viewport size without the need for media queries

Read more

Never use px for font-size

#css

Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe

Read more

Tech Pays in Europe

#software-development

Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe

Read more

Secure JavaScript URL validation

#javascript#web-security

Today I learned about a secure way to validate URLs in JavaScript

Read more

Worlds highest website

#html#css

Today I learned about the worlds highest website

Read more

Squoosh App

#performance

The Squoosh App is a web app that allows you to compress images in a variety of formats.

Read more

Web Vitals Element

#performance

Web Vitals Element ist a component that displays the Core Web Vitals metrics of your website.

Read more

The a11y project

#accessibility

a11y stands for accessibility - the a11y project is a community-driven effort to make digital accesibility easier

Read more

Incomplete list of CSS mistakes

#css

There exists a list with mistakes made in the design of CSS, that can't be corrected because it would break the internet

Read more

Setting a theme color without JavaScript

#css

It's possible to set the theme color of your application without JavaScript. It just works with plain CSS.

Read more

Faster page loads with early hints

#backend

Eary hints is a status code (103 Early Hints) that can help improve the performance of a website, because it allows the server to sent hints to the browser about critial sub-resources.

Read more