22 followers
I am a programming geek aspiring to explore the depths of technology! Join me in my journey and climb up the ladder of knowledge.
Subscribe to my newsletter and never miss my upcoming articles
When I was in college, there was this fad of Competitive Coding. Competitive Programming is like a sport where participants have to solve certain programming problems with constraints, timed or untimed. As a first year student in my undergraduate pro...
People used to bookmark tweets using the like feature on Twitter. Later, they introduced Bookmarks feature that helps you save the tweets privately. And now, you have saved thousands of tweets and you can't afford to clear them. How about we export t...
Do you want use Python as backend for your React project? You can write the frontend logic in Javascript and use Python for the backend. Flask makes this integration into one single project really easy. We'll be covering, Creating Flask API Creating...
I 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...
Recently, 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 ...
What 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...