💻 Software Engineer | Flutter • Java • Python • Kubernetes
Building scalable applications and exploring AI, cloud, and open-source technologies.
⚡ Commit early & often, Perfect Later, Publish Once
public class GilbertNgeno {
public String role = "Software Engineer";
public String github = "gilly7";
public String[] techStack = {
"Flutter", "Java", "Python",
"Kubernetes", "Docker",
"PostgreSQL", "Oracle", "Linux"
};
public void dailyRoutine() {
code();
read();
learn();
repeat();
}
public String motto() {
return "Commit early & often, Perfect Later, Publish Once";
}
}


