Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Introduction to Backend | Backend Development Basics
Spring Boot Backend
course content

Conteúdo do Curso

Spring Boot Backend

Spring Boot Backend

1. Backend Development Basics
2. Spring Boot Basics
3. RESTful API
4. Working with Databases
5. Testing Backend Applications

bookIntroduction to Backend

Hi! In this course, we’ll show you the key technologies used by backend developers. All our programs will be written using the Spring Boot framework, which is very popular and widely used for server-side development.

Spring is a framework for Java, so it's important to have a basic understanding of Java before starting this course. Listed above are courses that will help you learn the fundamentals of Java.

What Exactly is Backend Development?

Interaction with Frontend

The backend typically works closely with the frontend, which is the part of the website that users interact with such as buttons, forms, input fields, and other interface elements.

When you click a button or fill out a form, the frontend sends a request to the backend, which processes this request and returns the necessary information. The frontend then takes this data from the backend and displays it on the site in a user-friendly and visually appealing way.

Where is Backend Development Applied?

In fact, it’s used everywhere! Backend development is in demand across various fields such as web applications, mobile apps,multiplayer games and many more.

In these scenarios, the backend handles tasks like data storage, user authentication, executing various processes, and managing devices or gameplay. All of these fall under the umbrella of business logic.

Let’s dive deeper into the world of backend development to better understand its key aspects and opportunities!

What is the primary responsibility of a backend developer?

What is the primary responsibility of a backend developer?

Selecione a resposta correta

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 1
some-alt