Skip to content
View tijanidevit's full-sized avatar
πŸ’­
Codeblooded
πŸ’­
Codeblooded

Highlights

  • Pro

Block or report tijanidevit

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

Hi πŸ‘‹ I’m Mustapha Tijani

Nigeria-based Backend Engineer building scalable, production-ready APIs with Laravel & PHP, Node and Nest Js. I ship real systems, handle real traffic, and integrate ML where it actually makes sense.

  • 5+ years building backend systems and APIs (Laravel / PHP)
  • Experience with Node.js (NestJS/Express), React / React Native (Expo)
  • Built and deployed ML-powered applications using PyTorch & Hugging Face
  • Strong focus on clean architecture, testing, and performance
  • Open to remote / foreign roles

Featured Projects

Laravel Query Filter β€” tijanidevit/laravel-query-filter

A clean, reusable way to build powerful filterable APIs in Laravel without bloated controllers or copy-paste query logic.

Built for real-world APIs where filter requirements keep changing.

πŸ”— https://github.com/tijanidevit/laravel-query-filter

Why it stands out

  • Keeps controllers thin and readable
  • Centralizes filter logic for reuse across endpoints
  • Scales cleanly as filters grow in complexity
  • Drop-in friendly for existing Laravel projects

Laravel API Boilerplate β€” tijanidevit/laravel-api-boilerplate

A production-ready Laravel 12 API starter designed to help teams ship fast and scale safely. Already used in client projects to eliminate setup overhead.

πŸ”— https://github.com/tijanidevit/laravel-api-boilerplate

What you get

  • Sanctum authentication out of the box
  • Opinionated, scalable project structure
  • MongoDB integration hooks
  • ~90% automated test coverage
  • Built for production β€” not demos

AI Image Detector β€” tijanidevit/ai-image-detector

An ML-powered Streamlit app that detects AI-generated vs real images using PyTorch and Hugging Face Transformers.

πŸ”— https://github.com/tijanidevit/ai-image-detector πŸ€– Live demo: https://tj-ai-image-detector.streamlit.app/

Technical highlights

  • Handles CPU, MPS, and CUDA inference cleanly
  • Solved common cross-platform PyTorch deployment issues
  • Practical accuracy (~85%) on real datasets
  • Easy to integrate into moderation or forensics pipelines

PHP Logger β€” tijanidevit/php-logger

A simple, production-friendly logging tool with a built-in web viewer β€” no SSH gymnastics, no bloated stacks.

πŸ”— https://github.com/tijanidevit/php-logger

Use case

  • Lightweight debugging for small to mid-scale PHP apps

GetScandium & TestPod (Production SaaS Systems)

Backend systems powering live SaaS platforms in test automation and AI-driven analysis.

  • Laravel + MySQL
  • Node.js/Express + MongoDB
  • Scalable job pipelines, real-time processing, ML integrations

🌐 https://getscandium.com πŸ§ͺ https://testpod.io


Tech Stack

Laravel β€’ PHP β€’ MySQL β€’ PostgreSQL β€’ MongoDB β€’ Node.js (NestJS / Express) β€’ React β€’ React Native (Expo) β€’ Docker β€’ AWS (S3, EC2) β€’ CI/CD β€’ PyTorch β€’ Hugging Face β€’ Streamlit


Engineering Philosophy

  • KISS β€” keep systems simple and maintainable
  • DOT β€” do one thing and do it well
  • Declarative > Imperative β€” code should read like intent

Connect


Me on GitHub

tijanidevit

Top Langs

Pinned Loading

  1. laravel-api-boilerplate laravel-api-boilerplate Public

    Laravel 12 API starter kit with user authentication (register, login, logout, profile), Sanctum token auth, service layer, request validation, structured responses, ready-to-use feature tests, Sent…

    PHP 1

  2. php-mc-framework php-mc-framework Public

    This is a simple framework for developing APIs in php. It has no functionalities for rendering Views. Future updates will include views functionalities

    PHP 1

  3. laravel-query-filter laravel-query-filter Public

    PHP 3

  4. heart-disease-app heart-disease-app Public

    JavaScript

  5. laravel_ss_exam laravel_ss_exam Public

    A simple secondary school CBT system built with Laravel

    HTML 2

  6. ai-image-detector ai-image-detector Public

    A Streamlit application designed to classify whether an image was generated by a Artificial Intelligence model (like Grok, Gemini, or SDXL) or captured by a human.

    Python