#haskell #evaluator #functional_programming #tutorial
https://github.com/raviksharma/bartosz-basics-of-haskell
https://github.com/raviksharma/bartosz-basics-of-haskell
GitHub
GitHub - raviksharma/bartosz-basics-of-haskell: Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial - raviksharma/bartosz-basics-of-haskell
#haskell #chat #double_ratchet #e2ee #encryption #messaging #privacy #protocol #security
https://github.com/simplex-chat/simplex-chat
https://github.com/simplex-chat/simplex-chat
GitHub
GitHub - simplex-chat/simplex-chat: SimpleX - the first messaging network operating without user identifiers of any kind - 100%…
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱! - simplex-chat/simplex-chat
#haskell #api #automatic_api #database #haskell #http #pg #pgsql #postgres #postgresql #postgrest #rest #server #sql
PostgREST is a tool that turns your PostgreSQL database into a RESTful API quickly and efficiently. It provides a fast, standards-compliant API without you having to write it from scratch. Here are the key benefits It offers subsecond response times and can handle up to 2000 requests per second, even on a free Heroku tier.
- **Security** It generates self-documenting APIs using OpenAPI standards and ensures data integrity by enforcing database constraints.
- **Performance**: Written in Haskell, it uses efficient database connections and lightweight threads for high performance.
Overall, PostgREST makes creating and managing APIs easier, faster, and more secure.
https://github.com/PostgREST/postgrest
PostgREST is a tool that turns your PostgreSQL database into a RESTful API quickly and efficiently. It provides a fast, standards-compliant API without you having to write it from scratch. Here are the key benefits It offers subsecond response times and can handle up to 2000 requests per second, even on a free Heroku tier.
- **Security** It generates self-documenting APIs using OpenAPI standards and ensures data integrity by enforcing database constraints.
- **Performance**: Written in Haskell, it uses efficient database connections and lightweight threads for high performance.
Overall, PostgREST makes creating and managing APIs easier, faster, and more secure.
https://github.com/PostgREST/postgrest
GitHub
GitHub - PostgREST/postgrest: REST API for any Postgres database
REST API for any Postgres database. Contribute to PostgREST/postgrest development by creating an account on GitHub.