Skip to content
View dprince-03's full-sized avatar
💻
Coding
💻
Coding

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.

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 Portfolio


$ whoami

package main

type Engineer struct {
    Name        string
    Location    string
    Focus       string
    Stack       []string
    CurrentWork string
    Available   bool
}

func main() {
    me := Engineer{
        Name:        "Adejare Adedayo",
        Location:    "Abuja, Nigeria 🇳🇬",
        Focus:       "Backend Engineering — APIs, databases, systems",
        Stack:       []string{"Go", "Node.js", "MySQL", "Redis", "Docker"},
        CurrentWork: "Bibliotheca — Library Management System",
        Available:   true,
    }
    _ = me
}

$ ls ./skills

Layer Technologies
Languages Go JavaScript
Runtime & Frameworks Node.js Express Gin
Databases MySQL MongoDB Redis
DevOps & Tools Docker Git Postman AWS
OS Linux Ubuntu

$ cat ./projects/featured

📚 Bibliotheca — Library Management & E-Library System

Go · MySQL · Redis · Docker | In Progress

A full-featured digital library platform supporting book management, user borrowing, e-book reading sessions, and role-based access control.

✦ 10-table relational schema with full migrations
✦ JWT auth — token generation, refresh rotation, validation
✦ RBAC + Redis-backed rate limiting
✦ Clean layered architecture: repository → service → handler
✦ Dockerized dev environment (MySQL + Redis)
✦ Swagger API docs in progress

$ top — What I'm currently running

PID   PROCESS                          STATUS
001   Bibliotheca (Go backend)         [████████░░] 80% — active
002   Microservices architecture       [████░░░░░░] learning
003   System design & caching          [███░░░░░░░] learning  
004   API security & Nginx             [███░░░░░░░] learning

$ git log --stat

GitHub Stats

Top Languages

GitHub Streak


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

Building in public from Abuja 🇳🇬 · Open to remote backend roles

Pinned Loading

  1. Bibliotheca Bibliotheca Public

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

    Go