Skip to content

Commit

Permalink
Add build-your-own-x links.
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenyc committed Jul 18, 2020
1 parent b5c7a4a commit c668c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion github/fullstack-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ This is a great project I found used in a book called [Secrets of a JavaScript N

### Other Ideas

This section will continue to be filled in with more detail but for the time being some of these are great opportunities
This section will continue to be filled in with more detail but for the time being some of these are great opportunities. If you want an exhaustive list of ideas checkout [danistefanovic / build-your-own-x](https://github.com/danistefanovic/build-your-own-x).
- Simple game clone (i.e. Asteroids, Flappy Bird, CLI Chess)
- Lightweight ORM
- A web scrapper
Expand All @@ -95,6 +95,7 @@ This section will continue to be filled in with more detail but for the time bei
## Resources
* [donnemartin / system-design-primer](https://github.com/donnemartin/system-design-primer)
* [checkcheckzz / system-design-interview](https://github.com/checkcheckzz/system-design-interview)
* [danistefanovic / build-your-own-x](https://github.com/danistefanovic/build-your-own-x)

---
[Back to main guide](../README.md)
2 changes: 1 addition & 1 deletion interviews/in-the-room.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# In the room
[Back to main guide](../README.md)

**Coding questions resources**
## Coding questions resources

The following are great resources to prep ahead of time
* [Leetcode](https://leetcode.com) - Probably the premier pool of interview questions available.
Expand Down
1 change: 1 addition & 0 deletions resources/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ This list will hopefully continue to grow, please feel free to submit suggestion
* [kdn251 / interviews ](https://github.com/kdn251/interviews)
* [donnemartin / system-design-primer ](https://github.com/donnemartin/system-design-primer)
* [checkcheckzz / system-design-interview](https://github.com/checkcheckzz/system-design-interview)
* [danistefanovic / build-your-own-x](https://github.com/danistefanovic/build-your-own-x)

## Bootcamps
**Paid bootcamps**
Expand Down

0 comments on commit c668c34

Please sign in to comment.