Udemy Java Spring Boot Professional eCommerce Project Masterclass

0dayddl

U P L O A D E R
359020115_tuto.jpg

20.04 GB | 00:23:36 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
001 Course Introduction (152.25 MB)
003 Installing Java 21 on Windows (71.75 MB)
004 Installing Java 21 on Mac OS (35.44 MB)
005 Installing Java 21 on Ubuntu (21.73 MB)
006 Installing and Setting up Intellij Idea (78.26 MB)
001 How Does the Web Work (19.94 MB)
002 What is a Client Server (22.13 MB)
003 What are API's (19.11 MB)
004 Types of API Requests (10.73 MB)
005 What is REST API and its Architecture (13.61 MB)
006 http vs https (14.17 MB)
007 What are Status codes (24.41 MB)
008 What is Resource, URI and Sub-Resource (17.58 MB)
009 Well Let's Do It (7.58 MB)
001 What is Web Framework (24.23 MB)
002 Introduction to Spring Framework (14.6 MB)
003 Introduction to Tight Coupling and Loose Coupling (18.54 MB)
004 Hands On Introduction to Tight Coupling and Loose Coupling (146.21 MB)
004 sbfs-20-hands-on-tight-loose (14.98 KB)
005 Core Concepts of Spring Framework Java Web Development (104.77 MB)
006 Spring Container and Configuration (9.53 MB)
007 Setting Up a Spring Project (63.94 MB)
008 Creating Your First Bean (101.49 MB)
008 sbfs-24-creating-your-first-bean (19.79 KB)
009 Lifecycle of Bean (6.36 MB)
010 Dependency Injection (DI) (3.67 MB)
011 Constructor Injection Dependency Injection (75.54 MB)
011 sbfs-27-constructor-di (25.59 KB)
012 sbfs-28-setter-di (30.52 KB)
012 Setter Injection Dependency Injection (42.8 MB)
013 Challenge Inversion of Control (IoC) (168.3 MB)
013 sbfs-29-challenge-ioc (38.83 KB)
014 Introduction to Autowiring and its types (31.44 MB)
015 Autowiring by Name (110.87 MB)
015 sbfs-31-autowiring-name (44.29 KB)
016 Autowiring by Type (34.7 MB)
016 sbfs-32-autowiring-type (49.13 KB)
017 Autowiring by Constructor (26.67 MB)
017 sbfs-33-autowiring-constructor (54.14 KB)
001 Introduction to Annotations (10.21 MB)
002 Understanding Components and ComponentScan (13.03 MB)
003 Hands on Component and Component Scan with Spring [Without Annotations] (70.15 MB)
003 sbfs-37-hands-on-component-component-scan (58.08 KB)
004 @Value Annotation (16.97 MB)
004 sbfs-38-value-annotation (58.19 KB)
005 sbfs-39-xml-to-annotations (62.53 KB)
005 Transition from XML to Annotations in Spring Framework (50.07 MB)
006 @Autowired Annotation (53.27 MB)
006 sbfs-40-autowired-annotation (68.46 KB)
007 @Qualifier Annotation (12.2 MB)
007 sbfs-41-qualifier-annotation (68.49 KB)
001 Review So Far (9.94 MB)
002 Introduction to Spring Boot (36.74 MB)
003 How does Spring Boot work - Architecture (14.09 MB)
004 Getting Started with Spring Initializer (44.15 MB)
005 Setting up and understanding a Spring Boot Project in IntelliJ (73.18 MB)
006 Let's discuss Dependencies in Spring Boot (47.45 MB)
007 Designing our First Hello World API (31.81 MB)
007 sbfs-52-designing-our-first-hello-world-api (17.13 KB)
008 How did our API work (33.33 MB)
009 Understanding Spring Boot Auto-Configuration (19.24 MB)
010 Introduction to application properties (28.72 MB)
010 sbfs-55-introduction-to-application properties (17.15 KB)
011 Creating a POST request (18.43 MB)
012 Introduction and Setup for POSTMAN (30.65 MB)
013 Completing Setup of POSTMAN (40.6 MB)
014 Getting JSON Response (59.14 MB)
014 sbfs-60 1-json-response (18.79 KB)
015 Making use of @Pathvariable (49.91 MB)
015 sbfs-60 2-pathvariable (18.82 KB)
001 Setting up Project (23.07 MB)
002 Structuring Thoughts (88.67 MB)
003 Fetching All Categories (42.04 MB)
003 sbfs-64-fetching-all-categories (18.89 KB)
004 Adding New Categories (27.68 MB)
004 sbfs-65-adding-new-categories (19.21 KB)
005 sbfs-66-setting-up-category-service (21.64 KB)
005 Setting up Category Service (75.59 MB)
006 Challenge Managing ID's (35.67 MB)
006 sbfs-67-challenge-managing-ids (21.78 KB)
007 Delete Category (89.12 MB)
007 sbfs-68-delete-category (22.83 KB)
008 ResponseEntity Class (90.58 MB)
008 sbfs-69-responseentity-class (23.37 KB)
009 sbfs-69-responseentity-for-all (23.57 KB)
009 Using ResponseEntity for all Endpoints (52.58 MB)
010 Challenge Update Category (96.43 MB)
010 sbfs-70-challenge-update-category (24.44 KB)
011 @RequestMapping Annotation (66.9 MB)
011 sbfs-71-requestmapping (24.47 KB)
001 Basics Understanding Data and Databases (31.79 MB)
002 What is DBMS (10.84 MB)
003 Introduction to Relational Databases Concepts (20.77 MB)
004 Overview of SQL (11.4 MB)
005 What is ORM (28.63 MB)
001 What is JPA (11.37 MB)
002 Let's understand Data Layer (12.23 MB)
003 H2 database (17.33 MB)
004 Configuring our Project for JPA (109.75 MB)
004 sbfs-82-configuring-project-for-jpa (24.6 KB)
005 sbfs-83-understanding-entities-jpa (24.71 KB)
005 Understanding Entities in JPA (54.27 MB)
006 Behind the Scenes and Additional Properties (54.32 MB)
006 sbfs-84-behind-scenes-add-prop (24.8 KB)
007 Generation Types For Identity (46.02 MB)
007 sbfs-85-generation-types (24.85 KB)
008 Defining JPA Repositories (45.22 MB)
008 sbfs-86-defining-jpa-repositories (25.41 KB)
009 Making Category Persistent (55.43 MB)
009 sbfs-87-category-persistent (25.5 KB)
010 Testing changes (22.22 MB)
011 sbfs-89-using-optionals-services (25.74 KB)
011 Using Optionals in Services [Optimizing Code And Queries] (78.79 MB)
012 Experimenting Beyond (63.58 MB)
012 sbfs-90-experimenting-beyond (25.65 KB)
001 What is Lombok (25.39 MB)
002 Lombok Annotations You Should Know (92.4 MB)
003 Dark Mode in IntelliJ (4.94 MB)
004 Lombok in Action (41.51 MB)
004 sbfs-94-lombok-action (26.39 KB)
001 Introduction to Validations in Spring Boot (19.92 MB)
001 sbfs-94-validations-spring-boot (26.33 KB)
002 Making use of Hibernate Validator (54.19 MB)
002 sbfs-95-hibernate-validator (26.48 KB)
003 Making use of @Valid (64.39 MB)
003 sbfs-96-use-valid (26.54 KB)
004 Making Things More User Friendly (163.05 MB)
004 sbfs-97-making-user-friendly (28.95 KB)
005 Adding More Validations (27.85 MB)
005 sbfs-98-more-validations (29.06 KB)
006 Introduction to Custom Exceptions in Spring Boot (18.2 MB)
007 Implementing ResourceNotFoundException (69.89 MB)
007 sbfs-100-resourcenotfoundexception (29.67 KB)
008 Challenge Implement ResourceNotFoundException Services (34.47 MB)
008 sbfs-101-challenge-services (30.5 KB)
009 Adding More Custom Exceptions APIException (103.48 MB)
009 sbfs-102-more-custom-exceptions (31.92 KB)
010 sbfs-103-validation-no-categories (31.94 KB)
010 Validation For No Categories Present (22.71 MB)
011 Cleaning Up Controllers (52.28 MB)
011 sbfs-104-cleaning-up-controllers (31.77 KB)
001 What is Pagination and How it Works (91.01 MB)
002 Pagination in Our Project (78.25 MB)
003 What is DTO Pattern (8.78 MB)
004 Implementing DTO Pattern (59.23 MB)
004 sbfs-108-implementing-dto-pattern (32.47 KB)
005 Introduction and Usage Of Model Mapper (106.16 MB)
005 sbfs-109-intro-model-mapper (36.97 KB)
006 Challenge Implementing DTOs For CreateCategory (72.63 MB)
006 sbfs-110-implement-dtos-createcategory (37.12 KB)
007 Challenge Implementing DTOs For UpdateCategory (44.68 MB)
007 sbfs-111-implementing-dtos-updatecategory (36.91 KB)
008 Challenge Implementing DTOs For DeleteCategory (42.66 MB)
008 sbfs-112-implement-dtos-deletecategory (36.76 KB)
009 @RequestParam Annotation (82.47 MB)
009 sbfs-113-requestparam (37.12 KB)
010 Accepting Pagination Parameters (29.92 MB)
010 sbfs-114-accepting-pagination-param (37.1 KB)
011 Pageable and PageRequest (70.76 MB)
011 sbfs-115-pageable-pagerequest (37.15 KB)
012 Testing Changes (42.09 MB)
013 sbfs-117-updating-response-structure (38.35 KB)
013 Updating Response Structure to Include Pagination Details (55.41 MB)
014 Adding Default Values (31.18 MB)
014 sbfs-118-adding-default-values (39.28 KB)
015 Implementing Sorting (110.38 MB)
015 sbfs-119-implement-sorting (39.9 KB)
016 Implement APIResponse (38.67 MB)
016 sbfs-120-implement-apiresponse (41.5 KB)
001 Working with Multiple Entities Relationships (23.59 MB)
002 Social Media Platform (4.15 MB)
003 sbfs-123-setting-project (68.63 KB)
003 Setting Up the Project (17.81 MB)
004 One to One Relationship (54.88 MB)
004 sbfs-124-one-to-one-relationship (41.5 KB)
005 Bi-directional Mapping in One To One Relationship (59.63 MB)
005 sbfs-125-bi-directional-mapping (41.5 KB)
006 One to Many AND Many to One Relationship (70.79 MB)
006 sbfs-126-one-many-many-one (41.5 KB)
007 Many to Many Relationships (65.62 MB)
007 sbfs-127-many-to-many (41.5 KB)
008 sbfs-128-setting-up-apis (34.71 KB)
008 Setting Up API's (231.01 MB)
009 Circular References Using @JsonIgnore (55.76 MB)
009 sbfs-129-circular-references (34.81 KB)
010 Cascading (50.22 MB)
010 sbfs-130-cascading (34.88 KB)
011 CascadeType ALL (71.16 MB)
011 sbfs-131-cascade-all (35.16 KB)
012 CascadeType Persist (79.96 MB)
012 sbfs-132-cascade-persist (36.08 KB)
013 CascadeType REMOVE (18.31 MB)
013 sbfs-134-cascadetype-remove (35.99 KB)
014 Multiple Cascading at Once (17.38 MB)
014 sbfs-135-multiple-cascading (36 KB)
015 FetchTypes (8.73 MB)
016 Eager fetch type (63.66 MB)
016 sbfs-137-eager-fetch-type (36.44 KB)
017 Lazy fetch type (8.57 MB)
017 sbfs-138-lazy-fetch-type (36.47 KB)
018 Relationships in our Project (8.58 MB)
001 Understanding the Product Module (39.32 MB)
002 sbfs-141-setting-product-module (43.46 KB)
002 Setting Up Product Module (37.07 MB)
003 sbfs-142-dtos-products (44.2 KB)
003 Setting up DTOs for Products (20.59 MB)
004 Saving Products to a Category (148.53 MB)
004 sbfs-143-saving-products-category (54.09 KB)
005 Getting All the Products (75.09 MB)
005 sbfs-144-get-all-products (54.87 KB)
006 Get Products by Category (97.1 MB)
006 sbfs-145-get-products-by-category (55.49 KB)
007 Get Products by Keyword (92.85 MB)
007 sbfs-146-get-products-by-keyword (56.13 KB)
008 Challenge Update Product (128.49 MB)
008 sbfs-147-challenge-update-product (56.79 KB)
009 Challenge Delete Product (59.57 MB)
009 sbfs-148-challenge-delete-product (57.05 KB)
010 Loose Ends Using Product DTO in Controllers (85.61 MB)
010 sbfs-149-loose-ends-product-dto (57.24 KB)
011 sbfs-150-update-product-image (117.76 KB)
011 Update Product Image (254.61 MB)
012 Making Use of FileService and application properties (75.38 MB)
012 sbfs-151-fileservice-application-prop (178.43 KB)
013 Challenge Adding Validations and Custom Exceptions (144.45 MB)
013 sbfs-152-challenge-validations-exceptions (179.72 KB)
014 Challenge Implementing Pagination and Sorting (261.1 MB)
014 sbfs-153-challenge-pagination-sorting (182.57 KB)
002 Introduction to Security Before Getting Started With Spring Security (16.77 MB)
003 How Spring Security Works Flow and Internal Details (17.94 MB)
004 Getting Started with Spring Security Securing Spring Boot Applications (33.17 MB)
005 Understanding the default behaviour of Spring Security (47.07 MB)
006 More with Form Based Authentication in Spring Security (13.81 MB)
007 Writing your own Security Filter with Spring Security (102.72 MB)
008 Form Based vs Basic Authentication with Spring Security (24.22 MB)
009 Making Basic Authentication Stateless with Spring Security (20.55 MB)
010 Working with Postman with Spring Security (22.34 MB)
011 In-Memory Authentication with Spring Security (76.26 MB)
012 Role Based Authorization with Spring Security (53.82 MB)
013 Enabling H2 Database with Spring Security (70.62 MB)
014 Using Database to Store User Credentials with Spring Security (119.03 MB)
015 What is Hashing and Why its Important (6.5 MB)
016 Password Encoding and Hashing with Spring Security Password Security (47.42 MB)
017 JWT What is it and Why use it with Spring Security [JSON Web Token] (19.21 MB)
018 Understanding the Implementation (10.51 MB)
019 Setting up the project (17.38 MB)
020 Implementing JwtUtils (40.91 MB)
021 Creating Custom Filter for JWT Authentication with Spring Security (98.57 MB)
022 Defining AuthEntryPointJwt (43.11 MB)
023 Sign-in Flow with JWT and Spring Security (128.74 MB)
024 Managing Security Configurations with Spring Security (90.04 MB)
025 Testing Changes of JWT and Spring Security (160.27 MB)
001 How are we going to manage Users and their information (19.91 MB)
002 Implement Users (55.11 MB)
002 sbfs-179-implement-users (184.1 KB)
003 Implement Relationships (39.01 MB)
003 sbfs-180-implement-relationships (15.7 KB)
004 sbfs-181-uniqueconstraints (15.76 KB)
004 uniqueConstraints attribute (78.34 MB)
005 sbfs-182-seller-side (15.82 KB)
005 Seller Side of things (41.56 MB)
006 Implementing Addresses (64.53 MB)
006 sbfs-183-implementing-addresses (16.22 KB)
007 Loose Ends (32.09 MB)
007 sbfs-184-loose-ends (16.28 KB)
008 sbfs-185-testing-viewing-changes (16.28 KB)
008 Testing and viewing changes (13.64 MB)
001 Configuring Project to work with JWT [ JSON Web Token] (65.8 MB)
001 sbfs-186-configuring-project-jwt (22.95 KB)
002 Understanding UserDetails and UserDetailsService (96.05 MB)
003 Custom UserDetails (69.13 MB)
003 sbfs-188-custom-userdetails (24.08 KB)
004 Custom UserDetailService (45.63 MB)
004 sbfs-189-custom-userdetailservice (24.72 KB)
005 Creating UserRepository (19.58 MB)
005 sbfs-190-creating-userrepository (25.13 KB)
006 Managing Security Config (144.68 MB)
006 sbfs-191-managing-security-config (26.26 KB)
007 Overview of Authentication Controller (43.34 MB)
007 sbfs-192-overview-auth-controller (25.09 KB)
008 sbfs-193-signin-endpoint (26.2 KB)
008 Signin Endpoint (110.14 MB)
009 sbfs-194-signup-endpoint (27.6 KB)
009 Signup Endpoint (224.92 MB)
010 Creating RoleRepository (24.64 MB)
010 sbfs-195-rolerepository (27.99 KB)
011 Loose ends (105.11 MB)
011 sbfs-196-loose-ends (28.63 KB)
012 Testing Changes (131.76 MB)
013 Cookie Based Authentication in JWT (13.84 MB)
014 Modifying code to implement Cookie Based Auth (208.5 MB)
014 sbfs-199-implement-cookie-auth (28.8 KB)
015 Getting Authenticated User Details (108.41 MB)
015 sbfs-200-authenticated-user-details (28.86 KB)
016 sbfs-201-signout (28.93 KB)
016 Signout Endpoint (49.52 MB)
001 Thinking About Shopping Cart (41.85 MB)
002 Designing Cart Module (59.03 MB)
003 Creation of Cart Models (73.35 MB)
003 sbfs-205-cart-models (29.94 KB)
004 Relationships with Cart (39.08 MB)
004 sbfs-206-relationships-cart (30.08 KB)
005 DTOs and Repositories (35.03 MB)
005 sbfs-207-dtos-repositories (31.52 KB)
006 Adding Product to the Cart (207.87 MB)
006 sbfs-208-adding-product-cart (33.71 KB)
007 AuthUtils Class (86.74 MB)
007 sbfs-209-authutils-class (34.45 KB)
008 Fetching All Carts (59.31 MB)
008 sbfs-211-fetch-all-carts (34.66 KB)
009 Fetching Users Cart (184.11 MB)
009 sbfs-212-fetch-users-cart (34.94 KB)
010 sbfs-213-update-quantity-cart (35.31 KB)
010 Update Product Quantity in the Cart (141.94 MB)
011 Deleting Product from the Cart (62.08 MB)
011 sbfs-214-deleting-product-cart (35.5 KB)
012 sbfs-215-testing-changes (35.61 KB)
012 Testing Changes (116.83 MB)
013 sbfs-216-product-updated-deleted (35.97 KB)
013 What happens if a product is updated or deleted (129.01 MB)
001 Section Introduction (8.85 MB)
002 Different Databases and Magic of JPA (26.43 MB)
003 Installing MySQL on Windows (101.33 MB)
004 Installing MySQL on Mac (65.32 MB)
005 Installing MySQL on Linux (119.21 MB)
006 MySQL Interface (49 MB)
007 Configuring Application to work with MySQL (52.46 MB)
007 sbfs-225-config-app-mysql (36.05 KB)
008 Testing Changes (52.03 MB)
009 Database Schema Management (40.04 MB)
010 Installing PostgreSQL on Windows (31.86 MB)
011 Postgres and PgAdmin (11.47 MB)
012 Configuring Application to work with PostgreSQL (40.67 MB)
012 sbfs-233-config-app-postgresql (36.05 KB)
013 sbfs-234-testing-changes (36.05 KB)
013 Testing Changes (46.95 MB)
001 Thinking about managing Addresses (18.42 MB)
002 sbfs-239-dto-repository (36.76 KB)
002 Setting up DTO and Repository (27.45 MB)
003 Challenge Creating Addresses (196.14 MB)
003 sbfs-240-creating-addresses (38.3 KB)
004 Challenge Getting Addresses (65.3 MB)
004 sbfs-241-getting-addresses (38.37 KB)
005 Challenge Getting Specific Address (47.23 MB)
005 sbfs-242-get-specific-address (38.53 KB)
006 Challenge Getting Address By User (45.16 MB)
006 sbfs-243-get-address-by-user (38.58 KB)
007 Challenge Updating Address (111.97 MB)
007 sbfs-244-updating-address (38.81 KB)
008 Challenge Deleting Address (54.13 MB)
008 sbfs-245-deleting-address (38.89 KB)
001 sbfs-249-models-order (40 KB)
001 Setting up the models for Order Management (46.82 MB)
002 Managing Payments (44.02 MB)
002 sbfs-250-managing-payments (40.63 KB)
003 sbfs-251-dtos (42.16 KB)
003 Setting up DTO's (45.21 MB)
004 sbfs-252-order-repositories (43.25 KB)
004 Setting Up Repositories to Manage Orders (10.48 MB)
005 Managing Order Placements (26.64 MB)
005 sbfs-253-order-placements (43.91 KB)
006 Managing Order Placements Service Layer (231.5 MB)
006 sbfs-254-order-placements-service (45.53 KB)
007 Testing Order Placement (73.36 MB)
008 Fixing Quantity in All Carts API (22.71 MB)
008 sbfs-256-fixing-all-cart (45.59 KB)
001 Understanding Deployments (19.88 MB)
002 Overview of AWS and Setting up AWS Account (39.88 MB)
003 Setting up RDS in AWS Console (82.28 MB)
004 Preparing Our Spring Boot Application for Deployment (29.09 MB)
005 Point Your Application to Amazon RDS (39.83 MB)
006 Creating JAR File for our application (47.97 MB)
007 Deploying API's on Elastic BeanStalk (91.05 MB)
008 Testing Live Application (26.96 MB)
001 Old Promo Video - This gives you a sense of what's covered (46.71 MB)
002 Downloading required tools (24.25 MB)
003 Installing java on windows (11.03 MB)
004 Installing java on mac (3.26 MB)
005 Installing and configuring Intellij (19.08 MB)
001 What are API's (9.12 MB)
001 What is the Spring framework (6.87 MB)
002 What is Spring boot (10.7 MB)
003 Spring vs Spring boot (12.57 MB)
004 How does Spring Boot work - Architecture (10.95 MB)
001 Introduction to Spring initializer (16.07 MB)
002 Setting up spring boot project in Intellij (10.93 MB)
003 Exploring our Spring boot project (43.26 MB)
004 Other ways of working with Spring boot (STS and eclipse) (99.58 MB)
005 What is Maven and why do we need it (21.12 MB)
006 Simple API with Spring boot (4.3 MB)
007 What is application properties (15.02 MB)
008 Installing and setting up POSTMAN (25.95 MB)
009 Creating a controller and mapping it to a URL (100.59 MB)
010 Creating a service (44.12 MB)
011 Different types of API request (6.4 MB)
012 Getting a single employee (38.89 MB)
013 Adding a new employee using POST (77.86 MB)
014 Updating an existing employee (79.78 MB)
015 Deleting an employee (94.36 MB)
016 Specific mappings for your requests (101.17 MB)
001 What is JPA (4.38 MB)
002 Creating data access layer (41.13 MB)
003 H2 In-memory database (18.17 MB)
004 Using data access layer to get data (71.34 MB)
005 Moving other functionality to Db Update and delete Employee (74.2 MB)
006 Moving other functionality to Db getting all employees and single employee (30.7 MB)
007 Overview of project (12.65 MB)
008 Database Mappings (4.5 MB)
009 OneToOne Mapping (96.17 MB)
010 OneToMany Mapping (33.22 MB)
011 ManyToOne Mapping (21.39 MB)
012 ManyToMany Mapping (116.42 MB)
013 What is Cascading (14.42 MB)
014 Cascade ALL (123.17 MB)
015 Cascade PERSIST (31.8 MB)
016 Cascade REMOVE (16.81 MB)
017 Fetch Types (2.05 MB)
018 Eager fetch type (153.24 MB)
019 Lazy fetch type (43.03 MB)
020 EmployeeApplication-JPA (146.44 KB)
001 What is Thymeleaf (4.54 MB)
002 Creating our first Thymeleaf project (43.25 MB)
003 Adding javascript and css to the Thymeleaf template (23.14 MB)
004 Conditional statements with Thymeleaf (76.64 MB)
005 Iteration with Thymeleaf (59.6 MB)
006 Fragments in Thymeleaf (86.88 MB)
001 What are we going to build (15.03 MB)
002 Structuring our application (6.25 MB)
003 Creating our project with dependencies and setting up the database (14.34 MB)
004 Creating entities (119.16 MB)
005 Introducing Lombok (14.3 MB)
006 Defining endpoints (5.02 MB)
007 Creating data access and service layer for Book (55.34 MB)
008 Challenge Data access and service layer for Category, Publisher, Author (3.17 MB)
009 Creating data access and service layer for Author (21.07 MB)
010 Creating data access and service layer for Publisher (16.78 MB)
011 Creating data access and service layer for Category (20.4 MB)
012 Setting up dummy data (47.4 MB)
013 Defining presentation layer for Book Getting list and displaying on UI (171.13 MB)
014 Viewing book details (28.31 MB)
015 Deleting a book (19.13 MB)
016 Updating book (124.77 MB)
017 Adding a new Book (29.76 MB)
018 Challenge Presentation layer for Category, Publisher, Author (4.81 MB)
019 Defining presentation layer for Categories Getting list and displaying on UI (30.68 MB)
020 Deleting a category (8.82 MB)
021 Updating a category (30.57 MB)
022 Adding a new category (42.45 MB)
023 Defining presentation layer for Publisher Getting list and displaying on UI (41.62 MB)
024 Deleting a publisher (14.38 MB)
025 Updating a publisher (40.99 MB)
026 Adding a new publisher (21.24 MB)
027 Defining presentation layer for Author Getting list and displaying on UI (26.96 MB)
028 Deleting an author (13.02 MB)
029 Updating an author (43.54 MB)
030 Adding a new author (25.65 MB)
031 Creating a home page (25.13 MB)
032 Let's do a review (12.44 MB)
033 courselibrary (195.35 KB)
001 Project Overview (12.88 MB)
002 Setting up the Project (8.66 MB)
003 Structuring thoughts (4.07 MB)
004 Fetching All Jobs (51.01 MB)
005 Adding New Jobs (62.06 MB)
006 Setting Up PostMan (35.57 MB)
007 Setting up Job Service (59.65 MB)
008 Challenge Managing IDs (26.78 MB)
009 Getting Single Job (108.38 MB)
010 ResponseEntity Class (107 MB)
011 Challenge Delete Job (83.51 MB)
012 Challenge Update Job (91 MB)
013 RequestMapping Annotation (57.58 MB)
001 Let's understand Data Layer (11.38 MB)
002 Configuring our Project for JPA (40.11 MB)
003 Understanding Entities in JPA (54.25 MB)
004 Defining JPA Repositories (26.81 MB)
005 Making Jobs Persistent (73.66 MB)
006 Testing changes (131.36 MB)
001 What's Next (16.96 MB)
002 Setting up Company Controller, Service and Repository (12.66 MB)
003 Getting All Companies (70.66 MB)
004 Challenge Update Companies (74.71 MB)
005 Creating Companies (56.22 MB)
006 Company and Job Relationship (85.97 MB)
007 Challenge Delete Company (44.23 MB)
008 Challenge Get a Specific Company (48.33 MB)
009 Thinking about defining Reviews API (5.33 MB)
010 Challenge Defining Review Controller, Service and Repository (40.73 MB)
011 Company and Review Relationship (17.44 MB)
012 Getting All Reviews Of a Specific Company (84.1 MB)
013 Add a review for a specific company (98.79 MB)
014 Get a review by review ID for a specific company (69.04 MB)
015 Update a review by review ID for a specific company (71.52 MB)
016 Delete a review by review ID for a specific company (93.76 MB)
001 Introduction to Spring Boot Actuator (8.02 MB)
002 Setting up Spring Boot Actuator (58.56 MB)
003 Enabling all endpoints (28.34 MB)
004 Understanding Actuator Endpoints (14.43 MB)
005 Exploring health endpoint (36.79 MB)
006 Exploring info endpoint (17.26 MB)
007 Exploring metrics endpoint (39.06 MB)
008 Exploring loggers endpoint (39.5 MB)
009 Exploring beans endpoint (35.69 MB)
010 Exploring shutdown endpoint (32.27 MB)
001 Introduction to Docker (82.95 MB)
002 Docker Architecture (15.95 MB)
003 Concepts in Docker (7.44 MB)
004 Docker Registry (49.29 MB)
005 Docker and Spring Boot (36.89 MB)
006 Containerizing Our Spring Boot Application (90.33 MB)
007 Docker Commands (23.07 MB)
008 Running our Spring Boot Project with Docker (50.63 MB)
001 What Is PostgreSQL and Why Use It (20.03 MB)
002 Understanding dependencies (13.26 MB)
003 Configuring our application to work with PostgreSQL (39.38 MB)
004 Introducing Docker Networks (126.52 MB)
005 Running PostgreSQL locally with Docker (14.06 MB)
006 Docker Compose for Multi-Container Spring Boot Applications (78.53 MB)
007 Creating Databases using PGAdmin (33.01 MB)
008 Testing our application (39.52 MB)
001 Before Microservices (4.87 MB)
002 Problems with Monolithic Architecture (26.74 MB)
003 What are Microservices (15.22 MB)
004 Overcoming Monolithic Architecture Challenges (11.04 MB)
002 Course Bonus (37.85 MB)

