Skip to content
View gidadoabdullateef5's full-sized avatar
  • Joined Mar 22, 2026

Block or report gidadoabdullateef5

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

Hi, I'm Muslimat Gidado πŸ‘©β€πŸ’»

Full Stack Software Engineer β€” I build end-to-end products that are fast, scalable, and actually enjoyable to use.

LinkedIn Twitter


πŸ‘©β€πŸ’» About Me

class SoftwareEngineer:
    def __init__(self):
        self.name        = "Muslimat Gidado"
        self.role        = "Full Stack Software Engineer"
        self.experience  = "3–5 years"
        self.stack       = {
            "frontend"  : ["React", "TypeScript", "Tailwind CSS"],
            "backend"   : ["Node.js", "Python", "Django","Go", "Rust"],
            "cloud"     : ["AWS (EC2, S3, Lambda)", "Docker"],
            "databases" : ["PostgreSQL", "MongoDB", "Redis"],
        }
        self.currently   = [
            "Architecting scalable full stack systems βš™οΈ",
            "Deepening cloud infrastructure skills on AWS ☁️",
            "Mentoring junior developers in my community 🌍",
        ]
        self.fun_fact    = "I debug backend and style frontends before breakfast."

    def __str__(self):
        return f"Building products people love β†’ {self.name}"

me = SoftwareEngineer()
print(me)

πŸ› οΈ Tech Stack

Frontend

React TypeScript JavaScript Tailwind CSS

Backend

Node.js Python Django Express

Cloud & DevOps

AWS Docker GitHub Actions

Databases

PostgreSQL MongoDB Redis


πŸš€ What I'm Up To

  • βš™οΈ Β  Architecting and shipping full stack applications end to end
  • ☁️ Β  Going deeper into AWS β€” infrastructure, serverless, and deployment pipelines
  • 🐍 Β  Building robust REST APIs with Django and Node.js
  • 🌍 Β  Actively mentoring and supporting developers in my community
  • πŸ’¬ Β  Always open to talk system design, clean architecture, and engineering best practices

πŸ“Œ Pinned Work

Check the pinned repos below β€” each project covers both the frontend and the backend.

🀝 Let's Connect

I'm open to collaborating on meaningful full stack projects, open source, or anything that ships real value to real people.

β†’ Reach me at muslimat.gidado@gmail.com


Engineered with purpose. Shipped with passion. πŸ’œ

Popular repositories Loading

  1. chkdomain chkdomain Public

    Forked from PeterDaveHello/chkdomain

    πŸ” Discover if a domain is resolvable or blocked by secure DNS and Ad-blocking services, and experience the innovative idea of DaaS - DNS as an Intelligence Service.

    Shell 1

  2. kind kind Public

    Forked from kubernetes-sigs/kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

    Go

  3. pandas pandas Public

    Forked from pandas-dev/pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python

  4. awesome awesome Public

    Forked from sindresorhus/awesome

    😎 Awesome lists about all kinds of interesting topics

  5. the-book-of-secret-knowledge the-book-of-secret-knowledge Public

    Forked from trimstray/the-book-of-secret-knowledge

    A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.

  6. htrace.sh htrace.sh Public

    Forked from trimstray/htrace.sh

    My simple Swiss Army knife for http/https troubleshooting and profiling.

    Shell