Skip to content

Commit dddaba8

Browse files
committed
fix the md file rewriting them ?
1 parent 3c01635 commit dddaba8

24 files changed

Lines changed: 1066 additions & 189 deletions

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
## **CONTRIBUTING.md**
42

53
````markdown

docs/cheatsheet.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/college/hackathon.md

Lines changed: 116 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,126 @@
1+
A hackathon is one of those things that sounds simple on paper but quietly reshapes how people learn, build, and even get hired.
12

3+
At its core, a hackathon is a time-boxed building sprint—usually 24, 36, or 48 hours—where people come together to create something from scratch. That “something” could be a mobile app, a web platform, an AI tool, a hardware prototype, or even just a sharp prototype that solves one specific problem well. What matters is not perfection, but speed of thinking, clarity of execution, and the ability to turn an idea into something that actually runs.
24

3-
# Hackathons : Why You Should Join
5+
But that definition is too clean. In reality, a hackathon is closer to a compressed version of real life in tech: unclear problems, limited time, random teammates, shifting ideas, tired brains at 3 AM, and sudden breakthroughs that feel bigger than they should.
46

5-
When you first hear the word **hackathon**, you might think it’s about hacking into systems. But actually, hackathons are events where students, developers, and innovators come together to **build projects in a short time**—usually 24 to 48 hours.
7+
---
68

7-
### 🌟 Why Join a Hackathon?
9+
### What actually makes hackathons valuable
810

9-
1. **Learn by Doing** – In class you study theory, but hackathons let you turn ideas into real projects. You gain hands-on skills faster than normal.
10-
2. **Teamwork** – You’ll work with friends or new people, just like in real companies. This helps improve communication and collaboration.
11-
3. **Speed & Focus** – A project that normally takes weeks is built in days because hackathons push you to focus and avoid procrastination.
12-
4. **Networking** – Many tech companies and mentors attend hackathons. Some even secretly watch participants and invite them for **internships or interviews**.
13-
5. **Placements & Offers** – Today, many companies hire directly through hackathons. If you build something creative, it can open the door to **job offers and PPOs (Pre-Placement Offers)**.
11+
Most people assume hackathons are about coding. That’s only partially true. The real value sits somewhere else.
1412

15-
### 🚩 Myths About Hackathons
13+
A hackathon forces you into a situation where you cannot rely on “someday I’ll learn this properly.” You are forced to learn it *right now*. If you don’t know how APIs work, you figure it out. If your frontend breaks, you debug under pressure. If your idea is too big, you cut it down brutally until it becomes buildable.
1614

17-
* **“They are only for experts.”** – Wrong! Beginners learn the most.
18-
* **“It’s only coding.”** – No, design, ideas, and teamwork matter too.
19-
* **“It won’t help in future.”** – In reality, hackathons are becoming a **key path for placements** in tech companies.
15+
That pressure creates a different kind of learning curve—one that is steep but memorable. People often forget tutorials they watched for hours, but they remember the one night they struggled to make authentication work and finally got it running five minutes before submission.
2016

21-
### 🔮 Why Hackathons Are the Future
17+
There’s also something deeper happening: you start thinking in systems instead of assignments. Instead of “what is the correct answer,” you start asking “what is the simplest version that works?”
2218

23-
Companies love students who can **think, build, and deliver under pressure**. That’s exactly what hackathons test. For CSE students, joining hackathons means learning faster, building a strong portfolio, and standing out in placements.
19+
That shift alone is a big reason why hackathons matter.
2420

