top of page
Search
The Tech Platform
Oct 4, 2021
Rust Programming Language
Rust is a multi-paradigm, high-level, general-purpose programming language designed for performance and safety, especially safe...
The Tech Platform
Oct 1, 2021
How to get user IP address in React JS
1. Create a react project. npx create-react-app yourprojectname #o ryarn create react-app yourprojectname 2. Now install Axios on your...
The Tech Platform
Sep 30, 2021
Cypress: Architecture, Components and Features
Cypress is a purely JavaScript-based front end testing tool built for the modern web. It aims to address the pain points developers or QA...
The Tech Platform
Sep 30, 2021
Cypress Framework
Cypress framework is a JavaScript-based end-to-end testing framework built on top of Mocha – a feature-rich JavaScript test framework...
The Tech Platform
Sep 29, 2021
Exception Handling in Java
Exception Handling is a mechanism to handle runtime errors such as ClassNotFoundException, IOException, SQLException, RemoteException,...
The Tech Platform
Sep 29, 2021
Java Hibernate
Java Hibernate is an object-relational mapping tool(ORM) allowing the mapping of object-oriented models to relational databases for web...
The Tech Platform
Sep 29, 2021
Create a background job with Quartz.Net in .NET Core
There are processes you want to run frequently and automatically in the background of your main application. There are many libraries...
The Tech Platform
Sep 28, 2021
How to make HTTP Request in JavaScript in 5 different ways
In JavaScript, there are several ways to make HTTP requests to remote servers. These options range from native solutions like the...
The Tech Platform
Sep 27, 2021
How To Utilize Interfaces In C#
An “Interface” is similar to an “Abstract Class” in the sense that they can both force implementations. While an Abstract Class can be...
The Tech Platform
Sep 27, 2021
Bash Scripting | How to create and run Bash Script?
Bash Scripting is a powerful part of system administration and development used at an extreme level. It is used by the System...
bottom of page