Upcoming presentations
No upcoming presentations...
Past presentations
Modularizing computation via Common Table Expressions (CTEs)
Functional-declarative vs. Imperative styles of computation
SQL allows for a terse expression of computation via the declarative style.
PostgreSQL lateral joins and set-returning functions remove the need for explicit iteration in computation.
SQL Common Table Expression (CTEs) - and some PostgreSQL-specific features - allow for new modes of modularisation of a computation.
This modularised computation still follows the economy ...
From models to hosted OpenAPI Specification (OAS)
Rapid OpenAPI with PostgreSQL, JSON, PostgREST, Swagger UI & NGINX
Translate a data model of a domain into a hosted, fully functional OpenAPI Specification (OAS)
with minimal coding by integrating PostgreSQL with PostgREST and NGINX.
This presentation goes beyond a trivial CRUD (Create/Read/Update/Delete) API reflected from the schema,
to a State Model of a domain entity and its life cycle. It is rather the PostgreSQL func...