anjandebnath
Problem Solver & Algorithm Explorer. Engineering Manager @MESHOLShare. 12+ years in Software Industry.
MESHOLShareBangladesh
Pinned Repositories
AIDLCompleteDemo
AIDL complete Demo
ArchitectureComponent
GAAD certification syllabus with ultimate solution
CleanArchitecture
CleanArchitecture
DataBinding
Databinding basics
golang-catapi
Golang and Beego framework based RESTful api project
KotlinBasic
Simple game with Interface and Abstract in basic Kotlin code
MockitoUnitTestTutorial
Mockito JUnit test
PhotoGallery
a simple Android app that displays a list of photos as a gallery. Users can tap the photo to see a full-screen view of it with the possibility to zoom in and out.
python-scrapy-vrbo
Scrap data from vrbo.com website and store the properties into MYSQL database
springboot-rest-authentication
Spring security with Rest API Authentication & Authorization and Mysql DB connect with Docker Compose file
anjandebnath's Repositories
anjandebnath/ArchitectureComponent
GAAD certification syllabus with ultimate solution
anjandebnath/MockitoUnitTestTutorial
Mockito JUnit test
anjandebnath/AIDLCompleteDemo
AIDL complete Demo
anjandebnath/golang-catapi
Golang and Beego framework based RESTful api project
anjandebnath/PhotoGallery
a simple Android app that displays a list of photos as a gallery. Users can tap the photo to see a full-screen view of it with the possibility to zoom in and out.
anjandebnath/python-scrapy-vrbo
Scrap data from vrbo.com website and store the properties into MYSQL database
anjandebnath/springboot-rest-authentication
Spring security with Rest API Authentication & Authorization and Mysql DB connect with Docker Compose file
anjandebnath/AADBaseProject
This is the very initial attempts to make a sample app that covers most of the topics that are needed to successfully complete Associate Android Developers Certification.
anjandebnath/Android-CleanArchitecture-Kotlin
This is a movies sample app in Kotlin, which is part of a serie of blog posts I have written about architecting android application using different approaches.
anjandebnath/beego-boilerplate-mvc
golang beego framework boilerplate project with error handle, custom template function, block, template define
anjandebnath/BongoTalkies
Design and Implement a movie app (name BongoTalkies) with two screens only. One screen will show a grid of movie thumbnails (with pagination) and clicking each item will lead to another screen of movie details.
anjandebnath/Dagger2Detail
intro to how to start learning Dagger2
anjandebnath/deeplearning
anjandebnath/downloader
anjandebnath/flask-mysql-jwt
Using JWT to authenticate users and use Mysql db connector to insert data and Open Api standard GET request
anjandebnath/FriendsApp
Android Kotlin MVVM Repository pattern with Hilt, Coroutine, Room, Retrofit
anjandebnath/GitManagement
to manage FOSS
anjandebnath/instagram-clone
A Instagram clone with (Nodejs, Postgres, ReactJS, Styled components)
anjandebnath/interprocesscommunication
How to communicate with 2 different app in the same device
anjandebnath/KotlinAlgo
anjandebnath/machinelearning
Data science and machine learning step by step
anjandebnath/ML-OPs
ML-Ops Learning
anjandebnath/myapp
anjandebnath/native-ndk
It's a C++ NDK programming
anjandebnath/Plantix
Implement a simple app to showcase your understanding of a robust, scalable and production-quality app architecture. The app should show a list of names with the first letter capitalized. But our data sources only hold lower case names.
anjandebnath/python-scrapy
using scrapy crawl data from a webpage and store in json format
anjandebnath/RxJavaTutorial
RxJava 2.0 basic understanding
anjandebnath/Spring-boot
Spring boot framework basics
anjandebnath/UserAuth
There will be two roles: USER & ADMIN. You need to create a basic sign-up feature.Afterward, you need to develop an admin panel where you'll record all of these registered user information (all the info that was submitted through the sign-up form). The ADMIN can modify any of these user info as an admin.
anjandebnath/weather-vue