Skip to content

Ajay-Dhangar/Resume-in-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Ajay Dhangar

About Experience Education Projects Leadership Skills Contact

About

Hi, I'm Ajay! I am a full stack web developer with experience in React, Node.js, and SQL. I am passionate about creating clean, efficient code and building intuitive user interfaces. When I'm not coding, you can find me hiking or playing video games.

<section id="experience">
  <h2>Experience</h2>
  <ul>
    <li>
      <h3>Web Developer</h3>
      <p>ABC Company</p>
      <p>June 2020 - Present</p>
      <ul>
        <li>Develop and maintain the company website using HTML, CSS, and JavaScript</li>
        <li>Create new website features and optimize site performance</li>
        <li>Collaborate with design team to implement new designs</li>
      </ul>
    </li>
    <li>
      <h3>Intern Web Developer</h3>
      <p>XYZ Company</p>
      <p>January 2019 - May 2019</p>
      <ul>
        <li>Assisted senior developers with website development projects</li>
        <li>Implemented new website features using HTML, CSS, and JavaScript</li>
        <li>Conducted website testing and troubleshooting</li>
      </ul>
    </li>
  </ul>
</section>

<section id="education">
  <h2>Education</h2>
  <ul>
    <li>
      <h3>Bachelor of Science in Computer Science</h3>
      <p>University of Example</p>
      <p>August 2016 - May 2020</p>
    </li>
  </ul>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="row">
  <div class="col-3">
    <h4>Grocery Store Management System</h4>
    <p class="subtitle">Built with Java</p>
    <p>A desktop application that manages inventory and sales for a grocery store</p>
  </div>
  <div class="col-3">
    <h4>Tic Tac Toe Game</h4>
    <p class="subtitle">Built with React</p>
    <p>A web-based tic tac toe game with a computer opponent</p>
  </div>
  <div class="col-3">
    <h4>Portfolio Website</h4>
        <p class="subtitle">Built with HTML, CSS, JavaScript</p>
       <p>My personal portfolio website showcasing my projects and skills</p>
  </div>
</div>

Leadership and Extracurricular Activities

  • Teaching Assistant for Computer Networks course
  • Member of the Programming Club at Pune Institute of Computer Technology
  • Volunteered at local NGOs to teach underprivileged children programming

Diversity, Equity, and Inclusion Efforts

  • Organized and participated in events promoting gender and LGBTQ+ inclusivity in tech
  • Volunteered at non-profit organizations working towards empowering marginalized communities through technology
<section id="skills">
  <h2>Skills</h2>
  <ul>
    <li>HTML</li>
    <li>CSS</li>
    <li>JavaScript</li>
    <li>React</li>
    <li>Node.js</li>
    <li>Git</li>
  </ul>
</section>

<section id="contact">
  <h2>Contact</h2>
  <ul>
    <li>Email: ajaydhangar@example.com</li>
    <li>Phone: 555-555-5555</li>
    <li>LinkedIn: <a href="https://www.linkedin.com/in/ajaydhangar/">ajaydhangar</a></li>
  </ul>
</section>
<script src="./script.js"></script>