• Stars
    star
    288
  • Rank 143,818 (Top 3 %)
  • Language
  • Created over 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repo contains a complete guidance for Frontend Interview Preparation.

45 Days Frontend Interview Preparation Kit

This repo contains a complete guidance for Frontend Interview Preparation.

Week 1 : Brushing up HTML, CSS, JS!

Day-wise Schedule:

Day 1: Revise HTML in 0.5 day or less than that. Start with CSS theory revision.
Day 2: Practise the CSS questions on bfe.dev
Day 3-4: Watch Namaste JS playlist for a refresher. This will take two days as there are good amount of videos, it's always good if you can complete it in less time.
Day 5-7: Focus on other topics that weren't covered in the playlist. Practise the polyfills by coding them yourself, not just on the notebook but also on the laptop.

Important HTML Topics
Important CSS Topics
Important Javascript Topics

Week 2 : Practice Time!

Remember Practise makes a man perfect? So, this week we will focus on practising conceptual questions and making basic applications in JS.

Practise on the following links step by step:

Above mentioned resources are more than enough for practising Javascript questions. Now comes the turn of practising by making some small applications in HTML, CSS, JS. Such type of questions are generally asked in Machine Coding rounds.

Adding below a list of small applications that you can practise:

  • Star Rating
  • Implementing Flipkart Search bar functionality using debouncing or throttle
  • Typeahead/ autocomplete search bar
  • Todo List (Having CRUD operations)
  • Creating components like Carousel , Accordian, Popover
  • Infinite Scroll
  • Implement tic tac toe
  • Create Images gallery(Use optimations like infinite scroll, pagination, search functionality)
  • Implement a poll widget
  • Implement a Event Emitter
  • Implement a Kanban board having tasks and subtasks
  • Creating a basic Chat Application
  • Implement Comment Widget (add comments, add multiple replies to comments and delete them like Facebook or Instagram)
  • Food Ordering App having Search, Sort, Filter, Add to Cart functionality
  • Build a calculator (add/subtract... then multiply/divide... then log/pow... etc)
  • Create a progress bar having start/restart, pause, stop functionality
  • Create Analog Clock
  • Implement Day Calendar
  • Create a Todo List using Drag and Drop

Note:

  • You need not practise all the questions mentioned above, skip the questions you think you'll be able to solve confidently and pick the once that you feel hesitant about.
  • Practise everything by coding on laptop as this will not just help in learning but would also make you confident and would increase your coding speed while you're interviewing.
Useful Resources

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.

Web Vitals
Core Web Vitals
Other metrics
Web Performance and Optimisations
Storing Data in browser
Network requests
DOM
Security
Design Patterns
  • Singleton Pattern
  • Module Pattern
  • Factory Pattern
  • Proxy Pattern
  • Observer Pattern
  • Prototype Pattern

Resources for Design Patterns

React Design Patterns
  • Con/Pres Pattern
  • HOC Pattern
  • Render Props Pattern
  • Hooks Pattern
  • Provider Pattern
  • Compound Pattern

Resources for Design Patterns

Rendering Patterns
  • Client-Side Rendering (CSR)
  • Server-Side Rendering (SSR)
  • Static site generation (SSG)
  • Static Rendering
  • Incremental Static Regeneration
  • Progressive Hydration
  • Streaming Server-Side Rendering
  • React Server Components
  • Selective Hydration
  • Islands Architecture
  • Animating View Transitions
Performance Patterns
  • Optimize your loading sequence
  • Static Import
  • Dynamic Import
  • Import On Visibility
  • Import On Interaction
  • Route Based Splitting
  • Bundle Splitting
  • PRPL Pattern
  • Tree Shaking
  • Preload
  • Prefetch
  • Preconnect
  • Optimize loading third-parties
  • List Virtualization
  • Compressing JavaScript
Other Important Topics
  • How web works?
  • HTTPS
  • How APIs work? REST vs SOAP APIs
  • API Methods
  • HTTP Headers

Week 4 : Time to do some System Design!

Listing some best resources for studying System Design in Frontend, go on and binge watch them:

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:

Week 5 : Reading React Docs and Practising!

Brush up your react by reading React docs and making some small apps in react.

