Skip to content
View mkmishra2503's full-sized avatar
๐Ÿ’ญ
Building Java backend projects | Open to opportunities
๐Ÿ’ญ
Building Java backend projects | Open to opportunities

Block or report mkmishra2503

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
mkmishra2503/README.md

๐Ÿ‘‹ Hi, I'm Mithilesh Kumar Mishra

๐Ÿš€ Java Full Stack Developer (Fresher)
๐Ÿ’ป Core Java | Spring Boot | React.js | PostgreSQL

I am a passionate and motivated Full Stack Java Developer with strong fundamentals in backend development and hands-on experience in building real-world, console-based and database-driven applications.
I enjoy learning new technologies and applying them to solve practical problems with clean and maintainable code.


๐Ÿ› ๏ธ Technical Skills

Backend:
Core Java, OOPs, Spring Boot, Spring Framework, JDBC, RESTful APIs, Exception Handling

Frontend:
HTML5, CSS3, JavaScript, React.js, Bootstrap

Database:
SQL, PostgreSQL, MySQL (Basic)

ORM & Frameworks:
Hibernate, Spring Data JPA

Tools & IDEs:
Git, GitHub, Maven, Gradle, Postman, Eclipse IDE, Spring Tool Suite (STS), VS Code

Core Concepts:
MVC Architecture, Layered Architecture, CRUD Operations, API Integration, Multithreading (synchronized), JWT Authentication (Basic)


๐Ÿ“Œ Featured Projects

โœ… 1) Ticket Booking System (Console Based โ€“ Core Java)

๐ŸŽŸ๏ธ A console-based ticket booking application developed using Core Java that demonstrates multithreading and synchronization to handle concurrent bookings safely.

๐Ÿ”น Concepts Used: Java Threads, Synchronization, Thread Lifecycle (join())
๐Ÿ”น Total Tickets: 10 | User: 16 | Successful Booking:10
๐Ÿ”น Features: Concurrent Booking Handling, Thread-Safe Ticket Allocation
๐Ÿ”น Tech: Core Java
๐Ÿ”— Repo: https://github.com/mkmishra2503/ticket-booking-system-java


โœ… 2) Calculator App (Java Console)

๐Ÿงฎ A simple console-based calculator application developed using Core Java to perform basic arithmetic operations.

๐Ÿ”น Concepts Used: Core Java, Conditional Statements, Switch Case
๐Ÿ”น Features: Addition, Subtraction, Multiplication, Division
๐Ÿ”น Tech: Core Java
๐Ÿ”— Repo: https://github.com/mkmishra2503/calculator-java-console


โœ… 3) Java Password Generator (Console Based - Core Java)

๐Ÿ” A Java console-based password generator that creates strong random passwords with user-defined length.

๐Ÿ”น Concepts Used: Random, StringBuilder, Loops
๐Ÿ”น Features: Custom length, strong password generation
๐Ÿ”น Tech: Core Java
๐Ÿ”— Repo: https://github.com/mkmishra2503/java_password_generator


โœ… 4) Core Java Login System (Console Based - OOP)

๐Ÿ”‘ Console based Login System in Core Java using OOP, Encapsulation, HashMap and Exception Handling.

๐Ÿ”น Concepts Used: OOPs, Encapsulation, HashMap, Exception Handling
๐Ÿ”น Features: User Login, Validation, Secure structure
๐Ÿ”น Tech: Core Java
๐Ÿ”— Repo: https://github.com/mkmishra2503/core_java_login_system


โœ… 5) Student Management System (Java + JDBC + PostgreSQL)

๐ŸŽ“ Console-based Student Management System built using Core Java, JDBC, and PostgreSQL with complete CRUD functionality.

๐Ÿ”น Concepts Used: JDBC, OOPs, SQL, Exception Handling
๐Ÿ”น Features: Add, View, Search, Update, Delete Students
๐Ÿ”น Tech: Core Java, JDBC, PostgreSQL
๐Ÿ”— Repo: https://github.com/mkmishra2503/Student_Management_System.git


โœ… 6) Bank Management System (Java + JDBC + PostgreSQL)

๐Ÿ“Œ Console-based Bank Management System built using Core Java, JDBC, and PostgreSQL with secure login and real-world banking operations.

