Leetcode cloneIntroduction In this Blog we will Understand how will we create a problem statement with judge0 for our leetcode clone Algorithim for create Problem - get all the problem related data from the req.body get the user from the cookies and check if t...May 5, 2025·5 min read
Winning the Race in Formula 1 - Using Objects in JavaScriptIntroduction In JavaScript, an object is a collection of key-value pairs where the keys (also called properties) are strings or symbols, and the values can be any data type, including other objects and functions. Objects are basically real-world enti...Feb 13, 2025·6 min read
Arrays As An IPL Cricket TeamArrays - Taking the whole Team If we are making a cricket team we will just have the team players and we won't take anyone else Similarly if we want to make an array we take similar type of data to represent. Declaration As the Coach, The Management ...Feb 11, 2025·2 min read
PRD ( Project Requirement Diagram )Emergency vehicle repair service Introduction The Emergency Vehicle Repair Service Portal is an innovative, web-based platform designed to provide quick and reliable repair services for emergency vehicles, ensuring minimal downtime. The portal connec...Feb 6, 2025·11 min read
World's biggest issue for Programmers : How to center a <div> ? welcome to the Flex-box.INTRODUCTION As the Hardest problem for programmers arises that how to center a div. Centering a div will be as hard as solving global issues. Jokes aside if you want to center a div or want to make your designs easy and responsize flexbox is the way...Jan 31, 2025·4 min read