Practice Exercises
1
.
Explain how server-side rendering works.
2
.
How do SPA frameworks work as compared to traditional server-side rendering?
3
.
What is the difference between a P2P and a decentralized application architecture?
4
.
Using Bootstrap and Django to create a Todo application, to enable Django to recognize the Todo application, it must be registered in the Django project as an installed app. How is this done?
5
.
Using Bootstrap and Django, what is required to build the API needed for the Todo web application?
6
.
What is the purpose of the user interface and, using Bootstrap and Django, what is the first step to create a UI for Todo?
7
.
Follow the steps provided in this subsection to build a sample responsive web application with Bootstrap, React, and Node. Explain what each technology is used for in the app.
8
.
Install Postman and call your APIs to test them with Postman. How does Postman allow you to call your APIs?
9
.
Follow the steps provided in this subsection to build a sample responsive web application with Bootstrap, React, and Django. Identify each technology used in the responsive web application.
10
.
Follow the steps provided in this subsection to build a sample native application with React Native, Node, and Django. Explain the use of each technology.