Skip to content
View Mino1826's full-sized avatar

Block or report Mino1826

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

Hi, I'm Mino Khosravi

I am a Junior Backend / Full Stack Developer focused on building practical web applications with Java, Spring Boot, React, Node.js, and Express.js.

I enjoy learning backend development, REST API design, database concepts, and clean layered architecture.

Tech Stack

Backend

  • Java
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • REST APIs
  • Node.js
  • Express.js

Frontend

  • JavaScript
  • React
  • Tailwind CSS
  • HTML
  • CSS

Tools

  • Git
  • GitHub
  • Postman
  • Maven

Database

  • H2 Database
  • SQL basics

Featured Projects

Task Manager API

A Spring Boot REST API for managing users and tasks.

Main features:

  • User CRUD
  • Task CRUD
  • DTO and Mapper pattern
  • Validation
  • Global Exception Handling
  • Pagination and Sorting
  • Filter tasks by status
  • Transaction management
  • H2 database

Repository:

https://github.com/Mino1826/task-manager-api

Doctor Booking

A React web application for doctor appointment booking.

Repository:

https://github.com/Mino1826/doctor-booking

EMS Backend

A Java backend project for practicing backend development concepts.

Repository:

https://github.com/Mino1826/ems-backend

Currently Learning

  • Advanced Spring Boot
  • JPA relationships
  • Authentication and Authorization
  • JWT
  • SQL and database design
  • Backend interview preparation

Contact

GitHub:

https://github.com/Mino1826

Pinned Loading

  1. doctor-booking doctor-booking Public

    React doctor appointment booking web app built with Vite and Tailwind CSS.

    JavaScript

  2. Respect Respect Public

    JavaScript

  3. ems-backend ems-backend Public

    Java

  4. task-manager-api task-manager-api Public

    Spring Boot REST API for managing users and tasks with JPA, validation, pagination, filtering, and H2 database.

    Java