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 Portfolio


$ whoami

package main

type Engineer struct {
    Name      string
    Location  string
    Focus     string
    Stack     []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"},
        Available: true,
    }
    _ = me
}

A bit more about me: I like taking a project from a bare schema to something actually running in production — provisioning the VPS, wiring the reverse proxy, and getting the migrations right, not just writing the API. Outside of code, I'm usually deep in system design write-ups or tightening up whatever's currently deployed.


$ ls ./skills

Layer Technologies
Languages Go JavaScript
Frontend HTML5 CSS3 React
Runtime & Frameworks Node.js Express Gin
Databases PostgreSQL MySQL MongoDB Redis
DevOps & Tools Docker Git GitHub Actions Postman AWS VPS
Comms Slack WhatsApp
OS Linux Ubuntu

$ top — What I'm currently sharpening

PID   FOCUS AREA                       STATUS
001   Backend systems (Go & Node.js)   [████████░░] 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. 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. Bibliotheca Bibliotheca Public

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

    Go

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

    Go