@subhadeep0710
SUBHADEEP DHAR
@subhadeep0710
I'm Subhadeep Dhar, a third-year CSE B.Tech. student and web developer, passionate about new technologies and innovation.
I'm Subhadeep Dhar, a third-year CSE B.Tech. student and web developer, passionate about new technologies and innovation.
Kolkata, India
1
project
1
0
prizes
0
3
hackathons
3
0
Hackathons org.
0
Compify is an AI friend that helps you with your competitive programming journey. It can help you with your doubts, provide you with resources, and even help you with your code.
Compify is revolutionizing competitive exam preparation AI in India with a unique approach that blends affordability and comprehensive support. For just 3 USD a month, Compify offers: #Extensive Mock Tests: Get access to a vast range of MCQs across various exams, subjects, and chapters, ensuring your preparation is always on point. #Detailed Feedback: After each test, review your answers, get detailed solutions, and consult the Compify Saarthi Study Bot for further clarifications and insights. #Mental Well-being Support: Beyond academics, the Compify Saarthi Bot is available to chat and support your mental well-being during the stressful exam preparation phase. With Compify, choose your exam, select subjects and chapters, take timed tests, and get in-depth evaluations—all from the comfort of your home. It's the all-in-one solution for effective, affordable exam preparation.
medium.com
CORS error Same-Origin Policy The same-origin policy serves as a vital security measure by limiting how documents or scripts loaded from one origin can interact with resources from another origin. This policy helps prevent malicious websites from accessing sensitive data on other sites that a user may be logged into, thereby reducing potential attack vectors. For instance, it stops a harmful website from executing JavaScript in a browser to read data from a third-party webmail service (where the user is ...
medium.com
In this article we are going to explore how to configure our own remote git server in AWS EC2 machine. First of all let’s understand that how Git works. Git is a Version Control System(VCS) which keeps track of the changes of code in a set of files. It contains hooks, info, logs, objects, refs folders and HEAD, config, description, index files mainly. There are many other files that helps us to keep track of the changes. Folder structure inside .git folder Now let’s say Alice is working on Project X and ...