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:

  1. Static by default — JavaScript isn't forced onto every page. Reading an article needs no runtime.
  2. Search-engine friendly — Complete HTML is generated at build time; search engines read it as-is.
  3. 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.

댓글

이 블로그의 인기 게시물

한국투자증권 KIS API로 실시간 시세 받기 (WebSocket 실전)

파이썬으로 업비트 API 연동하기 — 시세 조회부터 주문까지 기초

Go로 자동매매 신호봇 프레임워크 설계하기