ZOZiqing Ouyanginaria.hashnode.dev·May 25, 2024 · 3 min readWhat is SSR and CSR?When we open a web page, there are two rendering ways we could frequently encounter which are SSR and CSR. Both of them are very important, these two ideas are about preceding and processing the content on the web page. This article will explain to y...00
ZOZiqing Ouyanginaria.hashnode.dev·May 23, 2024 · 2 min readSome Homebrew CommandAbout Homebrew Let’s first understand what Homebrew is. Homebrew is a package manager on MacOS that can be used to install free and open-source software, such as MongoDB, tree, and so on. Install Homebrew First, we need to install the XCode command l...00
ZOZiqing Ouyanginaria.hashnode.dev·May 21, 2024 · 5 min readUnderstanding of Git FlowUnderstanding of three kinds of git flow Why should we use the git branching strategy? Let us imagine a scenario. What happens when a team develops features or fixes bugs on the same project without a standardized branching strategy? Two programmers ...00
ZOZiqing Ouyanginaria.hashnode.dev·May 20, 2024 · 4 min readRESTful APIsBefore we introduce RESTful APIs, we need to understand what is APIs. If explained in professional terms, API is the abbreviation of application programming interface which is a means to provide the logic and data structures of your app as a service ...01C