divyajyotiuk.hashnode.devPrevent 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
divyajyotiuk.hashnode.devRecursion - quick breakdownNote: Not the article for absolute beginners. Some facts first - What is recursion? Directly from wiki - In computer science, recursion is a method of solving a computational problem where the solution depends on solutions to smaller instances of th...Feb 13, 2022·3 min read
divyajyotiuk.hashnode.devExporting your Twitter bookmarks in markdown filePeople 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...Nov 1, 2020·4 min read
divyajyotiuk.hashnode.devI couldn't be a Competitive Coder, but it still worked out!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...Oct 1, 2020·4 min read
divyajyotiuk.hashnode.devHow to create React App with Flask backend?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...Sep 27, 2020·4 min read