Skip to content
View malimba's full-sized avatar

Highlights

  • Pro

Block or report malimba

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
malimba/README.md
Typing intro
Header wave

The short version

I'm a full-stack engineer — mobile, web, and backend — with a STEM background and a bias toward systems that hold up in production.

Most of what I've shipped lives in private repos (by choice, contract, or quiet launch). This profile is the public layer: stack, stats, and the domains — not the full story.

// how I work

STEM-trained · problem-first, not hype-first
Stack-agnostic · right tool, then make it reliable
End-to-end · schema design → App Store / deploy
Solo or squad · comfortable either way

// what you'll find here

Public GitHub · experiments, learning, OSS
Private remotes · where most production work lives
No fluff · ship real software or don't ship

STEM Production Public slice


GitHub snapshot

GitHub stats GitHub streak Top languages

🔥 Contribution streak

Contribution streak — current and longest
Streak Detail
🔥 Current Active daily contribution streak (updates live via card above)
🏆 Longest 15 days · Dec 2020 → Jan 2021
📈 All-time 3,200+ contributions on GitHub since Nov 2018
Contribution graph

Proficiency · honest bars, not buzzwords

Area Level Bar
Python Primary ██████████████████░░ 90%
Go Production ████████████████░░░░ 80%
Flutter / Dart Production ████████████████░░░░ 80%
Django / REST APIs Production ███████████████░░░░░ 75%
Java / Spring Strong ██████████████░░░░░░ 70%
C Strong ██████████████░░░░░░ 70%
C++ Strong █████████████░░░░░░░ 68%
JavaScript / TypeScript Strong ██████████████░░░░░░ 70%
Express.js / Node Strong ██████████████░░░░░░ 70%
Machine Learning Strong █████████████░░░░░░░ 68%
Deep Learning Strong ████████████░░░░░░░░ 65%
NumPy / SciPy Strong █████████████░░░░░░░ 68%
Bash / Shell Strong █████████████░░░░░░░ 68%
PostgreSQL / MySQL Strong ██████████████░░░░░░ 70%
HTML / CSS / UI Strong ██████████████░░░░░░ 70%
Docker / CI/CD Strong █████████████░░░░░░░ 68%
Assembly Familiar ███████████░░░░░░░░░ 58%
PHP Working ██████████░░░░░░░░░░ 50%

Bars reflect day-to-day confidence — not LeetCode rank. Many tools (NumPy, Express, ML stack, Railway/Render) show up in private repos and don't always appear in public language stats.


Toolbox

Tech stack icons

Systems & low-level · C · C++ · Bash · Assembly · Windows Terminal · scripting & automation

Backend & APIs · Go · Python · Django · Express.js · Java · Spring Boot · REST · JWT · Webhooks · Postman

Mobile & Web · Flutter · Dart · React-adjacent JS · responsive web · admin dashboards · npm

Data & ML · NumPy · SciPy · machine learning · deep learning · TensorFlow / PyTorch-adjacent workflows

Data & Infra · PostgreSQL · MySQL · SQLite · Redis · Docker · GitHub Actions · Railway · Render · env-driven deploy

Testing · pytest · integration tests · Mockito (Java) · smoke tests in CI

Practices · Git · code review · service boundaries · accessibility · security-minded defaults


Domains I've worked in

🌒 Most of this work lives in private repos — the interesting stuff rarely gets a public git push. What follows is the shape of the work, not a portfolio dump.

💳 Financial systems

Payment flows, wallets, merchant tooling, reconciliation, and third-party gateway integrations — mobile, web, and backend services in production.

⛓️ Blockchain & crypto-adjacent

Smart-contract-facing apps, wallet connectivity, on/off-ramp flows, and backend services that sit between users and chain infrastructure.

🏠 Real estate & property

Listing platforms, tenant/owner portals, search & filters, document workflows, and ops dashboards for property businesses.

🛒 Commerce & marketplaces

Catalogues, checkout, inventory, order pipelines, and vendor-facing tools — web and mobile.

🎓 Education & community

Learning platforms, bots, voting/election tooling, and campus or community-facing web apps.

🏢 Internal & line-of-business

CRMs, reporting, automation scripts, and bespoke tools that replace spreadsheets with something maintainable.

Public repos


What I'm focused on lately

▸ Production-grade financial & payment backends (auth, webhooks, idempotency)
▸ Flutter + native WebView integrations for regulated third-party SDKs
▸ Clean service boundaries between mobile clients, web apps, and engines
▸ Accessible UX — larger text, read-aloud flows, inclusive onboarding
▸ LeetCode practice — algorithms & data structures (see profile below)

Connect

GitHub LeetCode Email LinkedIn

Windows Terminal Railway Render


Profile views



"The best work often never hits the public timeline — and that's usually by design."

Footer wave

Popular repositories Loading

  1. simple-hello-worl-example simple-hello-worl-example Public

    This is a simple hello-world example

    Makefile

  2. Quiz-html-druzgeorge- Quiz-html-druzgeorge- Public

    This is a simple question game which I would modify.I added new buttons and there will soon inline commands included and timers.

    HTML

  3. ImageDownloader ImageDownloader Public

    ImageDownloader

    Python

  4. States-quiz States-quiz Public

    Python

  5. py_git py_git Public

    Forked from malgulam/py_git

    Essentially: Pythonically Git.

    Python

  6. pauselib pauselib Public

    Ever coded for so long, only to handle errors with try except errors which just make you rerun or run some code over and over again?Or maybe you've been wanting to pause your program for some secon…

    Python