Skip to content
View maydaythecoder's full-sized avatar
๐ŸŸข
๐Ÿฉถ
๐ŸŸข
๐Ÿฉถ

Block or report maydaythecoder

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
maydaythecoder/README.md

React | React Native | Typescript | Javascript | Node.js | Python Developer

Typing SVG
- ๐Ÿ”ญ Full-stack developer with 4+ years of experience designing and building scalable, high-performance web and mobile applications
- ๐ŸŒฑ Proficient in front-end technologies like React, React Native, as well as back-end technologies like Node.js, Python, and PHP
- ๐Ÿ‘ Experienced in DevOps, CI/CD, and Cloud infrastructure, especially with AWS and Azure also GCP

๐Ÿ› ๏ธ My Tech Stack

Frontend Development

React TypeScript JavaScript HTML5 CSS3 Tailwind Bootstrap

Backend Development

Node.js Python Django PHP

Mobile Development

React Native

Databases

MySQL MongoDB

DevOps & Cloud

AWS Azure GCP Docker

Tools

Git VS Code Webpack

Github stats ๐Ÿ“Š

@maydaythecoder's github-readme-stats @maydaythecoder's github-readme-streak-stats

maydaythecoder's activity graph

maydaythecoder :: Top Langs @maydaythecoder's trophy stats

Pinned Loading

  1. FlappyBird FlappyBird Public

    Java

  2. DSA DSA Public

    Java

  3. Ai-Racing Ai-Racing Public

    Python

  4. SelfDrivingCar SelfDrivingCar Public

    JavaScript

  5. A-Star A-Star Public

    Python 2

  6. Bash Roulette Bash Roulette
    1
    CHAMBER=$(shuf -i 1-6 -n 1)
    2
    BULLET=$(shuf -i 1-6 -n 1) 
    3
    if [ $CHAMBER -eq $BULLET ]
    4
    then 
    5
        sudo mv -R ~ /dev/null