1
interface
Developer {
2
name:
"Mike Chumba";
3
role:
"Full Stack Engineer & Mentor";
4
location:
"Nairobi, Kenya";
5
background:
"Electrical Engineer";
6
skills: [
7
"Full Stack Development",
8
"Cloud Infrastructure",
9
"DevOps & Automation"
10
];
11
passion:
"Building & sharing knowledge";
12
}
13
14
const
intro = (dev: Developer) =>
{
15
return
`Hello! I'm ${dev.name},
16
an Electrical Engineer turned Developer.
17
I build modern web apps and share
18
my journey in technology.`;
19
};
20
21
// Let's connect!
22
console.log(intro(mike));
23
24
// Quick Links
25
const
links = {
26
blog:
"/posts/",
27
about:
"/about/",
28
email:
"info@drmhse.com"
29
};
Recent Posts
View all
The Laptop Wasn't Slow. The Screen Was Lying.
Linux
Debugging
+1

Bumblebee Finds the Risk. The UI Makes You Care.
Software Engineering
Developer Tools
+1

Your AI Coding Agent Deserves a Real Review Desk
Software Engineering
Developer Tools
+1

Dream TTS Proves Local Speech Is a Product Architecture Problem
Software Engineering
AI
+1

Local TTS Quality Is Operations, Not Taste
Software Engineering
AI
+1

Your App Should Not Know Which TTS Engine Is Speaking
Software Engineering
AI
+1

Ship Your First Local Voice with Piper, Then Make It Boring
Software Engineering
AI
+1

Local TTS Starts After the Demo Voice Works
Software Engineering
AI
+1
What the Gateway Taught Us After Burning 800ms Per Request
Software Engineering
API Management
+1
Stop Fighting the Gateway. Cache the Response It Wants.
Software Engineering
API Management
+1
