top of page
Search


Typer - The Command Line Script Framework for Python
Typer is a command line interface (CLI) framework for python that utilizes the pydantic type framework. This framework has turned out to...

The Tech Platform
Jan 5, 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 3, 2022


Methods to Search through Arrays in JavaScript.
In JavaScript, we often work with data that is stored in Arrays. A common task will be searching the array to find if it contains a value...

The Tech Platform
Dec 24, 2021


The :empty and :blank CSS pseudo selectors
:empty The :empty CSS pseudo-class represents any element that has no children. Children can be either element nodes or text (including...

The Tech Platform
Dec 24, 2021


Threads in JavaScript?
A thread is the sequential programs described previously. A single thread also has a beginning, a sequence, and an end. At any given time...

The Tech Platform
Dec 24, 2021


Exceptions in .NET
Exceptions are errors that occur during the runtime of a program. The advantage of using exceptions is that the program doesn’t terminate...

The Tech Platform
Dec 23, 2021


Converting DateOnly and TimeOnly to DateTime and vice versa in .NET 6
How DateOnly and TimeOnly can be used with legacy application where DateTime is already used? How can we migrate to use this ? How do we...

The Tech Platform
Dec 22, 2021


A Generic Function to Update and Manipulate Object Arrays in TypeScript
While building my newest SaaS product, ReduxPlate, I realized a common pattern kept cropping up in my array manipulation functions. I was...

The Tech Platform
Dec 22, 2021


Injecting .Net Assembly Into .Net Application
As demonstration purpose, i have written the following app. As you already got what the code does (a simple msgbox says “Hello World from...

The Tech Platform
Dec 20, 2021


JavaScript One-Liner coding/ Programming
1. How to convert a string from snake_case to camelcase A string in snake_case uses the underscore character to separate each word. Each...

The Tech Platform
Dec 17, 2021
bottom of page
