Mahammad55
I'm Mahammad and I am 21 years old. I love programming and improving my technology skills.
BEUAzerbaijan,Baku
Pinned Repositories
announcement-managment-system
Ingress Academy task
bank-management-system
calculator-application-swing
This is a simple calculator application built using Java Swing, designed to perform basic arithmetic operations. The application provides a user-friendly graphical interface, making it easy to perform calculations with a familiar calculator layout.
crm-backend
A simple CRM application backend that includes database setup, RESTful API, and security. It has two tables: "users" (name, email, role) and "customers" (company name, contact person, phone). The API allows adding customers with POST and fetching all customers with GET, secured by token-based authentication to restrict access to registered users on
ingress-bank-app
Bank Application homework task. Deployed using Docker for easy setup. Database migration handled seamlessly with Liquibase. Includes Swagger for clear API documentation.
liquibase-java-user-entity
luhn-algorithm
The Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers.
pagination-specification
This repsitory demonstrates how to implement pagination and filtering using specifications in a Spring Boot application
security-announcement-app
Docker-compose and Liquibase are used for containerization and database schema management. Implemented security measures, pagination, specification, and validation in APIs using Java and Spring Framework.Also implemented Spring Security & JWT
social-app
Mahammad55's Repositories
Mahammad55/announcement-managment-system
Ingress Academy task
Mahammad55/bank-management-system
Mahammad55/crm-backend
A simple CRM application backend that includes database setup, RESTful API, and security. It has two tables: "users" (name, email, role) and "customers" (company name, contact person, phone). The API allows adding customers with POST and fetching all customers with GET, secured by token-based authentication to restrict access to registered users on
Mahammad55/demobank
Mahammad55/epharmacy
Epharmacy Managment System
Mahammad55/ingress-bank-app
Bank Application homework task. Deployed using Docker for easy setup. Database migration handled seamlessly with Liquibase. Includes Swagger for clear API documentation.
Mahammad55/leetcode-algorithm-problems
This repository contains my solutions to various algorithm problems from LeetCode.
Mahammad55/liquibase-java-user-entity
Mahammad55/luhn-algorithm
The Luhn algorithm is a simple checksum formula used to validate a variety of identification numbers, such as credit card numbers.
Mahammad55/pagination-specification
This repsitory demonstrates how to implement pagination and filtering using specifications in a Spring Boot application
Mahammad55/security-announcement-app
Docker-compose and Liquibase are used for containerization and database schema management. Implemented security measures, pagination, specification, and validation in APIs using Java and Spring Framework.Also implemented Spring Security & JWT
Mahammad55/social-app
Mahammad55/edupo
Education platform for managing a physical course center, including customer registrations, student accounts, financial management, and teacher accounts.
Mahammad55/kubernetes-deployment
Mahammad55/Mahammad55
Mahammad55/ms-project
This repository contains the microservices for authentication, user management, and announcement handling.
Mahammad55/multi-language-dictionary
Mahammad55/multipart-file-upload-download
Mahammad55/nginx-ms-apps
NGINX is configured to route requests to the respective microservices.
Mahammad55/oop-project
This is a simple calculator application implemented in Java as part of an Object-Oriented Programming (OOP) project.
Mahammad55/secure-login-signup-service
Mahammad55/sorting-searching-algorithms
Selection sort & Bubble sort & Insertion sort & Binary Search & Linear Search
Mahammad55/spring-kafka-producer-consumer
Mahammad55/spring-redis-caching
For caching, Redis is integrated using Redisson and Jedis clients.
Mahammad55/spring-smtp-mail-service
Mahammad55/spring-spock-testing
Mahammad55/springboot-i18n
Mahammad55/springboot-rabbitmq
Mahammad55/structural-design-patterns
Mahammad55/student-docker-compose
A simple Spring Boot application for performing CRUD operations on student entities. Docker is used to containerize the MySQL database and the Spring Boot application. The MySQL database is set up and run using Docker Compose, and the Spring Boot app is packaged into a Docker image using a Dockerfile.