top of page
Search
The Tech Platform
Apr 22, 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 21, 2022
How to Integrate BoldSign into Your ASP.NET Core Application
BoldSign is a web application that enables users to sign documents digitally and allows you to send documents for e-signatures from...
The Tech Platform
Apr 18, 2022
How to Read Strings From a .env File With Python, Express.JS, and Go
A .env, or environment file, is one of the essential files in a structured, secure programming project. You might've come across...
The Tech Platform
Apr 18, 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 16, 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
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 13, 2022
How to use Arrays in Bash Script
Bash Array – An array is a collection of elements. Unlike in many other programming languages, in bash, an array is not a collection of...
The Tech Platform
Apr 12, 2022
How to Add JavaScript to HTML?
You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The...
The Tech Platform
Apr 8, 2022
Authentication in ASP.Net Core
A step-by-step guide for user authentication in your ASP.Net Core Web Apps Authenticating a user is one of the basic and most widely...
The Tech Platform
Apr 8, 2022
How to use String.matches() with Regular Expression in Java?
The string matches method in Java can be used to test String against regular expressions in Java. The string matches() method is one of...
bottom of page