top of page
Search


How to review your code?
Code review happens when another developer goes through you or your team's code line-by-line and provides constructive, helpful feedback....

The Tech Platform
Jun 16, 2022


How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...

The Tech Platform
Jun 11, 2022


The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...

The Tech Platform
Jun 10, 2022


Write a program to Check if a Value exists in an Enum in TypeScript
Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...

The Tech Platform
Jun 8, 2022


What is Impersonation ASP.NET?
Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...

The Tech Platform
Jun 8, 2022


C# Programming Language: Hashtables
Hashtables can be used to store a collection of data, similar to that of a normal list. The main difference is that a Hashtable can store...

The Tech Platform
Jun 6, 2022


"this" Parameter in JavaScript
The "this" parameter in JavaScript is a fundamental concept in JavaScript that plays an important role in defining the context of a...

The Tech Platform
Jun 3, 2022


State Pattern : a simple implementation in C# dotnet core.
The State pattern allows an object to alter its behavior when its internal state changes. This is achieved by swapping internal state...

The Tech Platform
May 27, 2022


How to Create Executable Applications in Python
With auto-py-to-exe ,a project by Brent Vollebregt we can easily create our own executable Python applications. Underneath the GUI is...

The Tech Platform
May 26, 2022


C# Convert Class
Convert class provides different methods to convert a base data type to another base data type. The base types supported by the Convert...

The Tech Platform
May 26, 2022
bottom of page
