Skip to content

Commit

Permalink
Update why-architect.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
brianleroux committed May 14, 2024
1 parent 18df079 commit df57e1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/views/landing/elements/why-architect.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export default function WhyArchitect ({ html }) {
</p>
<section class="grid col-1 gap4 mb5">
<article class="grid-lg col-2 gap0">
<h3 class="uppercase tracking1 font-bold mbe0"><span>Fullstack, for real</span></h3>
<p class="measure">Architect not only supports cloud functions for HTTP but also web sockets, queues (FIFO), events (fan-out), and scheduled tasks all powered by a world class database that boasts millisecond latency no matter how much data you store or how many people concurrently access it. All with terse but determinstic Infra-as-Code (IaC).</p>
</article>
<article class="grid-lg col-2 gap0">
<h3 class="uppercase tracking1 font-bold mbe0"><span>The best developer experience</span></h3>
<p class="measure">We prioritize speed with fast local dev, smart configurable defaults and flexible Infrastructure as Code. You can focus on business logic instead of glue code — and only pay for in-use services on-demand, while otherwise scaling to zero.</p>
Expand Down

0 comments on commit df57e1c

Please sign in to comment.