HackerTrans
TopNewTrendsCommentsPastAskShowJobs

simonpantzare

no profile record

Submissions

Show HN: ClojureScript on Cloudflare Workers

dev.to
1 points·by simonpantzare·قبل 5 سنوات·0 comments

comments

simonpantzare
·قبل سنتين·discuss
Laravel with Filament is super productive also. Django used to be my goto for 15 years but the frontend infra, Livewire, and flexibility of Filament compared to django-admin are hard to beat.
simonpantzare
·قبل 3 سنوات·discuss
I've used Redshift for many years and really like it, especially as a user. I'm following the development of DuckDB and one aspect that's nice about it is how predictable prices are when you run it on dedicated servers: https://fet.dev/posts/costs-of-analytics-on-dedicated-hardwa... .

If you don't have huge amounts of data I would take a look at it. Also, Cloudflare R2 might be a good alternative to S3 because there are no egress costs.
simonpantzare
·قبل 4 سنوات·discuss
Sounds like a DAG based task orchestrator could be a good fit. Where tasks state their dependencies and are allowed to run only when they have all completed.
simonpantzare
·قبل 4 سنوات·discuss
My dad used this to produce business documents for a long time before switching to Word.
simonpantzare
·قبل 5 سنوات·discuss
Getting stuck behind a string of these is an exercise in patience.
simonpantzare
·قبل 5 سنوات·discuss
When reviewing, I appreciate when commits with fixes/additions are separated from structural/cosmetical changes.
simonpantzare
·قبل 5 سنوات·discuss
I've used @Value along with @Builder(toBuilder=true).
simonpantzare
·قبل 5 سنوات·discuss
I'm really excited by Cloudflare Workers. I hope to get a chance to build something tangible with it soon. The developer experience with Wrangler is superb and paired with Durable Objects and KV you got disk and in-memory storage covered. I'm a fan of and have used AWS for 10+ years but wiring everything together still feels like a chore, and Serverless framework and similar tools just hide these details which will inevitable haunt you at some point.

Cloudflare recently announced database partners. Higher-level options for storage and especially streaming would be welcome improvements to me. Macrometa covers a lot of ground but sadly it seems like you need to be on their enterprise tier to use the interesting parts that don't overlap with KV/DO, such as streams. [0]

I played with recently launched support for ES modules and custom builds in Wrangler/Cloudflare Workers the other day together with ClojureScript and found the experience quite delightful. [1]

[0]: https://blog.cloudflare.com/partnership-announcement-db/

[1]: https://dev.to/pilt/clojurescript-on-cloudflare-workers-2d9g