Files
phaten-audio/en/material/overrides/work-with-us/leverage-vs-competition.html

186 lines
8.2 KiB
HTML
Raw Normal View History

2025-05-14 15:25:41 +08:00
{% extends "overrides/main-styles.html" %}
<!-- Render hero under tabs -->
{% block tabs %}
{{ super() }}
<!-- COMPARISON TABLE -->
<section class="tx-container-2">
<div class="md-grid md-typeset">
<br>
<h1 id="comparison-table"
style="text-align: center; color: #181917; font-weight: 600">
Leverage competitive advantages
</h1>
<h4
style="text-align: left; color: #181917; font-weight: 300; margin-left: 60px">
✅ Reduce the staff/skilling issue gap <br>
✅ Avoid from scratch and custom solutions hidden costs
(in many cases hundreds of thousands of dollars to implement)<br>
✅ Leverage is several orders of
magnitude less expensive (either time, money and risk) to
implement than a custom AWS solution for your business<br>
</h4>
<div class="table-wrapper" style="color: #181917">
<table class="fl-table">
<thead>
<tr>
<th style="text-align: center">FEATURE</th>
<th style="text-align: center">DO IT YOURSELF (in house)</th>
<th style="text-align: center">EXTERNAL CONSULTANT / <br>
CONSULTING FIRM</th>
<th style="text-align: center"><strong>BINBASH LEVERAGE</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>STARTING POINT</strong></td>
<td>From scratch</td>
<td>From scratch</td>
<td><a href="https://github.com/binbashar">
✅ Leverage 5+ years and 140+ Open Source<br>
repos of production ready code
</a></td>
</tr>
<tr>
<td><strong>INCENTIVES</strong></td>
<td>Minimize investment of time</td>
<td>Maximize billable hours</td>
<td><a href="https://leverage.binbash.com.ar/#tech-stack">
✅ Maximize utility w/ reusable components<br>
(IaC library) + Cross project reference<br>
architecture under best practices
</a></td>
</tr>
<tr>
<td><strong>SCOPE OF WORK</strong></td>
<td>Varies depending on team knowledge<br>
and time available</td>
<td>Varies depending on consultant<br>
knowledge and budget available</td>
<td><a href="https://leverage.binbash.com.ar/how-it-works/ref-architecture/">
✅ End-to-end, modular architecture that<br>
fulfills a production-ready solution<br>
roadmap fully based on the<br>
AWS Well-Architected Framework
</a></td>
</tr>
<tr>
<td><strong>TIME TO LAUNCH & PROD GO LIVE!</strong></td>
<td>3 12 months (highly variable)</td>
<td>3 12 months (highly variable)</td>
<td><a href="https://leverage.binbash.com.ar/work-with-us/">
✅ 1 3 months (highly predictable<br>
depending on your project complexity needs)
</a></td>
</tr>
<tr>
<td><strong>MONTHLY COST</strong></td>
<td>$14,000 $32,000 per month<br>
(2 Sr DevOps Engineers / SRE / Cloud<br>
Architects, $80k$150k /year)</td>
<td>$32,000 $64,000 per month<br>
(2 Sr DevOps, SRE or Cloud Consultants,<br>
$100$200 /hour)</td>
<td>✅ $0 $10,800 per month<br>
(Leverage Support team, $80 90 / hour)<br>
<a href="https://leverage.binbash.com.ar/work-with-us/subscription-plans/">
- Subscription Plans</a><br>
<a href="https://leverage.binbash.com.ar/work-with-us/faqs/#rates-and-billing">
- Rates and Billing</a>
</a></td>
</tr>
<tr>
<td><strong>DOCS & TESTS</strong></td>
<td>❌ None</td>
<td>❌️ None</td>
<td><a href="https://leverage.binbash.com.ar">
✅ Complete documentation and automated tests<br>
Better code quality and modules library<br>
maturity (proven and tested).
</a></td>
</tr>
<tr>
<td><strong>AUTOMATED DEPLOYMENT</strong></td>
<td>❌ None</td>
<td>❌ None</td>
<td><a href="https://github.com/binbashar/leverage">
Leverage CLI (Command Line Interface)</a>
</td>
</tr>
<tr>
<td><strong>SECURITY & BEST PRACTICES</strong></td>
<td>Varies depending on team knowledge<br>
and time available</td>
<td>Varies depending on consultant
<br> knowledge and budget available</td>
<td>✅ Security by design based on: <br>
<a href="https://docs.aws.amazon.com/prescriptive-guidance/latest/security-reference-architecture/architecture.html">
- AWS Security Reference Architecture</a><br>
<a href="https://aws.amazon.com/architecture/well-architected/">
- AWS Well-Architected Framework</a>
</td>
</tr>
<tr>
<td><strong>CONFIGURABLE BEHAVIOUR</strong></td>
<td>❌ None</td>
<td>❌ None</td>
<td>Composable, extensible & customizable <br>
(Provides reasonable defaults, but its<br>
very configurable in case you need more control)</td>
</tr>
<tr>
<td><strong>INFRA AS CODE (IAC) & VERSIONING</strong></td>
<td>Varies depending on team knowledge<br>
and time available</td>
<td>Varies depending on consultant<br>
knowledge and budget available</td>
<td>100% Infra as Code (IaC) versioned approach</td>
</tr>
<tr>
<td><strong>SUPPORT & MAINTENANCE</strong></td>
<td>❌ None</td>
<td>❌️ None<br>
(or paying even more money)</td>
<td>
✅ On-going maintenance, continuous updates<br>
and improvements, version upgrades and<br>
security patches
</td>
</tr>
<tbody>
</table>
</div>
</div>
</section>
<!-- Footer Section -->
<section class="tx-footer">
<div class="md-grid md-typeset">
<div class="tx-hero">
<!-- Hero content -->
<div class="tx-hero__content-footer">
<p style="text-align:center;">
© 2021
<strong>
<a href="https://www.binbash.com.ar">Binbashar, Inc</a>
</strong>. All rights reserved
|| Contact us 📧
<strong>
<a href="https://mail.google.com/mail/?view=cm&fs=1&to=info@binbash.com.ar&su=Leverage Contact
&body=Dear Leverage Team,">info@binbash.com.ar</a>
</strong>.
</p>
</div>
</div>
</div>
</section>
{% endblock %}