diff --git a/.vitepress/sidebar.js b/.vitepress/sidebar.js index 7e14f0e..b7452c9 100644 --- a/.vitepress/sidebar.js +++ b/.vitepress/sidebar.js @@ -185,6 +185,10 @@ export const sidebar = [ { "text": "Slowly Changing Dimensions (SCD)", "link": "/databases/slowly-changing-dimensions" + }, + { + "text": "The 3NF Oath \u270b\ud83c\udffc", + "link": "/databases/oath-for-3-normal-forms" } ] }, diff --git a/README.md b/README.md index 21d3540..d9889c8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Compilers[1] Data Warehouse[1] -Databases[11] +Databases[12] Devops[7] @@ -182,6 +182,7 @@
  • Postgres Tips & Tricks
  • SQLite db optimization with ROWID
  • Slowly Changing Dimensions (SCD)
  • +
  • The 3NF Oath ✋🏼
  • diff --git a/count.json b/count.json index 88c6ff9..9656ccb 100644 --- a/count.json +++ b/count.json @@ -1,3 +1,3 @@ { - "count": 166 + "count": 167 } \ No newline at end of file diff --git a/index.md b/index.md index 9713d0e..a4fea20 100644 --- a/index.md +++ b/index.md @@ -21,7 +21,7 @@ Compilers[1] Data Warehouse[1] -Databases[11] +Databases[12] Devops[7] @@ -67,6 +67,9 @@ + + + @@ -93,9 +96,6 @@ - - -
    The 3NF Oath ✋🏼
    Mega List of Tips for Writing Performant Go Code
    Simulating AWS Lambda locally using LocalStack
    Questions for you as a tech worker
    @@ -207,6 +207,7 @@
  • Postgres Tips & Tricks
  • SQLite db optimization with ROWID
  • Slowly Changing Dimensions (SCD)
  • +
  • The 3NF Oath ✋🏼
  • diff --git a/people/tech-hiring-interesting-finds.md b/people/tech-hiring-interesting-finds.md index 9ddbc14..0c1a32e 100644 --- a/people/tech-hiring-interesting-finds.md +++ b/people/tech-hiring-interesting-finds.md @@ -1,8 +1,17 @@ # Interesting Views on Tech Hiring +A collection of views around the internet that I found interesting and useful for tech hiring. +## Personal Notes -A collection of views around the internet that I found interesting and useful for tech hiring. +- No one owes you a job. Our ecosystem in not regulated, meaning there will never be a sure short way to get a job. +- Interviewing is a trust exercise. Both the parties have to settle on a common ground so that they can work together. Unfortunately, the _trust_ has to be proved + - In a very short time. + - By solving meaningless puzzles. + + Both of which do not work in favor of the candidate, majority of the time. + +## External Links - [How to hire low experience, high potential people](https://worktopia.substack.com/p/how-to-hire-low-experience-high-potential) - [Hiring and the market for lemons](https://danluu.com/hiring-lemons/) diff --git a/recent_tils.json b/recent_tils.json index 2e253e7..3e82e48 100644 --- a/recent_tils.json +++ b/recent_tils.json @@ -1,4 +1,8 @@ [ + { + "title": "The 3NF Oath ✋🏼", + "url": "https://til.bhupesh.me/databases/oath-for-3-normal-forms" + }, { "title": "Mega List of Tips for Writing Performant Go Code", "url": "https://til.bhupesh.me/go/writing-performant-go-code-megalist" @@ -34,9 +38,5 @@ { "title": "Simulating AWS Lambda locally using LocalStack", "url": "https://til.bhupesh.me/devops/simulating-aws-lambda-localstack" - }, - { - "title": "Questions for you as a tech worker", - "url": "https://til.bhupesh.me/people/questions-for-you-tech-worker" } ] \ No newline at end of file