sathyalog
Tech Lead, Full Stack - Reactjs & Nodejs. AWS certified cloud practitioner, Microsoft Azure, Design System
London
Pinned Repositories
budgety
A small budget app to calculate your expences percentage based on your income inputs. Developed in pure vanilla javascript
chrome-extension-sathyalog
A chrome extension to open my blog and other social media sites..
code-tracker
An angular app to track your tasks,tickets and verify on your dashboard. Developed using angular4 and firebase as backend.
daily-organizer-full-stack
An daily organizer app created using react, express, mongodb, webpack etc
datastructures-javascript
work around examples on data structures and algorithms using javascript
graphql-mongo-trello
A graphql-mongodb trello app using apollo. Multi Schemas defined and merged using schema stitching.
graphql-strapi
A full stack application using React, GraphQL with headless CMS Strapi along with JWT authentication
react-online-exam
A Basic code challenge and online examination portal prototype using react.
react-online-store
A React Online Store Manager with Menu, Orders and Inventory. Using Material UI, React Context API and Firebase.
redux-store
A basic online store with only Products and checkout page developed using react, redux, redux-saga. No backend is involved and used only an Firebase API to fetch products. Register page is generated using JSON schema with multiple steps. Also products can be filtered on home page.
sathyalog's Repositories
sathyalog/graphql-strapi
A full stack application using React, GraphQL with headless CMS Strapi along with JWT authentication
sathyalog/redux-store
A basic online store with only Products and checkout page developed using react, redux, redux-saga. No backend is involved and used only an Firebase API to fetch products. Register page is generated using JSON schema with multiple steps. Also products can be filtered on home page.
sathyalog/daily-organizer-full-stack
An daily organizer app created using react, express, mongodb, webpack etc
sathyalog/ES2015-ES2020-concepts
We will cover most useful features from ES2016(ES6) to ES2020.
sathyalog/gatsby-contentful
A learning app to understand the concepts of gatsby using contentful. Please follow the commits to understand the concepts.
sathyalog/graphql-react
A client app which is actually part of graphql-strapi application
sathyalog/javascript-design-patterns
JavaScript Design Patterns using ES6
sathyalog/JS-Coding-Exercises
Coding exercises on different algorithms, concepts etc
sathyalog/little-big-things
sathyalog/MERN-people-profiles
A simple social network site for developers. Developed using MERN stack.
sathyalog/problem-solving-exercises
Problem Solving Exercises in JavaScript
sathyalog/react-concepts-2020
All significant concepts of react is covered here.
sathyalog/react-redux-toolkit
Brought redux toolkit changes to react application.
sathyalog/react-search-pagination
A simple react app with search and pagination
sathyalog/react-typescript-vite
A basic react application to learn typescript basics.
sathyalog/react-webpack5
Webpack5 setup with react from scratch
sathyalog/reaction-vite-pubsub
A small application in react using vite to establish multi user reactions using pub sub
sathyalog/redux-explained
A simple tiny project to understand redux and its flow with react application using react, redux, redux-saga.
sathyalog/redux-toolkit
A simple application to understand how redux toolkit works underhood.
sathyalog/typescript-basics
A revision of typescript fundamentals
sathyalog/upload-files-mongodb
A sample application to upload video/image or any other files to mongoDB and access on dashboard page. Developed in EJS, Express, MongoDB.
sathyalog/bun-react-prisma
A simple chat application build with react, bun, tanstack router, zustand etc
sathyalog/ChatGPT-React-OpenAI-HTTP-API
Build a simple user interface that leverages the OpenAI HTTP API in conjunction with React. The application we will create enables users to ask questions and receive completed responses using OpenAI’s natural language processing technology, much like the experience of interacting with a ChatGPT session
sathyalog/micro-frontends
A simple application to implement micro frontends approach.
sathyalog/portfolio
sathyalog/pyscript-demos
Introduction to pyscript
sathyalog/python-basics
Introduction to python basics
sathyalog/react-hook-form-demo
A simple react-hook-form demo application
sathyalog/react-hooks-ant-inbuilt-logger
A small react application to learn and view the react hooks code on browser and also see the console logs in browser itself. Used built in router from react library
sathyalog/react-testing
A simple repo to learn react testing for anyone using the commits