# Posts

Things I've written about.

- [Creating a Cryptocoin Price Ticker with Django 2.0](https://james.hiew.net/posts/creating-cryptocoin-price-ticker-django) (May 28, 2018): This tutorial demonstrates building a real-time cryptocurrency price ticker website using Django 2.0, Celery, Redis, and Channels, fetching prices from CryptoCompare and pushing updates to users of the website via WebSockets.
