Skip to content

Commit

Permalink
applicability edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 30, 2024
1 parent 2a00604 commit 51446d7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code {

body h1 {
font-weight: bold;
text-shadow: rgba(167, 253, 119, 0.5) 0px 3px 3px;
text-shadow: rgba(167, 253, 119, 0.5) 0px 2px 10px;
}

body h1 {
Expand Down
16 changes: 16 additions & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,22 @@ <h5 class="h5NoTop">Why Mapless?</h5>
</div>
</div>

<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>
<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>CRM integration for the hospitality industry in Austria.</li>
<li>Scaling APIs to thousands of operations per second for years in the Telecommunications industry.</li>
</ul>
</div>
</div>

<div id="involved" class="col-md-12 ">
<div class="elaborate">
<h5 class="">Frequently Asked Questions</h5>
Expand Down
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ code {

body h1 {
font-weight: bold;
text-shadow: rgba(167, 253, 119, 0.5) 0px 3px 3px;
text-shadow: rgba(167, 253, 119, 0.5) 0px 2px 10px;
}

body h1 {
Expand Down
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,22 @@ <h5 id="portability">Supported backends</h5>
{% include intention.html %}
</div>

<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>
<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>CRM integration for the hospitality industry in Austria.</li>
<li>Scaling APIs to thousands of operations per second for years in the Telecommunications industry.</li>
</ul>
</div>
</div>

<div id="involved" class="col-md-12 ">
<div class="elaborate">
<h5 class="">Frequently Asked Questions</h5>
Expand Down

0 comments on commit 51446d7

Please sign in to comment.