Started coding since I was 14, Now I am a full stack web developer, blogger, and a full-time tech enthusiast. I spend my whole day playing with javascript, react, HTML, and CSS; experimenting with tech, and gulping a great variety of useful+useless information on the planet internet.
I make web applications that charm and solve problems. I’m always curious and enjoy working on projects that challenge me to continuously learn and evolve.
As of now, I am pursuing B.Tech. in Information Technology from Heritage Institute of Technology, Kolkata, India.
I enjoy crafting ideas into reality in the browser from scratch.
Javascript, css, html, sass & less
I like making back-end solutions that are secure, fast & robust.
Javascript (ES6) & Java
I enjoy blogging and solving problems
I believe in sharing whatever I have learnt with my fellow mates. Blogging is an excellent wat to practice it.
Solving problems keep my adrenaline rush going. I do competitve programming to progressively increase my problem solving skills.
A tournament management platform for eSports. Create registration forms, detailed anaytics and points table. Made with MERN stack.
A simple, easy to use, esports platform to provide web services to esports organisers. Made with React & Firebase.
A URL Shortener made using React.JS and Google Firestore
We will see a powerful technique, called Stress Testing, to test the correctness of our programming solution. Often, in competitive programming, We come across scenarios where our solution gives us wrong answers, although the solution seems to be 100% correct. Sometimes, we are stuck in some edge cases. Well, a popular competitive programming platform like codechef does not reveal those test cases. How to find out that? Even after scratching your head for hours, you fail to find it out. You can try “Stress Testing“....Read More...
ver wanted to build a notice app or creating a notification system for new notices for your college? But how to get real-time notices data? Not all colleges (not mine) provides an HTTP endpoint to get college notices. However, not to worry, we can use web scrapping to extract notices directly from the college website. What is web scraping? In simple words, web scraping means to extract data from websites.…Read More...