Skip to content

Commit

Permalink
personal notes on tech hiring
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V committed Jan 19, 2025
1 parent 3b9636a commit 747732f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 11 deletions.
4 changes: 4 additions & 0 deletions .vitepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<tr>
<td><a href="#compilers">Compilers</a><sup>[1]</sup></td>
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
<td><a href="#databases">Databases</a><sup>[11]</sup></td>
<td><a href="#databases">Databases</a><sup>[12]</sup></td>
</tr>
<tr>
<td><a href="#devops">Devops</a><sup>[7]</sup></td>
Expand Down Expand Up @@ -182,6 +182,7 @@
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/databases/postgres-tips-megalist.md">Postgres Tips & Tricks</a></li>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/databases/sqlite-space-optimization-with-rowd-id.md">SQLite db optimization with ROWID</a></li>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/databases/slowly-changing-dimensions.md">Slowly Changing Dimensions (SCD)</a></li>
<li><a target="_blank" href="https://github.com/Bhupesh-V/til/blob/master/databases/oath-for-3-normal-forms.md">The 3NF Oath ✋🏼</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion count.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"count": 166
"count": 167
}
9 changes: 5 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tr>
<td><a href="#compilers">Compilers</a><sup>[1]</sup></td>
<td><a href="#data-warehouse">Data Warehouse</a><sup>[1]</sup></td>
<td><a href="#databases">Databases</a><sup>[11]</sup></td>
<td><a href="#databases">Databases</a><sup>[12]</sup></td>
</tr>
<tr>
<td><a href="#devops">Devops</a><sup>[7]</sup></td>
Expand Down Expand Up @@ -67,6 +67,9 @@
<table align="center">
<tbody>
<tr>
<td><a href="https://til.bhupesh.me/databases/oath-for-3-normal-forms">The 3NF Oath ✋🏼</a></td>
</tr>
<tr>
<td><a href="https://til.bhupesh.me/go/writing-performant-go-code-megalist">Mega List of Tips for Writing Performant Go Code</a></td>
</tr>
<tr>
Expand All @@ -93,9 +96,6 @@
<tr>
<td><a href="https://til.bhupesh.me/devops/simulating-aws-lambda-localstack">Simulating AWS Lambda locally using LocalStack</a></td>
</tr>
<tr>
<td><a href="https://til.bhupesh.me/people/questions-for-you-tech-worker">Questions for you as a tech worker</a></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -207,6 +207,7 @@
<li><a href="/databases/postgres-tips-megalist">Postgres Tips & Tricks</a></li>
<li><a href="/databases/sqlite-space-optimization-with-rowd-id">SQLite db optimization with ROWID</a></li>
<li><a href="/databases/slowly-changing-dimensions">Slowly Changing Dimensions (SCD)</a></li>
<li><a href="/databases/oath-for-3-normal-forms">The 3NF Oath ✋🏼</a></li>
</ul>


Expand Down
11 changes: 10 additions & 1 deletion people/tech-hiring-interesting-finds.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down
8 changes: 4 additions & 4 deletions recent_tils.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
}
]

0 comments on commit 747732f

Please sign in to comment.