top of page
Search
The Tech Platform
May 19, 2022
Node.js Logging Tutorial
Node.js logging is an important part of supporting the complete application life cycle. From creation to debugging to planning new...
The Tech Platform
May 14, 2022
Difference Between Cypress and TestCafe
Cypress Cypress framework is an open-Source JavaScript-based test automation framework built on NodeJS. It is built for the modern web...
The Tech Platform
May 14, 2022
Introduction to Parcel.JS
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore...
The Tech Platform
May 13, 2022
Selenium with C#: How to start running Automated Tests
Automated testing has become an integral part of modern software development practices, allowing teams to enhance the efficiency,...
The Tech Platform
May 12, 2022
Add Batman in Your VS Code
As a Software Developer, it is not always about writing code. We also share a passion to personalize our workstations and development...
The Tech Platform
May 9, 2022
Difference Between String and string in C#
String (capital S) is a class in the .NET framework in the System namespace. The fully qualified name is System.String. Whereas, the...
The Tech Platform
Apr 28, 2022
Exception Handling in C#
Exception Handling in C# is a process to handle runtime errors. We perform exception handling so that normal flow of the application can...
The Tech Platform
Apr 25, 2022
Calculate days between two dates in JavaScript
Sometimes we need to calculate the number of days between two dates. This can be done using the JavaScript programming language....
The Tech Platform
Apr 23, 2022
Which is better? Vim or VS Code
Vim Vim is a Unix text editor that's included in Linux, BSD, and macOS. It's known for being fast and efficient, in part because it's a...
The Tech Platform
Apr 23, 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...
bottom of page