We are introducing a new course to replace the "Coding with ChatGPT" course in the Generative AI specialization. This updated course will cover materials, models, and content released in 2024. Some of the new additions include material on using AI for image-to-text (vision), text-to-speech, speech-to-text, and the Assistant API. All these topics come with new labs, lessons, … [Read more...] about Multimodal Generative AI: Vision, Speech, and Assistants
Software Development
Advanced JavaScript 1: Objects, Loops, Hoisting
This advanced JavaScript course deepens your understanding of key programming concepts, equipping you with the tools to write more efficient and scalable code. Through hands-on lessons and challenges, you’ll explore key JavaScript features like hoisting, loops, and object destructuring, along with ternary operators and asynchronous functions like setTimeout and setInterval. … [Read more...] about Advanced JavaScript 1: Objects, Loops, Hoisting
Advanced JavaScript 2: Async JS, APIs, Operators, Objects
This course focuses on enhancing your JavaScript skills by working with asynchronous programming, APIs, logical operators, and objects. You will learn how to fetch and handle API data using modern techniques such as async/await and promises, efficiently managing multiple asynchronous operations. Additionally, you’ll explore the use of logical operators like ||, &&, and … [Read more...] about Advanced JavaScript 2: Async JS, APIs, Operators, Objects
Asynchronous Programming in JavaScript – Complete Course
JavaScript wasn't initially designed for asynchronous operations, but with some adjustments, you can effectively manage asynchronous code to ensure data is used only after it's fully fetched. In this course, you'll master every aspect of asynchronous JavaScript through easy-to-understand examples and detailed explanations. You'll explore event loops, JavaScript's … [Read more...] about Asynchronous Programming in JavaScript – Complete Course
Foundations of DevOps and Git
In this meticulously designed course, you'll embark on a journey to understand the fundamental principles of DevOps and the crucial role Git plays in version control and continuous integration. The course begins with an introduction to DevOps, explaining its importance and how it revolutionizes the development and operations landscape. You'll get acquainted with various tools … [Read more...] about Foundations of DevOps and Git