Tootfinder

Opt-in global Mastodon full text search. Join the index!

@chiraag@mastodon.online
2026-04-30 03:29:57

I've started building a CLI PeerTube client using the API just for fun...in Haskell ๐Ÿ˜€
#Haskell #PeerTube #API #Programming

@michabbb@social.vivaldi.net
2026-04-08 20:10:21

๐Ÿš€ Performance on a completely different level:
Written in #Haskell with the Warp HTTP server. JSON gets serialized directly in SQL. Connection pooling via Hasql. Subsecond response times at 2000 req/sec โ€” even on free tier hosting.
๐Ÿ” Security is built in, not bolted on:
Auth runs via JWT. Authorization is controlled directly in the database through roles. One single declaratiโ€ฆ