The Web Ecosystem

Before we write our first line of code, you must understand the two main disciplines in software engineering.

The Frontend Developer

As a Frontend Developer, we are only interested in the web interface. We build everything the user sees, touches, and clicks. If it has structure, color, or interactivity, the frontend developer built it.

The Backend Developer

The Backend Developer works in the background. They engineer the servers and databases that process authentication, store user data, and execute the complex mathematical logic behind the scenes.