AnupamAkib
Software Engineer || C# || .NET Core || .NET Framework || Node.js || React.js || Full-Stack Engineering || Problem Solver || Data Structures & Algorithms
WellDev Bangladesh Ltd.Dhaka, Bangladesh
Pinned Repositories
ASP.NET-Core-WebAPI-EntityFramework-MySQL-connection-sample
ASP.NET Core webapi EntityFramework MySQL connection sample
DIU-Library-Service-Backend-Node.js
Backend source code of my last semester project based thesis titled 'DIU Library Service'. This server is developed with Node.js and Express.js using MongoDB database.
FlashShop-eCommerce-Reactjs-MERN_Stack
FlashShop is a small e-commerce site. User can order. It has a good admin panel for maintaining the system. Admin can manage orders, products etc..
JWT_Authentication_ASP.NET-Core-WebAPI
I implemented JSON Web Token Authentication in .NET Core & EF Core for learning purpose. It is popularly used as a client-side-based stateless session. JWT is encrypted & signed with a secret key. It is used for generating & verifying token. A token contains 3 parts (header, payload, signature) that helps recognize an user.
MujibBorshoCalendar-PHP-Project
Bangladesh government published a calendar called 'MujibBorsho Calendar' on the 100th birthday of the father of the nation Bangabandhu Sheikh Mujibur Rahman. I created the online version of it. This is my 4th semester personal project based on PHP.
Pigeon-Anonymous-Msg-Sender-PHP-Project
It is an anonymous message sender app based on PHP. My 4th semester personal project. I made it just for fun and get rid from boring time. Actually I created this project when I was in quarantine because of coronavirus.
Telescope-LiveTV-Application-Android-Java
An android application to watch available live tv from YouTube. The app will fetch live tv from YouTube & you can get all the available live tv in a single application. This app is more compatible with Android TV / Android based smart TV. I made it for my personal use
Telescope-LiveTV-backend-NodeJS-Docker
This application continuously fetch embed link of TV channels that are live in YouTube & keep updating the channel database. For user authentication, I have used JWT authentication. Web scraping needs more CPU, so I created a 3rd party microservice for web scraping with enough CPU. I have used Node.js, Express.js & MongoDB to implement the system.
Telescope-LiveTV-Webapp-frontend-ReactJS
Using this web application, user can watch live tv that available in YouTube. This application's backend use YouTube to fetch live TV links.
UVA-and-LA-Problem-Solution
My solution for UVa Problems will be uploaded here, as UVa solutions don't save in their website.
AnupamAkib's Repositories
AnupamAkib/Telescope-LiveTV-Application-Android-Java
An android application to watch available live tv from YouTube. The app will fetch live tv from YouTube & you can get all the available live tv in a single application. This app is more compatible with Android TV / Android based smart TV. I made it for my personal use
AnupamAkib/Pigeon-Anonymous-Msg-Sender-PHP-Project
It is an anonymous message sender app based on PHP. My 4th semester personal project. I made it just for fun and get rid from boring time. Actually I created this project when I was in quarantine because of coronavirus.
AnupamAkib/ASP.NET-Core-WebAPI-EntityFramework-MySQL-connection-sample
ASP.NET Core webapi EntityFramework MySQL connection sample
AnupamAkib/DIU-Library-Service-Backend-Node.js
Backend source code of my last semester project based thesis titled 'DIU Library Service'. This server is developed with Node.js and Express.js using MongoDB database.
AnupamAkib/FlashShop-eCommerce-Reactjs-MERN_Stack
FlashShop is a small e-commerce site. User can order. It has a good admin panel for maintaining the system. Admin can manage orders, products etc..
AnupamAkib/Health-Consultant-Java-Swing
Health Consultant project based on Java Swing. 4th semester project under SE211 course. This is my first Java project. User can know about his health condition and if he/she is affected by COVID-19 or not. I tried to make it as simple as possible
AnupamAkib/JWT_Authentication_ASP.NET-Core-WebAPI
I implemented JSON Web Token Authentication in .NET Core & EF Core for learning purpose. It is popularly used as a client-side-based stateless session. JWT is encrypted & signed with a secret key. It is used for generating & verifying token. A token contains 3 parts (header, payload, signature) that helps recognize an user.
AnupamAkib/My-Open-Diary-Project-PHP-PostgreSQL
My Open Diary is a PHP and PostgreSQL database based small project where you can keep you diaries and store your stories in a secured online platform. This is my first SQL based project. I made this for learning purpose. I was in 8th semester that time. This site is live at: https://myopendiary.herokuapp.com/
AnupamAkib/TextBook-SocialMedia-ASP.NET-core-WebAPI
Backend of a simple social media using ASP.NET core WebAPI
AnupamAkib/AkibsStorage-Simple-PHP-Project
This a simple storage where I can store and erase important links and texts. I made this web text storage to store information. It's a simple PHP project made in almost only 100 lines of PHP codes.
AnupamAkib/BaniaraBloodData-PHP-Project
I made this project for my villagers. My village name is Baniara. This project contains almost everyone's blood group of my village people. People can search for blood in this webapp. People can also register himself as a blood donor in this webapp, can login to the system and can change his information. My 4th semester personal project based on PHP.
AnupamAkib/MujibBorshoCalendar-PHP-Project
Bangladesh government published a calendar called 'MujibBorsho Calendar' on the 100th birthday of the father of the nation Bangabandhu Sheikh Mujibur Rahman. I created the online version of it. This is my 4th semester personal project based on PHP.
AnupamAkib/SEC-Attendance-Portal-React.js-Node.js
This is a webapp where Samsung showroom SEC can submit their attendance. They can mark themselves as 'Present' when they are in showroom only, this app uses their locations. Admin can download SEC attendance data with statistics in Excel file.
AnupamAkib/Telescope-LiveTV-backend-NodeJS-Docker
This application continuously fetch embed link of TV channels that are live in YouTube & keep updating the channel database. For user authentication, I have used JWT authentication. Web scraping needs more CPU, so I created a 3rd party microservice for web scraping with enough CPU. I have used Node.js, Express.js & MongoDB to implement the system.
AnupamAkib/Telescope-LiveTV-Webapp-frontend-ReactJS
Using this web application, user can watch live tv that available in YouTube. This application's backend use YouTube to fetch live TV links.
AnupamAkib/UVA-and-LA-Problem-Solution
My solution for UVa Problems will be uploaded here, as UVa solutions don't save in their website.
AnupamAkib/BFS-DFS-DP
Just after my graduation, I started practicing for Software Engineer position at Samsung R&D Institute Bangladesh. Here is some codes that I wrote for practicing DSA.
AnupamAkib/CodeForces-Profile-Fetching-ReactApp
This is my first react app. This app can fetch data from Codeforces API and display user profile and contest information in an efficient way.
AnupamAkib/CodeJam-MySolve
My google codejam solution will be uploaded here. I attended in CodeJam in 2020 for first time
AnupamAkib/DataStructures-and-Algorithms
My code for some important data structure, algorithm and number theory
AnupamAkib/DIU-Library-Service-React.js-frontend
My last semester project "DIU Library Service"
AnupamAkib/e-commerce-React.js-Node.js
This is a Node.js & React.js full-stack project that I started for learning full-stack engineering in JavaScript. I tried to use best practices here. The project is not finished yet.
AnupamAkib/ErrorReportingWebAPI_ScreenReader
AnupamAkib/Firebase-file-upload-express.js
A simple express/node project to upload and delete file to firebase storage by calling REST API
AnupamAkib/Gamma-Boys-PHP-Project
It was my first full PHP project. The website of my college section. It contains all students information of my college section. I made a static site of it when I was in college. Then after learning PHP, I remade it in PHP
AnupamAkib/HishabNikash-.NET-Core-WebAPI-and-EF-Core
A Simplified Backend Application for Managing Financial Calculations
AnupamAkib/Login-Registration-CryptoJS-AES-MD5-React.js-Node.js
AnupamAkib/portfolio-reactjs
Repository of my portfolio which is made by React.js
AnupamAkib/Simple-Create-Delete-operation-PHP-PostgreSQL
AnupamAkib/Unlimited-Wordle-ReactJS-NodeJS
In real wordle app that went viral in early 2022 you can only play wordle in a day once. So here is my solution, play the game without any limits! Just go to below link and play. You can move to any round you want by providing the round id. If word not found in list then refresh the link once and let the data be fetched correctly.