Module 4: Implementing

27. Module Introduction

Transcript

[00:03] Hey friends, Welcome to the implementation module of the course where we’re finally going to get our hands dirty and write some code. Now, we’re not going to implement the entire thing because full stack is a pretty big application, and that will take a really long time. So we’re going to see just enough code so you can see how all of the concepts that we talked about over the last few videos, how they translate into code,

[00:26] We’re going to start by grabbing the modules that we defined in the previous section and we’re going to implement them in the code base, and then we’re going to start breaking down those modules into components. We’re also going to see a very simple component hierarchy so we can keep those components organized in the code base as well.

[00:44] And we’re going to see how we can implement the entities of our system in models or types or just different code constructs in the code base. To wrap things up, we’re going to talk about how we can implement some constraints and guardrails so that we can protect the architecture as the codebase grows over time and as more people will contribute to it.

[01:04] I’m very excited about this module. This is probably my favorite module in the course, so I hope you’re excited as well and I’ll see you in the next video.