×
Jinxia Li
Why do you need a blog to take notes of the mistakes you made?

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 […]

Read More
Procedural Programming vs. Object-Oriented Programming (OOP)

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 […]

Read More
Why you should reinvent your wheels?

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 […]

Read More
Folder Structure Example

Example 1: Reference:

Read More
What is hotlinking?

REFERENCE:

Read More
Base URL, Path, Query Parameters vs. Web Server, Web API Route, Web API

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 […]

Read More
How to set up file structure for your website?

Reference: https://medium.com/@nmayurashok/file-and-folder-structure-for-web-development-8c5c83810a5

Read More
How to build a web crawler?

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.

Read More
What is line-box in CSS?

In CSS documentations, there’re many mentions of line box, for example here, what does it exactly mean?

Read More