merkelizer
merkelizer
TTCTheo's Typesafe Cult
Created by Gramps on 10/24/2023 in #questions
data visualization in react
highcharts is wonderful for the 80% of data viz I end up doing. Great built-in animations, straightforward config, typed, good React integration. I'm using highcharts with some tremor UI here: https://nl-joke-val.vercel.app/ https://github.com/gleasonw/nl_joke_val/blob/main/new-front/src/app/dashboard.tsx
5 replies
RRailway
Created by ra on 7/28/2023 in #✋|help
How can I host my Django project that uses Celery and Selenium?
Railway was great for hosting a python server with a celery queue. I spun up separate processes for the API, the Celery service, and the Redis communication layer, and it all worked beautifully. It can be done!
17 replies