Okiki's Blog

Okiki's Blog

Follow
homePortfolioDev.toSponsorCode SnippetsCoffee?Bundlejs Changelognewsletter
Tag

webdev

#webdev

More content

Read more stories on Hashnode


Articles with this tag

Using FormData with Astro

Sep 18, 20229 min read 2.4K views

How to upload files with Astro, express and multerjs · Introduction Someone recently asked me how to use FormData with Astro, to which I responded I'll...

Using FormData with Astro

GZIP on the Browser

Jul 27, 20211 min read 767 views

Out of curiosity I created a small demo detailing how you can implement GZIP in the browser, I used fflate for the GZIP compression, and pretty-bytes...

GZIP on the Browser

PSA: Add dark mode to your sites, or at least let the browsers do it for you

Jun 22, 20215 min read 5.3K views

Dark mode...Dark mode for everyone, start using the `color-scheme` property today. · I have a simple message for web developers, start adding the...

PSA: Add dark mode to your sites, or at least let the browsers do it for you

Adding Custom Easing to the Web Animation API

Jun 20, 20212 min read 548 views

I recently posted about @okikio/animate, a new Animation library that uses the Web Animation API (WAAPI) to create smooth, and highly performant...

Adding Custom Easing to the Web Animation API

@okikio/animate - the animation library built using Web Animations API (WAAPI)

Jun 11, 202110 min read 552 views

@okikio/animate is an animation library for the modern web, it uses the Web Animation API to deliver butter smooth animations at a small size. ·...

@okikio/animate - the animation library built using Web Animations API  (WAAPI)