21+
---
22+
23+
### Why people say hackathons change careers
24+
25+
Hackathons sit at a strange intersection of learning and visibility. In normal academic paths, your work is mostly private: exams, assignments, internal marks. In hackathons, your work becomes public and judged.
26+
27+
This matters more than it seems.
28+
29+
When recruiters or mentors walk around during a hackathon, they are not just looking for the “best” project. They are observing how you think:
30+
31+
* Do you stay calm when something breaks?
32+
* Do you communicate or isolate yourself?
33+
* Do you take initiative or wait?
34+
* Do you understand the problem or just copy solutions?
35+
36+
These are signals that don’t show up on a resume.
37+
38+
There are many real cases where people get internships or job offers directly from hackathons—not because their project was the most advanced, but because they showed strong problem-solving instincts. Sometimes a simple but well-executed idea beats a complex unfinished one.
39+
40+
In competitive environments, companies often value *execution under constraints* more than raw knowledge.
41+
42+
---
43+
44+
### The networking layer nobody talks about properly
45+
46+
Networking in hackathons is not like formal networking events where people exchange LinkedIn profiles and leave.
47+
48+
It happens in a more organic way.
49+
50+
You meet people while struggling with the same bug at 2 AM. You borrow ideas from another team’s demo. You ask a mentor a small question and end up having a 20-minute conversation about career paths. You collaborate with teammates you didn’t know a day ago and somehow build something together.
51+
52+
These interactions feel small in the moment, but they compound.
53+
54+
The important part is that hackathons remove social friction. Everyone is there for the same reason: to build. That shared urgency makes conversations more natural and less forced.
55+
56+
Over time, these connections turn into:
57+
58+
* referrals for internships
59+
* shared startup ideas
60+
* open-source collaborations
61+
* long-term professional relationships
62+
63+
And in tech, these informal networks often matter as much as formal applications.
64+
65+
---
66+
67+
### How networking actually leads to opportunities
68+
69+
Most opportunities in tech don’t come from applying cold. They come from being remembered.
70+
71+
Hackathons help with that because they give people a context to remember you in. Instead of “random applicant,” you become:
72+
73+
* “the person who built that unusual idea in 36 hours”
74+
* “the team that fixed deployment at the last minute”
75+
* “the one who explained the architecture clearly during demo”
76+
77+
That context sticks.
78+
79+
When someone later sees your name on a resume or LinkedIn, it is no longer empty data. It triggers memory.
80+
81+
That’s the hidden mechanism behind most hackathon-driven opportunities. It’s not just skill exposure—it’s *memorability under shared experience*.
82+
83+
---
84+
85+
### The benefits that actually matter in the long run
86+
87+
Beyond jobs and networking, hackathons build a few deeper traits that are hard to teach anywhere else.
88+
89+
One is comfort with uncertainty. Most academic systems reward correctness. Hackathons reward adaptability. You learn how to move forward even when you don’t fully understand everything yet.
90+
91+
Another is decision-making under time pressure. You quickly learn that choosing a “good enough” approach and shipping it is better than chasing perfection and finishing nothing.
92+
93+
There’s also exposure to collaboration styles. Some people think out loud, some quietly build, some lead naturally. You start understanding how different minds contribute differently to the same goal.
94+
95+
And over time, this builds something subtle but important: confidence in building things without needing permission.
96+
97+
---
98+
99+
### The downsides people don’t talk about enough
100+
101+
Hackathons are not universally positive, and pretending they are can be misleading.
102+
103+
One major issue is burnout. Staying awake for long hours, working under pressure, and constantly switching context can drain people physically and mentally.
104+
105+
Another issue is superficiality. Because time is limited, projects often become prototypes rather than fully functional systems. Some participants mistakenly confuse “hackathon-ready demo” with real-world readiness, which are very different things.
106+
107+
There’s also inequality of experience. People with prior exposure to frameworks or teams often have an advantage, which can make beginners feel left out if the environment isn’t supportive.
108+
109+
And sometimes, the focus on winning or placing can overshadow learning. People start optimizing for judges instead of solving meaningful problems.
110+
111+
If not approached carefully, hackathons can become performative rather than educational.
112+
113+
---
114+
115+
116+
### The real takeaway
117+
118+
A hackathon is not just an event. It is a compressed simulation of building under real-world constraints—time, ambiguity, teamwork, and pressure.
119+
120+
For some people, it becomes a stepping stone to internships or jobs. For others, it becomes a turning point in how they think about building things. For many, it is simply the first time they realize they can actually turn ideas into working systems without waiting for permission or perfect conditions.
121+
122+
The real value is not in winning or losing. It is in what changes in how you approach problems afterward.
123+
124+
Because once you’ve built something in 48 hours that actually works—even imperfectly—you stop thinking of ideas as abstract things.
125+
126+
You start thinking of them as things you can build.

docs/college/placement.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,7 @@ Placements usually happen in two main ways:
4040
* **Top Companies May Not Visit:** FAANG and other global giants often don’t conduct campus drives everywhere.
4141
* **If You’re Not in the Top Ranks:** The “top performers” usually get the majority of good offers.
4242

43-
---
44-
45-
## Why Top Companies Sometimes Don’t Come to Your Campus
4643

47-
* They prefer candidates from specific colleges or those who apply directly online.
48-
* They often look for specialized skills, internships, or proven project experience.
49-
* They rely on online assessments, referrals, or hackathons to find talent globally.
50-
* Campus drives may not scale well for their hiring volumes.
51-
52-
---
5344

5445
## How to Get Placed (Campus or Off-Campus)
5546

docs/college/reality_check.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,3 @@ Unfortunately, most colleges don’t cover these in detail. That means if you wa
3030

3131
---
3232

33-
👉 **In short:** College gives you the base, but **your future in CSE depends on how much you learn on your own**. Don’t just wait for the syllabus—explore, build, and grow.
34-

docs/college/scholarship.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,7 @@ Financial aid is designed to help students who may not have the resources to pay
2424
* Early scholarship recipients often get additional benefits like mentorship and leadership training.
2525
* Performing well in the first year can open doors to more scholarships later.
2626

27-
---
28-
29-
## Why Are Most Scholarships Available to First-Year Students?
3027

31-
* Colleges and companies want to **invest in students at the start** of their educational journey.
32-
* It’s easier to evaluate students based on high school performance during admission.
33-
* Scholarships encourage **students to enroll and commit** to their programs.
34-
* Once enrolled, students can often apply for departmental or merit-based scholarships later.
3528

3629
---
3730

0 commit comments

Comments
 (0)