Today I learned
- JavaScript (14)
- CSS (11)
- React (8)
- HTML (6)
- Performance (6)
- API (5)
- Accessibility (5)
- Backend (3)
- Gatsby (3)
- UX (2)
- Web Security (2)
- Git (2)
- SVG (1)
- TypeScript (1)
- Software Development (1)
- Prisma (1)
- Redux (1)
- Testing (1)
React Server Components
Today I learned about React Server Components, what they are and how they will be useful.
Read moreSVG Drawing Animation
Today I learned how to animate SVG drawings using CSS.
Read moreVercel Cron Jobs
Today I learned that Vercel introduced Cron Jobs recently. So now you can automate repetetive tasks in a serverless Environment like on Vercel.
Read moreInput Attributes for better Forms
Filling Forms on website can be an unnecessary pain. Recently I've learned about some simple steps to make Forms more user friendly.
Read moreWhat's new in Lighthouse 10
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 moreDon't use return types in TypeScript
Today I learned about the discussion if return types are necessary in TypeScript or not.
Read moreRemoving YouTube Shorts with CSS
Today I learned how you can remove YouTube Shorts from your subscription feed with CSS!
Read moreState of Usability in 2023
Today I learned about the State of Usability in 2023
Read moreCSS Gradient Text
Today I learned how to create beautiful text gradients with CSS
Read moreClamp CSS function
Today I learned about the clamp CSS function which enables fluid typography based on the viewport size without the need for media queries
Read moreNever use px for font-size
Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe
Read moreTech Pays in Europe
Today I learned about the website TechPays which aims to remove the taboo on tech compensation in Europe
Read moreSecure JavaScript URL validation
Today I learned about a secure way to validate URLs in JavaScript
Read moreWorlds highest website
Today I learned about the worlds highest website
Read moreSquoosh App
The Squoosh App is a web app that allows you to compress images in a variety of formats.
Read moreWeb Vitals Element
Web Vitals Element ist a component that displays the Core Web Vitals metrics of your website.
Read moreThe a11y project
a11y stands for accessibility - the a11y project is a community-driven effort to make digital accesibility easier
Read moreIncomplete list of CSS mistakes
There exists a list with mistakes made in the design of CSS, that can't be corrected because it would break the internet
Read moreSetting a theme color without JavaScript
It's possible to set the theme color of your application without JavaScript. It just works with plain CSS.
Read moreFaster page loads with early hints
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