Pinned Repositories
angular-catalog
Angular Catalog Project. Features include Firebase Real Time Database, Angular HTTP Client, Angular Animations, Pagination, Smooth Image Loading using Prefetching.
assignment-2
brook-logger
brook-logger npm module
cab-booking-api
REST APIs written in NodeJs and ExpressJs Framework. This Collection of APIs is intended for Cab Booking System and it includes Driver, Customer & Admin modules.
e-wallet-microservice
E-Wallet Microservices REST APIs. This Project contains two independent Spring Boot Microservices, UserService and WalletService. MySql Database is used. User Transaction History is sent to user through E-mail. Swagger is used for API Documentation.
GuideHubz
Career Enhancement Website based on Model-View-Controller Design Pattern. Also includes an Admin Panel to ease the work of Uploading Content and Sending Promotional Emails to Subscribers Mainly written in PHP.
java-core
Core Java program examples. OOP Concept programs. Multithreading example programs. File Handling example programs in Java.
library-management-api
Library Management System RESTful APIs written in Java and Spring Boot. Models include Book, User and Record. Used JPA Hibernate with MySQL Database.
list-o-chef
This is a Recipe Management System to showcase the stored Recipes. In this project User Management and Recipe Management is implemented through Firebase. State Management implemented using NgRx. Firebase User Authentication and User Email Verification is also implemented.
tic-tac-toe
Tic Tac Toe game implementation of Java Socket Programming. This project includes Server and Client packages. After Successful build JAR files will be generated for Server and Client. Swing is used for User Interface.
Jkan1's Repositories
Jkan1/cab-booking-api
REST APIs written in NodeJs and ExpressJs Framework. This Collection of APIs is intended for Cab Booking System and it includes Driver, Customer & Admin modules.
Jkan1/e-wallet-microservice
E-Wallet Microservices REST APIs. This Project contains two independent Spring Boot Microservices, UserService and WalletService. MySql Database is used. User Transaction History is sent to user through E-mail. Swagger is used for API Documentation.
Jkan1/brook-logger
brook-logger npm module
Jkan1/tic-tac-toe
Tic Tac Toe game implementation of Java Socket Programming. This project includes Server and Client packages. After Successful build JAR files will be generated for Server and Client. Swing is used for User Interface.
Jkan1/angular-catalog
Angular Catalog Project. Features include Firebase Real Time Database, Angular HTTP Client, Angular Animations, Pagination, Smooth Image Loading using Prefetching.
Jkan1/Base-Repository
Jkan1/GuideHubz
Career Enhancement Website based on Model-View-Controller Design Pattern. Also includes an Admin Panel to ease the work of Uploading Content and Sending Promotional Emails to Subscribers Mainly written in PHP.
Jkan1/list-o-chef
This is a Recipe Management System to showcase the stored Recipes. In this project User Management and Recipe Management is implemented through Firebase. State Management implemented using NgRx. Firebase User Authentication and User Email Verification is also implemented.
Jkan1/chat-room
Simple Chat Application with Dynamic Chat Rooms. Implemented with NodeJs and Socket.io module. The Express server serves html, which includes the chat UI. Socket events handle the forwarding of messages and user creation. Realtime chat messages are volatile and stored on the client side.
Jkan1/circleci-app
Jkan1/comment-system-web
A MEAN Stack Web based Comment System built using Nodejs and Angular.
Jkan1/computer-science
Basic Computer Science Notes
Jkan1/daily-coding-problem
Jkan1/educative.io
This is downloadings of all educative.io free student subscription courses as pdf from GitHub student pack
Jkan1/event-management-platform
REST APIs for an Event Management Platform
Jkan1/graphql-app
GraphQL App
Jkan1/hackerrank-problems
Jkan1/javascript-program-01
Jkan1/jkan1.github.io
Jkan1/kafka-aws-msk
Example producer-consumer with AWS MSK
Jkan1/koa-sample-web-app-api-mysql
Koa Sample App (handlebars templating + RESTful API using MySQL, on Node.js)
Jkan1/node-graphql
NodeJs GraphQL Server
Jkan1/node-mock-data
Jkan1/node-rabbitmq
Jkan1/node-scraper
NodeJs Web Scraping Tool.
Jkan1/node-webrtc
Sample NodeJs and WebRTC Application.
Jkan1/serverless-chat
Jkan1/shell-scripts
Custom Shell Scripts
Jkan1/socket-chat-client
Socket Chat Client application using socket programming connects with the Socket Chat Server running on specific Host and Port passed through Environment Variables. Client sends and receives messages through Server.
Jkan1/tdd-kata
String Calculator TDD Kata in JavaScript