From 242ac6c7b3dc6f1f513e07ddfd59be0b26b23589 Mon Sep 17 00:00:00 2001 From: Andrei Dobrinski Date: Thu, 6 Oct 2022 17:32:04 -0400 Subject: [PATCH] Add interview article link Adds article link for "A Developer's Guide to Working with Recruiters" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a408760f..c9131cfe 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ When learning CS, there are some useful sites you must know to get always inform ## Interview Preparation - [10 Frequently asked SQL Query Interview Questions](http://www.java67.com/2013/04/10-frequently-asked-sql-query-interview-questions-answers-database.html) - [A Collection of Quant Riddles With Answers](http://puzzles.nigelcoldwell.co.uk) +- [A Developer's Guide to Working with Recruiters](https://andreidobrinski.com/blog/a-developers-guide-to-working-with-recruiters/) - [Algorithm design canvas](https://www.hiredintech.com/algorithm-design) - [Aptitude Questions and Answers](http://www.indiabix.com) : Quant and aptitude preparation - [A site for technical interview questions, brain teasers, puzzles, quizzles](https://www.techinterview.org) : whatever the heck those are) and other things that make you think!