github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/about.html (about) 1 --- 2 title: "About" 3 description: "About Micro" 4 layout: landing 5 --- 6 7 <style> 8 div.blurb { 9 padding: 0 50px 0 50px; 10 line-height: 2; 11 border-left: 5px solid whitesmoke; 12 } 13 div.blurb p { 14 } 15 </style> 16 17 <div class="row" style="min-height: 350px;"> 18 <div class="col-md-6 blurb"> 19 <h4><b>Overview</b></h4> 20 21 <p> 22 The world is moving towards becoming entirely driven by 23 technology. Building software for billions of people is hard. With 24 the emergence of Cloud computing we've accelerated software 25 delivery but development tools have lagged behind. We think we've 26 developed a model to effectively leverage the Cloud and 27 now want to share it with the world. 28 </p> 29 </div> 30 <div class="col-md-6"> 31 <br> 32 <span style="background-image: url(https://mobilejazz.com/blog/wp-content/uploads/2010/10/Dollarphotoclub_65940364-1024x567.jpg); background-size: cover; min-height: 350px; display: block;"></span> 33 </div> 34 </div> 35 <div class="row"> 36 <div class="col-md-6"> 37 <br> 38 <span style="background-image: url(https://img.freepik.com/free-vector/cloud-internet-technology_53876-94170.jpg?size=626&ext=jpg); background-size: cover; min-height: 350px; display: block;"></span> 39 </div> 40 <div class="col-md-6 blurb"> 41 <h4><b>Design</b></h4> 42 43 <p> 44 Micro is an API first cloud platform built for developers. We provide a strongly opinionated 45 development model and platform which abstracts away the complexity of the cloud so developers can 46 focus on building products rather than managing infrastructure. 47 </p> 48 </div> 49 </div> 50 51 <div class="row"> 52 <div class="col-md-6 blurb"> 53 <h4><b>Architecture</b></h4> 54 55 <p> 56 A Micro services architecture enables products 57 to be broken down into smaller services which teams work on and scale independent 58 of each other. Each team becomes responsible for the delivery of 59 their particular service which others come to use through common 60 APIs. 61 </p> 62 </div> 63 <div class="col-md-6"> 64 <br> 65 <span style="background-image: url(https://img.deusm.com/informationweek/September/multicloud2-shutterstock.jpg); background-size: cover; min-height: 350px; display: block;"></span> 66 </div> 67 </div> 68 69 <div class="row"> 70 <div class="col-md-6"> 71 <br> 72 <span style="background-image: url(https://s27389.pcdn.co/wp-content/uploads/2017/04/AdobeStock_112185177-3-1024x683.jpeg); background-size: cover; min-height: 350px; display: block;"></span> 73 </div> 74 <div class="col-md-6 blurb"> 75 <h4><b>Technology</b></h4> 76 77 <p> 78 We want to empower developers to build software at an accelerated 79 pace from early stage prototyping all the way through to large 80 scale production deployment without having to think about managing 81 the infrastructure. Micro unleashes developer productivity and is host to the next 82 generation of cloud services. 83 </p> 84 </div> 85 </div> 86 87 <br />