If you ever get the thought "I am too dumb to be a developer", just know that you are not alone. After 15 years, I still get this thought. I don't think it will ever go away. However, I have learned to not let it affect me and to let it pass.
There is nothing wrong with having that thought. It's how much you let it get to you and control you that matters.
I know some people do not have any kind of imposter syndrome, many do. It's inevitable in a field where there is just SO much thrown at you. You will never even come close to learning everything, even about a single language. There is always more to learn.
We also do not see the struggles of others, so it feels like everyone knows more than you and everything comes easy to them. In reality, many of them go through the same crap you do and feel the same way.
Keep pushing! 💪
10 Key Data Structures We Use Every Day
- list: keep your Twitter feeds
- stack: support undo/redo of the word editor
- queue: keep printer jobs, or send user actions in-game
- hash table: cashing systems
- Array: math operations
- heap: task scheduling
- tree: keep the HTML document, or for AI decision
- suffix tree: for searching string in a document
- graph: for tracking friendship, or path finding
- r-tree: for finding the nearest neighbor
- vertex buffer: for sending data to GPU for rendering
Over to you: Which additional data structures have we overlooked?
--
Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): https://t.co/uc5M7CdXXC
The dashboard having first statistics page
Having all kind of statistics movie app like number of views , comment, rating...,
CRUD for user, movie, upcoming movies, requestes and suggestions, In this project I rely on the use of couldairy, multer for upload files "no api".
This app have 21 page route including dashboard using react-router 6 with suspense to make nice loading page
The routing protect in frontend for sign user and admin, and backend using middleware, jwt and custom error
My Website: https://t.co/WraUwYZQPA
MyGithub: /Rami-init