- β¨ I am Rahul Mishra (he/him)
- π I am 19 yo
- β€οΈ I love to tweak around new technology and explore them
- π» MacOS
- FullStack JS Stuff
- Email Tech
Allow to connect bluetooth paired devices from gnome control panel.
A Tailwind CSS plugin that allows you to load colors from URL of Realtime Colors
π¨ A simple JS library to get the dominant color or color palette of an image just by its URL.
TypeScript 2
Cloudflare Worker to get notified about Youtube uploads via discord webhooks
TypeScript 2
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
I have a seprate hono app that I want to mount at /api
, but there is a app.use("*", cache(...))
call in the code which is cahing my api routes and β¦