top of page
Search


NLog with ILogger in .Net 6.0 Web API
In software development, where intricate systems and complex functionalities intertwine, logging stands as a silent sentinel, diligently...

The Tech Platform
Jun 21, 2022


How to convert Enum to String in Java?
There are two ways to convert an Enum to String in Java, first by using the name() method of Enum which is an implicit method and...

The Tech Platform
Jun 20, 2022


How to Create Graph in Excel?
A graph is a visual element that represents data in a worksheet. You will be able to analyze the data more efficiently by looking at a...

The Tech Platform
Jun 20, 2022


How to use LoggerMessage in ASP.NET Core
ASP.NET Core is a popular web framework that allows developers to build modern, high-performance web applications using the .NET...

The Tech Platform
Jun 20, 2022


Best MacOS Tools for Developers
The Apple Developer Tools are a suite of software tools from Apple to aid in making software dynamic titles for the macOS and iOS...

The Tech Platform
Jun 20, 2022


The Factory Design Pattern
The Factory design pattern is a creational design pattern that provides an interface for creating objects in a superclass but allows...

The Tech Platform
Jun 20, 2022


How to raise a number to a power - Python
In Mathematical terms, an exponent refers to a number that is placed as a superscript of a number. It says how many times the base number...

The Tech Platform
Jun 17, 2022


Python program to Convert Hours to Seconds
Convert Hours to Seconds In this program, we need to multiply hours with 60 (1 hour = 60 minutes ) so that we get in minutes, and once we...

The Tech Platform
Jun 17, 2022


What is Memory Management in JavaScript? How to Improve Memory Management of your Application
Memory management in low-level languages like C involves manual control over memory allocation and deallocation using functions like...

The Tech Platform
Jun 17, 2022


How to Use Decorators in JavaScript?
JavaScript Decorators are a powerful design pattern that enables the addition of behavior to an individual object, whether in a static or...

The Tech Platform
Jun 16, 2022
bottom of page