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

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: chaudhari.yogesh20@gmail.com
⚡ 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 Loading

  1. dynamodb-migration-kit dynamodb-migration-kit Public

    CLI to manage DynamoDB migrations for Node (Typescript)

    TypeScript

  2. safetynet-server-js safetynet-server-js Public

    Cryptographically-signed attestation verification using Google's SafetyNet API, confirming various security properties of the device

    TypeScript

  3. CDK for creating AWS resources for r... CDK for creating AWS resources for running DynamoDB migrations using dynamodb-migration-kit NPM package
    1
    // Prerequisites / Reference
    2
    // https://aws.amazon.com/blogs/security/use-iam-roles-to-connect-github-actions-to-actions-in-aws/
    3
    
    
    4
    import * as cdk from "aws-cdk-lib";
    5
    import { Construct } from "constructs";
  4. 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