
API Gateway vs Service Meshing
API Gateways are often used to decouple consumers and producers of information. API Service Meshing can be used to decouple network management within, and betw…
Read More »

API Gateways are often used to decouple consumers and producers of information. API Service Meshing can be used to decouple network management within, and betw…
Read More »
Most Big Data projects fail. There are many reasons for this, usually around the business reason for the project, and data quality (along with a lack of skills…
Read More »
Virtual Machines and Monoliths can be valid. It is untrue that every application must be decomposed into microservices, and containers. Decomposed microservice…
Read More »
Monolithic applications may need to be decomposed in service-oriented components, to run and scale in lightweight containers. Similarly, monolithic Data archit…
Read More »
Containers and Virtual Machines both have a role within the modern Cloud architecture. Both possess some advantages and disadvantages. The graphics below summa…
Read More »
Database design for high end applications Many applications today are data-intensive, not CPU intensive. Raw unlimited CPU power is rarely an architectural or …
Read More »
12 Factors and the Strangler Pattern Cloud native builds will mean that legacy applications, will need to be rebuilt to fit into cloud patterns. An example of …
Read More »
What is an Application Programming Interface or APIs? In general, APIs can be defined as providing a standard and common access interface for an application an…
Read More »
Angular provides a methodology to implement via JavaScript, an MVC (model-view-controller) framework, for web-based applications. With Angular JS you can exten…
Read More »