Build your resume in markdown ๐

๐ Web Designer and learning full Stack Web development.
Search for a command to run...

๐ Web Designer and learning full Stack Web development.
No comments yet. Be the first to comment.
Promise.all() is a JavaScript method that takes an array of promises as input and returns a single promise that resolves when all of the input promises have resolved, or rejects if any of the input promises are rejected. It is useful for aggregating ...

Learn about how javascript object works, how we can create our own objects, take a sneak peek into console object and much more!

โ Scope ๐ฅ Scope defines the area, where functions, variables and other things are available or can be accessed. In layman's terms, scope means where to look for things, what things I can use and what I cannot! Let's take an example, here we are defi...

Learn about Array functions in JS with examples.

Beginners guide to Tailwind with a small project

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.
| Element | Markdown Syntax |
| Headings | # H1## H2### H3 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Blockquote | > blockquote |
| Ordered List | 1. First Item2. Second Item3. Third Item |
| Unordered List | - First Item- Second Item- Third Item |
| Code | code |
| Horizontal Rule | --- |
| Link | [Link Text](https://example.com) |
| Image |  |
# **Prateek Budhiraja**
Bachelor of Computer Applications
[](https://github.com/prateek-budhiraja)
[](mailto:prateekbudhiraja14@gmail.com)
[](https://www.linkedin.com/in/prateekbud/)
[](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! โจ