Category: Application Transformation

Application Transformation
Devops in the Cloud

Moving to an integrated and automated DevOps deployment model can take a long time.  It will depend on team maturity, tooling knowledge and platform skills of course. Analyze cloud, data centre and application requirements Any

Read More >>
Application Transformation
Google apigee implementation

Provisioning overview (source) During provisioning, components are configured and created that allow bidirectional communication between a virtual private cloud network (VPC) managed by you and a VPC network managed by Apigee. After you complete the

Read More >>
Application Transformation
Google apigee, overview and architecture

  Source Apigee is a platform for developing and managing APIs. By fronting services with a proxy layer, Apigee provides an abstraction or facade for your backend service APIs and provides security, rate limiting, quotas,

Read More >>
Application Transformation
API Gateways vs a monolithic Service Bus

  APIs provide the standardized contract that was missing from the SOAP environment.  SOAP messaging and related protocols were used in the monolithic Service Bus Architecture or Enterprise Service Bus (ESB), in which device endpoints

Read More >>
Application Transformation
K8s and Docker – use cases and differences

  Both Kubernetes and Docker are used to deploy and manage containers.  Often Docker Containers run applications within Kubernetes (K8s) node clusters.  Usually the two are working together. Docker is however, suitable for different use

Read More >>
Application Transformation
Jenkins and Continuous Integration and Builds

  (Steps to deploy a Jenkins build server in AWS https://d1.awsstatic.com/Projects/P5505030/aws-project_Jenkins-build-server.pdf) Continuous integration takes code from source control to deployment readiness in a centralized repository. DevOps teams can also turn code into an artifact for

Read More >>
Application Transformation
Microservices and Refactoring Code

Source link here. Code refactoring enhances microservices  One of the more important coding disciplines in object-oriented programming and SOA is code refactoring. The techniques allow developers to restructure code as they better understand usage considerations,

Read More >>
Application Transformation
API LifeCycle Management, a summary

API and REST standards allowed an easier exchange of data and system connectivity.  This has propelled the rise of containers, and Kubernetes, in which applications are broken down into smaller services.  REST APIs are one

Read More >>