Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SaaS: Design Cloud Native Multitenant SaaS applications
Rating: 3.8 out of 5(91 ratings)
443 students

SaaS: Design Cloud Native Multitenant SaaS applications

Learn how to design, develop & host multitenant SaaS applications like Gmail, Salesforce etc. in Cloud.
Created bySkill Up
Last updated 6/2021
English

What you'll learn

  • You will understand the fundamental concepts of cloud computing and how applications are designed for the cloud.
  • You will appreciate how popular applications like Gmail, Salesforce or Amazon are designed to be shared by multiple users
  • You will learn how to design a shared Software as a Service (SaaS ) cloud native applications .
  • You will understand the various approaches of creating and designing multi-tenant SaaS applications
  • You will understand the benefits of moving to The SaaS model in cloud in terms of cost, maintenance and visibility
  • You will learn the pitfalls to watch out for and the multi-tenancy methodology to use to design shared SaaS applications.
  • All course content illustrated with a Sample appointment application use case as an example
  • How to identify the design methodology to apply based on the nature of the SaaS application

Course content

3 sections7 lectures2h 29m total length
  • Introduction to Cloud and designing applications for cloud16:09

    In this module you will learn about basics of cloud computing, what Software as a service means and the advantages it provides. You will also be introduced to what multi-tenancy is . After going through this module you will be able to understand what Software as a Service means and why multi-tenancy is needed to host an application as SaaS

  • Walkthrough of Sample Appointment application26:51

    In this module we will discuss the sample appointment application functionality and highlevel walkthrough of the code. In the subsequent modules we will illustrate the different multi-tenancy methodologies by refactoring the Sample appointment application to be multi-tenant

  • Multitenancy approach and methodologies in SaaS Joruney22:10

    In the module you will learn why multi-tenancy is needed for hosting an application in cloud. You will also understand the characteristics of multi-tenant applications. We will also have a look at an overview of different multi-tenancy methodologies

  • Section 1 Quiz

Requirements

  • Basic programming knowledge and coding experience
  • Basic knowledge of Database and accessing Database though applications

Description

Cloud computing has grown by leaps in the last few years and all major enterprises are moving towards the SaaS(Software as a Service) model to maximize their revenue. Its one of the hot topics of the decade and will continue to be one of the must topics to learn and understand for any software professional.. Designing applications to be hosted as a service in the cloud (SaaS) and enabling this application to be accesses by multiple users in a secure manner requires skill and experience. Also different types of applications have to be dealt  differently to fit in the cloud model. It is essential that the concepts are illustrated with practical examples with functional and technical code walkthrough which will provide you an insight on the SaaS model


This course will enable you to


Understand the basic principles of cloud hosting and the benefits it provides.


It provides an overview of the SaaS and multi-tenancy concepts.


Understand multi-tenant methodologies in SaaS with the help of a simple appointment application.


Learn how to code and implement SaaS with code and design walkthroughs provided.


Understand functional and technical details of different methodologies with in depth walk-through of the sample appointment application.


Understand the pros and cons of the multi-tenancy methodologies in SaaS


Understand the factors to consider when choosing the right multi-tenancy model in SaaS for designing a new application or refactoring an existing application to adapt to the cloud model.


All the source code shown in the code are available in Github and can be downloaded



Who this course is for:

  • College Graduates with knowledge of coding
  • Working Professionals who wants to learn how to design multi-tenant applications in cloud
  • Working professions who wants to evaluate the different techniques of multi-tenancy and choose the right model