package main
import "fmt"
type Developer struct {
Name string
Role string
Location string
Stack []string
Cloud []string
Building []string
}
func main() {
me := Developer{
Name: "Pius John",
Role: "Cloud AI Application Developer",
Location: "Nigeria 🇳🇬",
Stack: []string{"Go", "Python"},
Cloud: []string{"AWS", "GCP"},
Building: []string{
"Realtime AI Chatbots",
"Image Analysis Systems",
"Scalable Cloud Applications",
},
}
fmt.Printf("Hi there! I'm %s 👋\n", me.Name)
fmt.Printf("I build intelligent cloud applications using %v\n", me.Stack)
}|
A production-ready realtime chatbot powered by AI models deployed on the cloud. Built for scale, speed, and intelligent conversations. |
An intelligent image analysis system leveraging cloud AI services to extract insights, detect objects, and process visual data at scale. |
current_focus = [
"Building AI-powered cloud applications with Go & Python",
"Deploying scalable services on AWS & GCP",
"Integrating LLMs and AI APIs into production systems",
"Mastering cloud-native architecture & infrastructure",
"Advanced algorithms & data structures",
"Software engineering best practices",
]I enjoy building AI-powered cloud applications from scratch, understanding how things work at a deep level, and continuously pushing myself to become a better engineer every day. 🔥