No upcoming 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 ...

    @ South Africa 2021

    Oct 5 2021

    Development

    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...

    @ South Africa 2019

    Oct 8 2019

    Development