Skip to content

I am learning Spring and Spring Boot from Udemy, this repository is a consolidation of all my notes and code practices. Feel free to explore.

Notifications You must be signed in to change notification settings

InnovativeCoder/Web-Services

Repository files navigation

Web-Services

Implementation and notes for the course on Web Services from In28minutes - Udemy Course Link

What did I learn?

  • Basics
    • Dependency Injection
    • Inversion of Control
    • Basics of running a Spring and Spring Boot Project
  • Functional Programming with Java 8
    • Map
    • Filter
    • Reduce
    • forEach
    • Streams
    • Reflection
  • SOAP Web Services
    • XML Schema
    • WSDL Configuration
    • Error handling
  • RESTful Web Services
    • GET PUT DELETE POST Requests and responses
    • H2 Database for in-memory data storage
    • Validations
    • Swapper / openAPI
    • Content Negotiation
    • Versioning
    • Filtering
    • Internationalisation and localization i18n
    • HATEOAS
  • Spring Data JPA
    • JDBC
    • JPA / Hibernate
    • Data JPA
  • Spring Security
    • Basic Authentication

And after learning all this, reward!!

In the second course, I learned -

  • Testing Java Apps with Junit5
  • Mocking, Stubbing and Spying
  • Using Mockito and it's annotations

And after learning this, I earned another cert -

About

I am learning Spring and Spring Boot from Udemy, this repository is a consolidation of all my notes and code practices. Feel free to explore.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages