Skip to content
View dprince-03's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report dprince-03

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
dprince-03/README.md
██████╗ ███████╗██╗   ██╗██████╗ ██████╗ ██╗███╗   ██╗ ██████╗███████╗
██╔══██╗██╔════╝██║   ██║██╔══██╗██╔══██╗██║████╗  ██║██╔════╝██╔════╝
██║  ██║█████╗  ██║   ██║██████╔╝██████╔╝██║██╔██╗ ██║██║     █████╗  
██║  ██║██╔══╝  ╚██╗ ██╔╝██╔═══╝ ██╔══██╗██║██║╚██╗██║██║     ██╔══╝  
██████╔╝███████╗ ╚████╔╝ ██║     ██║  ██║██║██║ ╚████║╚██████╗███████╗
╚═════╝ ╚══════╝  ╚═══╝  ╚═╝     ╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝ ╚═════╝╚══════╝

Typing SVG


LinkedIn Twitter Gmail WhatsApp Status


Profile Views Followers Last Commit


$ curl -s api.devprince/status

┌─ SYSTEM STATUS ─────────────────────────────────────────┐
│  engineer.status       ● online                         │
│  availability          ● open — remote                  │
│  location              remote                           │
│  timezone              WAT (UTC+1)                       │
└─────────────────────────────────────────────────────────┘

$ whoami

package main

import "fmt"

type Engineer struct {
    Name      string
    Focus     string
    CoreStack []string
    Currently string
}

func main() {
    me := Engineer{
        Name:      "Adejare Adedayo",
        Focus:     "Backend Engineering — APIs, databases, infra, systems that stay up",
        CoreStack: []string{"Go", "Node.js", "MySQL", "PostgreSQL", "Redis", "Docker"},
        Currently: "building Bibliomania — a Go + polyglot-client library platform",
    }

    fmt.Printf("%+v\n", me)
}

I take projects from a bare schema to something actually running — provisioning the box, wiring the reverse proxy, getting migrations and CI right, not just writing handlers. Most of what I ship ends up as a monorepo: a real API, a Dockerized infra layer, and a CI/CD pipeline that gates on lint, tests, and vulnerability scans before anything reaches a registry.


$ ls ./skills

Layer Technologies
Languages Go JavaScript C C++ Java Python
Backend Frameworks Gin Express NestJS net/http
Frontend HTML5 CSS3 React Next.js Vite TailwindCSS
Databases & Cache PostgreSQL MySQL MongoDB Redis
Auth & Security JWT OAuth bcrypt
DevOps & Infra Docker Nginx GitHub Actions Trivy
Tooling Git Postman Swagger Linux

Databases, frameworks, and tools above are hand-curated — GitHub has no way to detect those from a repo. The chart below is live: it's computed from actual byte counts across my repos and moves as they do.


$ git-linguist --summary

Language Breakdown


$ top — currently sharpening

PID   FOCUS AREA                          STATUS
001   Go backend systems (Bibliomania)    [█████████░] active
002   Monorepo & polyglot-client design   [███████░░░] active
003   Microservices architecture          [████░░░░░░] learning
004   System design & distributed caching [████░░░░░░] learning
005   API security & Nginx hardening      [█████░░░░░] learning

$ git log --stat

GitHub Stats

GitHub Streak

Activity Graph


trophies

╔════════════════════════════════════════════════════════════╗
║   "First, solve the problem. Then, write the code."        ║
║                                          — John Johnson     ║
╚════════════════════════════════════════════════════════════╝

Building in public, remote-first 🌍 · Open to remote backend roles

⭐ from a repo you liked digging through? drop a star, it helps more than you'd think.

Pinned Loading

  1. LMS-API LMS-API Public

    REST API for a Library Management System. My first Backend Engineering Project, building a RESTful API for a library management system that manages books, authors, and users. It also handles borrow…

    JavaScript

  2. News-Aggregator News-Aggregator Public

    A full-stack news aggregator application that fetches articles from various sources and provides a modern, responsive web interface for browsing and managing personalized news feeds.

    JavaScript

  3. Automated-Email-Notification-System Automated-Email-Notification-System Public

    a system that allows users to schedule automated email notifications to be sent at a future date using cron jobs.

    JavaScript

  4. Bibliomania Bibliomania Public

    📚 Bibliotheca A Library Management & E-Library System Built with Go, MySQL, Redis, Docker

    Go

  5. So-Good-Catering So-Good-Catering Public

    Go