Skip to content
View volf52's full-sized avatar
👽
I may be slow to respond.
👽
I may be slow to respond.

Highlights

  • Pro

Block or report volf52

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

Muhammad Arslan

Linkedin: rslnkrmt2552 GitHub followers

Arslan's streak

A little more about me

const arslan = {
  code: ["Python", "TypeScript", "Javascript", "Rust", "Go", "Java", "C#"],
  askMeAbout: ["machine learning", "web dev", "dev ops", "UI/UX", "sys admin"],
  technologies: {
    ml: [
      "Pytorch",
      "Tensorflow",
      "Scikitlearn",
      "Pandas",
      "Polars",
      "Numba",
      "Numpy",
      "Cupy",
      "Dask",
    ],
    frontEnd: {
      js: ["React", "Next.js", "Svelte/Sveltekit"],
      css: ["Tailwind"],
      uiLibraries: ["Material UI", "Ant Design", "Skeleton"],
    },
    backEnd: {
      js: ["Node", "Express", "NestJS"],
      python: ["Flask", "FastAPI"],
      rust: ["Axum"],
    },
    devOps: ["Docker🐳", "CI/CD", "Nginx", "GitHub Actions", "Caddy", "Pulumi"],
    cloudServices: {
      aws: ["AWS Beanstalk", "EC2", "S3", "RDS"],
      gcp: ["App Engine", "Compute Engine", "GKE", "GCS"],
    },
    databases: ["PostgreSQL", "SQLite", "redis", "MongoDB"],
    misc: ["Socket.IO", "REST APIs", "WebSockets"],
  },
};

Programming Languages

Python TypeScript Rust Go Java C C++ C# MIPS Assembly Bash Ceylon CSS HTML LaTeX Markdown Node.js R SQL SVG+XML

Tools

Pytorch TensorFlow Kubernetes Docker FastAPI Express.js Flask NumPy Pandas Polars React SymPy PostgreSQL

GitHub Stats

Arslan's Activity Graph

🏆 GitHub Trophies

trophy

🗂️ Highlight Projects

deep-neural-net hexapp fp jwt

Pinned Loading

  1. frostming/legit frostming/legit Public

    Git for Humans, Inspired by GitHub for Mac™.

    Python 5.7k 217

  2. carbonteq/jwt carbonteq/jwt Public

    Blazing fast (lol) JWT library for node, with an (optional) LRU+TTL cache

    Rust

  3. carbonteq/fp carbonteq/fp Public

    TypeScript 1

  4. kennethreitz-archive/howtopython.org kennethreitz-archive/howtopython.org Public

    A (book, website) that decribes how to Python, from scratch.

    Python 158 34

  5. deep-neural-net deep-neural-net Public

    A simple deep neural net class written to work with Numpy and Cupy

    Python

  6. pyasm-nand2tetris pyasm-nand2tetris Public

    ASM Assembler for the "Hack" Architecture from Nand2Tetris

    Python