Issue 2021-W17

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about CSS custom properties, structuring technical documentation, API security, an embedded document database, data analysis with SQL and a datalog to SQL compiler.

# Astra

A tool to run security tests on REST APIs.

# Diátaxis

A framework aiming to aid with the problem of structuring technical documentation.

# Practical SQL for Data Analysis

A tutorial on how to use SQL instead of Pandas for efficient data analysis in Python. Although it focuses on PostgreSQL it is, with a few exceptions like linear regressions, straightforward to translate to other engines.

# A Complete Guide to Custom Properties

A tutorial aiming to cover all there is about CSS custom properties. Also food for thought on what is the line where it is excessive, unmaintainable and cluttered of incomprehensible global-ish variables.

# Mongita

A lightweight embedded document database implementing a subset of the MongoDB interface.

# Logica

A declarative logic programming language for data manipulation. It's a datalog to SQL compiler mainly targeted to Google BigQuery but with experimental support for PostgreSQL and SQLite.