39 lines
2.2 KiB
HTML
39 lines
2.2 KiB
HTML
<section id="case-study" class="max-w-4xl mx-auto px-2">
|
|
<h6>Featured Customer</h6>
|
|
<h2 class="mt-0">Hyland</h2>
|
|
<p><a class="link" href="https://www.hyland.com/" target="_blank">Hyland</a>, a blockchain SaaS company faced two challenges with their cloud infrastructure:</p>
|
|
<ul class="list-disc pl-5">
|
|
<li>Skills gaps between Dev and DevOps creating silos, and fragility.</li>
|
|
<li>The need to more rapidly provision their expanding roster of new customers.</li>
|
|
</ul>
|
|
<p>By moving to Pulumi, Hyland were able to solve both challenges with significant increases in capability:</p>
|
|
<div class="md:flex my-8 md:max-w-32">
|
|
<figure class="md:w-1/2">
|
|
<img class="mx-auto md:mb-4" src="/images/customers/learning_machine_info-1.svg" />
|
|
<figcaption class="text-gray-600 text-xs">25,000 Lines of CloudFormation reduced to 500 Lines of JavaScript</figcaption>
|
|
</figure>
|
|
<figure class="md:w-1/2">
|
|
<img class="mx-auto md:mb-4" src="/images/customers/learning_machine_info-2.svg" />
|
|
<figcaption class="text-gray-600 text-xs">New customer provisioning time reduced from 3 weeks to 1 hour</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="max-w-2xl mx-auto px-4">
|
|
<div class="flex flex-col card p-6 bg-white">
|
|
<p class="text-left mt-0 italic font-semibold text-black">
|
|
Pulumi has given our team the tools and framework to achieve a unified development and DevOps model, boosting productivity and taking our business to any cloud
|
|
environment that our customers need. We retired 25,000 lines of complex code that few team members understood and replaced it with 100s of lines in a real
|
|
programming language.
|
|
</p>
|
|
<div class="flex flex-grow">
|
|
<div class="w-2/3 text-left">
|
|
<p class="text-black mb-0">Kim Hamilton</p>
|
|
<p class="mt-0">CTO</p>
|
|
</div>
|
|
<div class="w-1/3 my-4">
|
|
{{ partial "customer-logo.html" (dict "logo" "hyland") }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|