Screenshot
csnRXcNS_o.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

581fe76a515518dd5c371e874fa8ab56.jpg

Java Spring Boot: Professional Ecommerce Project Masterclass
Last updated 9/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 18.15 GB | Duration: 50h 40m​

Master Spring Boot: Build eCommerce App, REST APIs, Hibernate, Spring Data JPA, Spring Security 6, JWT, Deploy on AWS

What you'll learn
Build a Production-Grade eCommerce App - Design, develop, and deploy a fully functional eCommerce app using Spring Boot, Spring Framework, and related tech
Implement Advanced Spring Security - Gain hands-on experience with Spring Security, including JWT for authentication and authorization, to secure your apps
Master Spring Framework and Spring Boot - Learn the fundamentals and advanced concepts of Spring Framework, Spring Boot, REST API development, JPA, Hibernate
Database Integration and Management - Work with PostgreSQL and MySQL databases, implement JPA for data persistence, and manage database relationships
Deploy Applications on AWS - Learn to deploy your Spring Boot applications on AWS, using best practices for cloud deployment and management.
Implement Pagination and Sorting - Efficiently manage data display in your applications by implementing pagination and sorting with Spring MVC.
Reduce Boilerplate Code - Use Lombok to reduce boilerplate code and enhance productivity in your Spring Boot projects.
Manage User Profiles and Roles - Gain expertise in managing user profiles, roles, and permissions effectively within your Spring Boot applications.
Be able to build and deploy a real-world eCommerce application.
Have hands-on experience with Spring Security to secure your application.
Be proficient in using databases like PostgreSQL and MySQL with Spring Boot.
Know how to implement advanced features such as JWT for authentication and authorization.
Be equipped with the knowledge to deploy applications on AWS.
Gain skills to manage user profiles, roles, and permissions effectively.
Learn how to integrate Spring AI [Artificial Intelligence] and Generative AI into your Spring Boot applications

