Companies Home Search Profile

Spring Boot Microservices with Spring Cloud, k8s & Docker

Focused View

Faisal Memon

21:52:47

0 View
  • 1. Course Introduction.mp4
    04:21
  • 2. Installing Java on Windows.mp4
    08:58
  • 3. Installing Java on Mac.mp4
    04:34
  • 4. Installing Java on Ubuntu.mp4
    02:53
  • 5. Installing and setting up Intellij.mp4
    08:44
  • 6. Basics of API.mp4
    10:26
  • 7. Status Codes in API.mp4
    08:17
  • 8. Types of API requests.mp4
    04:42
  • 1. What is a Web Framework.mp4
    07:36
  • 2. Introduction to Spring Framework.mp4
    10:42
  • 3. What is Spring Boot.mp4
    10:58
  • 4. Spring Boot Architecture.mp4
    04:12
  • 1.1 spring-micro-0360-spring-initializer.zip
  • 1. Spring Initializer.mp4
    08:20
  • 2. Setting up and understanding the Spring Boot Project in Intellij.mp4
    08:53
  • 3. Lets discuss Dependencies in Spring Boot.mp4
    06:58
  • 4.1 spring-micro-0440-designing-our-first-hello-world-api.zip
  • 4. Designing our First Hello World API.mp4
    05:28
  • 5. How did our API work.mp4
    03:57
  • 6. Understanding Spring Boot Auto-Configuration.mp4
    02:52
  • 7.1 spring-micro-0500-introduction-to-application-properties.zip
  • 7. Introduction to application.properties.mp4
    05:06
  • 8.1 spring-micro-0520-creating-a-post-request.zip
  • 8. Creating a POST request.mp4
    02:56
  • 9. Introduction and Setup for POSTMAN.mp4
    05:00
  • 1. Project Overview.mp4
    03:52
  • 2. Setting up the Project.mp4
    02:07
  • 3. Structuring thoughts.mp4
    01:30
  • 4.1 spring-micro-0660-fetching-all-jobs.zip
  • 4. Fetching All Jobs.mp4
    08:57
  • 5.1 spring-micro-0680-adding-new-jobs.zip
  • 5. Adding New Jobs.mp4
    10:40
  • 6. Setting Up PostMan.mp4
    06:39
  • 7.1 spring-micro-0740-setting-up-job-service.zip
  • 7. Setting up Job Service.mp4
    08:59
  • 8.1 spring-micro-0760-challenge-managing-ids.zip
  • 8. Challenge Managing IDs.mp4
    04:26
  • 9.1 spring-micro-0780-getting-single-job.zip
  • 9. Getting Single Job.mp4
    14:16
  • 10.1 spring-micro-0800-responseentity-class.zip
  • 10. ResponseEntity Class.mp4
    12:50
  • 11.1 spring-micro-0820-challenge-delete-job.zip
  • 11. Challenge Delete Job.mp4
    11:42
  • 12.1 spring-micro-0840-challenge-update-job.zip
  • 12. Challenge Update Job.mp4
    11:29
  • 13.1 spring-micro-0860-requestmapping-annotation.zip
  • 13. @RequestMapping Annotation.mp4
    05:56
  • 1. What is JPA.mp4
    03:30
  • 2. Lets understand Data Layer.mp4
    02:45
  • 3. H2 database.mp4
    02:57
  • 4.1 spring-micro-0980-configuring-our-project-for-jpa.zip
  • 4. Configuring our Project for JPA.mp4
    06:53
  • 5.1 spring-micro-1000-understanding-entities-in-jpa.zip
  • 5. Understanding Entities in JPA.mp4
    07:04
  • 6.1 spring-micro-1020-defining-jpa-repositories.zip
  • 6. Defining JPA Repositories.mp4
    04:11
  • 7.1 spring-micro-1040-making-jobs-persistent.zip
  • 7. Making Jobs Persistent.mp4
    08:56
  • 8.1 spring-micro-1060-testing-changes.zip
  • 8. Testing changes.mp4
    14:47
  • 1. Whats Next.mp4
    03:39
  • 2.1 spring-micro-1140-setting-up.zip
  • 2. Setting up Company Controller, Service and Repository.mp4
    01:40
  • 3.1 spring-micro-1160-getting-all-companies.zip
  • 3. Getting All Companies.mp4
    10:14
  • 4.1 spring-micro-1200-challenge-update-companies.zip
  • 4. Challenge Update Companies.mp4
    08:11
  • 5.1 spring-micro-1210-creating-companies.zip
  • 5. Creating Companies.mp4
    06:32
  • 6.1 spring-micro-1211-company-and-job-relationship.zip
  • 6. Company and Job Relationship.mp4
    10:10
  • 7.1 spring-micro-1220-challenge-delete-company.zip
  • 7. Challenge Delete Company.mp4
    05:42
  • 8.1 spring-micro-1240-challenge-get-a-specific-company.zip
  • 8. Challenge Get a Specific Company.mp4
    05:44
  • 9. Thinking about defining Reviews API.mp4
    00:55
  • 10.1 spring-micro-1280-challenge-defining.zip
  • 10. Challenge Defining Review Controller, Service and Repository.mp4
    05:48
  • 11.1 spring-micro-1290-company-and-review-relationship.zip
  • 11. Company and Review Relationship.mp4
    01:53
  • 12.1 spring-micro-1300-getting-all-reviews-of-a-specific-company.zip
  • 12. Getting All Reviews Of a Specific Company.mp4
    10:37
  • 13.1 spring-micro-1320-add-a-review-for-a-specific-company.zip
  • 13. Add a review for a specific company.mp4
    11:40
  • 14.1 spring-micro-1340-get-a-review-by-review-id-for-a-specific-company.zip
  • 14. Get a review by review ID for a specific company.mp4
    07:56
  • 15.1 spring-micro-1360-update-a-review-by-review-id-for-a-specific-company.zip
  • 15. Update a review by review ID for a specific company.mp4
    08:59
  • 16.1 spring-micro-1380-delete-a-review-by-review-id-for-a-specific-company.zip
  • 16. Delete a review by review ID for a specific company.mp4
    11:28
  • 1. Introduction to Spring Boot Actuator.mp4
    03:22
  • 2.1 spring-micro-1480-setting-up-spring-boot-actuator.zip
  • 2. Setting up Spring Boot Actuator.mp4
    07:24
  • 3.1 spring-micro-1500-enabling-all-endpoints.zip
  • 3. Enabling all endpoints.mp4
    03:14
  • 4. Understanding Actuator Endpoints.mp4
    02:17
  • 5.1 spring-micro-1540-exploring-health-endpoint.zip
  • 5. Exploring health endpoint.mp4
    05:59
  • 6.1 spring-micro-1560-exploring-info-endpoint.zip
  • 6. Exploring info endpoint.mp4
    03:07
  • 7. Exploring metrics endpoint.mp4
    04:36
  • 8. Exploring loggers endpoint.mp4
    06:26
  • 9. Exploring beans endpoint.mp4
    04:11
  • 10.1 spring-micro-1640-exploring-shutdown-endpoint.zip
  • 10. Exploring shutdown endpoint.mp4
    04:39
  • 1. Introduction to Docker.mp4
    18:49
  • 2. Docker Architecture.mp4
    05:07
  • 3. Concepts in Docker.mp4
    02:07
  • 4. Docker Registry.mp4
    07:31
  • 5. Docker and Spring Boot.mp4
    09:50
  • 6.1 spring-micro-1840-containerizing-our-spring-boot-application.txt
  • 6. Containerizing Our Spring Boot Application.mp4
    11:35
  • 7. Docker Commands.mp4
    05:50
  • 8. Running our Spring Boot Project with Docker.mp4
    05:14
  • 1. What Is PostgreSQL and Why Use It.mp4
    04:46
  • 2. Understanding dependencies.mp4
    01:40
  • 3.1 spring-micro-2000-configuring-our-app-postgresql.zip
  • 3. Configuring our application to work with PostgreSQL.mp4
    05:25
  • 4.1 spring-micro-2020-introducing-docker-networks.txt
  • 4. Introducing Docker Networks.mp4
    13:35
  • 5.1 spring-micro-2040-running-postgresql-locally-with-docker.txt
  • 5. Running PostgreSQL locally with Docker.mp4
    02:31
  • 6.1 spring-micro-2060-docker-compose-for-multi-container.txt
  • 6. Docker Compose for Multi-Container Spring Boot Applications.mp4
    10:56
  • 7. Creating Databases using PGAdmin.mp4
    04:50
  • 8. Testing our application.mp4
    05:41
  • 1. Before Microservices.mp4
    02:11
  • 2. Problems with Monolithic Architecture.mp4
    08:33
  • 3. What are Microservices and Why do we need them.mp4
    05:16
  • 4. Overcoming Monolithic Architecture Challenges with Microservices.mp4
    06:14
  • 1. Planning our changes.mp4
    01:34
  • 2. How are we going to structure our microservices.mp4
    01:11
  • 3.1 spring-micro-2560-creating-job-service.zip
  • 3. Creating Job Service.mp4
    03:28
  • 4.1 spring-micro-2580-refactoring-job-service.zip
  • 4. Refactoring Job Service.mp4
    10:23
  • 5.1 spring-micro-2600-creating-company-service.zip
  • 5. Creating Company Service.mp4
    01:28
  • 6.1 spring-micro-2620-refactoring-company-service.zip
  • 6. Refactoring Company Service.mp4
    08:18
  • 7.1 spring-micro-2640-creating-review-service.zip
  • 7. Creating Review Service.mp4
    01:31
  • 8.1 spring-micro-2660-refactoring-review-service.zip
  • 8. Refactoring Review Service.mp4
    27:13
  • 9. Unifying the view in Intellij.mp4
    05:46
  • 10. Migrating to PostgreSQL.mp4
    09:06
  • 11. Creating docker-compose.yml.mp4
    05:14
  • 12. Testing changes.mp4
    03:17
  • 1. Introduction to InterService communication.mp4
    05:08
  • 2. What is REST Template and why do you need it.mp4
    04:27
  • 3.1 spring-micro-2960-communicating-via-resttemplate.zip
  • 3. Communicating via RestTemplate.mp4
    08:14
  • 4.1 spring-micro-2980-dto-pattern.zip
  • 4. DTO Pattern.mp4
    15:04
  • 5.1 spring-micro-3020-testing-changes-in-postman.zip
  • 5. Testing Changes in PostMan.mp4
    06:46
  • 1. What is Service Registry and Why do we need it.mp4
    13:23
  • 2.1 spring-micro-3140-setting-up-service-registry.zip
  • 2. Setting up Service Registry using Eureka Server.mp4
    07:46
  • 3.1 spring-micro-3160-register-job-microservice-with-eureka-server.zip
  • 3. Register Job Microservice with Eureka Server.mp4
    11:32
  • 4.1 spring-micro-3180-challenge-register-company.zip
  • 4. Challenge Register Company Microservice with Eureka Server.mp4
    07:04
  • 5.1 spring-micro-3200-loadbalanced-for-enabling-communication.zip
  • 5. @LoadBalanced for Enabling communication via Service Names.mp4
    08:43
  • 6.1 spring-micro-3220-challenge-register-ratings.zip
  • 6. Challenge Register Ratings Microservice with Eureka Server.mp4
    03:33
  • 7.1 spring-micro-3240-updating-get-rquest.zip
  • 7. Updating GET Request to get a single job.mp4
    06:45
  • 8.1 spring-micro-3250-restructuring-the-response.zip
  • 8. Restructuring the Response with DTO.mp4
    08:50
  • 9.1 spring-micro-3260-adding-reviews-in-job-response.zip
  • 9. Adding Reviews in Job Response.mp4
    15:34
  • 10. Behind the scenes of Eureka Server Registration Process HeartBeat Mechanism.mp4
    07:29
  • 1. Open Feign An Introduction.mp4
    05:26
  • 2.1 spring-micro-3380-enable-feign-clients.zip
  • 2. Enable Feign Clients.mp4
    16:17
  • 1. Introduction to Distributed Tracing.mp4
    09:02
  • 2. Introduction to Zipkin.mp4
    08:02
  • 3.1 spring-micro-3480-zipkin-installation-and-setup.txt
  • 3.2 spring-micro-3480-zipkin-installation-and-setup.zip
  • 3. Zipkin Installation and Setup.mp4
    11:25
  • 4. Introduction to Micrometer.mp4
    04:26
  • 5.1 spring-micro-3520-integration-of-zipkin.zip
  • 5. Integration of Zipkin with Spring Boot Microservices using Micrometer.mp4
    09:27
  • 6. Challenge Add Zipkin in all our services.mp4
    02:40
  • 7.1 spring-micro-3560-testing-our-changes-1.zip
  • 7.2 spring-micro-3560-testing-our-changes-2.zip
  • 7.3 spring-micro-3560-testing-our-changes-3.zip
  • 7. Testing our changes.mp4
    10:32
  • 8. Discuss common problems that might occur and how to troubleshoot them..mp4
    04:56
  • 1. Introduction to Configuration Management.mp4
    05:17
  • 2. Spring Cloud Config Server.mp4
    04:37
  • 3.1 spring-micro-3680-setting-up-config-server.zip
  • 3. Setting up Config Server.mp4
    04:41
  • 4. Setting up git repository for configuration.mp4
    02:49
  • 5.1 spring-micro-3720-map-config-server-to-git-repository.zip
  • 5. Map config server to git repository.mp4
    07:47
  • 6.1 spring-micro-3760-setting-up-spring-cloud-config-client.zip
  • 6. Setting up Spring Cloud Config Client.mp4
    11:09
  • 1. Introduction to API Gateways.mp4
    05:36
  • 2. API Gateway Functions.mp4
    04:09
  • 3. Spring Cloud Gateway.mp4
    01:37
  • 4.1 spring-micro-3900-setting-up-spring-cloud-gateway.txt
  • 4.2 spring-micro-3900-setting-up-spring-cloud-gateway.zip
  • 4. Setting Up Spring Cloud Gateway.mp4
    08:03
  • 5.1 spring-micro-3920-enabling-behind-the-scenes.txt
  • 5.2 spring-micro-3920-enabling-behind-the-scenes.zip
  • 5. Enabling Behind the Scenes.mp4
    01:47
  • 6. Spring Cloud Gateway in Action.mp4
    08:34
  • 7.1 spring-micro-3960-http-vs-lb.zip
  • 7. Http vs lb.mp4
    10:07
  • 8.1 spring-micro-3980-eureka-discovery-server-via-api-gateway.txt
  • 8.2 spring-micro-3980-eureka-discovery-server-via-api-gateway.zip
  • 8. Eureka Discovery Server via API Gateway.mp4
    05:28
  • 1. Introduction to Fault Tolerance.mp4
    05:19
  • 2. Introduction to Resilience4J Modules and Features.mp4
    10:42
  • 3. Introduction to Circuit Breaking.mp4
    05:33
  • 4.1 spring-micro-4120-integrating-resilience4j.zip
  • 4. Integrating Resilience4J with Spring Boot.mp4
    02:14
  • 5.1 spring-micro-4140-implementing-circuit-breaking.txt
  • 5.2 spring-micro-4140-implementing-circuit-breaking.zip
  • 5. Implementing Circuit Breaking with Resilience4J.mp4
    13:33
  • 6. Seeing our changes in Action.mp4
    09:23
  • 7.1 spring-micro-4180-adding-fall-back-mechanism.zip
  • 7. Adding Fall Back Mechanism.mp4
    05:13
  • 8.1 spring-micro-4200-implementing-retry.zip
  • 8. Implementing Retry Mechanisms with Resilience4J.mp4
    05:05
  • 9. What is Rate Limiting and Why is it Needed.mp4
    05:47
  • 10. Implementing Rate Limiting with Resilience4J.mp4
    09:19
  • 1. What are Message Queues.mp4
    10:40
  • 2. Demonstrating Importance of Message Queues.mp4
    03:43
  • 3. What are we going to build.mp4
    03:25
  • 4.1 spring-micro-4340-setting-up-rabbitmq.txt
  • 4. Setting up RabbitMQ.mp4
    07:07
  • 5. Integrating RabbitMQ with Spring Boot.mp4
    03:41
  • 6.1 spring-micro-4380-publishing-messages-to-rabbitmq .zip
  • 6. Publishing Messages to RabbitMQ.mp4
    10:51
  • 7.1 spring-micro-4400-consuming-messages-from-rabbitmq.zip
  • 7. Consuming Messages from RabbitMQ.mp4
    04:45
  • 8. Testing RabbitMQ Integration.mp4
    08:10
  • 9. Updating Company Ratings after Consuming From Queues.mp4
    15:18
  • 1. Introduction to Microservice Packaging.mp4
    05:29
  • 2. Packaging Basics.mp4
    02:35
  • 3.1 spring-micro-4540-steps-to-package-microservices-into-jars.txt
  • 3. Steps to Package Microservices into JARs.mp4
    11:58
  • 4. Testing our application.mp4
    02:02
  • 1. Containerizing Spring Boot Microservices.mp4
    01:21
  • 2. Introduction to Spring Boot Profiles.mp4
    03:04
  • 3. Preparing our Project for Docker.mp4
    11:13
  • 4.1 spring-micro-4700-dockerizing-our-microservices.txt
  • 4. Dockerizing our Microservices.mp4
    06:52
  • 5.1 spring-micro-4720-dockerizing-other-microsevices.txt
  • 5. Dockerizing other microsevices.mp4
    06:04
  • 6.1 spring-micro-4780-docker-compose.txt
  • 6. Docker Compose for Multi-Container Spring Boot Applications.mp4
    06:49
  • 7. Dockerizing Gateway, Config Server.mp4
    15:39
  • 1. What is Kubernetes.mp4
    03:48
  • 2. Benefits of Kubernetes.mp4
    03:50
  • 3. Kubernetes Architecture.mp4
    04:04
  • 4. Setting up the Environment.mp4
    08:06
  • 5. Minikube Dashboard.mp4
    01:40
  • 6.1 spring-micro-4940-pods.txt
  • 6. Pods.mp4
    11:43
  • 7.1 spring-micro-4960-service.txt
  • 7. Service.mp4
    04:35
  • 8.1 spring-micro-4980-exposing-your-application.txt
  • 8. Exposing your application.mp4
    02:35
  • 9.1 spring-micro-5000-replicasets.txt
  • 9. ReplicaSets.mp4
    12:22
  • 10.1 spring-micro-5020-deployments.txt
  • 10. Deployments.mp4
    09:39
  • 1. Structuring deployments and service.mp4
    03:33
  • 2.1 spring-micro-5120-zipkin.txt
  • 2. Defining configuration for Zipkin.mp4
    04:39
  • 3.1 spring-micro-5140-rabbitmq.txt
  • 3. Defining configuration for RabbitMQ.mp4
    03:00
  • 4.1 spring-micro-5160-postgresql.txt
  • 4. Defining configuration for PostgresSQL.mp4
    10:27
  • 5. Running PostgreSQL.mp4
    04:01
  • 6. PostgreSQL in Kubernetes.mp4
    06:27
  • 1. We dont need API Gateway Eureka Server anymore.mp4
    03:09
  • 2.1 spring-micro-5240-properties-k8s-for-jobs.txt
  • 2. Setting up k8s properties for jobs microservice.mp4
    04:16
  • 3.1 spring-micro-5260-configuration-for-jobs.txt
  • 3. Setting up configuration for jobs microservice.mp4
    05:31
  • 4.1 spring-micro-5280-properties-k8s-for-company.txt
  • 4. Setting up k8s properties for company microservice.mp4
    02:59
  • 5.1 spring-micro-5300-configuration-for-company.txt
  • 5. Setting up configuration for company microservice.mp4
    04:57
  • 6.1 spring-micro-5320-properties-k8s-for-review.txt
  • 6. Setting up k8s properties for review microservice.mp4
    02:42
  • 7.1 spring-micro-5340-configuration-for-review.txt
  • 7. Setting up configuration for review microservice.mp4
    03:52
  • 1.1 spring-micro-5360-deploying-the-changes.txt
  • 1. Deploying the changes.mp4
    06:10
  • 2. Enabling and accessing services using minikube.mp4
    02:46
  • 3.1 spring-micro-5420-testing-the-application-in-k8s.txt
  • 3. Testing the application in k8s.mp4
    11:58
  • Description


    Monolithic to Microservices with Java Spring Cloud: Learn Kubernetes, Docker, Spring Boot, Zipkin, RabbitMQ, Micrometer

    What You'll Learn?


    • Master Spring Boot fundamentals to create robust REST APIs efficiently.
    • Seamlessly transition from monolithic to microservices architecture.
    • Dockerize Spring Boot applications and manage multi-container setups.
    • Deploy and orchestrate scalable microservices using Kubernetes.
    • Implement inter-service communication with RestTemplate and OpenFeign.
    • Integrate and configure PostgreSQL databases using Docker.
    • Secure applications using Spring Boot Actuator, Config Server, and Resilience4J.
    • Monitor and trace microservices with Zipkin and Micrometer.
    • Utilize Eureka for effective service registry and discoverability.
    • Apply fault tolerance, circuit breaking, and rate limiting with Resilience4J.

    Who is this for?


  • Java Developers: Looking to enhance their backend development skills with Spring Boot and microservices.
  • Full Stack Java Developers: Transitioning from monolithic applications to scalable microservices architecture.
  • DevOps Engineers: Interested in containerization and orchestration with Docker and Kubernetes to streamline deployment and management.
  • Software Engineers: Aiming to build resilient and efficient applications using the latest industry practices and tools.
  • Tech Enthusiasts and Learners: Eager to dive into microservices, Docker, and Kubernetes, even with minimal prior experience.
  • What You Need to Know?


  • Familiarity with Java syntax and object-oriented programming concepts.
  • Access to a computer with internet, and the ability to install Java, IntelliJ, Docker, and Kubernetes.
  • An open mind and a willingness to dive into new concepts and technologies, even if you’re a beginner.
  • More details


    Description

    Unlock the power of microservices with our comprehensive course, "Master Spring Boot Microservices with Kubernetes & Docker." This course is designed for Java developers looking to transition from monolithic applications to microservices architecture, leveraging the power of Spring Boot, Kubernetes, and Docker.

    Key Highlights:

    • Step-by-Step Transition: Start with the basics of Spring Boot, build your first REST API, and gradually move towards creating microservices.

    • Comprehensive Setup: Detailed instructions for setting up Java, IntelliJ, Docker, and Kubernetes on both Windows and Mac.

    • In-Depth API Development: Learn about API requests, status codes, and build robust APIs with Spring Boot.

    • Database Integration: Master JPA, H2, and PostgreSQL. Learn to configure and test databases using Docker and Docker Compose.

    • Advanced Spring Boot Features: Explore Spring Boot Actuator, Spring Cloud Gateway, Config Server, and API Gateways.

    • Microservices Architecture: Understand the principles, advantages, and challenges of microservices. Implement inter-service communication, service registry with Eureka, and distributed tracing with Zipkin.

    • Security and Best Practices: Secure your applications with proper configuration management, encryption, and resilience patterns using Resilience4J.

    • Hands-On Projects: Build real-world projects, including a job service, company service, and review service. Containerize and deploy them using Docker and Kubernetes.

    • End-to-End Testing: Ensure your applications are production-ready with comprehensive testing strategies.

    What You Will Learn:

    • Master Spring Boot Basics: Setting up projects, understanding dependencies, creating APIs, and configuring databases.

    • Implement Microservices Architecture: Designing, developing, and testing microservices. Learn domain-driven design and service identification.

    • Containerization and Orchestration: Dockerize your Spring Boot applications, manage multi-container setups with Docker Compose, and deploy them on Kubernetes.

    • Service Communication: Use RestTemplate, OpenFeign, and Eureka for seamless inter-service communication.

    • Monitoring and Management: Integrate Spring Boot Actuator, Micrometer, and Zipkin for monitoring and tracing.

    • Fault Tolerance Techniques: Implement circuit breakers, retries, and rate limiting with Resilience4J.

    • Database Configuration: Work with PostgreSQL and Docker to manage database configurations.

    • Security Best Practices: Secure your configurations, implement encryption, and follow best practices.

    • Real-World Projects: Build and deploy job service, company service, and review service projects.

    • Advanced Kubernetes Deployment: Deploy and manage your microservices on Kubernetes.

    Who Should Enroll:

    • Java Developers: Looking to enhance their skills in Spring Boot and microservices.

    • Full Stack Java Developers: Transitioning from monolithic to microservices architecture.

    • DevOps Engineers: Interested in containerization and orchestration with Docker and Kubernetes.

    • Software Engineers: Aiming to master backend development with Spring Boot and microservices.

    Join us on this transformative journey and become a master of Spring Boot, Kubernetes, and Docker. Enroll now and take the first step towards building scalable, resilient, and efficient microservices!

    Who this course is for:

    • Java Developers: Looking to enhance their backend development skills with Spring Boot and microservices.
    • Full Stack Java Developers: Transitioning from monolithic applications to scalable microservices architecture.
    • DevOps Engineers: Interested in containerization and orchestration with Docker and Kubernetes to streamline deployment and management.
    • Software Engineers: Aiming to build resilient and efficient applications using the latest industry practices and tools.
    • Tech Enthusiasts and Learners: Eager to dive into microservices, Docker, and Kubernetes, even with minimal prior experience.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Faisal Memon
    Faisal Memon
    Instructor's Courses
    Hey - this is Faisal and thanks for checking out my course.I have over 12+ years of experience building global products being used by millions of users across the globe. I love technology and teaching it.Currently, I am heading Product at one of the fast-paced startups in India and enjoying every moment of it. Prior to his, I built out a couple of startups that had over half a million users across the globe, raised funding from Google + other investors, and was part of Google Launchpad Accelerator. I have experience in building products from scratch and scaling to global users.I am here on Udemy to share my knowledge with seekers and help them grow personally and professionally.Glad to meet you :)
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 195
    • duration 21:52:47
    • English subtitles has
    • Release Date 2024/11/18