Building a reactive application with Azure Cosmos DB

As the demand for modern, scalable, and responsive applications continues to rise, building reactive applications has become an increasingly popular trend in recent years. Reactive systems are designed to react to events and changes in the system in a timely, consistent, and fault-tolerant manner. These systems often use event-driven architectures, Continue Reading

How to Build a Music Generator with OpenAI Jukebox

OpenAI Jukebox is a powerful tool that allows you to generate music in a variety of genres and styles. In this tutorial, we will walk through the steps to build a music generator using OpenAI Jukebox. By the end of this tutorial, you will be able to generate your own Continue Reading

How to Build a Code Tester with OpenAI Codex and React

In this tutorial, we will explore how to build a code tester using OpenAI Codex, a state-of-the-art language model, and React, a popular JavaScript library for building user interfaces. The code tester will allow users to write code in various programming languages and see the output or any errors that Continue Reading

Building an image recognition solution with Azure Cognitive Services

Building a Custom Image Recognition Solution with Azure Cognitive Services In recent years, the field of computer vision has seen significant advancements, and image recognition has become an essential tool for various industries. With the help of deep learning techniques, we can train powerful neural networks that can recognize objects, Continue Reading

How to debug and troubleshoot common LLM issues and errors

LLM (Language Model) is a powerful tool that can generate human-like text based on the given input. However, like any software, it can encounter issues or errors that may affect its performance. In this tutorial, we will explore common LLM issues and errors and how to debug and troubleshoot them Continue Reading

Creating serverless functions using AWS Fargate

Introduction Serverless architecture has gained popularity among developers over the past few years. It is an approach that allows developers to build and run applications without having to worry about server infrastructure. AWS Fargate is one of the many serverless computing services that AWS provides to developers. In this tutorial, Continue Reading

Setting up Azure SQL Database for your app

Introduction Azure SQL Database is a PaaS (Platform as a Service) offering from Microsoft Azure that provides a fully-managed, highly available, and scalable relational database service in the Cloud. It is built on the latest version of SQL Server engine and provides features such as automated backups, security, and performance Continue Reading

How to use LLMs for text style transfer and adaptation

In recent years, there has been significant progress in natural language processing (NLP) techniques, particularly in the field of language generation. One such advancement is the development of Large Language Models (LLMs), which have shown impressive capabilities in generating coherent and contextually relevant text. LLMs have gained popularity in various Continue Reading

Setting up Azure Kubernetes Service

Introduction Modern technology has provided developers with many tools to create and manage applications. Azure Kubernetes Service is a popular solution for managing containerized applications on Microsoft Azure. It provides a fully-managed container orchestrator that allows you to easily manage containerized applications, scale them as needed, and automate infrastructure operations. Continue Reading