In a rapidly evolving business landscape, adopting a proactive approach to modernizing legacy technology is imperative for enterprises aiming to enhance efficiency and agility. Our blog explores key components of modernization strategies to inspire and guide your business in achieving optimal outcomes.
Category: Uncategorized
Document Clustering
1. Objective Given a set of documents the aim is to group the documents that share some particularities. 2. Dataset The dataset is composed of documents and it is preferable that these are of various categories so that the groups are as obvious as possible. A very simple dataset that we will use as an […]
React Schema Form
react-schema-form was build to simplify the management of HTML forms. It’s based on React and JSON schema. By having the necessary knowledge of the data being manipulated, such as structure, data types, particular constraints or patterns, you can design JSON schemas which will serve as inputs for the forms which will be automatically generated. By using Ajv as a main […]