Requirements
A computer with internet connection to install IntelliJ, Java
Basic understanding of Java

Description
The Complete Spring Boot Guide: Build a Production-Grade Complex eCommerce Real Time Project!Master Spring Framework and Spring Boot [ SprintBoot ] for complete beginners who wish to get on a path to be a Full Stack Java Developer ! Dive deep into Spring Framework and Spring MVC to build production-grade applications. Enhance your skills in Java, REST API development with hands-on experience. Learn to implement Spring Security with JWT for secure applications and explore advanced topics like Spring Cloud and Hibernate integration. This course covers everything from JPA to deploying on AWS, making you proficient in full stack web development. The knowledge gained through this course will also help you with learning Java Microservices using Spring Boot in Future.This course is 46+ HOURS long and all about mastering Spring Boot and building a real-world, production-grade eCommerce application step-by-step with best practices. Designed for developers looking to enhance their skills, this course offers comprehensive coverage of web development fundamentals, advanced Spring Framework concepts, and practical application of Spring Boot.Learn the essentials of web development and progress to advanced Spring Framework and Spring Boot concepts.In the end, We will also be learning Thymeleaf where we build a application and add interface to it.THIS COURSE COVERS:Introduction and SetupBasicsSpring Framework: The BasicsSpring Framework: Working with AnnotationsSpring Boot 101: Building Our First REST APIGetting Started With Ecommerce Application | Building Category ModuleDatabases and PersistenceGetting Started with JPAReduce Boilerplate Code: Introducing LombokValidations in Spring Boot APIImplementing Pagination and SortingWorking with Multiple Entities and Relationships With JPAWorking with PostgreSQL / MySQLManaging ProductsSpring Security | Securing Our ApplicationSpring Security: JSON Web Tokens [JWT]Managing User Profiles and RolesImplementing Our Own Custom Authentication in E-commerce AppImplementing Shopping CartDifferent Databases - PostgreSQL and MySQLManage User Address to Ship OrdersOrders and PaymentsRevisiting SecurityDeploying API on AWSSpring Boot ProfilesAdvanced Deployment Options with AWSSpring AIBy the end of this course, you'll be able to build and deploy a fully functional eCommerce application using Spring Boot and related technologies. This course is perfect for developers who want to enhance their skills and create production-grade applications. Enroll now and take your Spring Boot expertise to the next level!GUARANTEEThis course is backed by Udemy's 30-day money-back guarantee. If after taking this course you realize that this is not for you. Please request a refund, I only want satisfied studentsOUTCOME OF THIS COURSEBy the end of this course, you will:Understand the fundamentals of Spring Framework and Spring Boot.Be able to build and deploy a real-world eCommerce application.Have hands-on experience with Spring Security to secure your application.Be proficient in using databases like PostgreSQL and MySQL with Spring Boot.Know how to implement advanced features such as JWT for authentication and authorization.Be equipped with the knowledge to deploy applications on AWS.Gain skills to manage user profiles, roles, and permissions effectively.WHO IS THIS COURSE FOR?Any Beginner: This is a hands on guide for any professional who is beginner. Student should know basics of Java.Aspiring Full Stack Java Developers: If you're looking to become a well-rounded Java developer, this course will provide you with the skills and knowledge needed to build full-stack applications using Spring Boot.Intermediate to Advanced Java Developers: Developers with a basic understanding of Java who want to take their skills to the next level by learning how to build real-world, production-grade applications.Backend Developers: Those who are focused on server-side development and want to learn how to implement advanced backend features using Spring Boot, Spring Security, and JPA.Developers Interested in Microservices in Future: If you're looking to understand microservices architecture and how to implement it using Spring Boot and Spring Cloud, this course this course will provide you with the skills and knowledge needed to get on the path to learn Microservices next.Students and Professionals Preparing for Job Interviews: This course covers essential topics and practical skills that are frequently tested in job interviews, making it a valuable resource for job seekers.Anyone Looking to Enhance Their Web Development Skills: Whether you're a front-end developer looking to gain backend skills or a full stack developer wanting to deepen your knowledge of Spring Boot and related technologies, this course is suitable for you.SO ARE YOU READY TO GET STARTED?What are you waiting for? Press the BUY NOW button and start the course. See you inside.

