Pinned Repositories
Algorithm_Data_structure_and_OOP
Most of the important topics of computer programming I practiced here. Like Binary Search Tree(BST), BIT manipulation, Graph, LInedList, Pointers, Recursion is covered. Object-oriented programming is also here.
Calulator
A simple calculator using Java.
Codeforce_Problem_Solve
Some of my accepted problems in codeforces are here. Most of them written in c++. Some of them are in C and Python also.
Covid_19
A project to show Covid-19 affected people in the world. Here we have some specific features to show data of Covid-19 affected person in Bangladesh district wise and someone can post comment and one can reply and edit that thing.
Digital-Wallet
A fully functional digital wallet. Consist of CRUD operation. Some functionalities are Signup, Sign in, Creating session, Login after the first time using JWT token. Verifying every action using token, Transfer/deposit/withdraw money from wallet, Currency converter. Send all transactions using the Sendgrid adapter in PDF format. It has another section form which an Admin adds product's details and the user can purchase those products using the Wallet.
islamshaheb.github.io
This is my portfolio made on a single page.
Online_Banking
An online Banking platform for everyone who has just internet access. By this one can easily transfer or withdraw money from his/her current place.
Student-Management-System
A website for varsity going student. By this, a student does all his/her varsity activity like taking/drop courses, registration, and so on.
Uptime-Monitoring-API-using-raw-Node
Uptime monitoring API. A task will be added with its status. Status can be up or down. A process is running continuously in the background which will check the status of that task. If any task becomes down then an email notification will be sent to the user. CRUD operation, token generation, and validation are present in this system.
Working-with-.csv-file-using-NodeJs
Javascript program to find out all volunteers who came in the same shift from a CSV file and show the result in CSV file.
islamshaheb's Repositories
islamshaheb/Codeforce_Problem_Solve
Some of my accepted problems in codeforces are here. Most of them written in c++. Some of them are in C and Python also.
islamshaheb/Covid_19
A project to show Covid-19 affected people in the world. Here we have some specific features to show data of Covid-19 affected person in Bangladesh district wise and someone can post comment and one can reply and edit that thing.
islamshaheb/Digital-Wallet
A fully functional digital wallet. Consist of CRUD operation. Some functionalities are Signup, Sign in, Creating session, Login after the first time using JWT token. Verifying every action using token, Transfer/deposit/withdraw money from wallet, Currency converter. Send all transactions using the Sendgrid adapter in PDF format. It has another section form which an Admin adds product's details and the user can purchase those products using the Wallet.
islamshaheb/islamshaheb.github.io
This is my portfolio made on a single page.
islamshaheb/Working-with-.csv-file-using-NodeJs
Javascript program to find out all volunteers who came in the same shift from a CSV file and show the result in CSV file.
islamshaheb/Algorithm_Data_structure_and_OOP
Most of the important topics of computer programming I practiced here. Like Binary Search Tree(BST), BIT manipulation, Graph, LInedList, Pointers, Recursion is covered. Object-oriented programming is also here.
islamshaheb/Uptime-Monitoring-API-using-raw-Node
Uptime monitoring API. A task will be added with its status. Status can be up or down. A process is running continuously in the background which will check the status of that task. If any task becomes down then an email notification will be sent to the user. CRUD operation, token generation, and validation are present in this system.
islamshaheb/Added-Task-
Consist of crud operation. Login, Logout. If any person logged in no need to enter a password and username if the user tries to log in again. A person can add their story and able delete and update those stories.
islamshaheb/All-about-Linked-List-Using-CPP
islamshaheb/Arithmetic-Calculator
Math's four arithmetic basic operations.
islamshaheb/Binary-Calculator
A calculator for 2 based arithmetic operations.
islamshaheb/Changing-CSS-variable-using-Javascript
change the property of the CSS variable.
islamshaheb/Fetch-API-using-Javascript
Fetching the data in JSON format and showing them on the webpage by clicking a single button.
islamshaheb/islamshaheb
islamshaheb/Landing-Page-For-Car-Selling-Company
Under description
islamshaheb/material-ui
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
islamshaheb/Movie-Downloading-Site
under construction
islamshaheb/OTP-sender
A user can forget the password. Then we reset the password using OTP. OTP can be used for other purposes also. Like, verification. I develop a system by which a verified user can get an OTP through their registered email. For storing user's data I have used MongoDB.
islamshaheb/parse-server-codecraft
Example server using Express and the parse-server module.
islamshaheb/personalPortfolio
My personal portfolio and I'm planning to put my blogs and article here.
islamshaheb/portfolio
My personal portfolio
islamshaheb/React-practice
islamshaheb/Sendgrid-Adapter
islamshaheb/Solution-of-three-problems-using-MYSQL-and-CPP
islamshaheb/Star-Pattern-Using-Javascript
Stars Pattern (Triangle, Pyramid) using Javascript. Here I've used recursion instead of regular looping.
islamshaheb/The-Shawshank-Redemption-Movie-Review
All about The Shawshank Redemption Movie.
islamshaheb/Thesis-work
islamshaheb/Todo-Web-App
Todo app with the current date. with some extra features like edit, update, mark as done/not done.
islamshaheb/uptime-monitoring-api-raw-node
A RESTFul API to monitor up or down time of user defined links. This is a raw node.js project without using any third party modules or packages.
islamshaheb/Working-with-JSON-file-using-Python
Python program to work with JSON file.