StudyLeet

Courses

Blogs

About Us

Contact

Backend Service (REST)

Learn everything required to create REST service. REST service is one of the important part of backend development.

Backend Service (REST)

1

Introduction

1.

Introduction to backend development

2.

Scope of this course

3.

Prequisite

4.

Frontend vs Backend

5.

Web Servers

2

REST API Development Using Java

1.

Introduction to REST

2.

Designing RESTful APIs

3.

Implementing RESTful APIs using Java (Spring)

4.

Testing and debugging RESTful APIs

3

REST Protocols

1.

HTTP protocol

2.

GET, POST, PUT and DELETE

3.

HTTP headers and status codes

4.

IP Address and Port number

4

Security

1.

Authentication

2.

Authorization

5

Dependency Injection

1.

Introduction

2.

Runtime vs Compile time

3.

Frameworks (Spring, Guice)

4.

Usage in backend applications

6

Logging

1.

Introduction

2.

Best practices

3.

Exception handling and error reporting

7

Database and ORM

1.

Introduction

2.

Example

8

Conclusion

1.

Review of concepts covered

2.

Further learning