XTIVIA BLOG
Quick Q & A: Is Your Company Ready for Digital Transformation?
What are the signals to look for that show our company is ready for digital transformation? There are a number of signals that let you know when it's time for your company to consider a digital transformation process. First, look at what your customers are experiencing. When...
The 12 Intangible Benefits Your Business May Be Delivering – Even If You Don’t Know It
Delivering customer value can be conveyed through intangible benefits which are easily overlooked. Many companies don't know how far their value extends for their brand and their offerings which, when articulated, could surface new opportunities and depth in customer...
Comparing JavaScript UI Frameworks
What's React.js? React is a JavaScript library for building user interfaces that was introduced in March 2013. Initially developed by Facebook, React components can be used on several pages, however not as a single-page application. Pros of React.js Virtual DOMOne-Direction...
How to Integrate “React JSON Schema Form” into a Redux and Typescript Project – Part 2
In Part 1, I wrote about how to build forms with React JSON Schema Form and integrate them into a Redux and Typescript project. In this Part 2 blog post, I take a deep dive into how I set up the project to handle building forms using these technologies. The repo that...
An Explanation of Java Memory Leaks and Solutions
Every Java developer thinks about Java's automatic garbage collection and worries about memory management. Memory leaks occur when object references are longer needed and poorly maintained. They often put unnecessary pressure on the machine as programs consume more and more...
The Definitive Guide to Setting Up Prometheus with Grafana Integration for EKS
You may have noticed that more organizations have started moving towards the containerization of their applications. Many of these organizations are using Kubernetes as the backbone for their container environments. As an organization's Kubernetes environment gets more complex,...
How to Integrate “React JSON Schema Form” into a Redux and Typescript Project
In a previous blog, I wrote about combining React, Redux, Typescript, and other technologies in order to build a web app following best practices, and I provided a very simple example app. In this follow-up blog post, I will flesh out the example by adding a form using "React...
Designing a NoSQL Document Store
What is NoSQL? NoSQL is a non-relational, "Not-only-SQL" database that provides a mechanism to store and retrieve unstructured and semi-structured data. The data is stored in a non-tabular format and mainly involves handling big data applications. NoSQL databases are highly...
The Evolution of Microprofile
What is Microservice? Microservice is a software architecture style containing a collection of independent services representing a business function to form a complete system. Monolithic architecture combines all the business functions into a single application for deployment...
The Role of API Testing in Agile World: Simple Yet Effective
Introduction Application Programming Interfaces (APIs) have become the center for developing, connecting, and transferring data and logic across disparate systems and applications. Testing them can considerably improve the efficiency of the testing strategy as a whole, which...









