Pinned Repositories
AddressBook-React
Address book of contacts and their details using React Router, Redux, Axios, Pagination, Semantic UI and Testing using Jest & Enzyme. (Mock data from https://randomuser.me/)
adisekar.github.io
My Github Page
Algorithms
Popular Algorithms and DS for Interview Prep from Leetcode and other sources (Arrays, Strings, LinkedLists, Stacks, Queues, Trees, Graphs, Recursion, Backtracking, Dynamic Programming, Sorting & Searching etc
AspNetMicroservices
EShop - Microservices using Asp.Net
async-js
Demo of Asynchronous Javascript using Callbacks, Promises and Async Await and parallel promises
CourseLibrary
REST API for Authors and their Courses, using .Net Core 3 & DI for GET,POST, PUT, PATCH & DELETE Verbs for Resources and Collections and Validations, Filtering, Paging, Sorting, Data Shaping, HATEOAS, with correct status codes and best practices
Emaily
Full Stack Node App with React/Redux, Express, MongoDB, mongoose and Google OAuth using Passport JS, Payment using Stripe and deployed on Heroku
LoadBalancer
Custom LoadBalancer Implementation using .Net Core 3.1 / C#
MovingAverage
Moving average of stream of numbers using circular queue ADT backed by array
ShopSafe
Public website to see the real time count of people in grocery stores, to reduce wait times
adisekar's Repositories
adisekar/adisekar.github.io
My Github Page
adisekar/AspNetMicroservices
EShop - Microservices using Asp.Net
adisekar/async-js
Demo of Asynchronous Javascript using Callbacks, Promises and Async Await and parallel promises
adisekar/aws-microservices
Ecommerce Store using AWS Serverless microservices using CDK
adisekar/ShopSafe
Public website to see the real time count of people in grocery stores, to reduce wait times
adisekar/blog-posts-microservices
Blog Post and Comments microservice implementation using NodeJS
adisekar/crwn-clothing
React/Redux Ecommerce UI App with Firestore
adisekar/expense-tracker
adisekar/GameLoop
Game Loop Basics using C and SDL
adisekar/graphQLBasics
GraphQL server on Node to query Users List and Companies relation, using Graphiql client
adisekar/jest-basics
Jest basics on using/testing nodejs, frontend, dom, hooks, mocks, spies
adisekar/lerna-semantic-release
Setup Lerna on Yarn workspaces and semantic release setup with Commitizen
adisekar/mediatR
MediatR and CQRS Demo App
adisekar/mutation-observer-js
Mutation Observer Example using Javascript
adisekar/pie-shop-dotnet-webapp
adisekar/react-components
common shared components built using react
adisekar/react-rendering
React Rendering and Optimizations
adisekar/react-table
adisekar/react-testing-library-basics
Basic test for RTL to test a color button with checkbox to enable/disable
adisekar/redux-custom-store
Redux Create store implementation from scratch
adisekar/semantic-release
adisekar/ShopSafe-Admin
Admin (Store Employee) web application to increase/decrease number of people in store, to show real time count of people in store
adisekar/sundaes-on-demand
React Testing Library with Jest
adisekar/todo-list-typescript
Todo List using tsc and browserify
adisekar/todo-redux-saga
Todo List using Redux Saga
adisekar/ts-generic-search-sort-filter
adisekar/tutorials
DevOps Tutorials
adisekar/uhost-responsive-website
CSS complete guide to build responsive website
adisekar/web-components
Plain js web components and web components using stencil
adisekar/web-worker-image-processing
JS Image processing using web worker