Coding Efficiently
Get to know how to update and manage our code.
We'll cover the following...
Introduction
We’ve covered a lot of material in this course. Along the way, we’ve focused on the essentials of various topics but left out a deeper study in the interest of expediency. In this chapter, we summarize what was learned, both in terms of topics and best practices. We also outline the process we followed for creating a web application… Where to, next? We describe a selection of projects that could help us solidify our new skills and then discuss the long list of what we didn’t cover.
Updating and managing our code
The first deployment of a project usually only makes up a small portion of the project’s lifecycle, especially if the developers smartly built a minimal version to start with. Most of a ...