This is the first post on the Chillenious blog. I build software products and write about the work — the engineering, the product decisions, and the parts of running a one-person company that nobody warns you about.
What you’ll find here
Notes from building my apps, opinions on agentic coding and architecture, and how I think about organizing development teams.
A quick taste of the kind of thing that shows up in posts:
function greet(name: string): string {
return `Hello, ${name} — welcome to the blog.`;
}
console.log(greet('world')); That’s it for now. More soon.