top of page
Search
The Tech Platform
Jul 8
Golang Enum: A Practical Guide
Enums, short for enumerations, are a way to represent a fixed set of related constants with distinct values. They’re commonly used to...
The Tech Platform
May 9
Migrating from Get-MsolUser to Get-AzureADUser: A Developer's Guide
The Azure Active Directory (Azure AD) user management is constantly evolving. As Microsoft prioritizes newer technologies, developers...
The Tech Platform
Apr 25
What is a Moment.JS?
JavaScript and dates can be a tricky mix. Parsing formats, ensuring accuracy, and manipulating them smoothly often lead to complex code....
The Tech Platform
Apr 15
Introduction to Azure AI Search
In today's data-driven world, the ability to quickly and efficiently search through massive datasets is paramount. Information...
The Tech Platform
Mar 29
Kubernetes vs Docker: A Guide to Choosing the Right Containerization Tool
The software development landscape has been revolutionized by containerization. This approach of packaging applications with all their...
The Tech Platform
Feb 8
C# Regex: A Complete Guide
Regex, short for Regular Expressions, is a tool used in computer science and programming for pattern matching within strings. It provides...
The Tech Platform
Jul 31, 2023
What is Variable in Programming?
In programming, variables are like the building blocks that enable us to create dynamic and interactive applications. Understanding the...
Sofia Sondh
May 31, 2023
Java vs JavaScript: A Comparison of two popular Programming Languages
Java and JavaScript are two famous programming languages that often generate confusion due to their similar names. Despite their shared...
The Tech Platform
Mar 6, 2023
Best Productivity Tools for Software Developers
Productivity tools are software applications that are designed to help developers work more efficiently and effectively. These tools can...
The Tech Platform
Oct 17, 2022
Data Protection in ASP.NET Core
In web development, keeping sensitive data safe is a top priority. ASP.NET Core recognizes this need and offers a powerful solution – the...
bottom of page