Study all the hooks from React docs:

  • useState()
  • useEffect()
  • useCallback()
  • useMemo()
  • useRef()
  • useReducer()
  • useContext()
  • useId()
  • useLayoutEffect()

Other important topics:

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

Not many companies ask DSA questions for Frontend Engineer roles, but for the sake of some good companies which have DSA rounds and for practise too, you can follow the following two resources:

Once you are done with the above, practise more Arrays and Strings questions:

Tips:

  • Whenever starting with a new topic, don't just read from one resource, try to read atleast 10 articles surrounding that topic from Medium/other websites.
  • Always try to understand the What, Why and How's?(What is the topic about? Why is it used? How to use/implement it?) of a topic with an example of it. This gives you a fair and required idea about the topic. You can also take a real time coding implementation of that topic which will give you the best understanding of the topic, rest of the clarity comes with experience and practise.😌

LinkedIn Instagram

More Repositories

1

List-of-Top-Unicorn-Startups-India

This is an exhaustive list of Top Unicorn Startups in India.
393
star
2

Web_Dev_Batch_Jan23

Code for web dev Jan batch
HTML
90
star
3

Web_Dev_Batch_May_2023

Contains the web dev notes for May 2023 batch
HTML
56
star
4

CN-P2P

HTML
55
star
5

Blind-75-Leetcode-Solution-In-JS

This repo contains solution for Blind 75 Leetcode questions solved using Javascript.
JavaScript
50
star
6

Web_Dev_Batch_April_2023

This contains all the notes for HTML, CSS, JS for web dev batch april 2023.
HTML
41
star
7

WebDev_Batch_Dec22

Contains all the files and code for WD Batch Dec 22
HTML
33
star
8

Arrays-Leetcode-Top-Interview-Questions-in-Javascript

This repo contains all leetcode Top Interview Array Questions Solved in Javascript.
JavaScript
27
star
9

GreatFrontendSolutions

This repo contains coding question solution of Great Frontend Website problems.
JavaScript
21
star
10

js-polyfills

This repo contains the javascript polyfills which are generally asked in frontend interviews.
18
star
11

ghoshsuman845

Config files for my GitHub profile.
18
star
12

AsyncJs_Web_Dev_Batch_Feb23

This repo contains async js code examples
JavaScript
14
star
13

Swiggy-Clone

Swiggy website clone created using plain HTML and CSS
HTML
11
star
14

software-engineering-blogs-web

This repo contains web engineering blogs by good software companies.
7
star
15

Portfolio-Website

HTML
4
star
16

email-client-app

TypeScript
3
star
17

js-coding-questions

3
star
18

talkJS-ChatApp-Applicant

TypeScript
2
star
19

QuizMakingAndPreviewApp

TypeScript
2
star
20

ToDoList

It is a to-do list made in angular, where you can add tasks for today or for future.
TypeScript
2
star
21

TalkJS-Chat-App

TypeScript
2
star
22

Movie-Search-App

TypeScript
1
star
23

NodeAPI

Chat app APIs
JavaScript
1
star
24

Node-Chat-App

JavaScript
1
star
25

appointment-booking-app

This is an appointment-booking app made in MEAN stack.
TypeScript
1
star
26

Realtime-Pizza-App

JavaScript
1
star
27

email-schedular-ui

TypeScript
1
star
28

WeatherApp

Weather app made using Node.js
JavaScript
1
star
29

Web-Services-App

JavaScript
1
star
30

SearchAndAddItemsToDropdown

HTML
1
star
31

google-meet-clone

JavaScript
1
star
32

task-manager-api

JavaScript
1
star
33

MyIonicApp

this is my first ionic project based on ionic documentation
TypeScript
1
star
34

LoginPageAuthentication

Login, Register page in ionic that includes highcharts.
TypeScript
1
star
35

StopwatchApp

JavaScript
1
star
36

DrawingApplication

JavaScript
1
star
37

LMS

HTML
1
star
38

AuthoringToolAdapt

This is an authoring tool inspired by Adapt authoring Tool, but developed in Angular 8. It makes content in the format of Pages(p) , Articles(A), Blocks(B) and Components(C).
TypeScript
1
star
39

Learningtool

HTML
1
star