top of page
Search
The Tech Platform
Jan 20, 2022
The JavaScript Event Loop: Explained
The JavaScript event loop is a fundamental concept in JavaScript that enables asynchronous programming. JavaScript itself executes all...
The Tech Platform
Jan 19, 2022
Visual Studio Code (VS Code) Extension which will boost your Productivity
Visual Studio Extension is a software component that extends the functionality of Microsoft Visual Studio. Extensions can add new...
The Tech Platform
Jan 18, 2022
Command Pattern in Typescript
Command is a behavioral design pattern that turns a request into a stand-alone object that contains all information about the request....
The Tech Platform
Jan 17, 2022
How to Handle Data Locally in Flutter
It’s a rare case when there’s no need of storing some sort of data in an app. Flutter provides various ways to do so. For some apps we...
The Tech Platform
Jan 11, 2022
What is Span<T> in C#. How it is different from Memory<T>.
Span<T> is a value types which is an allocation-free representation of memory from different sources. Span<T> allows developers to work...
The Tech Platform
Jan 10, 2022
Regular Expression ( RegExp() ) in JavaScript
A regular expression is a string that describes a pattern e.g., email addresses and phone numbers. In JavaScript, regular expressions are...
The Tech Platform
Jan 10, 2022
.NET Core 3 Source Code Scanning
Hello, in this article, I will show you how to scan an application developed with .Net Core 3 framework using Fortify. Visual Studio 2019...
The Tech Platform
Jan 9, 2022
‘Tinkerstellar’ is a new iPad app to help you start programming in Python
Apple’s Swift Playgrounds is a great way to learn how to program in Swift using just an iPad, but there are several other code languages...
The Tech Platform
Jan 8, 2022
Boost Performance in .NET App
Requests from DB can be tracked or untracked. By default, all queries that return model objects from DB are trackable. When the data...
The Tech Platform
Jan 5, 2022
12 Mistakes Newbie Web Developers Make
We all made mistakes when we were new to web development. Mistakes are meant to be made because we can learn from them. This article will...
bottom of page