Why I Started Writing
As a software engineer, I spend most of my time solving problems and learning new things. Writing is a way to solidify that knowledge and share it with others.
What to Expect
I plan to write about:
- Web development — React, TypeScript, and modern tooling
- Software architecture — patterns and decisions that matter
- Developer experience — tools and workflows that make life easier
A Quick Code Example
Here's a simple TypeScript function to get us started:
function greet(name: string): string {
return `Hello, ${name}! Welcome to the blog.`
}
console.log(greet('World'))
Technology Comparison
Here's a quick comparison of some tools I'll be covering:
| Technology | Category | Use Case |
|---|---|---|
| React | UI Library | Building interactive interfaces |
| TypeScript | Language | Type-safe JavaScript |
| Remix | Framework | Full-stack web apps |
| Vitest | Testing | Fast unit testing |
Task List
Things I want to write about next:
- Set up the blog infrastructure
- Write the first post
- Deep dive into
ReduxReact Server Components - Share my testing philosophy
Stay tuned for more posts!
