Skip to content
View devadex247's full-sized avatar
💻
Building...
💻
Building...

Block or report devadex247

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.

Content in all repositories owned by your account will be closed.
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
devadex247/README.md

Hi there, I'm Adekunle

AI & Software Engineer

Typing SVG

GitHub Portfolio

Profile Views


👨🏽‍💻 About Me

I'm Adekunle AbdulMuheez, an AI & Software Engineer focused on building reliable, production-grade systems around AI components.

My engineering work sits at the intersection of:

Artificial Intelligence × Software Engineering × Data × Product

I specialize in building systems around:

  • 🧠 LLM foundations and applications
  • 🔎 Retrieval-Augmented Generation (RAG)
  • 🗄️ Vector search and grounding
  • 🤖 Agentic systems and AI workflows
  • ⚡ High-performance backend infrastructure
  • 🏗️ Multi-tenant SaaS architecture
  • 🏥 AI-powered healthcare systems
  • 📊 AI analytics and data applications

I care about more than making an AI demo work.

I want to build systems that can be tested, evaluated, improved, deployed, and operated reliably in production.


⚙️ Engineering Philosophy

My development process follows a continuous improvement loop:

        ┌──────────────┐
        │    BUILD     │
        └──────┬───────┘
               ↓
        ┌──────────────┐
        │   EVALUATE   │
        └──────┬───────┘
               ↓
        ┌──────────────┐
        │   ANALYZE    │
        └──────┬───────┘
               ↓
        ┌──────────────┐
        │   IMPROVE    │
        └──────┬───────┘
               ↓
        ┌──────────────┐
        │   DEPLOY     │
        └──────┬───────┘
               │
               └──────────────→ Repeat

Build it. Measure it. Understand it. Improve it. Ship it.


🤖 AI ENGINEERING

My focus is moving beyond simply consuming AI APIs toward understanding how complete AI-powered systems are engineered.

Core Areas

LLM ENGINEERING
│
├── LLM Foundations
├── Prompt Engineering
├── Structured Outputs
├── Tool / Function Calling
├── Context Engineering
└── Model Integration

GROUNDING & RETRIEVAL
│
├── RAG Architectures
├── Embeddings
├── Vector Search
├── ChromaDB
├── FAISS
└── Retrieval Pipelines

AGENTIC SYSTEMS
│
├── AI Agents
├── LangChain
├── LlamaIndex
├── LangGraph
├── Tool Use
└── Multi-Step Workflows

PRODUCTION AI
│
├── Evaluation
├── Reliability
├── Observability
├── Latency
├── Cost Optimization
└── Deployment

🧰 TECH STACK & ECOSYSTEM

🧠 AI & Machine Learning

AI and ML

LLMs RAG Vector Search Agents LangChain LlamaIndex LangGraph ChromaDB FAISS Ollama

Also: PyTorch • TensorFlow • Keras • Ollama


⚡ Backend Development

Backend

Core technologies

  • Python
  • FastAPI
  • SQLModel
  • SQLAlchemy
  • Alembic
  • Pydantic
  • Node.js
  • Express
  • C++
  • Java
  • RESTful APIs

🎨 Frontend & Mobile

Frontend and Mobile

Web

  • TypeScript
  • JavaScript
  • Next.js
  • React
  • Svelte
  • Streamlit
  • Tailwind CSS
  • Framer Motion
  • Ant Design

Mobile

  • React Native
  • Android
  • Kotlin
  • Jetpack Compose
  • CameraX

🗄️ Databases & Infrastructure

Databases and Infrastructure

Databases

  • PostgreSQL
  • Neon
  • Supabase
  • Firebase
  • Redis

Infrastructure & Development

  • Docker
  • Vercel
  • Render
  • Railway
  • Git
  • GitHub
  • Linux
  • WSL2

🚀 FEATURED PROJECTS

🐛 DevLens

Native Android AI debugging assistant

DevLens bridges the gap between physical screens and instant debugging.

It captures code or terminal error output using CameraX + OCR, then uses the Google Gemini API to analyze the captured content and provide line-by-line diagnostics and potential fixes through a Jetpack Compose interface.

Technology

Android
├── Kotlin
├── Jetpack Compose
├── CameraX
└── OCR

AI
└── Google Gemini API

Core Idea

Physical Screen
      ↓
CameraX
      ↓
OCR
      ↓
Captured Code / Error
      ↓
Gemini
      ↓
