Snippets

A collection of code snippets and quick references that I occasionally reuse. This is mostly for myself, but maybe you will find something useful.

PostgreSQL resets

SQL snippets to reset a PostgreSQL sequence and to recreate the public schema.

Database
View a website in 3D

Copy-paste this into your console to visualise the DOM as a stack of solid blocks. Particularly useful for debugging z-index issues.

DebuggingBrowser