Skip to content
View 0prodigy's full-sized avatar
🪴
Growing
🪴
Growing
Block or Report

Block or report 0prodigy

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

नमस्ते

import SoftwareDeveloper from 'India';

class Bio extends SoftwareDeveloper {
  name     = 'Akash Pathak';
  title    = 'Software Engineer';
  location = 'Bihar, India';
}

class Skills extends SoftwareDeveloper {
  languages  = ['JavaScript', 'Go', 'Python', 'Lua', 'Rust'];
  databases  = ['MySQL', 'MongoDB', 'Etcd', 'Redis', 'Clickhouse'];
  frameworks = ['React', 'Next.js', 'Fiber', 'Express Js', 'Flask', 'FastAPI', 'Astra'];
  cloud      = ['Kubernetes', 'GCP', 'AWS']
}

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)

Pinned Loading

  1. zomato-tomato zomato-tomato Public

    A web clone of most used food order website Zomato

    JavaScript 42 40

  2. furnitures furnitures Public

    A e-commerce website focused on selling furniture.

    JavaScript 1 2

  3. rust-http-server rust-http-server Public

    Basic http server with http 1.1 protocol and method

    Rust

  4. ruby-on-rails-api ruby-on-rails-api Public

    A simple api application using ruby on rails framework with mysql database.

    Ruby

  5. node-api-hub node-api-hub Public

    A node js application with all the basic functionality like routes, authentication using passport and jwt, with mongo db setup for creating API

    JavaScript 4

  6. react-native-pokemon-api react-native-pokemon-api Public

    A react native app to fetch data from a pokemon api

    JavaScript