top of page
Search
The Tech Platform
Aug 17, 2023
How to Convert XML to JSON File in Python
XML and JSON are two different ways to represent the data. Though both are used to structure and share data, they each have unique...
The Tech Platform
Jul 26, 2023
JSON vs XML: Comparing Two Popular Data Interchange Formats
JSON and XML are widely used data formats in data interchange and representation. Both have unique strengths and weaknesses, making them...
The Tech Platform
Jul 26, 2023
What is JSON Used for?
In web development and data exchange, JSON (JavaScript Object Notation) has been used as a fundamental and widely adopted data...
The Tech Platform
Jan 29, 2023
PostgreSQL JSON Functions
PostgreSQL is an open-source, powerful, and feature-rich relational database management system (RDBMS) that is designed to handle large...
The Tech Platform
Dec 19, 2022
JavaScript Animation Libraries
An animation library is a collection of pure CSS animations. You can override the animation class name for an object to make it animate....
The Tech Platform
Oct 20, 2022
Difference between 32-bit JVM and 64-bit JVM?
What is JVM? A Java virtual machine is a virtual machine that enables a computer to run Java programs as well as programs written in...
The Tech Platform
Sep 8, 2022
Program to check if the String is Empty or not in JavaScript
There are a number of reasons why you might need to check if a string is empty or not. One of the most important reasons is when you're...
The Tech Platform
Jul 4, 2022
Programming Languages: Types of Programming Language.
A programming language is any set of rules that converts strings, or graphical program elements in the case of visual programming...
The Tech Platform
Jun 11, 2022
How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...
The Tech Platform
May 31, 2022
Securing Microservices with JWT
This article explains how to secure your microservices deployment practically with JWT Auth using Ballerina programming language....
bottom of page