diff --git a/docs/2022-07-31-sql.html b/docs/2022-07-31-sql.html index c7867d6..566fe23 100644 --- a/docs/2022-07-31-sql.html +++ b/docs/2022-07-31-sql.html @@ -403,6 +403,11 @@ >Honest health checks that hit the database +
  • + Why are database columns 191 characters? +
  • diff --git a/docs/2023-06-25-useful-tools.html b/docs/2023-06-25-useful-tools.html index 6507d06..6a7396b 100644 --- a/docs/2023-06-25-useful-tools.html +++ b/docs/2023-06-25-useful-tools.html @@ -101,6 +101,13 @@ >https://github.com/junegunn/fzf

    +
  • diff --git a/posts/2022-07-31-sql.md b/posts/2022-07-31-sql.md index 1ff0773..259195c 100644 --- a/posts/2022-07-31-sql.md +++ b/posts/2022-07-31-sql.md @@ -148,3 +148,4 @@ Use `SELECT 1` to check if database failed yet. - [My Notes on GitLab Postgres Schema Design](https://shekhargulati.com/2022/07/08/my-notes-on-gitlabs-postgres-schema-design/) - [How to read MySQL EXPLAINs](https://planetscale.com/blog/how-read-mysql-explains) - [Honest health checks that hit the database](https://brandur.org/fragments/database-health-check) +- [Why are database columns 191 characters?](https://www.grouparoo.com/blog/varchar-191) diff --git a/posts/2023-06-25-useful-tools.md b/posts/2023-06-25-useful-tools.md index 28f3e5b..d957959 100644 --- a/posts/2023-06-25-useful-tools.md +++ b/posts/2023-06-25-useful-tools.md @@ -10,6 +10,7 @@ This just a raw list. - https://github.com/romkatv/powerlevel10k - https://github.com/zsh-users/zsh-autosuggestions - https://github.com/junegunn/fzf + - https://github.com/Aloxaf/fzf-tab - https://github.com/folke/lazy.nvim - https://github.com/sharkdp/fd