Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 30, 2024
1 parent f0b6be6 commit 3b0f96a
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,30 +210,31 @@ <h5 id="portability">Supported backends</h5>

<div class="col-md-12 ">
<div class="elaborate extraTop">
<h5>Applicability and Case Studies</h5>
<p>Mapless has been in production since 2014 and exposed to a variety of scenarios. From Proof of Concepts to mission critical services monitored 24/7 by a dozens of network operators in the telecom industry.</p>
<p>Mapless has been and is in use for:</p>
<h5>Applicability and Real-World Scenarios</h5>
<p>Mapless, in active production since 2014, has proven its versatility across diverse scenarios—from initial Proof of Concepts to supporting mission-critical services actively monitored 24/7 by numerous network operators in the telecom industry.</p>
<p>Mapless excels in various use cases, including:</p>
<ul>
<li>Proof of Concept APIs.</li>
<li><a href="https://bff-patterns.com/" target="_blank">BBFs</a> - Backend For Frontends.</li>
<li>Persistence solution to develop <a href="https://en.wikipedia.org/wiki/Minimum_viable_product" target="_blank">MVPs</a> at minimal cost and fastest speeds.</li>
<li>RESTful custom APIs.</li>
<li>Web Application and API integration with external CRMs for lead generation for the hospitality industry in Austria.</li>
<li>Scaling APIs to thousands of operations per second for years in the North American Telecommunications industry.</li>
<li><strong>Proof of Concept APIs</strong>: Rapidly develop and test APIs for conceptual exploration.</li>
<li><strong><a href="https://bff-patterns.com/" target="_blank">BBFs</a></strong> - Backend For Frontends: Serve as a robust backend solution tailored for frontend applications.</li>
<li><strong>MVP Development</strong>: Facilitate the creation of Minimal Viable Products (MVPs) with minimal costs and unparalleled speed.</li>
<li><strong>RESTful Custom APIs</strong>: Craft customized and efficient APIs adhering to RESTful principles.</li>
<li><strong>Web Application and API Integration</strong>: Seamlessly integrate with external CRMs, facilitating lead generation for the hospitality industry in Austria.</li>
<li><strong>Scalable APIs and networking microservices</strong>: Scaling APIs to thousands of operations per second for years in the North American Telecommunications industry.</li>
</ul>
</div>
</div>

<div class="col-md-12 ">
<div class="elaborate extraTop">
<h5>Guides</h5>
<p>Here are some guides we're working on:</p>
<p>Here are some guides to help you get started:</p>
<ul>
<li>RESTful APIs with Mapless on Teapot.</li>
<li>Redis as a cache.</li>
<li>Redis as messaging channel across images.</li>
<li>Using Maples with a MongoDB Replica Set.</li>
<li>Simple Web Application PoC with htmx Teapot and Mapless.</li>
<li><s>RESTful APIs with Mapless on Teapot.</s> To-Do</li>
<li><s>Redis as a cache.</s> To-Do</li>
<li><s>Redis as messaging channel across images.</s> To-Do</li>
<li><s>Using Maples with a MongoDB Replica Set.</s> To-Do</li>
<li><s>Simple Web Application PoC with htmx Teapot and Mapless.</s> To-Do</li>
<li><s>How-to use Maples with SQLite in production with litestream.io backups</s>. To-Do</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 3b0f96a

Please sign in to comment.