DEV Community

Cover image for A 30-Day challenge in backend web development
Emmanuel Fordjour  Kumah
Emmanuel Fordjour Kumah

Posted on

A 30-Day challenge in backend web development

As you begin your journey into web development, you will often encounter the terms front end and back end. When it comes down to it, what does it really mean?

A typical web app can be segmented into two: Frontend and backend.

The front-end focuses on the visual aspect of the web app, the part the user sees and interacts with.

The back end is the part of the web app the user does not see and interact with. It is the server, application, and databases working behind the scenes to deliver the information requested by the user.

It is an exciting challenge for me to learn and share knowledge, insights, and thoughts about backend development for the next 30 days.

Let's walk this journey together, and at the end of the month, we'll be able to build robust web apps with the ExpressJS framework.
Image description

Top comments (0)