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
Jul 3
Per-Interpreter GIL (Global Interpreter Lock) in Python
The GIL (Global Interpreter Lock) is a mutual exclusion lock (mutex) that acts as a gatekeeper for executing Python bytecode. It allows...
The Tech Platform
Jun 3
Explore the C# Params Collection Feature
In the dynamic programming world, languages are constantly growing by introducing new features and functionalities to improve developer...
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
Mar 8
Google Gemini vs ChatGPT: Which LLM is Right for You?
Large language models (LLMs) have emerged as a revolutionary force in artificial intelligence. These complex algorithms, trained on...
The Tech Platform
Sep 11, 2023
Fine Tuning Operations in Azure OpenAI Service
Unlocking the full potential of artificial intelligence (AI) models often requires a degree of fine-tuning—tailoring them to specific...
The Tech Platform
May 13, 2021
Six Rules of Thumb for Scaling Software Architecture
In the ever-evolving landscape of software architecture, the pursuit of scalable systems is both an art and a science. As digital demands...
bottom of page