top of page
Search

The Tech Platform
Jul 30, 2021
Top 5 Embedded Databases for JavaScript Applications
When it comes to handling small data requirements, we often associate databases with large storage platforms designed to handle massive...

The Tech Platform
Jul 30, 2021
How to query with GraphQL?
Getting too much data than what is needed, getting less data than we want, querying multiple endpoints for required data. These are some...

The Tech Platform
Jul 28, 2021
MariaDB vs MySQL : Database Management System
What is Maria DB? MariaDB is a fork of the MySQL database management system. The RDBMS offers data processing capabilities for both small...

The Tech Platform
Jul 26, 2021
How to Use MongoDB to Store and Retrieve ML Models
MongoDB is a very popular NoSQL database. In MongoDB, the data is stored in the form of JSON-like documents. More specifically, documents...

The Tech Platform
Jul 20, 2021
Data Engineer and It's Tools
A data engineer is an IT worker whose primary job is to prepare data for analytical or operational uses. These software engineers are...

The Tech Platform
Jul 8, 2021
How to Use IndexedDB — A NoSQL DB on the Browser
IndexedDB is a large-scale, NoSQL storage system. It lets you store just about anything in the user’s browser. In addition to the usual...

The Tech Platform
Feb 26, 2021
What is the JSON data format and JSON document database?
You might have come across JSON before, but like many, you might be unsure of its meaning. JSON stands for JavaScript Object Notation,...
bottom of page