Systems | Development | Analytics | API | Testing

September 2023

How to load data from an Excel file

This video covers how you can quickly and seamlessly load data from an Excel to a Text file. You can then load that data into a database. We answer the question of how to load data from an Excel file into a database. Data can be used to load into any target with Linx. Load data from any source to any target. How to read data from Excel into a database? Linx is a general-purpose, low-code platform for backends.

How to load data from an XML file

This video covers how you can quickly and seamlessly load data from an XML file. You can then load that data into a database. We answer the question of how to load data from an XML file into a database. Data can be used to load into any target with Linx. Load data from any source to any target. How to load data from an XML File? Linx is a general-purpose, low-code platform for backends. Developers use Linx to build, test, deploy and manage backend solutions such as APIs, integrations and automation.

How to create an Excel file from any data

This video covers how you can quickly and seamlessly load data to an Excel file. You can then load data from a database and create an Excel file. We answer the question of how to load data to an Excel file from a database. How to create an Excel file and how to extract data from a database into a csv file with ease. Data can be used to load into any target with Linx. Load data from any source to any target.

Fine-Tuning a Foundation Model for Multiple Tasks

In this video we discuss the reasons why fine-tuning is needed to create mroe contextual accurate LLMs, and the methods that you can do to accomplish this. We also give a demo of our newest Applied ML Prototype (AMP) which demonstrates how to implement LLM fine-tuning jobs that make use of the QLoRA and Accelerate implementations available in the PEFT open-source library from Huggingface and an example application that swaps the fine-tuned adapters in real time for inference targetting different tasks. Learn more at cloudera.com#ai #ml.

How to load data from a JSON file

This video covers how you can quickly and seamlessly load data to a JSON file, meaning how to create a JSON file. Data can be loaded from a database, API or any other source. We answer the question of how to automatically create a JSON file with your data. Data can be used to load into any target with Linx. Load data from any source to any target. How to quickly create a JSON file? Linx is a general-purpose, low-code platform for backends.

How to load data from an API

Quickly load data from a REST API. This video answers the questions: How to quickly load data from a REST API? How to process REST Data? We will go over how you can call a REST API, retrieve data from it and load that data into a database. Linx is a general-purpose, low-code platform for backends. Developers use Linx to build, test, deploy and manage backend solutions such as APIs, integrations and automation.

What are Microservices? Code Examples, Best Practices, Tutorials and More

Microservices are increasingly used in the development world as developers work to create larger, more complex applications that are better developed and managed as a combination of smaller services that work cohesively together for more extensive, application-wide functionality. Tools such as Service Fabric are rising to meet the need to think about and build apps using a piece-by-piece methodology that is, frankly, less mind-boggling than considering the whole of the application at once.