Who this course is for:
Any developer who wants to learn how to build real world applications using spring boot,Any developer or engineer who wants to grow as a java developer

For More Courses Visit & Bookmark Your Preferred Language Blog
From Here: - - - - - - - -


FPgszoNu_o.jpg


Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

61272e13ea150050ab9152c79fea93aa.jpg

Java Spring Boot: Professional Ecommerce Project Masterclass
Last updated 9/2024
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English (US) | Size: 18.15 GB | Duration: 50h 40m​

Master Spring Boot: Build eCommerce App, REST APIs, Hibernate, Spring Data JPA, Spring Security 6, JWT, Deploy on AWS

What you'll learn
Build a Production-Grade eCommerce App - Design, develop, and deploy a fully functional eCommerce app using Spring Boot, Spring Framework, and related tech
Implement Advanced Spring Security - Gain hands-on experience with Spring Security, including JWT for authentication and authorization, to secure your apps
Master Spring Framework and Spring Boot - Learn the fundamentals and advanced concepts of Spring Framework, Spring Boot, REST API development, JPA, Hibernate
Database Integration and Management - Work with PostgreSQL and MySQL databases, implement JPA for data persistence, and manage database relationships
Deploy Applications on AWS - Learn to deploy your Spring Boot applications on AWS, using best practices for cloud deployment and management.
Implement Pagination and Sorting - Efficiently manage data display in your applications by implementing pagination and sorting with Spring MVC.
Reduce Boilerplate Code - Use Lombok to reduce boilerplate code and enhance productivity in your Spring Boot projects.
Manage User Profiles and Roles - Gain expertise in managing user profiles, roles, and permissions effectively within your Spring Boot applications.
Be able to build and deploy a real-world eCommerce application.
Have hands-on experience with Spring Security to secure your application.
Be proficient in using databases like PostgreSQL and MySQL with Spring Boot.
Know how to implement advanced features such as JWT for authentication and authorization.
Be equipped with the knowledge to deploy applications on AWS.
Gain skills to manage user profiles, roles, and permissions effectively.
Learn how to integrate Spring AI [Artificial Intelligence] and Generative AI into your Spring Boot applications

Requirements
A computer with internet connection to install IntelliJ, Java
Basic understanding of Java

Description
The Complete Spring Boot Guide: Build a Production-Grade Complex eCommerce Real Time Project!Master Spring Framework and Spring Boot [ SprintBoot ] for complete beginners who wish to get on a path to be a Full Stack Java Developer ! Dive deep into Spring Framework and Spring MVC to build production-grade applications. Enhance your skills in Java, REST API development with hands-on experience. Learn to implement Spring Security with JWT for secure applications and explore advanced topics like Spring Cloud and Hibernate integration. This course covers everything from JPA to deploying on AWS, making you proficient in full stack web development. The knowledge gained through this course will also help you with learning Java Microservices using Spring Boot in Future.This course is 46+ HOURS long and all about mastering Spring Boot and building a real-world, production-grade eCommerce application step-by-step with best practices. Designed for developers looking to enhance their skills, this course offers comprehensive coverage of web development fundamentals, advanced Spring Framework concepts, and practical application of Spring Boot.Learn the essentials of web development and progress to advanced Spring Framework and Spring Boot concepts.In the end, We will also be learning Thymeleaf where we build a application and add interface to it.THIS COURSE COVERS:Introduction and SetupBasicsSpring Framework: The BasicsSpring Framework: Working with AnnotationsSpring Boot 101: Building Our First REST APIGetting Started With Ecommerce Application | Building Category ModuleDatabases and PersistenceGetting Started with JPAReduce Boilerplate Code: Introducing LombokValidations in Spring Boot APIImplementing Pagination and SortingWorking with Multiple Entities and Relationships With JPAWorking with PostgreSQL / MySQLManaging ProductsSpring Security | Securing Our ApplicationSpring Security: JSON Web Tokens [JWT]Managing User Profiles and RolesImplementing Our Own Custom Authentication in E-commerce AppImplementing Shopping CartDifferent Databases - PostgreSQL and MySQLManage User Address to Ship OrdersOrders and PaymentsRevisiting SecurityDeploying API on AWSSpring Boot ProfilesAdvanced Deployment Options with AWSSpring AIBy the end of this course, you'll be able to build and deploy a fully functional eCommerce application using Spring Boot and related technologies. This course is perfect for developers who want to enhance their skills and create production-grade applications. Enroll now and take your Spring Boot expertise to the next level!GUARANTEEThis course is backed by Udemy's 30-day money-back guarantee. If after taking this course you realize that this is not for you. Please request a refund, I only want satisfied studentsOUTCOME OF THIS COURSEBy the end of this course, you will:Understand the fundamentals of Spring Framework and Spring Boot.Be able to build and deploy a real-world eCommerce application.Have hands-on experience with Spring Security to secure your application.Be proficient in using databases like PostgreSQL and MySQL with Spring Boot.Know how to implement advanced features such as JWT for authentication and authorization.Be equipped with the knowledge to deploy applications on AWS.Gain skills to manage user profiles, roles, and permissions effectively.WHO IS THIS COURSE FOR?Any Beginner: This is a hands on guide for any professional who is beginner. Student should know basics of Java.Aspiring Full Stack Java Developers: If you're looking to become a well-rounded Java developer, this course will provide you with the skills and knowledge needed to build full-stack applications using Spring Boot.Intermediate to Advanced Java Developers: Developers with a basic understanding of Java who want to take their skills to the next level by learning how to build real-world, production-grade applications.Backend Developers: Those who are focused on server-side development and want to learn how to implement advanced backend features using Spring Boot, Spring Security, and JPA.Developers Interested in Microservices in Future: If you're looking to understand microservices architecture and how to implement it using Spring Boot and Spring Cloud, this course this course will provide you with the skills and knowledge needed to get on the path to learn Microservices next.Students and Professionals Preparing for Job Interviews: This course covers essential topics and practical skills that are frequently tested in job interviews, making it a valuable resource for job seekers.Anyone Looking to Enhance Their Web Development Skills: Whether you're a front-end developer looking to gain backend skills or a full stack developer wanting to deepen your knowledge of Spring Boot and related technologies, this course is suitable for you.SO ARE YOU READY TO GET STARTED?What are you waiting for? Press the BUY NOW button and start the course. See you inside.

