LLM

A Beginner’s Guide to AI Engineering – or How to Automate Finance Articles

Hi and welcome to this mini-course on AI engineering! In this mini-course you will learn the basic principles of AI engineering by using ChatGPT to automatically write blog articles on any news topic. I will show you some cool tricks along the way, but rest assured, you don’t need to be an expert in coding […]

A Beginner’s Guide to AI Engineering – or How to Automate Finance Articles Read More »

NextJS Course (7/9) – Blockbuster Chat V2 – Implementing the Front-End

Welcome back to part 7! Let’s continue straight where we left off and continue on our blockbuster chat V2. Make sure you have your blockbuster_chat_2/page.tsx file open where we just finished defining our ChatBubble component in the last part: Getting started on the main component Let’s write the main BlockbusterChat component in here. This one

NextJS Course (7/9) – Blockbuster Chat V2 – Implementing the Front-End Read More »

NextJS Course (6/9) – Taking our Chat to the Next Level… with Memory!

Welcome back to part 6 of the tutorial series. In this part, we’ll be leveling up our chat app by making it into a real conversation with memory and making it look a lot better at the same time. We’ll also be using a library called daisyUI to help us style our chat a lot

NextJS Course (6/9) – Taking our Chat to the Next Level… with Memory! Read More »

NextJS Course (5/9) – Creating the Blockbuster Chat App

Welcome to part 5 of the tutorial! In this part, we’ll be adding a chat feature to the Blockbuster page. We’ve been preparing for this for so long, and now we’ll finally get to create something cool (and understand what we’re doing in the process!). We’ll continue to work on our route.tsx file in the

NextJS Course (5/9) – Creating the Blockbuster Chat App Read More »

NextJS Course (2/9) – Navigation, routing, and layouts in Next.js

Welcome back to part 2 of this tutorial series. In this part, we’ll first get started by looking at how to create and navigate between multiple pages in Next.js, as just having a single page is not very useful! Routing in Next.js Routing in Next.js is very easy and almost magical even. Where in every

NextJS Course (2/9) – Navigation, routing, and layouts in Next.js Read More »

NextJS Course (1/9) – Setting up and understanding Next.js

Hi and welcome to this new tutorial series on building AI applications using Next.js. In this first part, we’ll get started on the basics and setting up Next.js for our project. What is Next.js? Next.js is a powerful React framework designed to build fast, search-engine-friendly, and dynamic websites. It uses server-side rendering (SSR) and static

NextJS Course (1/9) – Setting up and understanding Next.js Read More »