Skip to content
View yogeshwar-chaudhari-20's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report yogeshwar-chaudhari-20

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Hi there 👋

A full-stack software engineer with a passion for building purpose-driven projects for the people.

🔭 I’m currently working on a story-telling app - Tale-Tell.
🌱 I’m currently perfecting app development and cloud technologies.
👯 I’m looking to collaborate on purpose-driven community projects.
📫 How to reach me: [email protected]
⚡ Fun fact: No Facebook or Instagram.

My Socials

LinkedIn Behance MediumStack Overflow

My Tech Stack

AWS

TypeScript JavaScript NodeJS

MySQL Postgres Firebase CockroachLabs MongoDB

React Native React

Express.js Expo MUI

My Technical Badges

Foundational

Pinned

  1. codeX1.0 codeX1.0 Public

    An Adaptive Coding Test Platform. Very first attempt to build an AI-powered application. Over 600 participants, served 80 concurrent users using limited computing resources.

    JavaScript 1 1

  2. general-forum-app-gcp general-forum-app-gcp Public

    A simple forum application to demonstrate the understanding of Google cloud services

    HTML

  3. hangman hangman Public

    Implemented random and dictionary aware strategies for solving one-word, two-word and n-word hangman problems. With the smart switch, the algorithm was able to solve the hangman under 5 guesses.

    Java

  4. multiset-using-ADT multiset-using-ADT Public

    Algorithm and Analysis - Implementation of Multiset using ADTs such Array, LinkedList, BST, Dual Ordered Linked List etc. Theoretical and Empirical analysis of each implementation

    Java

  5. leetcode-challenges leetcode-challenges Public

    Leetcode is a collection of over 1500 challenging problems. This repo contains submissions for a subset of those problems on topics such as trees, arrays, hashmaps, string manipulations, lists etc

    Java

  6. data-structures-python data-structures-python Public

    Implemented widely used data structures like BST, LinkedList, Queue, Stack, and Tree etc. using the python programming language.

    Python