How Amazon Teams Do Continuous Delivery

How Amazon Teams Do Continuous Delivery

An AWS engineer recently wrote about how Amazon deployment pipelines look and what practices they follow to deploy continuously to a production environment. A pipeline validates changes in multiple pre-production environments running unit and integration tests, and use stages to stagger deployments to production. Developers don’t actively examine deployments as the pipeline monitors key metrics and can rollback if needed. Also, developers model their pipelines as code that can inherit common configurations....

Published in www.infoq.com · by Christian Melendez · 5 min read · August 28, 2023
Why Wasm is the future of cloud computing

Why Wasm is the future of cloud computing

Wasm may just be the most important emerging technology that you’ve never heard of. Ok, maybe you’ve heard of it. It’s important! Shorthand for WebAssembly language , Wasm was developed for the web. However, Wasm technology has expanded beyond the web browser. Now organizations are starting to run Wasm on the server side. For example, my company, SingleStore, is using it in our database. Some think Wasm will replace container technology and the ubiquitous JavaScript ....

Published in infoworld.com · by Peter Vetere · 7 min read · August 10, 2023