Set Up PostgreSQL for Learning with Schemas
Use schemas to organize and work with multiple projects in a single database while learning PostgreSQL.
Use schemas to organize and work with multiple projects in a single database while learning PostgreSQL.
Using roles in PostgreSQL, it’s easy to give yourself superuser privileges that can be invoked when needed, somewhat similar to using the sudo command on a U...
A step-by-step guide for installing PostgreSQL from source on macOS.
General directions for installing software from source on macOS.
Some things about shell (zsh) history I don’t want to forget.
List of useful zsh shortcuts which are enabled by default in the Terminal on macOS.
I read the docs so you don’t have to.
Configure zsh to use the run-help function, making it easer to access documentation.
A great resource for understanding how to configure zsh.
Interactive regex tester
Step by step directions for building a blog website using a web browser and GitHub Pages