top of page
Search


How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...

The Tech Platform
May 24, 2022


Object Literals in JavaScript to write complex conditions?
A JavaScript object literal is a concise way to create an object by specifying its properties and values using curly braces. It helps...

The Tech Platform
May 21, 2022


Difference Between Const vs Readonly vs Static in C#
Const: Constant fields or local variables must be assigned a value at the time of declaration and after that, they cannot be modified. By...

The Tech Platform
May 21, 2022


How to Find Highest Repeating Word from a File in Java?
In this Tutorial we will Learn to find the duplicate word which has occurred a maximum number of times in a file. You can also print the...

The Tech Platform
May 20, 2022


"Var" Keyword in C#
Var is a keyword, it is used to declare an implicit type variable, that specifies the type of a variable based on initial value. The var...

The Tech Platform
May 20, 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 19, 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 13, 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 12, 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 28, 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 25, 2022
bottom of page