Who this course is for:
Any developer who wants to learn how to build real world applications using spring boot,Any developer or engineer who wants to grow as a java developer

For More Courses Visit & Bookmark Your Preferred Language Blog
From Here: - - - - - - - -


06cOSeNH_o.jpg



Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar
537368816_que-es-udemy-analisis-opiniones.jpg

29.28 GB | 42min 10s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
01 Course Introduction.mp4 (37.84 MB)
03 Installing Java 21 on Windows.mp4 (12.99 MB)
04 Installing Java 21 on Mac OS.mp4 (15.96 MB)
05 Installing Java 21 on Ubuntu.mp4 (15.19 MB)
06 Installing and Setting up Intellij Idea.mp4 (67.95 MB)
07 Jetbrains ToolBox.mp4 (13.91 MB)
08 Surprise!.mp4 (48.52 MB)
10 Source Code and Github Repository for the Course.mp4 (26.37 MB)
02 How Does the Web Work.mp4 (8.98 MB)
03 What is a Client Server.mp4 (10.29 MB)
04 What are API's.mp4 (8.71 MB)
05 Types of API Requests.mp4 (5.41 MB)
06 What is REST API and its Architecture.mp4 (6.63 MB)
07 http vs https.mp4 (6.19 MB)
08 What are Status codes.mp4 (11.63 MB)
09 What is Resource, URI and Sub-Resource.mp4 (7.41 MB)
10 Well Let's Do It.mp4 (7.58 MB)
01 What is Web Framework.mp4 (11.31 MB)
02 Introduction to Spring Framework.mp4 (7.15 MB)
03 Introduction to Tight Coupling and Loose Coupling.mp4 (8.9 MB)
04 Hands On Introduction to Tight Coupling and Loose Coupling.mp4 (137.41 MB)
05 Core Concepts of Spring Framework Java Web Development.mp4 (99.8 MB)
06 Spring Container and Configuration.mp4 (5.11 MB)
07 Setting Up a Spring Project.mp4 (48.38 MB)
08 Creating Your First Bean.mp4 (89.75 MB)
09 Lifecycle of Bean.mp4 (2.87 MB)
10 Dependency Injection (DI).mp4 (1.67 MB)
11 Constructor Injection Dependency Injection.mp4 (71.42 MB)
12 Setter Injection Dependency Injection.mp4 (31.17 MB)
13 Challenge Inversion of Control (IoC).mp4 (163.7 MB)
14 Introduction to Autowiring and its types.mp4 (24.16 MB)
15 Autowiring by Name.mp4 (105.61 MB)
16 Autowiring by Type.mp4 (33.11 MB)
17 Autowiring by Constructor.mp4 (25.69 MB)
01 Introduction to Annotations.mp4 (5.02 MB)
02 Understanding Components and ComponentScan.mp4 (6.08 MB)
03 Hands on Component and Component Scan with Spring [Without Annotations].mp4 (52.15 MB)
04 @Value Annotation.mp4 (7.94 MB)
05 Transition from XML to Annotations in Spring Framework.mp4 (43.98 MB)
06 @Autowired Annotation.mp4 (28.71 MB)
07 @Qualifier Annotation.mp4 (9.15 MB)
01 Review So Far.mp4 (5.02 MB)
02 Introduction to Spring Boot.mp4 (16.89 MB)
03 How does Spring Boot work - Architecture.mp4 (6.46 MB)
04 Getting Started with Spring Initializer.mp4 (21.29 MB)
05 Setting up and understanding a Spring Boot Project in IntelliJ.mp4 (55 MB)
06 Let's discuss Dependencies in Spring Boot.mp4 (44.69 MB)
07 Designing our First Hello World API.mp4 (18.41 MB)
08 How did our API work.mp4 (15.73 MB)
09 Understanding Spring Boot Auto-Configuration.mp4 (10.53 MB)
10 Introduction to application properties.mp4 (22.05 MB)
11 Creating a POST request.mp4 (9.31 MB)
12 Introduction and Setup for POSTMAN.mp4 (17.44 MB)
13 Completing Setup of POSTMAN.mp4 (23.63 MB)
14 Getting JSON Response.mp4 (45.81 MB)
15 Making use of @Pathvariable.mp4 (47.49 MB)
01 Setting up Project.mp4 (9.22 MB)
02 Structuring Thoughts.mp4 (53.41 MB)
03 Fetching All Categories.mp4 (37.13 MB)
04 Adding New Categories.mp4 (25.99 MB)
05 Setting up Category Service.mp4 (72.12 MB)
06 Challenge Managing ID's.mp4 (21.28 MB)
07 Delete Category.mp4 (85.32 MB)
08 ResponseEntity Class.mp4 (87.63 MB)
09 Using ResponseEntity for all Endpoints.mp4 (45.11 MB)
10 Challenge Update Category.mp4 (94.29 MB)
11 @RequestMapping Annotation.mp4 (66.9 MB)
01 Basics Understanding Data and Databases.mp4 (12.75 MB)
02 What is DBMS.mp4 (5.31 MB)
03 Introduction to Relational Databases Concepts.mp4 (10.16 MB)
04 Overview of SQL.mp4 (5.33 MB)
05 What is ORM.mp4 (11.99 MB)
01 What is JPA.mp4 (5.65 MB)
02 Let's understand Data Layer.mp4 (6.99 MB)
03 H2 database.mp4 (7.65 MB)
04 Configuring our Project for JPA.mp4 (75.52 MB)
05 Understanding Entities in JPA.mp4 (51.98 MB)
06 Behind the Scenes and Additional Properties.mp4 (51.35 MB)
07 Generation Types For Identity.mp4 (17.52 MB)
08 Defining JPA Repositories.mp4 (42.89 MB)
09 Making Category Persistent.mp4 (47.08 MB)
10 Testing changes.mp4 (21.17 MB)
11 Using Optionals in Services [Optimizing Code And Queries].mp4 (53.5 MB)
12 Experimenting Beyond.mp4 (61.46 MB)
01 What is Lombok.mp4 (11.13 MB)
02 Lombok Annotations You Should Know.mp4 (90.2 MB)
03 Dark Mode in IntelliJ.mp4 (2.55 MB)
04 Lombok Plugin and Annotation Processing.mp4 (15.99 MB)
05 Lombok in Action.mp4 (12.46 MB)
01 Introduction to Validations in Spring Boot.mp4 (8.57 MB)
02 Making use of Hibernate Validator.mp4 (46.64 MB)
03 Making use of @Valid.mp4 (62.36 MB)
04 Making Things More User Friendly.mp4 (67.01 MB)
05 Adding More Validations.mp4 (20.66 MB)
06 Introduction to Custom Exceptions in Spring Boot.mp4 (8.29 MB)
07 Implementing ResourceNotFoundException.mp4 (67.71 MB)
08 Challenge Implement ResourceNotFoundException Services.mp4 (24.06 MB)
09 Adding More Custom Exceptions APIException.mp4 (80.22 MB)
10 Validation For No Categories Present.mp4 (16.63 MB)
11 Cleaning Up Controllers.mp4 (51.81 MB)
01 What is Pagination and How it Works.mp4 (88.11 MB)
02 Pagination in Our Project.mp4 (69.47 MB)
03 What is DTO Pattern.mp4 (4.54 MB)
04 Implementing DTO Pattern.mp4 (56.21 MB)
05 Introduction and Usage Of Model Mapper.mp4 (101.98 MB)
06 Challenge Implementing DTOs For CreateCategory.mp4 (63.78 MB)
07 Challenge Implementing DTOs For UpdateCategory.mp4 (38.99 MB)
08 Challenge Implementing DTOs For DeleteCategory.mp4 (41.65 MB)
09 @RequestParam Annotation.mp4 (78.84 MB)
10 Accepting Pagination Parameters.mp4 (28.95 MB)
11 Pageable and PageRequest.mp4 (51.3 MB)
12 Testing Changes.mp4 (40.58 MB)
13 Updating Response Structure to Include Pagination Details.mp4 (53.38 MB)
14 Adding Default Values.mp4 (29.7 MB)
15 Implementing Sorting.mp4 (78.14 MB)
16 Implement APIResponse.mp4 (27.99 MB)
01 Working with Multiple Entities Relationships.mp4 (11.2 MB)
02 Social Media Platform.mp4 (2.15 MB)
03 Setting Up the Project.mp4 (8.75 MB)
04 One to One Relationship.mp4 (41.8 MB)
05 Bi-directional Mapping in One To One Relationship.mp4 (46.91 MB)
06 One to Many AND Many to One Relationship.mp4 (61.77 MB)
07 Many to Many Relationships.mp4 (62.55 MB)
08 Setting Up API's.mp4 (223.05 MB)
09 Circular References Using @JsonIgnore.mp4 (54.22 MB)
10 Cascading.mp4 (47.11 MB)
11 CascadeType ALL.mp4 (67.35 MB)
12 CascadeType Persist.mp4 (77.25 MB)
13 CascadeType REMOVE.mp4 (16.05 MB)
14 Multiple Cascading at Once.mp4 (7.63 MB)
15 FetchTypes.mp4 (4.33 MB)
16 Eager fetch type.mp4 (46.16 MB)
17 Lazy fetch type.mp4 (3.75 MB)
18 Relationships in our Project.mp4 (15.13 MB)
01 Understanding the Product Module.mp4 (19.53 MB)
02 Setting Up Product Module.mp4 (19.45 MB)
03 Setting up DTOs for Products.mp4 (18.19 MB)
04 Saving Products to a Category.mp4 (112.72 MB)
05 Getting All the Products.mp4 (55.77 MB)
06 Get Products by Category.mp4 (85.89 MB)
07 Get Products by Keyword.mp4 (89.58 MB)
08 Challenge Update Product.mp4 (124.34 MB)
09 Challenge Delete Product.mp4 (52.5 MB)
10 Loose Ends Using Product DTO in Controllers.mp4 (57.15 MB)
11 Update Product Image.mp4 (244.89 MB)
12 Making Use of FileService and application properties.mp4 (64.31 MB)
13 Challenge Adding Validations and Custom Exceptions.mp4 (141.04 MB)
14 Challenge Implementing Pagination and Sorting.mp4 (255.4 MB)
02 Introduction to Security Before Getting Started With Spring Security.mp4 (16.77 MB)
03 How Spring Security Works Flow and Internal Details.mp4 (17.94 MB)
04 Getting Started with Spring Security Securing Spring Boot Applications.mp4 (33.17 MB)
05 Understanding the default behaviour of Spring Security.mp4 (47.07 MB)
06 More with Form Based Authentication in Spring Security.mp4 (13.81 MB)
07 Writing your own Security Filter with Spring Security.mp4 (102.72 MB)
08 Form Based vs Basic Authentication with Spring Security.mp4 (24.22 MB)
09 Making Basic Authentication Stateless with Spring Security.mp4 (20.55 MB)
10 Working with Postman with Spring Security.mp4 (22.34 MB)
11 In-Memory Authentication with Spring Security.mp4 (76.26 MB)
12 Role Based Authorization with Spring Security.mp4 (53.82 MB)
13 Enabling H2 Database with Spring Security.mp4 (60.36 MB)
14 Using Database to Store User Credentials with Spring Security.mp4 (119.03 MB)
15 What is Hashing and Why its Important.mp4 (6.5 MB)
16 Password Encoding and Hashing with Spring Security Password Security.mp4 (47.42 MB)
17 JWT What is it and Why use it with Spring Security [JSON Web Token].mp4 (19.21 MB)
18 Understanding the Implementation.mp4 (10.51 MB)
19 Setting up the project.mp4 (17.38 MB)
20 Implementing JwtUtils.mp4 (40.91 MB)
21 Creating Custom Filter for JWT Authentication with Spring Security.mp4 (98.57 MB)
22 Defining AuthEntryPointJwt.mp4 (43.11 MB)
23 Sign-in Flow with JWT and Spring Security.mp4 (128.74 MB)
24 Managing Security Configurations with Spring Security.mp4 (90.04 MB)
25 Testing Changes of JWT and Spring Security.mp4 (160.27 MB)
01 How are we going to manage Users and their information.mp4 (8.79 MB)
02 Implement Users.mp4 (30.26 MB)
03 Implement Relationships.mp4 (17.86 MB)
04 uniqueConstraints attribute.mp4 (76.2 MB)
05 Seller Side of things.mp4 (36.76 MB)
06 Implementing Addresses.mp4 (56.43 MB)
07 Loose Ends.mp4 (21.77 MB)
08 Testing and viewing changes.mp4 (10.22 MB)
01 Configuring Project to work with JWT [ JSON Web Token].mp4 (64.58 MB)
02 Understanding UserDetails and UserDetailsService.mp4 (47.81 MB)
03 Custom UserDetails.mp4 (60.35 MB)
04 Custom UserDetailService.mp4 (43.91 MB)
05 Creating UserRepository.mp4 (9.34 MB)
06 Managing Security Config.mp4 (140.61 MB)
07 Overview of Authentication Controller.mp4 (33.66 MB)
08 Signin Endpoint.mp4 (73.93 MB)
09 Signup Endpoint.mp4 (194.72 MB)
10 Creating RoleRepository.mp4 (17.06 MB)
11 Loose ends.mp4 (89.09 MB)
12 Testing Changes.mp4 (127.58 MB)
13 Cookie Based Authentication in JWT.mp4 (6.51 MB)
14 Modifying code to implement Cookie Based Auth.mp4 (203.15 MB)
15 Getting Authenticated User Details.mp4 (105.05 MB)
16 Signout Endpoint.mp4 (47.73 MB)
01 Thinking About Shopping Cart.mp4 (29.67 MB)
02 Designing Cart Module.mp4 (24.83 MB)
03 Creation of Cart Models.mp4 (57.02 MB)
04 Relationships with Cart.mp4 (37.7 MB)
05 DTOs and Repositories.mp4 (18.7 MB)
06 Adding Product to the Cart.mp4 (199.43 MB)
07 AuthUtils Class.mp4 (83.59 MB)
08 Fetching All Carts.mp4 (51.78 MB)
09 Fetching Users Cart.mp4 (176.91 MB)
10 Update Product Quantity in the Cart.mp4 (123.39 MB)
11 Deleting Product from the Cart.mp4 (53.28 MB)
12 Testing Changes.mp4 (114.12 MB)
13 What happens if a product is updated or deleted.mp4 (127.11 MB)
01 Section Introduction.mp4 (4.57 MB)
02 Different Databases and Magic of JPA.mp4 (19.63 MB)
03 Installing MySQL on Windows.mp4 (78.99 MB)
04 Installing MySQL on Mac.mp4 (50.9 MB)
05 Installing MySQL on Linux.mp4 (113.26 MB)
06 MySQL Interface.mp4 (21.28 MB)
07 Configuring Application to work with MySQL.mp4 (29.73 MB)
08 Testing Changes.mp4 (50.02 MB)
09 Database Schema Management.mp4 (16.69 MB)
10 Installing PostgreSQL on Windows.mp4 (25.26 MB)
11 Postgres and PgAdmin.mp4 (5.91 MB)
12 Configuring Application to work with PostgreSQL.mp4 (23.3 MB)
13 Testing Changes.mp4 (41.49 MB)
01 Thinking about managing Addresses.mp4 (8.05 MB)
02 Setting up DTO and Repository.mp4 (23.39 MB)
03 Challenge Creating Addresses.mp4 (188.6 MB)
04 Challenge Getting Addresses.mp4 (63.04 MB)
05 Challenge Getting Specific Address.mp4 (45.49 MB)
06 Challenge Getting Address By User.mp4 (32.72 MB)
07 Challenge Updating Address.mp4 (108.55 MB)
08 Challenge Deleting Address.mp4 (47.2 MB)
01 Setting up the models for Order Management.mp4 (33.99 MB)
02 Managing Payments.mp4 (42.36 MB)
03 Setting up DTO's.mp4 (24.62 MB)
04 Setting Up Repositories to Manage Orders.mp4 (5.67 MB)
05 Managing Order Placements.mp4 (19.11 MB)
06 Managing Order Placements Service Layer.mp4 (199.75 MB)
07 Testing Order Placement.mp4 (70.03 MB)
08 Fixing Quantity in All Carts API.mp4 (22.02 MB)
01 Understanding Deployments.mp4 (8.86 MB)
02 Overview of AWS and Setting up AWS Account.mp4 (38.86 MB)
03 Setting up RDS in AWS Console.mp4 (73.17 MB)
04 Preparing Our Spring Boot Application for Deployment.mp4 (12.18 MB)
05 Point Your Application to Amazon RDS.mp4 (30.9 MB)
06 Creating JAR File for our application.mp4 (46.22 MB)
07 Deploying API's on Elastic BeanStalk.mp4 (80.38 MB)
08 Testing Live Application.mp4 (14.77 MB)
01 Course Going Forward Becoming a Spring Boot Full Stack Developer.mp4 (28.07 MB)
01 Introduction to React.mp4 (25.35 MB)
02 How Web Worked Before React.mp4 (76.82 MB)
03 Creating Your First React Project.mp4 (46.02 MB)
04 Installing Visual Studio Code.mp4 (8.94 MB)
05 Moving to Visual Studio Code.mp4 (30.96 MB)
06 Exploring the Project Structure.mp4 (30 MB)
07 Our First React Project.mp4 (24.31 MB)
08 Introduction to Vite and Setting it up.mp4 (56.31 MB)
09 Moving to Visual Studio Code and Changing Port.mp4 (38.82 MB)
01 Introduction to JSX Syntax and Rules.mp4 (59.04 MB)
02 Expressions and attributes with JSX.mp4 (64.13 MB)
03 Conditional Rendering.mp4 (48.55 MB)
04 JSX and Functions.mp4 (24.48 MB)
05 Comments in JSX.mp4 (7.59 MB)
06 PROJECT Building a Portfolio Website using React.mp4 (203.49 MB)
01 Introduction to Components and Creating Your First Component.mp4 (69.69 MB)
02 Hands-On with Components.mp4 (134.02 MB)
03 Understanding Props.mp4 (31.96 MB)
04 Working with Multiple Props.mp4 (12.1 MB)
05 Managing Boolean Values and PropTypes.mp4 (18.3 MB)
06 Destructuring Props.mp4 (20.08 MB)
07 Validating Props with PropTypes in React.mp4 (47.41 MB)
08 Using Props with Arrays.mp4 (80.59 MB)
09 Setting Up Callbacks.mp4 (32.89 MB)
10 Props and the Spread Syntax.mp4 (26.74 MB)
01 Introduction to React Hooks.mp4 (13.31 MB)
02 Understanding State.mp4 (36.94 MB)
03 Setting State in Functional Components with React Hooks.mp4 (82.04 MB)
04 Managing Multiple State Variables.mp4 (44.47 MB)
05 Understanding the Asynchronous Nature of React.mp4 (52.89 MB)
06 Passing Arrays and Objects to State.mp4 (160.58 MB)
07 State vs Props Key Differences.mp4 (6.22 MB)
08 Project Managing Form Inputs with useState in React.mp4 (109.15 MB)
09 Project Building Your Own Color Picker App.mp4 (163.76 MB)
01 Introduction to useEffect.mp4 (57.26 MB)
02 Understanding the Importance of the Dependency Array.mp4 (64.36 MB)
03 Project Building a Mouse Tracker with the useEffect Hook.mp4 (17.52 MB)
04 Using Cleanup Functions with React's useEffect Hook.mp4 (84.49 MB)
05 Project Creating a Digital Clock.mp4 (59.14 MB)
01 Introduction to useRef.mp4 (140.87 MB)
02 Using useRef with HTML Elements.mp4 (81.24 MB)
01 What is Prop Drilling.mp4 (40.68 MB)
02 Introduction to useContext.mp4 (24.21 MB)
03 Implementing a Provider.mp4 (20.56 MB)
04 Updating the Value of Context.mp4 (55.92 MB)
05 Understanding Context Scope Inside vs Outside the Provider.mp4 (46.89 MB)
01 Introduction to Custom Hooks.mp4 (41.5 MB)
02 Updating a Custom Hook.mp4 (11.39 MB)
01 Working with APIs in React.mp4 (137.22 MB)
02 Handling Loading and Errors.mp4 (113.55 MB)
03 Making API Calls with Axios.mp4 (67.38 MB)
04 Making Multiple GET Requests Simultaneously.mp4 (53.07 MB)
05 Sending POST Requests.mp4 (33.53 MB)
06 Using Interceptors in Axios.mp4 (47.48 MB)
07 Creating a Custom Axios Instance.mp4 (38.26 MB)
08 Enhancing a Custom Axios Instance with Interceptors.mp4 (41.45 MB)
01 Introduction to Forms in React.mp4 (127.07 MB)
02 Common Issues in Basic Forms.mp4 (47.72 MB)
03 Introduction to React Hook Form.mp4 (88.98 MB)
04 Watching Values in React Hook Form.mp4 (59.16 MB)
05 Implementing Validations with React Hook Form.mp4 (103.9 MB)
06 Performance Comparison Basic Forms vs React Hook Form.mp4 (14.23 MB)
07 Managing Form Reset.mp4 (13.51 MB)
08 Adding Custom Validation.mp4 (31.54 MB)
09 Implementing Advanced Custom Validations.mp4 (125.27 MB)
01 Introduction to Tailwind CSS.mp4 (54.71 MB)
02 Setting Up a Simple HTML Project with Tailwind CSS.mp4 (51.42 MB)
03 Setting Up a React Project with Tailwind CSS.mp4 (132.85 MB)
04 Advancing with Tailwind CSS in React Responsive Design and Custom Theme.mp4 (105.76 MB)
05 PROJECT Implementing Dark Mode using Tailwind CSS.mp4 (97.87 MB)
01 Introduction to Routing with React.mp4 (11.92 MB)
02 Setting Up Routes.mp4 (49.19 MB)
03 Adding Navigation to your Application.mp4 (126.17 MB)
04 Nested Routes.mp4 (50.19 MB)
05 Building 404 Page (Not Found).mp4 (10.84 MB)
01 useLocation Hook.mp4 (24.04 MB)
02 useNavigate Hook.mp4 (64.33 MB)
03 useSearchParams Hook and URLSearchParams.mp4 (145.23 MB)
01 Introduction to Redux.mp4 (13.19 MB)
02 Getting Started with Redux.mp4 (29.84 MB)
03 Defining Actions.mp4 (12 MB)
04 Defining Reducer.mp4 (21.95 MB)
05 Defining a Store.mp4 (6.64 MB)
06 Creating the Counter.mp4 (114.24 MB)
07 Adding Display Component to Understand Sharing of Data.mp4 (11.04 MB)
08 Upgrading Store Setup to that of Redux Toolkit.mp4 (49.94 MB)
09 Introduction to Redux DevTools.mp4 (31.99 MB)
10 Destructuring and Updating State in JavaScript.mp4 (5.68 MB)
11 Project Fetching Data From Remote API and State Management Using Redux.mp4 (345.09 MB)
12 Redux ToolKit vs Traditional createStore Approach.mp4 (33.26 MB)
01 Creating a React Project.mp4 (60.71 MB)
02 Configuring Dependencies in our Project.mp4 (145.66 MB)
01 Building a Structured, Scalable Product StoreFront Structure and Design.mp4 (14.26 MB)
02 Setting up the Structure.mp4 (3.99 MB)
03 Getting Started with Product Component to Set Layout.mp4 (146.13 MB)
04 Build and Style the ProductCard Component.mp4 (267.08 MB)
05 Add Product View Functionality (Modal).mp4 (311.01 MB)
06 Understanding Role of Redux in Our Application.mp4 (10.07 MB)
07 Set Up Redux for Global State Management.mp4 (39.86 MB)
08 Configuring the Custom Axios Instance.mp4 (21.83 MB)
09 Fetching Products From the API.mp4 (143.9 MB)
10 Fixing the CORS Issue.mp4 (70.09 MB)
11 Constructing and Accessing Image Urls For Front End Application.mp4 (154.49 MB)
12 Managing Loaders and Error Scenarios.mp4 (57.26 MB)
13 Understanding Product Filter Functionality.mp4 (34.83 MB)
14 Setting Product Filter Interface.mp4 (242.83 MB)
15 Adding Life to Product Filters.mp4 (297.67 MB)
16 Filter Products Based on URL Params.mp4 (128.02 MB)
17 Implementing Category and Keyword Filtering Logic in Backend.mp4 (126.56 MB)
18 Testing Filter Updates.mp4 (1.92 MB)
19 Making Categories Dynamic.mp4 (121.23 MB)
20 Improving Our Loader.mp4 (75.44 MB)
21 Building Pagination For Our Products.mp4 (323.19 MB)
22 Reusable Utilities Truncating Text and Formatting Data in React.mp4 (49.35 MB)
23 Organizing Files, Putting All Together and Testing.mp4 (80.98 MB)
01 Structuring Thoughts.mp4 (10.13 MB)
02 Setting up Routing.mp4 (34.51 MB)
03 Setting up Banner on Home Page.mp4 (305.6 MB)
04 Displaying Products on Home Page.mp4 (140.28 MB)
05 Setting up Navbar.mp4 (238.91 MB)
06 Building the About Page.mp4 (159.44 MB)
07 Building the Contact Page.mp4 (145.93 MB)
01 Understanding Shopping Carts.mp4 (31.66 MB)
02 Building Add to Cart Functionality.mp4 (287.32 MB)
03 Building Cart Page.mp4 (148.96 MB)
04 Displaying Cart Content.mp4 (215.94 MB)
05 Allowing Users to Increase Quantity From Cart.mp4 (210.42 MB)
06 Allowing Users to Decrease Quantity From Cart.mp4 (52.81 MB)
07 Allowing Users to Remove Items From Cart.mp4 (103.5 MB)
08 Setting Up Empty Cart Page.mp4 (57.24 MB)
09 Formatting Cart Data to Display.mp4 (49.66 MB)
10 Building a Reactive Cart Badge for the Navbar.mp4 (25.27 MB)
11 Fixing Subtotal Price in Shopping Cart.mp4 (12.46 MB)
01 Introduction to the Project.mp4 (24.73 MB)
03 What is Spring AI.mp4 (77.15 MB)
04 Application Demo Spring AI Building Stock Photo Generator + Bot + Recipe App.mp4 (18.11 MB)
05 Setting up Spring AI Project.mp4 (22.59 MB)
06 Understanding OpenAI, Generating Keys.mp4 (32.32 MB)
07 Building Service to Chat.mp4 (42.87 MB)
08 Building Controller to Chat.mp4 (18.01 MB)
09 Making use of options.mp4 (125.46 MB)
10 Building Service to Generate Images.mp4 (46.46 MB)
11 Building Controller for Images.mp4 (55.61 MB)
12 Differents options for image generation.mp4 (192.84 MB)
13 Parameterizing Values.mp4 (55.4 MB)
14 Building Recipe Generator.mp4 (116.86 MB)
15 Setting up the react application.mp4 (29.87 MB)
16 Getting Started to up the interface.mp4 (53.62 MB)
17 Understanding Conditional Rendering.mp4 (18.91 MB)
18 Implementing the CSS.mp4 (27.88 MB)
19 Setting up the components we need.mp4 (21.8 MB)
20 Building the Generate Image Functionality.mp4 (130.22 MB)
21 Fixing the CORS Issue.mp4 (62.57 MB)
22 Setting up Chat Functionality.mp4 (41.33 MB)
23 Integrating Create Recipe API.mp4 (76.02 MB)
01 Introduction to the Project.mp4 (10.96 MB)
02 Setting up Spring AI Project.mp4 (11.27 MB)
03 Running the App For the First Time.mp4 (13.85 MB)
04 Understanding OpenAI, Generating Keys.mp4 (18.86 MB)
05 Configuring API Keys in Project.mp4 (5.71 MB)
06 Building the API.mp4 (198.03 MB)
07 Getting API to Work.mp4 (52.78 MB)
08 Setting up Front end Project.mp4 (54.35 MB)
09 Building the Front end.mp4 (129.91 MB)
10 Testing the Application.mp4 (6.77 MB)
11 Adding CSS.mp4 (53.71 MB)
01 Old Promo Video - This gives you a sense of what's covered.mp4 (22.97 MB)
02 Downloading required tools.mp4 (24.25 MB)
03 Installing java on windows.mp4 (11.03 MB)
04 Installing java on mac.mp4 (3.26 MB)
05 Installing and configuring Intellij.mp4 (19.08 MB)
01 What are API's.mp4 (9.12 MB)
01 What is the Spring framework.mp4 (6.87 MB)
02 What is Spring boot.mp4 (10.7 MB)
03 Spring vs Spring boot.mp4 (12.57 MB)
04 How does Spring Boot work - Architecture.mp4 (10.95 MB)
01 Introduction to Spring initializer.mp4 (16.07 MB)
02 Setting up spring boot project in Intellij.mp4 (10.93 MB)
03 Exploring our Spring boot project.mp4 (43.26 MB)
04 Other ways of working with Spring boot (STS and eclipse).mp4 (99.58 MB)
05 What is Maven and why do we need it.mp4 (21.12 MB)
06 Simple API with Spring boot.mp4 (4.3 MB)
07 What is application properties.mp4 (15.02 MB)
08 Installing and setting up POSTMAN.mp4 (25.95 MB)
09 Creating a controller and mapping it to a URL.mp4 (100.59 MB)
10 Creating a service.mp4 (44.12 MB)
11 Different types of API request.mp4 (6.4 MB)
12 Getting a single employee.mp4 (38.89 MB)
13 Adding a new employee using POST.mp4 (77.86 MB)
14 Updating an existing employee.mp4 (79.78 MB)
15 Deleting an employee.mp4 (94.36 MB)
16 Specific mappings for your requests.mp4 (101.17 MB)
01 What is JPA.mp4 (4.38 MB)
02 Creating data access layer.mp4 (41.13 MB)
03 H2 In-memory database.mp4 (18.17 MB)
04 Using data access layer to get data.mp4 (71.34 MB)
05 Moving other functionality to Db Update and delete Employee.mp4 (74.2 MB)
06 Moving other functionality to Db getting all employees and single employee.mp4 (30.7 MB)
07 Overview of project.mp4 (12.65 MB)
08 Database Mappings.mp4 (4.5 MB)
09 OneToOne Mapping.mp4 (96.17 MB)
10 OneToMany Mapping.mp4 (33.22 MB)
11 ManyToOne Mapping.mp4 (21.39 MB)
12 ManyToMany Mapping.mp4 (116.42 MB)
13 What is Cascading.mp4 (14.42 MB)
14 Cascade ALL.mp4 (123.17 MB)
15 Cascade PERSIST.mp4 (31.8 MB)
16 Cascade REMOVE.mp4 (16.81 MB)
17 Fetch Types.mp4 (2.06 MB)
18 Eager fetch type.mp4 (153.24 MB)
19 Lazy fetch type.mp4 (43.03 MB)
01 What is Thymeleaf.mp4 (4.54 MB)
02 Creating our first Thymeleaf project.mp4 (43.25 MB)
03 Adding javascript and css to the Thymeleaf template.mp4 (23.14 MB)
04 Conditional statements with Thymeleaf.mp4 (76.64 MB)
05 Iteration with Thymeleaf.mp4 (59.6 MB)
06 Fragments in Thymeleaf.mp4 (86.88 MB)
01 What are we going to build.mp4 (15.03 MB)
02 Structuring our application.mp4 (6.25 MB)
03 Creating our project with dependencies and setting up the database.mp4 (14.34 MB)
04 Creating entities.mp4 (119.16 MB)
05 Introducing Lombok.mp4 (14.3 MB)
06 Defining endpoints.mp4 (5.02 MB)
07 Creating data access and service layer for Book.mp4 (55.34 MB)
08 Challenge Data access and service layer for Category, Publisher, Author.mp4 (3.17 MB)
09 Creating data access and service layer for Author.mp4 (21.07 MB)
10 Creating data access and service layer for Publisher.mp4 (16.78 MB)
11 Creating data access and service layer for Category.mp4 (20.4 MB)
12 Setting up dummy data.mp4 (47.4 MB)
13 Defining presentation layer for Book Getting list and displaying on UI.mp4 (171.13 MB)
14 Viewing book details.mp4 (28.31 MB)
15 Deleting a book.mp4 (19.13 MB)
16 Updating book.mp4 (124.77 MB)
17 Adding a new Book.mp4 (29.76 MB)
18 Challenge Presentation layer for Category, Publisher, Author.mp4 (4.81 MB)
19 Defining presentation layer for Categories Getting list and displaying on UI.mp4 (30.68 MB)
20 Deleting a category.mp4 (8.82 MB)
21 Updating a category.mp4 (30.57 MB)
22 Adding a new category.mp4 (42.45 MB)
23 Defining presentation layer for Publisher Getting list and displaying on UI.mp4 (41.62 MB)
24 Deleting a publisher.mp4 (14.38 MB)
25 Updating a publisher.mp4 (40.99 MB)
26 Adding a new publisher.mp4 (21.24 MB)
27 Defining presentation layer for Author Getting list and displaying on UI.mp4 (26.96 MB)
28 Deleting an author.mp4 (13.02 MB)
29 Updating an author.mp4 (43.54 MB)
30 Adding a new author.mp4 (25.65 MB)
31 Creating a home page.mp4 (25.13 MB)
32 Let's do a review.mp4 (12.44 MB)
01 Project Overview.mp4 (6.85 MB)
02 Setting up the Project.mp4 (4.84 MB)
03 Structuring thoughts.mp4 (2.17 MB)
04 Fetching All Jobs.mp4 (47.24 MB)
05 Adding New Jobs.mp4 (57.49 MB)
06 Setting Up PostMan.mp4 (20.02 MB)
07 Setting up Job Service.mp4 (34.7 MB)
08 Challenge Managing IDs.mp4 (23.95 MB)
09 Getting Single Job.mp4 (95.49 MB)
10 ResponseEntity Class.mp4 (102.65 MB)
11 Challenge Delete Job.mp4 (65.15 MB)
12 Challenge Update Job.mp4 (68.84 MB)
13 RequestMapping Annotation.mp4 (49.66 MB)
01 Let's understand Data Layer.mp4 (4.85 MB)
02 Configuring our Project for JPA.mp4 (37.24 MB)
03 Understanding Entities in JPA.mp4 (24.36 MB)
04 Defining JPA Repositories.mp4 (20.95 MB)
05 Making Jobs Persistent.mp4 (38.32 MB)
06 Testing changes.mp4 (127.06 MB)
01 What's Next.mp4 (6.9 MB)
02 Setting up Company Controller, Service and Repository.mp4 (5.87 MB)
03 Getting All Companies.mp4 (66.58 MB)
04 Challenge Update Companies.mp4 (71.96 MB)
05 Creating Companies.mp4 (40.89 MB)
06 Company and Job Relationship.mp4 (82.54 MB)
07 Challenge Delete Company.mp4 (15.54 MB)
08 Challenge Get a Specific Company.mp4 (35.88 MB)
09 Thinking about defining Reviews API.mp4 (1.94 MB)
10 Challenge Defining Review Controller, Service and Repository.mp4 (22.46 MB)
11 Company and Review Relationship.mp4 (6.78 MB)
12 Getting All Reviews Of a Specific Company.mp4 (79.93 MB)
13 Add a review for a specific company.mp4 (73.89 MB)
14 Get a review by review ID for a specific company.mp4 (50.73 MB)
15 Update a review by review ID for a specific company.mp4 (54.75 MB)
16 Delete a review by review ID for a specific company.mp4 (42.01 MB)
01 Introduction to Spring Boot Actuator.mp4 (4.08 MB)
02 Setting up Spring Boot Actuator.mp4 (56.16 MB)
03 Enabling all endpoints.mp4 (18.91 MB)
04 Understanding Actuator Endpoints.mp4 (5.24 MB)
05 Exploring health endpoint.mp4 (34.25 MB)
06 Exploring info endpoint.mp4 (12.62 MB)
07 Exploring metrics endpoint.mp4 (33.34 MB)
08 Exploring loggers endpoint.mp4 (22.17 MB)
09 Exploring beans endpoint.mp4 (30.95 MB)
10 Exploring shutdown endpoint.mp4 (24.24 MB)
01 Introduction to Docker.mp4 (71.57 MB)
02 Docker Architecture.mp4 (7.92 MB)
03 Concepts in Docker.mp4 (3.45 MB)
04 Docker Registry.mp4 (35.21 MB)
05 Docker and Spring Boot.mp4 (32.42 MB)
06 Containerizing Our Spring Boot Application.mp4 (86.14 MB)
07 Docker Commands.mp4 (12.64 MB)
08 Running our Spring Boot Project with Docker.mp4 (49.27 MB)
01 What Is PostgreSQL and Why Use It.mp4 (16.45 MB)
02 Understanding dependencies.mp4 (9.65 MB)
03 Configuring our application to work with PostgreSQL.mp4 (23.03 MB)
04 Introducing Docker Networks.mp4 (121.91 MB)
05 Running PostgreSQL locally with Docker.mp4 (6.03 MB)
06 Docker Compose for Multi-Container Spring Boot Applications.mp4 (56.97 MB)
07 Creating Databases using PGAdmin.mp4 (18.99 MB)
08 Testing our application.mp4 (32.67 MB)
01 Before Microservices.mp4 (2.55 MB)
02 Problems with Monolithic Architecture.mp4 (12.8 MB)
03 What are Microservices.mp4 (7.61 MB)
04 Overcoming Monolithic Architecture Challenges.mp4 (5.83 MB)
02 Course Bonus.mp4 (37.52 MB)
]
Screenshot
IUheMdcR_o.jpg


AusFile
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
TurboBit
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten