Skip to content

Updated FrontendGeek Website details #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Day 5-7: Focus on other topics that weren't covered in the playlist. Practise th
- [Javascript Info](https://javascript.info/)
- [Nisha Singla JS Playlist](https://youtu.be/Yy9A2rAkOgw?si=C6BeGQ6zLQjiyXFe) : Focus on the following concepts from this channel: Shallow and deep copy, `this` keyword, call apply bind, prototype
- [Techsith](https://www.youtube.com/@Techsithtube): Check his interview questions playlist.
- [FrontendGeek JavaScript Interview Resources](https://www.frontendgeek.com/frontend-interview/javascript-interview) : Find best curated resources from Youtube, GitHub, and Custom Notes in a structured way to prepare for all the Javascript topics.
</details>

<details>
Expand Down Expand Up @@ -195,6 +196,12 @@ Adding below a list of small applications that you can practise:
<li>
<a href="https://github.com/sadanandpai/frontend-mini-challenges">JS Mini Challenges - Sadanand Pai</a>
</li>
<li>
<a href="https://www.frontendgeek.com/frontend-interview/machine-coding-interview#infinite-scroll">Directly Practise - JS Mini Challenges</a>
</li>
<li>
<a href="https://www.frontendgeek.com/frontend-interview/machine-coding-interview">Machine Coding Resources & Practise - FrontendGeek</a>
</li>
<li>
<a href="https://youtu.be/3PHXvlpOkf4">Build 15 JS Projects by FreeCodeCamp</a>
</li>
Expand All @@ -216,6 +223,7 @@ Adding below a list of small applications that you can practise:

### Week 3 : Jumping to Web Fundamentals!
Don't forget to keep practising questions everyday, as it will not only make your concepts more clear but would also give confidence to solve tougher questions.
Consolidated Resources to prepare for Web Technologies fundamentals - [FrontendGeek/Web-technologies](https://www.frontendgeek.com/frontend-interview/ui-technologies-interview)

<details>
<summary><strong>Web Vitals</strong></summary>
Expand Down Expand Up @@ -397,6 +405,7 @@ Listing some best resources for studying System Design in Frontend, go on and bi
- [Chirag Goel YT Channel](https://www.youtube.com/watch?v=sV_4pOGosnU&list=PL4CFloQ4GGWICE0Tz6iXKfN3XWkXRlboU)
- [BigFrontend Frontend Design Questions](https://bigfrontend.dev/design)
- [GreatFrontend Design Questions](https://www.greatfrontend.com/system-design)
- [FrontendGeek System Design Questions](https://www.frontendgeek.com/frontend-interview/system-design-interview)

The above resources will help you in understanding the way you can deal with System Design rounds, although these solutions are not the only ones, you can come up with your own ideas as well. Also, different interviewers have different expectations when they ask you to provide a design for any system, no solution is the best/concrete solution in that case, however you can follow this pattern for framing your answers:

Expand Down Expand Up @@ -429,6 +438,7 @@ Brush up your react by reading React docs and making some small apps in react.
- [React by Example](https://reactbyexample.github.io/getting-started)
- [React Handbook](https://reacthandbook.com/)
- [React Coding Challenges](https://reactchallenges.live/dashboard/overview)
- [FrontendGeek React](https://www.frontendgeek.com/frontend-interview/react-interview)


### Week 6 : Get you hands dirty by practising some DSA questions!
Expand Down