Analysis
      ↓
Line-by-Line Diagnosis
      ↓
Suggested Fix

🏥 MedOS

AI-Augmented Healthcare Operating System

MedOS is an AI-augmented, multi-tenant hospital management platform designed to bring healthcare operations, intelligent assistance, and secure data management into one system.

The long-term goal is to evolve MedOS beyond a conventional hospital dashboard into a production-grade healthcare SaaS platform.

Core Capabilities

System Purpose
🧠 AI Triage Intelligent clinical assistance
👨🏽‍⚕️ Patients Patient management
📅 Appointments Scheduling and workflows
💊 Pharmacy Medication and inventory workflows
🧪 Laboratory Laboratory operations
🩻 Radiology Imaging workflows
💰 Finance Financial records and operations
👤 Patient Portal Patient-facing healthcare services

Architecture Direction

                         MEDOS
                           │
             ┌─────────────┴─────────────┐
             │                           │
             ▼                           ▼
      APPLICATION LAYER              AI LAYER
             │                           │
      ┌──────┴──────┐             ┌──────┴──────┐
      │             │             │             │
   Next.js       APIs           LLMs           RAG
      │             │             │             │
      └──────┬──────┘             └──────┬──────┘
             │                           │
             └─────────────┬─────────────┘
                           ▼
                     PostgreSQL
                           │
                    Tenant Isolation
                           │
             ┌─────────────┼─────────────┐
             ▼             ▼             ▼
          Patients     Operations      Finance

Engineering Priorities

  • Multi-tenant architecture
  • Database-level tenant isolation
  • Role-based access control
  • Secure healthcare data workflows
  • AI-assisted clinical workflows
  • RAG-powered information retrieval
  • Inventory management
  • Financial record management
  • Patient-facing experiences
  • Production-ready infrastructure
  • Nigerian healthcare considerations
  • NDPR-conscious data handling

Vision: Build healthcare software where AI is integrated into the architecture and workflows rather than treated as a standalone feature.


📊 OgaMetrics

Enterprise AI Analytics Platform

OgaMetrics is an AI analytics platform designed to help small businesses understand their operational data and turn it into actionable insights.

The system combines structured data processing, analytics, and AI-powered retrieval.

Architecture

Business Data
      ↓
Data Processing
      ↓
Schema Detection
      ↓
Normalization
      ↓
PostgreSQL / Neon
      ↓
Embeddings
      ↓
Vector Search
      ↓
AI Retrieval
      ↓
Operational Insights

Technology

  • Python
  • FastAPI
  • PostgreSQL
  • Neon
  • Clerk
  • RAG
  • Embeddings
  • Vector Search
  • AI Analytics

The architecture separates authentication from application data while using serverless PostgreSQL infrastructure for scalable storage.


🎓 get2learn

Technical Learning Platform

get2learn is a cloud-hosted learning platform designed to help developers, students, and young technical professionals discover, organize, and track high-quality educational content.

Features

  • 🎥 Video discovery
  • 🔎 Search and filtering
  • 💾 Saved videos
  • 📚 Playlists
  • ❤️ Reactions
  • 📈 Learning progress
  • 📝 Private notes
  • 🔗 Curator link submission
  • 💬 Feedback

Architecture

Frontend
   ↓
Responsive Web Interface
   ↓
FastAPI
   ↓
PostgreSQL
   ↓
Authentication / RBAC
   ↓
AI-Ready Retrieval Layer

🏢 ADEXTECH HUB

I'm also building ADEXTECH HUB as a technology and software-building initiative focused on creating useful digital products and AI-powered systems.

Areas of Focus

  • AI Engineering
  • Software Engineering
  • SaaS
  • Healthcare Technology
  • Business Intelligence
  • Web Applications
  • AI-powered Products
  • Technical Innovation

📈 RANKBLOOM

RankBloom is another product initiative focused on building digital solutions around web presence, discoverability, and growth.

The broader objective is to combine software, automation, data, and AI to solve practical business problems.


🎓 PROFESSIONAL CERTIFICATIONS & TRAINING

Microsoft

  • Azure AI Engineer Associate
  • Prompt Engineering & Generative AI Specialist
  • Azure Cognitive Services Specialist

IBM

  • Full-Stack Software Developer Professional

Google

  • Front-End Development
  • Search Engine Optimization (SEO)
  • Web Analytics

