// projects.ts
// Writing & Projects
Things I've written & built
Technical articles, open-source contributions, and creative experiments.
Long-form posts also live on the blog.
// Articles
import "I know why you don't use Typescript" from "dev.to";
A deep dive into the common reasons developers avoid TypeScript and why they should reconsider.
TypeScriptDeveloper Experience
import "Go make async functions, it's easier than it looks" from "dev.to";
Practical use cases for async functions with clear examples to demystify asynchronous programming.
JavaScriptAsync/Await
import "Capybara with pure CSS" from "dev.to";
A creative CSS art experiment drawing a capybara using only CSS — because why not?
CSSCreative Coding