Building a Terminal Chat CLI with Typer and OpenAI

Building a Terminal Chat CLI with Typer and OpenAI

We will explore how to build a CLI using Typer, a modern and easy-to-use Python library, and package it for distribution.

Tags:  python

Published:  18-12-2024

My First Encounter with OpenAI Assistant API

My First Encounter with OpenAI Assistant API

This blog post explores the development of a Weather Assistant using OpenAI Assistant API. We'll delve into the API's capabilities, integration process, and potential applications.

Tags:  AI, python

Published:  11-12-2024

Building Better Angular Components Through Augmentation

Building Better Angular Components Through Augmentation

When building Angular components, one of the most important best practices is to augment native HTML elements rather than hiding them inside custom components.

Tags:  angular

Published:  22-11-2024

Implement Google OAuth with NestJS

Implement Google OAuth with NestJS

Today I will implement Google OAuth to login into my portfolio admin website

Tags:  nestjs

Published:  29-11-2023