|
1 | | -# 📄 What is a Resume & Why You Must Build One Early as a CSE Student |
| 1 | +# 📄 The Perfect Software Resume |
| 2 | +### "Your Ticket to the Interview" |
2 | 3 |
|
3 | | -A **resume** is a **1–2 page document** that summarizes your **skills, education, projects, and achievements**. It is the first thing recruiters, professors, or organizers look at when you apply for an **internship, scholarship, hackathon, or placement**. |
| 4 | +Recruiters spend an average of **6 seconds** looking at a resume. If they don't see what they want, you are rejected. |
4 | 5 |
|
5 | 6 | --- |
6 | 7 |
|
7 | | -## ✅ Why you should make your resume **as soon as possible** |
8 | | - |
9 | | -* **Lightning opportunities** — Sometimes you’ll see an internship/hackathon/scholarship with just 24–48 hours to apply. If you don’t already have a resume, you’ll miss out. |
10 | | -* **First-year advantage** — You may think you don’t have much to put in, but even basic projects, coding practice, or school achievements count. Start now, improve later. |
11 | | -* **Seniority pressure** — Seniors often say “Send me your resume fast, I’ll refer you.” Without one ready, you lose the chance. |
12 | | -* **Professional habit** — Building a resume early makes you **track your progress** and forces you to build projects/skills to fill it. |
| 8 | +## 🚫 Common Mistakes (Fix These First!) |
| 9 | +1. **Two Columns:** ATS (Applicant Tracking Systems) often cannot read two-column layouts. **Use a Single Column layout.** |
| 10 | +2. **Photos/Icons:** Do not put your photo (unless you are a model). It wastes space and causes bias. |
| 11 | +3. **Skill Bars:** "Python: 80%". What does that mean? 80% of what? Remove these. Just list the skill. |
| 12 | +4. **Objective Statement:** "Passionate student looking for..." -> Delete this. We know you are looking for a job. |
13 | 13 |
|
14 | 14 | --- |
15 | 15 |
|
16 | | -## 📌 What a CSE resume should have |
17 | | - |
18 | | -1. **Contact Information** — Name, email, LinkedIn, GitHub, portfolio website. |
19 | | -2. **Education** — College, branch (CSE), year, CGPA (if good). |
20 | | -3. **Skills** — Languages (Python, Java, C++), tools (Git, Linux, SQL). |
21 | | -4. **Projects** — Short, impactful descriptions with tech stack and results. |
22 | | -5. **Experience** — Internships, freelance, open-source contributions (if any). |
23 | | -6. **Achievements** — Hackathons, scholarships, coding contest ranks. |
24 | | -7. **Positions of Responsibility** — Clubs, societies, organizing events. |
| 16 | +## ✅ The Ideal Structure (Order Matters) |
25 | 17 |
|
26 | | ---- |
| 18 | +### 1. Header |
| 19 | +* **Name** (Big & Bold). |
| 20 | +* **Links:** LinkedIn, GitHub, Portfolio (Make them clickable!). |
| 21 | +* **Contact:** Email, Phone Number. |
27 | 22 |
|
28 | | -## 🎯 Best structure that works for CSE students |
| 23 | +### 2. Education |
| 24 | +* College Name, Degree (B.Tech CSE). |
| 25 | +* CGPA (Only include if > 7.5. Otherwise, leave it out). |
| 26 | +* Graduation Year. |
29 | 27 |
|
30 | | -* **One-page resume** — clear, easy to read. |
31 | | -* **Bullet points** instead of paragraphs. |
32 | | -* **Strong verbs** (Built, Developed, Optimized, Automated). |
33 | | -* **Show impact** (e.g., *“Built a quiz app used by 200+ students”*). |
34 | | -* **Tailor for roles** — different resumes for internships vs research vs placements. |
35 | | - |
36 | | ---- |
| 28 | +### 3. Skills (The Keyword Farm) |
| 29 | +* **Languages:** C++, Java, JavaScript, Python, SQL. |
| 30 | +* **Frameworks:** React.js, Node.js, Express, Flutter. |
| 31 | +* **Tools:** Git, Docker, Linux, MongoDB. |
| 32 | +* **Core:** DSA, OOPs, DBMS. |
37 | 33 |
|
38 | | -## 🚀 Pro Tips |
| 34 | +### 4. Projects (The Meat) |
| 35 | +* **Format:** Project Name | *Tech Stack Used* | [Link] |
| 36 | +* **Description:** Use bullet points. |
| 37 | + * *Bad:* "I made a weather app." |
| 38 | + * *Good:* "Built a Weather Dashboard using **React.js** and **OpenWeatherMap API** that displays real-time forecasts for 500+ cities with 99% uptime." |
39 | 39 |
|
40 | | -* Keep it **ATS-friendly** (simple fonts, no fancy designs, use PDF). |
41 | | -* Update every 3–6 months. |
42 | | -* Link **GitHub repos, portfolio website, and LinkedIn**. |
43 | | -* Ask seniors or mentors for feedback — they know what recruiters want. |
| 40 | +### 5. Experience (If any) |
| 41 | +* Internships, Open Source Contributions, Volunteer work. |
44 | 42 |
|
45 | 43 | --- |
46 | 44 |
|
47 | | -## 🎥 YouTube Video for You |
48 | | - |
49 | | -👉 [How to Make a Perfect Resume for Computer Science Students (YouTube)](https://www.youtube.com/watch?v=O2QWj3Jtr4M) |
50 | | - |
51 | | -*(Tip: There are many resume guide videos, but the above is beginner-friendly and focused on CSE.)* |
| 45 | +## 🪄 The "Action Verb" Magic |
| 46 | +Start every bullet point with a strong verb. |
| 47 | +* **Built**, **Deployed**, **Optimized**, **Reduced**, **Improved**, **Designed**. |
| 48 | +* *Example:* "**Reduced** api loading time by 40% using Redis caching." |
52 | 49 |
|
53 | 50 | --- |
54 | 51 |
|
55 | | -⚡ **Bottom line:** A resume is your **career passport**. Don’t wait until final year — build it in first year, keep polishing, and be always ready when the right opportunity knocks. |
56 | | - |
57 | | ---- |
| 52 | +## 📥 Free Templates (ATS Friendly) |
| 53 | +* **Overleaf :** you can find good resume for cs in overlead it is also easy to edit later |
| 54 | +* **FlowCV:** A great free builder. |
58 | 55 |
|
59 | | -Do you want me to also **create a sample one-page resume template (ATS-friendly)** for a **first-year CSE student** with sections already filled (skills, projects, achievements)? |
| 56 | +> **Rule of Thumb:** If it looks boring, it's probably a good resume. Recruiters want data, not art. |
0 commit comments