#!/usr/bin/env python3
class FullStackDeveloper:
def __init__(self):
self.name = "Phinehas Macharia"
self.role = "Software Engineer"
self.location = "Kenya π°πͺ"
self.certifications = ["ALX Software Engineering"]
self.pursuing = "Python Institute Professional Certification"
def get_skills(self):
return {
"languages": ["Python", "JavaScript", "TypeScript", "C"],
"backend": ["Django", "Flask", "FastAPI", "Node.js"],
"frontend": ["React", "Redux", "Next.js", "Vue.js"],
"databases": ["PostgreSQL", "MySQL", "MongoDB", "Redis"],
"devops": ["Docker", "AWS", "CI/CD", "Linux"],
"tools": ["Git", "Webpack", "Jest", "Pytest"]
}
def current_focus(self):
return [
"π₯ Building production-ready e-commerce platforms",
"π Optimizing high-performance client-server systems",
"π‘ Exploring advanced React & TypeScript patterns",
"π± Contributing to open-source projects",
"π€ Collaborating on impactful full-stack solutions"
]
def __str__(self):
skills = self.get_skills()
focus = self.current_focus()
skills_str = "\n".join([f" β’ {k.capitalize()}: {', '.join(v)}" for k, v in skills.items()])
focus_str = "\n".join(f" β’ {item}" for item in focus)
return f"""
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β FULL STACK DEVELOPER PROFILE β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π€ Name: {self.name}
πΌ Role: {self.role}
π Location: {self.location}
π Certifications:
β’ {', '.join(self.certifications)}
π― Pursuing: {self.pursuing}
π οΈ Skills:
{skills_str}
π― Current Focus:
{focus_str}
---
Ready to build scalable, modern web applications with clean code & best practices.
""".strip()
def main():
dev = FullStackDeveloper()
print(dev)
if __name__ == "__main__":
main()experience:
- Production Systems: "10,000+ users served"
- Performance: "5ms latency for 10k+ connections"
- Optimization: "40% bandwidth reduction achieved"
- Projects: "15+ open-source contributions"
specialization:
- Full-stack development with Django & React
- High-performance system architecture
- Cloud infrastructure & DevOps automation
- RESTful API design & implementationPython 12 hrs 30 mins ββββββββββββββββββββ 55.2%
JavaScript 5 hrs 15 mins ββββββββββββββββββββ 23.1%
TypeScript 3 hrs 20 mins ββββββββββββββββββββ 14.7%
CSS 1 hr 5 mins ββββββββββββββββββββ 4.8%
Other 30 mins ββββββββββββββββββββ 2.2%
|
β
Multi-payment gateway integration (Stripe/PayPal/M-pesa) |
β
5ms latency for 10k+ concurrent connections |
|
β
Rich-text editor with image embedding |
β
Topic-based discussion rooms |
I'm passionate about solving complex technical challenges and building innovative solutions that make a difference. Whether you're looking for:
π Full-stack development expertise
π‘ Technical consultation or architecture design
π€ Open-source collaboration
π Innovative project partnerships
Let's connect and create something amazing together!















