Sadman Ilham's repositories
Online-Shopping-System
An e-commerce site in Java EE
Multiple-client-server-chatting-system
This is a simple chatting system that allows multiple clients to chat among themselves.Clients can send message to a particular client or to all clients that are connected to the server.
Varsity-News-Portal
This is a web project where I will be implementing all my java and web knowledges, technologies and design patters.
Blood-Bank-Management-System
This is a management system done as an academic project. In 2014 I've developed this project with MSSql RDBMS. In 2015 I've edited this project with Oracle RDBMS. This repository is the edited version which is done with Oracle.
Movie-Khor
An experiment with angular js
Undercover-S3
Proxy your S3 bucket with API Gateway using Swagger definition
Network-Based-Text-Editor
An academic project which was done in 2012 when I was in 2nd year 1st semester. This is a text editor that has the capability of runtime text sharing. Through this user can also chat with other users. Two compilers are attached to this editor for executing c++ and java. The text sharing part was done with socket programming. Me and one of my classmates collaborated our idea to make this. This is our first java project. I admit that this code is not clean as we were not very experts with oop concept. N.B: Before running that project add 'RSyntaxTextArea' as an external library.
opencrvs-core
The open source software product that supports Civil Registrations and Vital Statistics (CRVS)
Sudoku
This is an academic project which was done back in 2011 when I was in 1st year 2nd semester. It's a logic based game with a 9*9 grid box that must be filled in a way that no row and column contains a number twice. This 9*9 box is divided into 9 3*3 boxes, each of which should also contain a number only once.
User-Registration-and-Authentication
A starter project using Spring MVC and Hibernate.