LOADING TRANSMISSION…
I've been feeling like the internet is getting boring lately. Just scrolling Reddit or Instagram is depressing, so I decided to start posting more on my own site. I pulled out my old Tumblr and just put a new coat of paint on it. I plan on using this site as my personal corner of the internet, where I'll share of my code experiments, interesting posts I come across, and think out loud about design, development, AI and life in 2026 and beyond.
This site itself is an experiment in getting out of my shell, showing some of my "messy" work, and being the change I want to see a bit.
// Example: Simple component
export function Card({ children }) {
return (
<div className="border-2 border-black p-4">
{children}
</div>
)
}Thanks for visiting. More posts coming soon.