Posts by this author

Mar 15, 2021
2
0

Role of Performance Engineering in Designing Energy Efficient Applications

What is performance testing ? Performance engineering is a software engineering discipline that deals with the techniques, processes, and metrics to make our applications more performant. It is a technique by which we tune the code that we write by measuring against the nonfunctional requirements, such as performance under a certain amount ...

Sustainable Software Engineering
Jan 25, 2021
0
0

Adopting Azure serverless architectures to help reduce CO2 emissions – Part 2 (Extending to the Edge)

  In the previous part of the serverless architecture post for the Contoso Claim processing application, we built two components. In this iteration, we will make the architecture more sustainable by using Edge computing. Edge computing is a paradigm that brings the compute, storage, and intelligence right down to the edge ...

Sustainable Software EngineeringApplicationsArchitecture
Dec 7, 2020
0
0

Adopting Azure serverless architectures to help reduce CO2 emissions – Part 1

The article explains how serverless architectures can be used to enable sustainable software engineering principles. It takes a sample claim processing system and provides a thought process on how to use Azure serverless components like functions and Event grid to build out a reference architecture and showcase key design patterns.

Sustainable Software EngineeringArchitecture