Quick Tip: Generate Types Based on OpenAPI (Swagger) No more manual type generation! In this article, I'll show you how to generate types based on a OpenAPI (Swagger) file using a simple npm package. Published onMay 12, 2025frontend
Controlling your video animations with scroll-timeline and animation-timeline Step into a (very near) future where you can control animations with pure CSS and without the need for any JavaScript? In this article, I'll show you how to control your animations with the new CSS properties scroll-timeline and animation-timeline. Published onSeptember 11, 2024frontend