Pinned Repositories
ACM-Hand-Note
Algorithm, Data structure, Number theory, DP implemented code.
Aspect-Oriented-Programming
BFS-Shortest-Path-Visualization
Find the shortest possible distance between two cells in a grid using Breath First Search algorithm and then visualize the path. I have used Python 3 and pygame to implement.
C-sharp
Clean-Code-Notes
My notes of Clean Code book
Halcyon-Employee-Attendance-System
Track the attendance history of employee and can be generated report on that.
Ishmam-Rahman
Microservice-component-
YAS: Yet Another Shop, a sample microservices project in Java
Online_Book_Shop
Sudoku-Solver
I have made a Sudoku Solving game where user can play Sudoku Puzzle. Can create own puzzle and find the solution. To find the solution Backtracking Algorithm has been used. 'gui.py' contains the main function of the code.
Ishmam-Rahman's Repositories
Ishmam-Rahman/Ishmam-Rahman
Ishmam-Rahman/Microservice-component-
YAS: Yet Another Shop, a sample microservices project in Java
Ishmam-Rahman/ACM-Hand-Note
Algorithm, Data structure, Number theory, DP implemented code.
Ishmam-Rahman/Aspect-Oriented-Programming
Ishmam-Rahman/BFS-Shortest-Path-Visualization
Find the shortest possible distance between two cells in a grid using Breath First Search algorithm and then visualize the path. I have used Python 3 and pygame to implement.
Ishmam-Rahman/C-sharp
Ishmam-Rahman/Clean-Code-Notes
My notes of Clean Code book
Ishmam-Rahman/demo-project-for-impel
Ishmam-Rahman/Halcyon-Employee-Attendance-System
Track the attendance history of employee and can be generated report on that.
Ishmam-Rahman/Online_Book_Shop
Ishmam-Rahman/Sudoku-Solver
I have made a Sudoku Solving game where user can play Sudoku Puzzle. Can create own puzzle and find the solution. To find the solution Backtracking Algorithm has been used. 'gui.py' contains the main function of the code.
Ishmam-Rahman/docker-java-labs
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
Ishmam-Rahman/Excel-File-Exporter-With-Spring-Boot
Ishmam-Rahman/fastapi-best-practices
FastAPI Best Practices and Conventions we used @ hi.peerlink.me
Ishmam-Rahman/IUBAT-Bus-Management-System
Ishmam-Rahman/Java-Spring-Learning-Resources
A beginner friendly material to start with. These resources can be used as training material for freshers.
Ishmam-Rahman/JavaGuide
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Ishmam-Rahman/LeetGrokk
Grokking The Coding Interview questions mapped to Leetcode
Ishmam-Rahman/MapSruct_Mapper
Ishmam-Rahman/Online-Banking
Ishmam-Rahman/REST-API-CRUD
Ishmam-Rahman/Rest_Service_IntegrationREST_Template
Ishmam-Rahman/Simple-Conditional-Auto-Configuration-Spring-Boot
This is a very simple conditional auto configuration java code. Here Time interface face has two different implementation. I am to achieve the auto configuration of those implementation based on time. If it is before 12:00PM it configure AmService. Otherwise PmService.
Ishmam-Rahman/spring-boot-dockerization
Ishmam-Rahman/Spring-Boot-Learning
Ishmam-Rahman/Spring-Boot-Multiple-Datasource-Configure
Two different DB is configured for jpa and repository features. To achieve this two configuration file is needed with defining datasource and it's prefix, transaction management and entity management by jpa. The difficulty I face most is updating table when new column is added. The solution is I need to set spring.jpa.hibernate.ddl=true. This is for making feature on or off.
Ishmam-Rahman/Spring-Core-Learning
Ishmam-Rahman/spring-security-basic
Ishmam-Rahman/View-Components-.NET-Core-MVC