Skip to content
View mojahid2021's full-sized avatar
🍃
Focusing
🍃
Focusing

Highlights

  • Pro

Organizations

@cpcdiu @foss-desk @Lunecode-com

Block or report mojahid2021

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
mojahid2021/README.md
terminal header
╔══════════════════════════════════════════════════════════════════════╗
║                                                                      ║
║    ███╗   ███╗ ██████╗      ██╗ ██████╗ ██╗  ██╗ █████╗ ██╗██████╗  ║
║    ████╗ ████║██╔═══██╗     ██║██╔═══██╗██║  ██║██╔══██╗██║██╔══██╗ ║
║    ██╔████╔██║██║   ██║     ██║██║   ██║███████║███████║██║██║  ██║ ║
║    ██║╚██╔╝██║██║   ██║██   ██║██║   ██║██╔══██║██╔══██║██║██║  ██║ ║
║    ██║ ╚═╝ ██║╚██████╔╝╚█████╔╝╚██████╔╝██║  ██║██║  ██║██║██████╔╝ ║
║    ╚═╝     ╚═╝ ╚═════╝  ╚════╝  ╚═════╝ ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝╚═════╝  ║
║                                                                      ║
║    > role      →  Software Developer                                 ║
║    > focus     →  Android Native · KMP · Backend Systems             ║
║    > location  →  Bangladesh  🇧🇩                                     ║
║    > status    →  [████████████░░░░░░░░]  building in public...     ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝

views  followers  stars



📂 system_info.sh

$ cat profile.json
{
  "name"         : "Md Mojahid",
  "role"         : "Software Developer",
  "speciality"   : ["Android Native", "Kotlin Multiplatform", "Backend Systems"],
  "architecture" : ["Clean Architecture", "MVVM", "MVI", "Microservices"],
  "exploring"    : ["ML-powered Mobile", "Enterprise KMP", "AI Integration"],
  "strengths"    : ["System Design", "API Architecture", "DevOps", "Full-Stack"],
  "fun_fact"     : "ships clean code · debugs with logs, not prayers"
}


🛠️ development_stack.exe

$ ls -la ~/skills
Category Tools & Technologies
Languages Kotlin Java TypeScript JavaScript SQL Bash
Mobile Android SDK Jetpack Compose KMP Coroutines Flow Hilt
Backend Spring Boot Ktor Node.js Fastify Express
Database PostgreSQL MySQL MongoDB Redis Room SQLite
DevOps Docker Nginx GitHub Actions Linux (Ubuntu) GCP
Architecture Clean Architecture MVVM MVI SOLID TDD



📊 analytics.log

$ git log --author="mojahid2021" --stat



🌐 connect_with_me.env

$ cat .env.socials

linkedin  twitter  email  coffee  sponsor


$ echo "if [ useful ]; then git star; fi   # ⭐ it means a lot"

Pinned Loading

  1. pdf-to-audio pdf-to-audio Public

    The Flask PDF-to-Audio API is a service that converts text from a PDF file into an MP3 audio file. The PDF is uploaded to the Flask API, which processes the text, converts it into speech using Goog…

    Python

  2. internet-speed-meter internet-speed-meter Public

    Forked from foss-desk/internet-speed-meter

    high-performance network speed monitor and statistics tracker for the GNOME Shell top panel.

    TypeScript

  3. copilot-amplify copilot-amplify Public

    Extend GitHub Copilot Chat with the AI providers you choose.

    TypeScript 1 1

  4. SkyLedger SkyLedger Public

    TypeScript

  5. Linux-broken-bangla-fonts Linux-broken-bangla-fonts Public

    A simple Bash script to fix broken Bangla (Bengali) font rendering issues on Linux based systems by installing necessary fonts, removing conflicting ones, and refreshing the font cache.

    Shell 1 1

  6. lumis lumis Public

    This project proposes the design and implementation of a Mini Compiler that accepts a simplified programming language and processes it through the classical compiler pipeline: lexical analysis, syn…

    C