Take notes of all the mistakes that you made, so you don’t make it next time. Test the behavior of each piece of code in a simply environment […]
Procedural programming – writing procedures/functions that performs operations on the data. Object-oriented programming – creating objects that contain both data and procedures/functions. Object-oriented programming has several advantages over […]
While using web framework is very helpful, but I think it’s good for beginner to write code from scratch in order to accurately understand the behavior of each […]
Become familiar with the technology ecosystem: From user, to web browser, to client-side web application, to server-side web application, to web server, to database server, From one’s own […]
Reference: https://medium.com/@nmayurashok/file-and-folder-structure-for-web-development-8c5c83810a5
Reference: 6 Common System Design Interview Questions https://www.indeed.com/career-advice/interviewing/system-design-interview-questions#:~:text=An%20interview%20for%20a%20system,to%20possible%20questions%20about%20them.
In CSS documentations, there’re many mentions of line box, for example here, what does it exactly mean?