top of page
Search


Functional DI in Nodejs for .Net developers
At Ohpen our main stack is .Net and we love it :) ! It serves well to create performant web apis with many endpoints. When I started...

The Tech Platform
Oct 12, 2021


Top JavaScript Libraries for Formatting Data and Time
Whether you need to create a calendar, an appointment scheduling system or an interface to integrate different people at different time...

The Tech Platform
Oct 11, 2021


How to handle Time Zones in JavaScript
When developing web applications, managing time zones becomes an essential aspect to consider. In most cases, we rely on the server time...

The Tech Platform
Oct 9, 2021


How to Properly Architect Your React App
Atomic Components For more detail, Click here. Atoms are your smallest building block. These are simple UI elements, like inputs,...

The Tech Platform
Oct 8, 2021


Top Critical Topics in Javascript
JavaScript is a dynamic programming language that's used for web development, in web applications, for game development, and lots more....

The Tech Platform
Oct 6, 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
Oct 1, 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 30, 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 28, 2021


Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...

The Tech Platform
Sep 18, 2021
bottom of page