Skip to content
View DevRajah's full-sized avatar

Block or report DevRajah

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

πŸ‘‹ Hi, I'm Micheal Adekunle

Backend Software Engineer | Distributed Systems Builder | Open Source Contributor

Building scalable backend systems, developer tools, and real-time platforms with Node.js, TypeScript, PostgreSQL, Redis, BullMQ, and Docker.

GitHub LinkedIn


πŸ§‘β€πŸ’» src/pages/AboutMe.tsx

const MichealAdekunle = {
  role: "Backend Software Engineer",
  location: "United Kingdom",
  mainStack: ["Node.js", "TypeScript", "PostgreSQL", "MongoDB", "Redis", "Docker"],
  focusAreas: [
    "Backend engineering",
    "Distributed systems",
    "Developer tooling",
    "Event-driven architecture",
    "Real-time platforms",
    "Privacy-focused public service systems",
  ],
  currentlyBuilding: [
    "Backend Forge",
    "LedgerFlow",
    "ArcHive",
    "GridWise",
    "TransitIQ",
    "Privacy Verification Platform",
  ],
  mission:
    "To build production-grade software that solves real engineering problems.",
};

πŸš€ src/pages/EngineeringImpact.tsx

const engineeringImpact = [
  {
    project: "Backend Forge",
    category: "Developer Tooling",
    impact: "Published backend scaffolding CLI with 1,700+ npm downloads",
    stack: ["Node.js", "TypeScript", "CLI", "Express", "MongoDB", "Redis"],
  },
  {
    project: "LedgerFlow",
    category: "Financial Infrastructure",
    impact: "Processed 5,000+ simulated reconciliation events using async workers",
    stack: ["Node.js", "TypeScript", "PostgreSQL", "Redis", "BullMQ"],
  },
  {
    project: "ArcHive",
    category: "Engineering Intelligence",
    impact: "Tracks repository architecture, timelines, intelligence, and code evolution",
    stack: ["Fastify", "TypeScript", "PostgreSQL", "Redis", "BullMQ"],
  },
  {
    project: "GridWise",
    category: "Energy Monitoring",
    impact: "Real-time household and enterprise energy monitoring platform",
    stack: ["Node.js", "MongoDB", "Redis", "Socket.IO"],
  },
  {
    project: "TransitIQ",
    category: "Transport Intelligence",
    impact: "Delay-aware routing and public transport prediction backend",
    stack: ["Node.js", "MongoDB", "Redis", "WebSockets"],
  },
  {
    project: "Privacy Verification Platform",
    category: "MSc Research Project",
    impact:
      "Fine-grained, consent-based public service verification with audit transparency",
    stack: ["Node.js", "TypeScript", "PostgreSQL", "Prisma", "JWT"],
  },
];

🌍 src/pages/OpenSourceContributions.tsx

const openSourceContributions = [
  {
    project: "Vercel AI SDK Ecosystem",
    contribution: "Open-source contribution",
    status: "Merged",
    focus: "AI tooling ecosystem",
  },
  {
    project: "iii",
    contribution: "Investigated worker execution issue on WSL2",
    status: "Accepted feedback / issue contribution",
    focus: "Developer infrastructure",
  },
  {
    project: "Twitter / The Algorithm",
    contribution: "Engineering contribution to open-source recommendation system",
    status: "Active",
    focus: "Recommendation systems",
  },
  {
    project: "Node.js",
    contribution: "Core ecosystem contribution and coverage investigation",
    status: "Active",
    focus: "Runtime ecosystem",
  },
  {
    project: "Bruno",
    contribution: "Issue investigation and debugging analysis",
    status: "Contributed",
    focus: "API developer tooling",
  },
  {
    project: "js-good-first-issues-finder",
    contribution: "Created pull request",
    status: "Submitted",
    focus: "Open-source discovery tooling",
  },
];

OSS Activity Snapshot

Project Contribution Status
Vercel AI SDK Ecosystem Open-source contribution Merged
iii Worker issue investigation Accepted feedback
Twitter / The Algorithm Engineering contribution Active
Node.js Core ecosystem investigation Active
Bruno Issue analysis Contributed
js-good-first-issues-finder Pull request Submitted

πŸ† src/pages/PublicImpact.tsx

const publicImpact = {
  publishedPackage: "@michealadekunle/backend-forge",
  npmDownloads: "1,700+",
  openSourceContributions: "6+",
  majorProjects: "6+",
  focus:
    "Developer tools, backend infrastructure, real-time systems, and open-source engineering",
};

🧰 src/pages/TechStack.tsx

Languages

JavaScript TypeScript

Backend

Node.js Express.js Fastify Socket.IO BullMQ Prisma

Databases & Queues

PostgreSQL MongoDB MySQL Redis

Frontend

React Next.js Tailwind CSS shadcn/ui

Infrastructure & Tools

Docker Git GitHub GitHub Actions Postman


πŸ“Š src/pages/GitHubStats.tsx

GitHub Stats

Profile Details

Top Languages

GitHub Streak


πŸ“ˆ src/pages/Contributions.tsx

Activity Graph


πŸ“Œ src/pages/FeaturedProjects.tsx

Project Focus Stack
Backend Forge Developer tooling and backend scaffolding Node.js, TypeScript, CLI
LedgerFlow Financial reconciliation and async workers PostgreSQL, Redis, BullMQ
ArcHive Repository intelligence and architecture memory Fastify, PostgreSQL, Redis
GridWise Real-time energy monitoring MongoDB, Redis, Socket.IO
TransitIQ Delay prediction and routing intelligence MongoDB, Redis, WebSockets
Privacy Verification Platform Consent-based attribute verification PostgreSQL, Prisma, JWT

🎯 src/pages/CurrentlyFocusedOn.tsx

β€’ Building production-grade backend systems
β€’ Improving Backend Forge as a developer tool
β€’ Creating event-driven and real-time platforms
β€’ Contributing to open-source engineering ecosystems
β€’ Writing technical articles and project case studies
β€’ Strengthening evidence of public technical impact

🧠 src/pages/WhoAmI.tsx

const whoAmI = {
  name: "Micheal Adekunle",
  username: "DevRajah",
  identity: "Backend-first software engineer",
  mindset: [
    "I build to understand.",
    "I prefer real systems over toy examples.",
    "I care about clean architecture, auditability, and scalable design.",
    "I want my work to show engineering depth, not just framework usage.",
  ],
};

πŸ’¬ src/pages/Quote.tsx

β€œI do not just want to write code. I want to build systems that prove I understand real engineering.”


🌍 src/pages/ContactMe.tsx

GitHub LinkedIn

Pinned Loading

  1. Mentorship-system Mentorship-system Public

    JavaScript

  2. Secured-WebServer_JAVA Secured-WebServer_JAVA Public

    A secure web server using using Java to serve web pages to clients over the http protocol.

    Java