June 24, 2026
Hello, world
- personal
- meta
Welcome to my blog. This is the first post on my new site.
I'm a software engineer from Cameroon who enjoys building things — backends in Spring Boot, frontends in TypeScript, and the occasional open-source contribution. I plan to write here about:
- Engineering — things I learn while building software.
- Open source — notes from contributing to projects like OpenRefine.
- Career — reflections on growing as a developer.
How this works
Each post is just an .mdx file in content/blog/. To publish a new one, I
add a file, commit it, and deploy. No CMS, no database — just text in git.
// You can even embed code, and it renders in the post.
function greet(name: string) {
return `Hello, ${name}!`;
}
More soon.