September 2019
Beginner to intermediate
494 pages
13h
English
First of all, let's discuss the idea of a framework, specifically in the context of web development. As you already know, a web application consists of multiple interconnected aspects—frontend code specifying the appearance of web pages, backend logic to process and handle data, and a server to keep the application online so that others can access and interact with it.
A web framework handles the heavy-lifting and repetitive aspects of this process. This allows web developers to focus on the specific logic of their applications. Web frameworks usually implement common design patterns and good practices into their structure, so that a web application developed with a framework will be up to common standards ...
Read now
Unlock full access