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. docmind docmind Public

    AI knowledge assistant with agentic actions. NestJS API + Next.js 16 frontend, pnpm monorepo, Postgres (pgvector) + Redis, deployed via GitHub Actions → EC2.

    TypeScript

  2. aws-image-pipeline aws-image-pipeline Public

    Serverless image processing pipeline on AWS: an S3 upload triggers a Lambda that generates a thumbnail and publishes a completion event via SNS.

    HCL

  3. x-socials-ai-moderator x-socials-ai-moderator Public

    A Python/FastAPI Ai moderation services for X-Socials UGCs

    Python

  4. x-socials-admin x-socials-admin Public

    A PHP, Laravel 13 + Inertia.js + React + TypeScript admin panel for the x-socials platform.

    TypeScript

  5. php_alpha php_alpha Public

    A Custom PHP MVC CRUD project/framework

    PHP 1

  6. goravel-notification goravel-notification Public

    Goravel Framework Notifications package — send alerts via mail, database, and Slack from a single Notify() call. Now adopted as first party implementation in the official Goravel Framework repository.

    Go 3