๐Ÿ”น Concepts Used: JDBC, OOPs, SQL, Exception Handling, Multithreading (synchronized)
๐Ÿ”น Features: Login with Account No & PIN, Check Balance, Deposit, Withdraw, Transaction History, Invalid Login Handling
๐Ÿ”น Tech: Core Java, JDBC, PostgreSQL
๐Ÿ”— Repo: https://github.com/mkmishra2503/bank-management-system.git


โœ… 7) Spring XML Based Configuration (Spring Core)

๐Ÿ“Œ A Core Spring Framework project built using XML-based configuration to demonstrate IoC container and Dependency Injection.

๐Ÿ”น Concepts Used: Spring Core, IoC, Dependency Injection, Bean Lifecycle, XML Configuration
๐Ÿ”น Features: XML Bean Configuration, Setter Injection, Spring Container Initialization
๐Ÿ”น Tech: Core Java, Spring Framework, Eclipse IDE
๐Ÿ”— Repo: https://github.com/mkmishra2503/spring_xml_based_configuration.git


โœ… 8) Spring Java-Based Configuration (Spring Core)

๐Ÿ“Œ A Core Spring Framework project built using Java-based configuration (annotations) to demonstrate IoC container and Dependency Injection without using XML configuration.

๐Ÿ”น Concepts Used: Spring Core, IoC, Dependency Injection, Java-Based Configuration, Bean Lifecycle, Annotations
๐Ÿ”น Features: Java Config using @Configuration and @Bean, Annotation-based Dependency Injection, Spring Container Initialization
๐Ÿ”น Tech: Core Java, Spring Framework, Eclipse IDE
๐Ÿ”— Repo: https://github.com/mkmishra2503/spring_java_based_configuration.git


โœ… 9) Spring Java-Based Configuration (Spring Core)

๐Ÿ“Œ A Core Spring project using Java-based configuration to demonstrate IoC and Dependency Injection without XML.

๐Ÿ”น Concepts Used: Spring Core, IoC, Dependency Injection, Java Config, Bean Lifecycle
๐Ÿ”น Features: @Configuration, @Bean, Annotation-based DI, Spring Container Initialization
๐Ÿ”น Tech: Core Java, Spring Framework, Eclipse IDE
๐Ÿ”— Repo: https://github.com/mkmishra2503/spring_annotation_based_configuration.git


โœ… 10) Spring Java & Annotation-Based Configuration (Maven Project)

๐Ÿ“Œ A Spring Core Maven project using Java-based configuration and annotations to demonstrate Inversion of Control (IoC) and Dependency Injection (DI) without XML.

๐Ÿ”น Concepts Used: Spring Core, IoC, Dependency Injection, Java-Based Configuration, Loose Coupling, Bean Management
๐Ÿ”น Features: @Configuration, @ComponentScan, @Component, @Autowired, Annotation-based DI, Spring Container Initialization
๐Ÿ”น Tech Stack: Core Java, Spring Framework (Core), Maven, Eclipse IDE, Java 11
๐Ÿ”— Repo: https://github.com/mkmishra2503/spring-core-car-engine-app.git


๐ŸŽฏ Career Objective

To start my career as a Full Stack Java Developer, where I can apply my technical knowledge, learn industry best practices, and contribute to building scalable software solutions.


๐Ÿ“ซ Connect With Me


โญ Feel free to explore my repositories and projects. I'm always open to learning and collaboration.


โญ If you like my projects, feel free to give them a star on GitHub ๐Ÿ˜Š

๐Ÿ˜Š Happy Coding ๐Ÿ˜Š

Popular repositories Loading

  1. calculator-java-console calculator-java-console Public

    Java console-based Calculator app using Core Java (menu-driven).

    Java

  2. mkmishra2503 mkmishra2503 Public

  3. ticket-booking-system-java ticket-booking-system-java Public

    Console-based Ticket Booking System in Core Java using Multithreading and Synchronization to prevent overbooking.

    Java

  4. core_java_login_system core_java_login_system Public

    Console based Login System in Core Java using OOP, Encapsulation, HashMap and Exception Handling

    Java

  5. java_password_generator java_password_generator Public

    A Java console-based password generator that creates strong random passwords with user-defined length.

    Java

  6. Student_Management_System Student_Management_System Public

    A Java-based Student Management System using JDBC and PostgreSQL, supporting CRUD operations with clean code structure and database connectivity.

    Java