top of page
Search

Using Stencil Components in PHP
Why integrate Stencil With PHP? Stencil is a new way to create web Components that can work practically anywhere once compiled, while php...
The Tech Platform
Apr 25, 2022

Difference Between JavaScript Promises and JavaScript Observable
What are JavaScript Promises? JavaScript Promises are used to handle asynchronous operations in JavaScript. They are easy to manage when...
The Tech Platform
Apr 25, 2022

JavaScript Naming Conventions
A naming convention is a set of rules or guidelines that people agree upon to name things. These rules can vary depending on their...
The Tech Platform
Apr 23, 2022

Smart & Dumb Components in Angular
Components may appear to be easy to grasp! Yet there is much more to learn about them. The Components structure divides the page into...
The Tech Platform
Apr 22, 2022

How to use Stream allMatch() and anyMatch() function in Java?
Stream allMatch: We often run into problems where we need to check a condition on a list of values. To give an example, let’s say there’s...
The Tech Platform
Apr 20, 2022

How to Hide or Show Elements in JavaScript?
In JavaScript, we can hide the elements using the style.display or by using the style.visibility. The visibility property in JavaScript...
The Tech Platform
Apr 20, 2022

34 UI Libraries For React, Vue And Angular
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It is maintained...
The Tech Platform
Apr 18, 2022

Extracting Database Metadata via JDBC Driver
JDBC (Java Database Connectivity) is a Java API that enables Java applications to interact with databases. One of the useful features of...
The Tech Platform
Apr 16, 2022

Program to Print Floyd's Triangle in Java
Floyd's triangle is a right-angled triangular array of natural numbers, used in computer science education. It is named after Robert...
The Tech Platform
Apr 16, 2022


Introduction to JDBC (Java Database Connectivity) Driver
A JDBC driver uses the JDBCâ„¢ (Java Database Connectivity) API developed by Sun Microsystems, now part of Oracle, that provides a standard...
The Tech Platform
Apr 16, 2022
bottom of page