top of page
Search


Link-time substitution (C/C++): test hardware dependent code
What is link-time substitution used for? Link-time substitution is one of three methods to create test doubles for your project. Test...

The Tech Platform
Apr 30, 2022


7 New CSS Features in 2022
With the use of CSS, we can control various styles, such as the text color, the font style, the spacing among paragraphs, column size and...

The Tech Platform
Apr 30, 2022


Keycloak in Angular Application
These are the requirements to perform the integration of Keycloak in an application in angular. 1. Install Node.js Node.js is an...

The Tech Platform
Apr 30, 2022


What's new in TypeScript 4.7?
TypeScript 4.7, now in a beta release, offers ECMAScript module (ESM) support for Node.js 12 as well as a multitude of coding...

The Tech Platform
Apr 30, 2022


Guide to Build Cross-Platform Applications with .NET Core
In today’s time, web application development has become way too simple and a wide array of latest technologies and frameworks have come...

The Tech Platform
Apr 30, 2022


Writing Posts in Wordpress
WordPress is a free, open-source website creation platform. On a more technical level, WordPress is a content management system (CMS)...

The Tech Platform
Apr 28, 2022


How to convert date object to string in C#?
The ToString() method of the DateTime class is used to convert a DateTime date object to string format. The method takes a date format...

The Tech Platform
Apr 28, 2022


Creating Useful Documentation for Your Angular Component Library Using Storybook
Component libraries in UI development are essential for any large-scale enterprise application to ensure consistency in both presentation...

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 28, 2022


Parsing Text File By Span and Memory
We will write a method and the method will read all of the text inside the file then it will count the occurrences of the words. Like a...

The Tech Platform
Apr 28, 2022
bottom of page