hello world: starting my blog
·1 min read
share:
writing helps me think. sharing code, lessons learned, and random tech thoughts feels right.
this portfolio needed something more than just projects. a place for ideas, experiments, and maybe some tutorials.
mostly frontend stuff:
probably some random thoughts about:
this blog is built with:
const greet = (name: string) => {
return `hello, ${name}!`
}
console.log(greet('world'))got a few posts in mind:
let's see where this goes.