# Running List Of MISC Resources:

## SDE Skills Resources <a href="#sde-skills-resources" id="sde-skills-resources"></a>

* [SDE Skills Discord Server](https://sdeskills.com/discord)
* [SDE Skills YouTube Channel](https://sdeskills.com/youtube)
* [Handouts and Code on GitHub](https://github.com/sde-skills/meetupHandoutsAndCode)

## Websites <a href="#websites" id="websites"></a>

* [Techie Delight](http://www.techiedelight.com)
* [SPOJ](http://www.spoj.com)
* [Geeks for Geeks](http://www.geeksforgeeks.com)
* [Leetcode](https://leetcode.com)
* [Educative.io](https://www.educative.io)
* [Hired in Tech](https://www.hiredintech.com)

## Books <a href="#books" id="books"></a>

* [Cracking the Coding Interview](https://www.amazon.com/dp/0984782850)
* [Programming Interviews Exposed](https://www.amazon.com/dp/1118261364)
* [Elements of Programming Interviews](https://www.amazon.com/dp/1517671272)
* [Dynamic Programming for Coding Interviews: A Bottom-Up approach to problem solving](https://www.amazon.com/dp/B06XZ61CMP)

## Other Resources <a href="#other-resources" id="other-resources"></a>

* [How to land Software Engineer offers in 43 days while working on a full-time job](https://medium.com/@siyifan/how-to-land-software-engineer-offers-in-43-days-while-working-on-a-full-time-job-8be3c73109ba)
* [How To Master the STAR Method For Interview Questions](https://theinterviewguys.com/star-method/)
* [Awesome list of Important Podcasts for software engineers](https://github.com/rShetty/awesome-podcasts#awesome-list-of-important-podcasts-for-software-engineers)
* [How to Get Unstuck in Technical Interviews](https://blog.pramp.com/how-to-get-unstuck-in-technical-interviews-93d4632ef996)
* [How I got 7 Job Offers in 8 Weeks](https://blog.usejournal.com/how-i-got-7-job-offers-in-8-weeks-part-1-please-interview-me-21e6f4ded106)
* [The Secrets No One Told You About Technical Interviews](https://medium.com/@techie4good/the-secrets-no-one-told-you-about-technical-interviews-5294fed0da9a)
* [The Complete Guide to Google Interview Preparation](http://blog.gainlo.co/index.php/category/google-interview-preparation/)
* [How to Get a Job on Amazon’s Alexa Team](https://www.bloomberg.com/graphics/2015-cheatsheets/amazon.html)
* [A complete computer science study plan to become a software engineer.](https://github.com/jwasham/google-interview-university)
* [The System Design Primer](https://github.com/donnemartin/system-design-primer)
*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bryan-guner.gitbook.io/my-docs/job-search/resources/running-list-of-misc-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
