Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.46 KB

File metadata and controls

41 lines (36 loc) · 1.46 KB

(cd0628) Data Stores & Persistence - Exercises

This repo is meant to be used to keep things organized during content development and act as the source of truth for exercises related to the Data-Stores-and-Persistence course in Java Web Developer ND035 v4 Nanodegree.

Folder Structure

Note that there are no exercises present in the introductory lesson Introduction to Data Stores & Persistence, therefore we have started the lesson numbers from 0.

.
├── L0 Introduction to Data Stores & Persistence # No exercises are present in this lesson. 
├── L1 Data in Multitier Architecture
│   └── exercises
│       ├── README.md
│       ├── demo
│       ├── solution
│       └── starter
├── L2 Java Persistence API
│   └── exercises
│       ├── README.md
│       ├── solution
│       └── starter
├── L3 Connecting To Data Sources
│   └── exercises
│       ├── README.md
│       ├── solution
│       └── starter
├── L4 Persistence Without JPA
│   ├── demo
│   │   ├── pom.xml
│   │   └── src
│   └── exercises
│       ├── README.md
│       ├── solution
│       └── starter
├── LICENSE.md
└── README.md

Contributing to the Repository

Feel free to submit a PR should you find any errors or want to suggest any edits.