Comparison of Angular & React Codebases (part 1 of 2) by Julian Flaks

When the choice of Angular or React arises, development teams often bring up comparative criteria such as what libraries are available, the design ethos of the frameworks, how many people like each one and so on.

I thought it worthwhile to attempt to do something a little different; I'm going to compare them by sharing some real world stereotypes of the situations that might come up while maintaining applications which have been written in each.

Read More
Julian Flaks
CX Corner: Customer Experience in the Enterprise by Mark Hewitt

Customer experience is a critical component of any successful digital enterprise, and as a Chief Experience Officer (CXO), it is your responsibility to ensure that your organization is delivering exceptional experiences to its customers at every touchpoint. Here are some key strategies for creating a positive customer experience for your digital enterprise:

Read More
Mark Hewitt
CIO Corner: Modernizing the Enterprise Monolith by Mark Hewitt

Enterprise monolith applications have been the backbone of many businesses for decades. These applications, often written in older programming languages and architectures, have served their purpose well but are now facing challenges in terms of scalability, maintainability, and adaptability to modern technologies. As a CIO, modernizing your enterprise monolith application is crucial for staying competitive in today's rapidly changing business landscape.

Read More
Mark Hewitt
ROI for a Software Engineering Application by Mark Hewitt

Return on Investment (ROI) is a measure that helps software engineering teams to evaluate the efficiency and effectiveness of a software application in terms of its ability to generate revenue or save costs. It's calculated by dividing the revenue or savings generated by the application by the total costs associated with its development and maintenance. ROI can be a powerful tool for software engineering teams to make data-driven decisions, justify the costs of a software engineering project to stakeholders, and track the performance of a software application over time.

Read More
Mark Hewitt
Microservices Communication Frameworks—Part 2 by Ranjan Bhattacharya

The multiple, independent services which comprise a microservices application need to collaborate with each other using some form of inter-process communication mechanisms, of which there is a wide variety to choose from. Services can use synchronous request/response-based technologies like REST or gRPC, or asynchronous, message-based ones like AMQP. Services can use human-readable text-based message formats like JSON, or XML, or more efficient binary formats like Protocol Buffers. They can also use high-level network protocols like HTTP or low-level but more efficient TCP.

Read More
Guest User
Microservices Communication Frameworks—Part 1 bye Ranjan Bhattacharya

The multiple, independent services which comprise a microservices application need to collaborate with each other using some form of inter-process communication mechanisms, of which there is a wide variety to choose from. Services can use synchronous request/response-based technologies like REST or gRPC, or asynchronous, message-based ones like AMQP. Services can use human-readable text-based message formats like JSON, or XML, or more efficient binary formats like Protocol Buffers. They can also use high-level network protocols like HTTP or low-level but more efficient TCP.

Read More
Guest User
Blueprints for a Data Analytics Platform by Ranjan Bhattacharya

The traditional on-prem data warehouse has served organizations well for many years by providing visibility into operational data critical for businesses to grow and thrive. However, this architecture tends to live in technical silos, introducing unnecessary friction into data-driven decision making.

The modern, cloud-based data warehouse can enable transformative connectivity between data and businesses, enabling data-driven decision making on a large scale, driving operational efficiency, improving customer experience, and creating new revenue streams.

Read More
Guest User