Skip to content

Commit

Permalink
vault backup: 2024-05-15 04:25:57 by Zeyad's iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyadetman committed May 15, 2024
1 parent 0e52c03 commit 0cbe658
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions content/reactjs/tricks.md

This file was deleted.

9 changes: 9 additions & 0 deletions content/system-design/frontend-system-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
title: Frontend System Design
---


- How to create reusable table, then we increase the difficulty level by asking what if we need to handle generic filters on the provided data? Also we can go deeper by asking about actions for each row, and so on.

- If we need to build a page like bing (the Microsoft search site), what’s your imagination to create the search input and load the results in frontend. We can ask for accessibility because page like this have to be accessible to all users whatever their preferences, how to load the results faster, images faster, caching, doing the api calls, the autocomplete of the input, …etc.

- Twitter home page, instagram, e commerce marketplace like amazon, how to render components, optimization, making the buying process faster and smoother, etc.


**Articles**
## Audio Platforms
- [Building Spotify’s New Web Player](https://engineering.atspotify.com/2019/03/building-spotifys-new-web-player/)
- [Building the Future of Our Desktop Apps](https://engineering.atspotify.com/2021/04/building-the-future-of-our-desktop-apps/)
Expand Down

0 comments on commit 0cbe658

Please sign in to comment.