by XTIVIA | Mar 5, 2020 | Blog, Databases
Data is the lifeblood of your business, which means taking care of it is essential for operating your business. Whether your company uses SQL Server, Oracle, Db2, or PostgreSQL, quality database support, maintenance, and protection must be an integral part of your...
by Rajeswari Guthi | Mar 4, 2020 | Blog, Enterprise Information Management
Developing a single application with the required features to meet a company’s demands is complex, involving a lot of customized code to ensure the right outcome. For smaller applications, it’s not as cumbersome, but for medium-to-large scale applications,...
by XTIVIA | Mar 3, 2020 | Blog, Perspectives
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...
by XTIVIA | Feb 27, 2020 | Blog, Perspectives
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...
by XTIVIA | Feb 26, 2020 | Blog, Enterprise Information Management
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...
by Ben Kinsey | Feb 25, 2020 | Blog, Digital Experience
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...
by XTIVIA | Feb 19, 2020 | Blog, Enterprise Information Management
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...
by XTIVIA | Feb 18, 2020 | Blog, Cloud
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...
by Ben Kinsey | Feb 13, 2020 | Blog, Digital Experience
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...
by XTIVIA | Feb 12, 2020 | Blog, Enterprise Information Management
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...
by Sunil Kumar Chenna | Feb 11, 2020 | Blog, Enterprise Information Management
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...
by XTIVIA | Feb 6, 2020 | Blog, MuleSoft, Testing
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...