Great web applications that have dynamic user interfaces for use ReactJS. One of its distinguishing features is its component-based architecture, which enables developers to disassemble complicated UI components into smaller,…
Tutorial
tutorials
In this Part 2 of the tutorial series, we will learn about Golang Biscuit Authorization. Here, we will learn how to create, validate, attenuate, seal, and revoke the biscuit tokens….
In this tutorial, we will learn how to make a Krakend plugin for a custom rate limiter using Golang and Docker. KrakenD is an open-source API Gateway for microservices. It…
In this article, I will explore six custom hooks for ReactJS that can help simplify your code and improve the performance of your applications. We will provide examples for each…
In this article, I will be taking you through building an application that demonstrates OpenAI GPT Excel Integration using Node.js in the backend and React.js in the front end. You…
In this tutorial, we’ll learn about Biscuit authorization and create, authorize, and attenuate the tokens. It’s often painful to write and check authorization codes on every platform. Biscuit tokens help…
In this tutorial, we’ll learn how to use the APIs to connect OpenAI DALLE with Node.js. We’ll make a complete Node.js application from scratch that will do the following In…
Introduction OpenAI Codex is an AI model that turns natural language into code, writes SQL queries, translates code from one language to another, and makes example data. Codex is the…
OpenAI Whisper is an automatic speech recognition (ASR) system and transcription model. It was trained for over 680,000 hours in multilingual data collected from the web and can transcribe 97…
Up until now, we have learned how to use prompts in OpenAI Playground to do some basic chat with our bot on mental health (Part 1). In Part 2 of…