Hello World
July 19, 2024
This is my first blog post written in markdown.
Introduction
Welcome to my blog! I'm excited to share my thoughts on software development, design, and game development.
What I'll be writing about
- Software Development: Clean code practices and scalable architecture
- Interface Design: User experience and modern design principles
- Game Development: My adventures in game creation and tinkering
Code Example
Here's a simple React component:
function Greeting({ name }) {
return Hello, {name}!
;
}
Conclusion
Stay tuned for more posts about my journey in tech!