Build your resume in markdown ๐Ÿ“„

Build your resume in markdown ๐Ÿ“„

ยท

2 min read

We all must have seen markdown files at least once in our coding journey, but have you ever thought about making your resumes with markdowns?

If not, in this blog, you will see that it is possible. And not only possible, but it is also simpler than you think.

If you already know how to write markdown, you can directly skip to the last section where the actual code lies.

ElementMarkdown Syntax
Headings# H1
## H2
### H3
Bold**bold text**
Italic*italicized text*
Blockquote> blockquote
Ordered List1. First Item
2. Second Item
3. Third Item
Unordered List- First Item
- Second Item
- Third Item
Codecode
Horizontal Rule---
Link[Link Text](https://example.com)
Image![alt text](image.png)

๐Ÿ“„ Resume.md ๐Ÿ“„

# **Prateek Budhiraja**
Bachelor of Computer Applications

[![Github](https://img.shields.io/badge/github-3670A0?style=for-the-badge&logo=github&logoColor=white)](https://github.com/prateek-budhiraja) 
[![Gmail](https://img.shields.io/badge/gmail-%234ea94b.svg?style=for-the-badge&logo=gmail&logoColor=white)](mailto:prateekbudhiraja14@gmail.com)
[![Linked In](https://img.shields.io/badge/LinkedIn-%2361DAFB.svg?style=for-the-badge&logo=linkedin&logoColor=black)](https://www.linkedin.com/in/prateekbud/)
[![Blog](https://img.shields.io/badge/Blog-%23ED8B00.svg?style=for-the-badge&logo=hashnode&logoColor=white)](https://blog.prateekbudhiraja.in/)

## **Work Experience**
### **Infrastructure Services Engineer at Wipro Technologies** 
*September 2020 - Present*

Hands-on with: `Automic automation tool`, `Service now`, `Bash`, ``.

Working as a UC4 Job Scheduler and I am responsible for batch application scheduling, monitoring and troubleshooting. Responsibilities include supporting daily batch processing activities, working with other project-related cross-function teams and coordinating activities with all technical support teams.

## **TECHNICAL SKILLS**
**Skills**: `SQL`, `Automation`, `Bash`, `Git`, `Linux`.

**Programming Languages**: `C/C++`, `Core Java`, `Java Script`.

Software: `Dev C++`, `VS Code`, `Eclipse`, `Service Now`, `UC4`.

## **Education**
### **M.Tech - BITS PILANI**
2021 - Present  

 ### **BCA - Maharishi Dayanand University, Rohtak** 

 2017-2020

 **Coursework**: `Software Engineering`; `Algorithms Analysis and Design`; `Data Structures`; `Programming Languages (C/C++ and Core Java)`, `Operating System`, `Database Management System`, `Mathematics`.

  ### **12th - Shiksha Bharti Sr Sec School, Rohtak**

  2015-2017

 **Coursework**: `Information technology`, `English`, `Accounts`, `Business`, `Mathematics`, `Economics`.

## **EXTRA-CURRICULAR ACTIVITIES** 
- **Volunteer at Young Red Cross (YRC)**
  - Coordinated in organizing training programs and blood camps. 
  - Volunteered in organizing cleanliness training programs for underprivileged children.  
  - Took part in team-building activities.

- Class Representative

Here you have it! You can now deploy this as a website on whichever hosting service you wish ๐Ÿ’พ

You can check this blog if you want to know how to publish it on Github Pages

You can check out the hosted resume for the above code here.

Thanks for reading! โœจ

ย