top of page
Search

Switching Between OpenAI and Azure OpenAI Endpoints with Python
While both OpenAI and Azure OpenAI Service rely on a common Python client library, there are small changes you need to make to your code...
The Tech Platform
Jul 5, 2024

How to use MLflow for Multi-Model Serving with External LLMs?
LLMs are artificial intelligence trained on massive amounts of text data, allowing them to understand and process language with...
The Tech Platform
Jul 4, 2024

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
Jul 3, 2024

Prerendering in ASP.NET Core Razor Components
When users land on your Blazor WebAssembly app, a speedy initial load time can make all the difference in keeping them engaged. This is...
The Tech Platform
Jun 27, 2024

What does Static mean in Java?
In Java programming, you'll encounter the keyword static quite often. But what does Static mean in Java? How does it affect your code?...
The Tech Platform
Jun 22, 2024

Kotlin vs Java: Picking the perfect tool for Web Application
In the ever-evolving landscape of programming languages, a constant debate rages on: Kotlin vs Java. Both languages hold significant...
The Tech Platform
Jun 21, 2024

CSRF Protection in ASP.NET Core: A Comprehensive Guide
Cross-Site Request Forgery (CSRF) is a security vulnerability that can compromise the integrity of web applications. In a CSRF attack, an...
The Tech Platform
Jun 19, 2024

Securing Your ASP.NET SignalR Hub: Simple Strategies for Robust Protection
SignalR is a powerful ASP.NET library that enables interactive communication between server and client in real-time web applications....
The Tech Platform
Jun 18, 2024

Implementing Azure OpenAI Assistant within Microsoft Azure Logic Apps
Azure Logic Apps is a cloud-based platform for creating and running automated workflows that integrate apps, data, services, and systems....
The Tech Platform
Jun 18, 2024

A Guide to Using MapBlazorHub Method in Blazor Server App
Blazor Server application development is transforming the landscape of interactive web applications through the integration of C# and...
The Tech Platform
Jun 17, 2024
bottom of page