PinnedUse Cloudflare Workers as a Reverse ProxyReverse Proxy / Rewrites allow us to serve content from different hosts/websites to our domain. For example, this article you are reading, is on blog.hrithwik.me which is essentially a Reverse proxy / Rewrite of hrithwik.hashnode.dev. So you get the ...Mar 15, 2022·6 min read
How to add Modern Installation UI for your PWAA few days back, I uninstalled the Twitter app and switched to the web app and I noticed something, Twitter had like a different/modern Installation UI for its PWA. (Know more about PWAs here.) I was like, Woah, this looks so dope and better than t...May 28, 2022·2 min read
How I used HarperDB Custom Functions to build a web app for my newsletterLearn how you can use HarperDB Custom Functions to create API endpoints to access Data from HarperDB Database.Sep 29, 2021·7 min read
How to grow your Personal blog on HashnodeGrowing your personal blog on your own domain is not that easy. It's like a private space in the internet and getting new people to read it is hard. Hashnode solves this. You can blog on your own domain and also get a community which reacts to your...Aug 17, 2021·5 min read
The Good and the Limitations of Github CopilotI have been trying to generate code with the help of GPT3 from few months now and recently got access to a better product called Github copilot. Github Copilot is an VS Code extension which can autocomplete your code and also synthesize code by se...Jul 5, 2021·4 min read
How to stop Your Heroku app from sleeping😴 (FREE)The Story Behind 📚 Few months back I built a tool called richurl.tech which is like a url shortner 🔗 but with super power ⚡ . When someone clicks on the richurl, it sends them directly to the YouTube app instead of opening videos on FB/Instagram/L...Apr 24, 2021·2 min read
5 Web API's for your Next ProjectThere are a few amazing web API's supported by modern browsers and these are few you might want to use in your next project. Do note that some browsers might not support all these API's Clipboard API 📋 Implementing clipboard functionality is even...Mar 25, 2021·7 min read