Skip to content
View Favourof's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@Sportalyse

Block or report Favourof

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

Hi there, I'm Favourof 👋

Crafting elegant code, meaningful products, and delightful developer experiences.


🚀 About Me

I'm a Software Engineer who loves solving problems with clean, maintainable code and collaborating on open source. I focus on building reliable, scalable systems and shipping features that make an impact.

  • 🔭 I’m currently working on: Attendance Software — Building an attendance system for organizations to increase productivity.
  • 🌱 I’m learning: Distributed Systems
  • 👯 I’m open to collaborating on: backend and frontend
  • 🤝 I’m open to new opportunities: Yes
  • 💬 Ask me about: System design
  • ⚡ Fun fact: I love drawing

🛠️ Core Skills

  • Languages: JavaScript, TypeScript
  • Frameworks & Tools: React, Node.js, Express.js, Next.js, Docker
  • Databases & Storage: PostgreSQL, MongoDB, Redis
  • Cloud & DevOps: AWS, GCP, GitHub Actions
  • Testing & Quality: Jest, ESLint, Prettier

📌 Pinned Projects

  • MERN Authentication System — A production-ready authentication system (MongoDB, Express, React, Node.js, TypeScript).
    Highlights: email verification, JWT access + refresh tokens with rotation, password reset flows, role-based access control, and an admin user management dashboard.
    Repo: https://github.com/Favourof/mern-auth-system

  • PayVerse Backend — Distributed payments platform backend (Node.js, Express, TypeScript, PostgreSQL).
    Highlights: ACID transactions for money transfers, JWT + refresh-token strategy with revocation, REST API endpoints for transactions, and production hardening notes.
    Repo: https://github.com/Favourof/payVerse-backend

  • Performance Optimization — Node.js Event Loop profiling & optimization report.
    Highlights: identified a CPU-bound bottleneck, offloaded heavy computation to Worker Threads, and reduced request latency from ~3.5s to ~54ms (~98% improvement). Includes flame graphs and latency charts.
    Repo: https://github.com/Favourof/profiling-and-performance-optimization-node.js

  • E-commerce Microservices (Cart + Auth) — Cart + Auth Service POC for an e-commerce checkout system.
    Highlights: microservices architecture with API Gateway (BFF), Auth and Cart services, FakeStore API integration, and local setup instructions.
    Repo: https://github.com/Favourof/bankend-microservice-ecormmrce


📊 GitHub Stats:




💬 How to Reach Me


🤝 Want to Collaborate?

If you like my work or have a problem I can help with, open an issue on a repo, send a DM, or email me. I’m happy to:

  • Review pull requests
  • Mentor contributors
  • Design and build prototypes
  • Contribute to architecture and tooling decisions

🧭 How I Work

  • Communicate early and often — I prefer issues and small, reviewable PRs.
  • Prioritize clarity: readable code + helpful docs.
  • Automated testing and CI for reliable releases.
  • Incremental improvements over risky big-bang rewrites.

Thanks for visiting — let's build something great together! 👩‍💻👨‍💻

Pinned Loading

  1. fundamentals-cohort1-submissions fundamentals-cohort1-submissions Public

    Forked from Brave-Redemptive/fundamentals-cohort1-submissions

    Challenge submission repository for Brave Fundamentals Weekly Challenge.

    TypeScript

  2. mern-auth-system mern-auth-system Public

    TypeScript 1

  3. bankend-microservice-ecormmrce bankend-microservice-ecormmrce Public

    TypeScript

  4. payVerse-backend payVerse-backend Public

    TypeScript

  5. payVerse-frontend payVerse-frontend Public

    TypeScript

  6. profiling-and-performance-optimization-node.js profiling-and-performance-optimization-node.js Public

    JavaScript