Course Content
Getting Started
Discuss the tools and programming language required in this course.
0/2
Design Patterns for app development
The focus of this session is the design patterns related to app development.
0/5
Planning a new project
The first step in app development is to create a plan and focus on the technical aspect of the software.
0/4
Demo app: TaskApp
Taskapp is the demo app we will use as an example to follow and practice.
0/1
Backend (Intro)
We will explore and understand the basics of building a backend from scratch.
0/1
Desarrollo de Aplicaciones Web
About Lesson

Implement the Data Access Layer using Repository

Repositories are classes or components that encapsulate the logic required to access data sources. They centralize common data access functionality, providing better maintainability and decoupling the infrastructure or technology used to access databases from the domain model layer.

Data Access Layer with Repository

Join the conversation