██████╗ ██████╗ ██████╗ ██╗███╗ ██╗ ██████╗███████╗
██╔══██╗██╔══██╗██╔══██╗██║████╗ ██║██╔════╝██╔════╝
██║ ██║██████╔╝██████╔╝██║██╔██╗ ██║██║ █████╗
██║ ██║██╔═══╝ ██╔══██╗██║██║╚██╗██║██║ ██╔══╝
██████╔╝██║ ██║ ██║██║██║ ╚████║╚██████╗███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝
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.
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╔══════════════════════════════════════════════════════╗
║ "First, solve the problem. Then, write the code." ║
║ — John Johnson ║
╚══════════════════════════════════════════════════════╝
Building in public from Abuja 🇳🇬 · Open to remote backend roles

