Skip to content
View codedsultan's full-sized avatar

Block or report codedsultan

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
codedsultan/README.md
╔═══════════════════════════════════════════════════════════╗
║              OLUSEGUN IBRAHEEM  ·  Software Engineer      ║
╚═══════════════════════════════════════════════════════════╝

type Engineer struct {
    Name        string   `json:"name"`
    Focus       string   `json:"focus"`
    Stack       []string `json:"stack"`
    Mindset     string   `json:"mindset"`
    OpenTo      string   `json:"open_to"`
}

var me = Engineer{
    Name:    "Olusegun Ibraheem",
    Focus:   "Backend-first, full-stack capable",
    Stack:   []string{"Go", "PHP", "Python", "TypeScript", "Laravel", "FastAPI", "Vue", "React"},
    Mindset: "Systems thinking. Clean contracts. Boring infrastructure, interesting problems.",
    OpenTo:  "New opportunities — let's build something worth building.",
}


What I Do

I architect and ship production-grade systems — from API design to deployment. My work lives at the intersection of reliability, developer experience, and business impact.

  • Backend Engineering — RESTful & event-driven APIs, microservices, system design at scale
  • Full-Stack Delivery — Laravel + Vue/React/Nuxt, InertiaJS, server-side rendering
  • Developer Tooling — CI/CD pipelines, clean abstractions, code that onboards itself
  • AI Integration — exploring practical LLM and ML applications in production systems

I hold a BCS Certificate in IT and bring senior-level proficiency across the stack.


Currently

  • 🔭   Deepening expertise in AI systems, cloud architecture, and distributed systems design
  • 🌱   Available for new opportunities — contract, full-time, or collaborative
  • 💬   Open to pro bono consulting and interesting technical conversations
  • 🌐   Portfolio: codesultan.xurl.fyi
  • ✉️   Reach me: codesultan369@gmail.com

Tech

Languages

Go PHP Python JavaScript TypeScript

Frameworks & Runtimes

Laravel FastAPI Node.js Vue.js React Nuxt.js InertiaJS

Data & Infrastructure

MySQL PostgreSQL Redis Docker Linux

Tooling

Git GitHub GitLab Postman VS Code


GitHub Analytics

stats graph
languages graph
streak graph

Let's Connect

       

BCS Certified · Backend-first · Full-stack capable · Available for work

Pinned Loading

  1. imagex imagex Public

    Processes an image for a mockup generation tool built with FastApi (Python)

    Python

  2. imagex-basic imagex-basic Public

    This is an Laravel Inertia React and Vuejs application that provides a modern full-stack development experience. It utilizes Laravel as the backend, Inertia.js for server-driven frontends, and Reac…

    TypeScript

  3. utility-ng-api utility-ng-api Public

    This is a Laravel API based on the IRecharge Third Party API that allows a user to purchase Airtime, Data, Electricity and Cable Tv Subscriptions online with an In app wallet.

    PHP 1

  4. php_alpha php_alpha Public

    A Custom PHP MVC CRUD project/framework

    PHP 1

  5. pegasus pegasus Public

    A Single-Page-Application built using Laravel 10, Vue 3, and Inertia.JS to manage employee attendance, leaves, payrolls, and organize your organization's branches and departments.

    Vue 1

  6. job-engine job-engine Public

    A modular, extensible generic job, import/export engine for Laravel package that supports smart chunking, status tracking, event broadcasting, row-level failure logging, and clean frontend integrat…

    PHP