Dani Akash 🧪💥
banner
daniakash.com
Dani Akash 🧪💥
@daniakash.com
🇮🇳 | 👾 JSNinja | Building 🖥️ UI/UX/DevX for AI Apps at Clarifai | Gamer 🎮 | Anime fan 🍥 | Climate Advocate ♻️ | 🧪 Science Geek | World Builder 🌍✨

📬 daniakash.com/newsletter
I get that every time I write a post on bluesky 🫠
October 17, 2025 at 2:25 AM
I have a facebook account which is only used for oauth logins
October 12, 2025 at 9:09 AM
@vite.dev plugin is the right approach!! I can now add this to all my personal projects 🤩
October 10, 2025 at 4:18 PM
I'm gonna start collecting these IDs as well!
October 9, 2025 at 6:35 PM
So far results have been very positive
January 2, 2025 at 3:51 PM
lol - I was getting the error with @aws-sdk/client-s3 so I switched to aws4fetch and it worked, I didn't change anything else 🤷🏽‍♂️
December 28, 2024 at 9:18 PM
hey @thomasdig.by, you might be interested one of the other vite plugin I just published:

bsky.app/profile/dani...

I currently use it instead of esm.sh since I get the benefits of lock files
Everytime I make a one-line code change to my website, it cache busts all the js files and the users have to download the whole website code again when they visit the site.

so, I wrote this tiny vite plugin: www.npmjs.com/package/vite...
vite-plugin-extract-vendors
A vite plugin to extract external libraries from node_modules to vendors directory to improve caching of 3rd party js files. Latest version: 0.0.1, last published: 3 hours ago. Start using vite-plugin...
www.npmjs.com
December 24, 2024 at 11:55 AM
Instead of shipping the usual bundled js file, I chunked all the node_modules files separately to ensure only application code is updated whenever I push minor updates to my webpage and the library code remains cached
December 24, 2024 at 11:50 AM