Skip to content
View Harshjaiswal73's full-sized avatar

Block or report Harshjaiswal73

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Harshjaiswal73/README.md

๐Ÿ‘จโ€๐Ÿ’ป About Me

public class HarshJaiswal {

    private String name       = "Harsh Jaiswal";
    private String role       = "Java Developer";
    private String education  = "BCA Graduate";
    private String location   = "Varanasi, India ๐Ÿ‡ฎ๐Ÿ‡ณ";

    private String[] frontend  = {
        "HTML", "CSS", "JavaScript", "jQuery",
        "Bootstrap", "ReactJS"
    };

    private String[] backend   = {
        "Java", "Spring Boot", "Spring MVC",
        "NodeJS", "ExpressJS"
    };

    private String[] database  = {
        "MySQL", "MongoDB"
    };

    private String[] currentlyLearning = {
        "Microservices", "Docker", "System Design"
    };

    private String openTo = "Collaborations | Internships | Full-Time Roles";

    public String getMotivation() {
        return "Clean code is not written by following rules. " +
               "You write clean code because you care.";
    }
}

๐Ÿ› ๏ธ Tech Stack

๐ŸŽจ Frontend

HTML5 CSS3 JavaScript jQuery Bootstrap React

โš™๏ธ Backend

Java Spring Boot Spring MVC NodeJS ExpressJS

๐Ÿ—„๏ธ Database

MySQL MongoDB

๐Ÿ”ง Tools

Git GitHub IntelliJ IDEA VS Code


๐Ÿš€ Featured Projects

Project Description Tech
๐ŸŒ Spring MVC Project Full-stack web application built with Spring MVC architecture Java, Spring MVC, MySQL
โœ… Task Management System CRUD-based task manager with clean backend logic Java, Spring Boot, MySQL

๐Ÿ“Š GitHub Stats



๐Ÿ† GitHub Trophies

Trophies


๐Ÿ“ˆ Contribution Graph

Activity Graph


๐ŸŽฏ What I'm Up To

  • ๐Ÿ”ญ Currently working on Full Stack Projects with React + Spring Boot
  • ๐ŸŒฑ Learning Microservices & Docker
  • ๐Ÿ‘ฏ Looking to collaborate on Java / Spring Boot / ReactJS projects
  • ๐Ÿ’ฌ Ask me about Java, Spring Boot, ReactJS, NodeJS, MySQL, MongoDB
  • ๐Ÿ“ซ Reach me at: hj1473880@gmail.com
  • โšก Fun fact: I debug better with coffee โ˜•

"First, solve the problem. Then, write the code." โ€” John Johnson

Visitor Count

Pinned Loading

  1. spring-mvc-project spring-mvc-project Public

    Java

  2. Task-Management-System Task-Management-System Public

    Java