Skip to content
View AKIB473's full-sized avatar
  • Joined Apr 10, 2026

Block or report AKIB473

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
AKIB473/README.md
Typing SVG

๐Ÿ’ก ๐“ฅ๐“ฒ๐“ผ๐“ฒ๐“ธ๐“ท & ๐“œ๐“ฒ๐“ท๐“ญ๐“ผ๐“ฎ๐“ฝ

"I dive into production-grade codebases to learn from the best. Every rejected pull request is a free code review from senior engineers at companies like Microsoft and Google."


๐Ÿš€ ๐”„๐”Ÿ๐”ฌ๐”ฒ๐”ฑ ๐”๐”ข

I am a Full-Stack Developer focused on Python, Node.js, and DevOps. I specialize in building useful, scalable automation tools and contributing to high-impact open-source projects (32Kโ€“219K โญ).

  • ๐Ÿ› ๏ธ Expertise: Async backends, Telegram Bot engineering, and Android CI/CD.
  • ๐ŸŒ Open Source: Submitted patches to Microsoft, Google, MedusaJS, and Pip.
  • ๐Ÿง  Learning: Obsessed with code quality, design patterns, and browser security.

๐Ÿ› ๏ธ ๐“•๐“พ๐“ต๐“ต-๐“ข๐“ฝ๐“ช๐“ฌ๐“ด ๐“ฃ๐“ฎ๐“ฌ๐“ฑ ๐“ข๐“ฝ๐“พ๐“ฌ๐“ด

๐”๐”ž๐”ซ๐”ค๐”ฒ๐”ž๐”ซ๐”ข๐”ฐ

๐”…๐”ž๐” ๐”จ๐”ข๐”ซ๐”ก & ๐”„๐”“โ„‘

๐”‰๐”ฏ๐”ฌ๐”ซ๐”ฑ๐”ข๐”ซ๐”ก

๐”‡๐”ž๐”ฑ๐”ž & โ„‘๐”ซ๐”ฃ๐”ฏ๐”ž๐”ฐ๐”ฑ๐”ฏ๐”ฒ๐” ๐”ฑ๐”ฒ๐”ฏ๐”ข

๐”๐”ฌ๐”Ÿ๐”ฆ๐”ฉ๐”ข


๐Ÿ† ๐’ช๐“…๐‘’๐“ƒ ๐’ฎ๐‘œ๐“Š๐“‡๐’ธ๐‘’ ๐‘€๐’พ๐“๐‘’๐“ˆ๐“‰๐‘œ๐“ƒ๐‘’๐“ˆ

Direct contributions to production-grade repositories.

๐Ÿ–ฅ๏ธ Microsoft / MarkItDown

  • Contribution: Added 6 new converters (TOML, Sitemap, .env, YAML, Requirements, Stats).
  • Fixes: Patched Jupyter Notebook output loss, Excel crashes, and Wikipedia infobox clutter.
  • Contribution: Fixed AwilixResolutionError crash in database migrations.
  • Fix: Enforced Dependency Injection container forwarding in MedusaAppLoader.
  • Fix: Resolved an infinite loop (100% CPU) bug in terminal word-wrap logic during CJK/Emoji rendering.

๐Ÿ“ฆ PyPA / Pip

  • Fix: Fixed BrokenPipeError traceback when piping output to stdout utilities.
  • Contribution: Implemented O(log n) Fibonacci via matrix exponentiation and optimized search algorithm type-hints.

๐Ÿงช ๐”ฝ๐•–๐•’๐•ฅ๐•ฆ๐•ฃ๐•–๐•• โ„™๐•ฃ๐• ๐•›๐•–๐•”๐•ฅ๐•ค

๐Ÿ“ฑ web-to-apk

HTML/JS โ†’ Signed APK. Zero-setup CI/CD pipeline. Push web app files to GitHub and get a production-ready signed Android binary in 5 minutes via GitHub Actions.

๐Ÿ”ฌ uniq-web-id

Persistent Fingerprinting. Generates stable device IDs using Canvas, AudioContext, and WebGL signals to survive cookie clearing and incognito mode.

Production Downloader Bot. Built with aiogram 3, yt-dlp, and ffmpeg. Features async queues, multi-platform support, and SQLite history tracking.


โŒ ๐“ฆ๐“ฑ๐“ช๐“ฝ ๐“˜ ๐“›๐“ฎ๐“ช๐“ป๐“ท๐“ฎ๐“ญ (๐“ก๐“ฎ๐“ณ๐“ฎ๐“ฌ๐“ฝ๐“ฎ๐“ญ ๐“Ÿ๐“ก๐“ผ)

  • Axios: Learned that core type changes can be breaking changes. Always check backward compatibility.
  • LangChain: Learned to wait for issue assignment before starting work on complex features.
  • Uptime Kuma: Learned the importance of "Atomic PRs" โ€” one focused change per pull request.

๐Ÿ“ซ ๐’ž๐‘œ๐“ƒ๐“ƒ๐‘’๐’ธ๐“‰ ๐“Œ๐’พ๐“‰๐’ฝ ๐“‚๐‘’

  • GitHub: github.com/AKIB473
  • Collaboration: Open for Python/Node.js tooling and DevOps automation.

"Building the future, one commit at a time."

Popular repositories Loading

  1. markitdown markitdown Public

    Forked from microsoft/markitdown

    Python tool for converting files and office documents to Markdown.

    Python

  2. AKIB473 AKIB473 Public

    GitHub profile README

  3. Python Python Public

    Forked from TheAlgorithms/Python

    All Algorithms implemented in Python

    Python

  4. axios axios Public

    Forked from axios/axios

    Promise based HTTP client for the browser and node.js

    JavaScript

  5. langchain langchain Public

    Forked from langchain-ai/langchain

    The agent engineering platform

    Python

  6. uptime-kuma uptime-kuma Public

    Forked from louislam/uptime-kuma

    A fancy self-hosted monitoring tool

    JavaScript