Welcome to the Advanced Docker course! The "Advanced Docker" course aligns with the Docker Certified Associate (DCA) Certification requirements. This course is designed to deepen your understanding and skills in using Docker. While basic Docker courses introduce you to the core concepts and functionalities of Docker, an advanced course goes further, covering complex topics … [Read more...] about Advanced Docker
Software Development
Mastering UX & Business App Development with OOP
This course is an introduction to the Java programming language and the concepts of object-oriented design. It not only covers the fundamentals of programming in Java, but it also brings in the concepts of object-oriented design and guides students to build GUI-based applications to address real-world problems. Topics include, but not limited to, fundamentals of programming … [Read more...] about Mastering UX & Business App Development with OOP
AI Agents in LangGraph
LangChain, a popular open source framework for building LLM applications, recently introduced LangGraph. This extension allows developers to create highly controllable agents. In this course you will learn to build an agent from scratch using Python and an LLM, and then you will rebuild it using LangGraph, learning about its components and how to combine them to build … [Read more...] about AI Agents in LangGraph
AI Agentic Design Patterns with AutoGen
In AI Agentic Design Patterns with AutoGen you’ll learn how to build and customize multi-agent systems, enabling agents to take on different roles and collaborate to accomplish complex tasks using AutoGen, a framework that enables development of LLM applications using multi-agents. In this course you’ll create: 1. A two-agent chat that shows a conversation between two standup … [Read more...] about AI Agentic Design Patterns with AutoGen
String Manipulation in C#: Develop a WordWand App
Get ready to manipulate text like a pro! This 2-hour, interactive guided project delves into the world of string manipulation which is a fundamental skill in C# programming. In this project, you'll gain practical experience working with strings in real-world projects. More specifically, you will master string creation, concatenation, indexing, and slicing to navigate and … [Read more...] about String Manipulation in C#: Develop a WordWand App