Cloud Architecture

  • Multi-Cloud Solutions Architecture
  • AWS
  • Azure

📊 GITHUB STATISTICS

GitHub Statistics

Top Languages


🔥 CONTRIBUTION STREAK

GitHub Contribution Streak


🐍 CONTRIBUTION GRAPH

GitHub Contribution Snake


🧭 ENGINEERING ROADMAP

My development path is centered around six major areas:

┌────────────────────────────────────────────────────┐
│              AI ENGINEERING                        │
├────────────────────────────────────────────────────┤
│                                                    │
│  01. LLM FOUNDATIONS                               │
│      Tokens • Context • Parameters • APIs          │
│                                                    │
│  02. GROUNDING & RETRIEVAL                         │
│      RAG • Embeddings • Vector Search              │
│                                                    │
│  03. AGENTIC SYSTEMS                               │
│      Tools • Agents • Workflows • MCP              │
│                                                    │
│  04. EVALUATION                                    │
│      Evals • Tracing • Error Analysis               │
│                                                    │
│  05. PRODUCTION                                    │
│      Deployment • Monitoring • Cost • Latency      │
│                                                    │
│  06. ML FOUNDATIONS                                │
│      Data • Bias/Variance • Model Evaluation       │
│                                                    │
└────────────────────────────────────────────────────┘

🎯 CURRENT FOCUS

AI ENGINEERING
      │
      ├── LLM Applications
      ├── RAG Systems
      ├── AI Agents
      ├── Tool Calling
      ├── Context Engineering
      └── AI Evaluation
             │
             ▼
SOFTWARE ENGINEERING
      │
      ├── Backend Architecture
      ├── APIs
      ├── Databases
      ├── Multi-Tenant SaaS
      ├── Infrastructure
      └── System Design
             │
             ▼
REAL-WORLD PRODUCTS
      │
      ├── Healthcare
      ├── Analytics
      ├── Developer Tools
      └── AI SaaS

🧪 HOW I BUILD AI SYSTEMS

I think about AI applications as engineering systems, not just prompts.

User Problem
     ↓
System Design
     ↓
Data / Context
     ↓
Retrieval
     ↓
Model
     ↓
Tools / Actions
     ↓
Evaluation
     ↓
Observability
     ↓
Deployment
     ↓
Continuous Improvement

The objective is not simply:

"Can the model answer?"

It is:

"Can the entire system produce useful, reliable, measurable results?"


🌍 PROFESSIONAL INTERESTS

I'm particularly interested in:

  • 🤖 AI Engineering
  • 🧠 LLM applications
  • 🔎 RAG and retrieval systems
  • 🧩 Agentic architectures
  • ⚡ Backend infrastructure
  • 🏗️ Distributed and scalable systems
  • 🏥 Healthcare technology
  • 📊 AI analytics
  • ☁️ Cloud architecture
  • 🔐 Secure multi-tenant SaaS
  • 🌐 Open-source AI tooling

🚀 2026 BUILDING GOALS

  • Build full-stack applications
  • Build AI-powered applications
  • Work with LLM APIs
  • Explore RAG architectures
  • Build multi-tenant application concepts
  • Build production-grade AI systems
  • Deepen AI evaluation practices
  • Build reliable AI agents
  • Improve system design expertise
  • Deploy scalable SaaS products
  • Contribute more to open source
  • Build technology solving real-world problems

🧠 LEARNING BY BUILDING

My preferred learning loop is simple:

LEARN
  ↓
BUILD
  ↓
BREAK
  ↓
DEBUG
  ↓
UNDERSTAND
  ↓
IMPROVE
  ↓
DEPLOY
  ↓
REPEAT

I believe the fastest way to understand a technology deeply is to use it to solve an actual problem.


🤝 CONNECT & COLLABORATE

I'm open to conversations and collaboration around:

  • Open-source AI tooling
  • AI agents
  • RAG systems
  • AI SaaS
  • Backend architecture
  • Healthcare technology
  • Developer tools
  • High-scalability infrastructure
  • Interesting technical problems

GitHub ADEXTECH HUB


BUILD • EVALUATE • ANALYZE • IMPROVE • DEPLOY

Building intelligent systems that solve real problems.

Pinned Loading

  1. medos medos Public

    a Next.js powered hospital data management system application, with integration of gemma 4 for automation.

    TypeScript 1

  2. devadex-portfolio devadex-portfolio Public

    My Official Portfolio Website.

    TypeScript