Starting a Tech Blog with Astro
This is my first post. This blog is a space to record software development, stock trading automation, and cryptocurrency trading bots through real, working code.
Why Astro?
When building a static blog, options abound: Next.js, Hugo, Jekyll, Gatsby... I chose Astro for three reasons:
- Static by default — JavaScript isn't forced onto every page. Reading an article needs no runtime.
- Search-engine friendly — Complete HTML is generated at build time; search engines read it as-is.
- Content Collections — Markdown is type-safe to work with.
What's Ahead
- Trading bot architecture and backtesting
- Exchange API integration pitfalls
- Real-time data pipeline design
Code is short. Explanations are only as long as needed. That's the principle here.
See you in the next post.
댓글
댓글 쓰기