This concise 2-hour introductory course will give you a hands-on introduction to TypeScript. By the end, you'll have a solid understanding of the fundamentals of TypeScript and how to leverage it to create safer and more reliable JavaScript applications. TypeScript is a "superset" of JavaScript, meaning all valid JavaScript code is also valid in TypeScript. However, TypeScript … [Read more...] about Learn TypeScript
Computer Science
Explore SAP Data Foundation using Looker Dashboards
This is a self-paced lab that takes place in the Google Cloud console. Visualize the Google Cloud Cortex Data Foundation for SAP by viewing reports pre-installed in a Looker instance … [Read more...] about Explore SAP Data Foundation using Looker Dashboards
Build a Movie Recommendation App with OpenAI
In this project, you'll develop Pop Choice, an AI-powered movie recommendation app designed to simplify the decision-making process for movie night. Using AI embeddings, vector databases, and the OpenAI API, the app will recommend the perfect movie based on user preferences gathered through a series of open and close-ended questions. Users input their mood and preferences, and … [Read more...] about Build a Movie Recommendation App with OpenAI
Build an AI-powered Translation App with OpenAI
The AI Translation App is a guided project aimed at building a smart, interactive application that helps users translate text between different languages. Using a simple and user-friendly interface, users can easily input text and choose the target language for translation. The AI-powered app will integrate with a translation API to: - Provide accurate translations into … [Read more...] about Build an AI-powered Translation App with OpenAI
Build an AI Personal Assistant with a Vector Database
In this project, you’ll create a personalized AI assistant called "AI-SH" to help users (or you!) stay organized by tracking personal information such as appointments and reminders. Using HTML, CSS, JavaScript, and a vector database, you’ll build a chatbot that can respond to your questions based on custom data you provide in a text file. Here’s what you’ll do: ✨ Build from … [Read more...] about Build an AI Personal Assistant with a Vector Database