Updating Postgres installed via homebrew
-
Updating Postgres on a mac
-
Javascript dates beyond the year 9999
Handling of 5 digit dates with javascript Date function
-
Using vitejs with express
How to use express to serve an SPA with vitejs
-
Error using localStorage on Safari
If Safari users have the "Block all cookies" option enabled, it'll throw a `SecurityError` whenever you try to use `localStorage`.
-
My Git Aliases (May 2021)
My current most-used git aliases
-
Dangers of JS Spread Operator
Using spread with lots of data can result in errors.
-
Postgres Group By Day
How to aggregate by the day of a timestamp in postgres