Prevent Website Spoofing in Next.js AppThis is a mechanism to secure your web application from running on a different host. Running your application on a different host may lead to security issues like leaking of user information, requesting servers other than your server, and a lot more ...May 11, 2022·2 min read·112
Clojure and Leiningen to manage Clojure projectsI would like to introduce you to Clojure. I am fascinated by how it works and it is also known to sharpen your thinking as a programmer. In this article, we'll do a basic setup and start programming in Clojure! What is Clojure ? Daniel Higginbotham i...Sep 7, 2020·3 min read·383
setTimeout() - an edge caseRecently, I had come across a bug that needed auto-refresh after a certain point of time. And setTimeout() had been used to count down to the time and reload the page. Little did I know that setTimeout() came with a price. As quoted on MDN Web Docs ...Sep 5, 2020·2 min read·418
Header tags and how they boost SEOWhat is SEO? SEO refers to Search Engine Optimisation. It is a process of increasing the website or webpage visibility when people search using certain keywords that are related to or rather used in the website. So, a lot of websites use this as a ma...Sep 3, 2020·2 min read·155
Twitter: Automate updating follower count in your nameI wanted something fun to do in the weekend! Since, many people on dev twitter are building bots, I started this as a starting point. This is how it looks - my name with follower count: In this blogpost, I have listed one way of doing this. You'll ...Aug 30, 2020·5 min read·251
How to make using Github tools easy?Are you committing mistakes on Git? Mixing up the branches? Don't know how to revert correctly? Git being a command-line tool might be a little tough to get along with. There are other tools from Github that can make life easy. I have just started a...Aug 27, 2020·5 min read·215
Safari CSS hackBrowsers have their own way of interpreting code. There isn't any universal browser as such. Well, it depends on people's choice! A good web developer should always check the responsiveness and compatibility of their code on various devices and whet...Jun 28, 2020·1 min read·299