<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>paas | 🃏 slides.nauda.dev 🃏</title><link>https://slides.nauda.dev/tag/paas/</link><atom:link href="https://slides.nauda.dev/tag/paas/index.xml" rel="self" type="application/rss+xml"/><description>paas</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Fri, 23 Feb 2024 20:11:31 +0700</lastBuildDate><image><url>https://slides.nauda.dev/media/icon_hube4dce13482f81b54a523f0927f755ce_23287_512x512_fill_lanczos_center_3.png</url><title>paas</title><link>https://slides.nauda.dev/tag/paas/</link></image><item><title>Software-as-a-service</title><link>https://slides.nauda.dev/slides/saas/</link><pubDate>Fri, 23 Feb 2024 20:11:31 +0700</pubDate><guid>https://slides.nauda.dev/slides/saas/</guid><description>
&lt;section data-noprocess data-shortcode-slide
data-background-image="featured.jpg"
data-background-opacity="0.2"
>
&lt;h1 id="span-styletext-transform-nonesoftware-as-a-service-saasspan">&lt;span style="text-transform: none;">Software-as-a-service (SaaS)&lt;/span>&lt;/h1>
&lt;p>Trung Pham Duy - Feb 2024&lt;/p>
&lt;hr>
&lt;h2 id="overview">Overview&lt;/h2>
&lt;div style="font-size:75%">
&lt;ul>
&lt;li>&lt;strong>Software-as-a-service (SaaS)&lt;/strong> is a form of cloud computing that delivers a cloud application—and all its underlying IT infrastructure and platforms—to end users through &lt;em>an internet browser&lt;/em>.&lt;/li>
&lt;/ul>
&lt;span class="fragment " >
&lt;ul>
&lt;li>It can be an ideal solution for large enterprises, small businesses or individuals that:
&lt;ul>
&lt;li>Do not want the responsibility of buying or maintaining infrastructure, platforms, and on-premises software.&lt;/li>
&lt;li>Prefers simpler cost management through operational expenses (OPEX), rather than capital expense investments (CAPEX).&lt;/li>
&lt;li>Have challenges that require minimal customization to solve.&lt;/li>
&lt;li>Favor software subscription models.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;/span>
&lt;/div>
&lt;hr>
&lt;section data-noprocess data-shortcode-slide
data-background-image="x-as-a-service.jpg"
data-background-opacity="0.2"
>
&lt;h2 id="span-styletext-transform-nonethe-saas-modelspan">&lt;span style="text-transform: none;">The SaaS Model&lt;/span>&lt;/h2>
&lt;hr>
&lt;section data-noprocess data-shortcode-slide
data-background-image="subs-model.png"
data-background-opacity="0.2"
>
&lt;h3 id="subscription-model">Subscription model&lt;/h3>
&lt;ul>
&lt;li>SaaS apps largely rely on subscription models for provisioning software licenses.
&lt;ul>
&lt;li>Unlike a perpetual license, this software delivery model ties each account to a subscription that grants SaaS access for a period of time — usually on an &lt;em>annual or monthly basis&lt;/em>.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;hr>
&lt;section data-noprocess data-shortcode-slide
data-background-image="x-as-a-service.jpg"
data-background-opacity="0.2"
>
&lt;h2 id="span-styletext-transform-nonex-as-a-servicespan">&lt;span style="text-transform: none;">X-as-a-Service&lt;/span>&lt;/h2>
&lt;hr>
&lt;h3 id="span-styletext-transform-nonepaas-vs-iaas-vs-saasspan">&lt;span style="text-transform: none;">PaaS vs IaaS vs SaaS&lt;/span>&lt;/h3>
&lt;div style="font-size:75%">
&lt;ul>
&lt;li>The term &lt;code>as-a-Service&lt;/code> generally refers to a solution that is managed by someone else so you can focus on what’s important&lt;/li>
&lt;/ul>
&lt;/div>
&lt;p>
&lt;figure >
&lt;div class="d-flex justify-content-center">
&lt;div class="w-100" >&lt;img alt="" srcset="
/slides/saas/compare-aas_hu8c24ba4b5b12614fa328b2624fbb6cad_152011_6e274e76bbde8b8d2dc6e6dcebf6779f.webp 400w,
/slides/saas/compare-aas_hu8c24ba4b5b12614fa328b2624fbb6cad_152011_0bf048052c27c7d8830790decc68ab4a.webp 760w,
/slides/saas/compare-aas_hu8c24ba4b5b12614fa328b2624fbb6cad_152011_1200x1200_fit_q75_h2_lanczos_3.webp 1200w"
src="https://slides.nauda.dev/slides/saas/compare-aas_hu8c24ba4b5b12614fa328b2624fbb6cad_152011_6e274e76bbde8b8d2dc6e6dcebf6779f.webp"
width="760"
height="485"
loading="lazy" data-zoomable />&lt;/div>
&lt;/div>&lt;/figure>
&lt;/p>
&lt;aside class="notes">
&lt;ul>
&lt;li>&lt;code>IaaS&lt;/code> means a provider manages the infrastructure for you—the actual servers, network, virtualization, and storage—via a cloud. The user has access to the infrastructure through an API or dashboard, and the infrastructure is rented. Users manage things like the operating system, apps, and middleware while the provider provides the hardware, networking, hard drives, storage, and servers—and the provider is responsible for taking care of outages, repairs, and hardware issues.&lt;/li>
&lt;li>&lt;code>PaaS&lt;/code> provides hardware and an application-software platform to users from an outside service provider. Since users handle the actual apps and data themselves, PaaS is an ideal solution for developers and programmers. PaaS gives users a platform on which to develop, run, and manage their own apps without having to build and maintain the infrastructure or environment that apps need to run.&lt;/li>
&lt;/ul>
&lt;/aside>
&lt;hr>
&lt;section data-noprocess data-shortcode-slide
data-background-image="saas-awards.png"
data-background-opacity="0.2"
>
&lt;h2 id="span-styletext-transform-noneexamples-of-saas-vendorsspan">&lt;span style="text-transform: none;">Examples of SaaS vendors&lt;/span>&lt;/h2>
&lt;div style="font-size:75%">
&lt;p>Software vendors provide SaaS-style software applications to meet any number of business needs from basic business applications to complex enterprise resource planning (ERP) suites.&lt;/p>
&lt;span class="fragment " >
&lt;ul>
&lt;li>SAP’s enterprise resource planning (ERP) software&lt;/li>
&lt;li>Paychex&amp;rsquo;s human resource software&lt;/li>
&lt;li>CA Technology&amp;rsquo;s enterprise software&lt;/li>
&lt;li>Atos messaging SaaS solution&lt;/li>
&lt;li>Salesforce&amp;rsquo;s customer relationship management (CRM) software&lt;/li>
&lt;li>Slack’s messaging service&lt;/li>
&lt;li>Microsoft Office 365&lt;/li>
&lt;li>Dropbox’s file storage service&lt;/li>
&lt;/ul>
&lt;/span>
&lt;/div>
&lt;hr>
&lt;h2 id="references">References&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://www.redhat.com/en/topics/cloud-computing/what-is-saas" target="_blank" rel="noopener">[Redhat] What is SaaS?&lt;/a>&lt;/li>
&lt;/ul></description></item></channel></rss>