Posts

What's New

Intro to MCP Servers – Course for Beginners

Image
Curriculum for the course Intro to MCP Servers – Course for Beginners Learn to build Mono-Context Protocol (MCP) servers with FastMCP. MCP is the standard that lets AI agents, like GitHub Copilot and Gemini, securely interact with your databases, functions, and apps. You will learn what MCP is and why it matters, then dive into three hands-on coding scenarios: building calculator examples using Standard I/O (STIO) and HTTP Stream (HPP), integrating APIs for dynamic content, and applying essential testing with GitHub Copilot. You’ll finish by deploying your MCP on FastMCP Cloud for a complete end-to-end workflow. 💻 Code: https://github.com/BarrileteChapin/FCC-MCP-Course ✏️ Course created by Carlos Leon. Connect with Carlos on LinkedIn: https://www.linkedin.com/in/leoncarlo/ ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp ⭐️ Contents ⭐️ - 0:00:00 Greetings - 0:01:54 A...

How to make heart shapes in HTML

Image
Curriculum for the course How to make heart shapes in HTML Want to make heart shapes in your HTML? Ania shows you how here. Watch Online Full Course: How to make heart shapes in HTML Click Here to watch on Youtube: How to make heart shapes in HTML This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy How to make heart shapes in HTML courses free download, Plurasight How to make heart shapes in HTML courses free download, Linda How to make heart shapes in HTML courses free download, Coursera How to make heart shapes in HTML course download free, Brad Hussey udemy course free, free programming full course download, full course with project files, Download full project free, College major project download, CS major project idea, EC major project idea, clone projects download free

Google Generative AI Leader Certification Course – Pass the Exam!

Image
Curriculum for the course Google Generative AI Leader Certification Course – Pass the Exam! Prepare for the Google Generative AI Leader exam and pass! A Generative AI Leader is a visionary professional with comprehensive knowledge of how generative AI (gen AI) can transform businesses. They have business-level knowledge of Google Cloud's gen AI offerings and understand how Google's AI-first approach can lead organizations toward innovative and responsible AI adoption. They influence gen AI-powered initiatives and identify opportunities across business functions and industries, using Google Cloud's enterprise-ready offerings to accelerate innovation. Andrew Brown developed this course. 🔗 Get your Free Practice and Downloadable Cheatsheets: https://www.exampro.co/gcp-gal ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp ⭐️ Contents ⭐️ - 00:00:00 Introducti...

Evan You – From Art School Kid to Open Source Legend [Podcast #192]

Image
Curriculum for the course Evan You – From Art School Kid to Open Source Legend [Podcast #192] Evan You is the creator of the popular Vue JavaScript library for front end development and the Vite JavaScript build tool that a lot of devs use as a boilerplate for their new projects. He's a self-taught developer based in Singapore. He shares tips for: - Getting involved in open source - Leading open source projects and attracting sponsors - And how to use AI as a thinking assistant rather than just as a coding assistant We also talk about his thoughts on the Chinese open source scene, a new documentary that just came out about Vite, and his new project: Void 0. Links from the news section: 1. freeCodeCamp just published a new in-depth course that will teach you full stack development fundamentals from the ground up. It covers front end development tools like HTML, CSS, and JavaScript. Then it moves to back end development tools like Node, SQL, and TypeScript. You can code along...

Harvard CS50’s Intro to Databases with SQL – Full University Course

Image
Curriculum for the course Harvard CS50’s Intro to Databases with SQL – Full University Course This is CS50’s introduction to databases using a language called SQL. Learn how to create, read, update, and delete data with relational databases, which store data in rows and columns. Learn how to model real-world entities and relationships among them using tables with appropriate types, triggers, and constraints. Learn how to normalize data to eliminate redundancies and reduce potential for errors. Learn how to join tables together using primary and foreign keys. Learn how to automate searches with views and expedite searches with indexes. Learn how to connect SQL with other languages like Python and Java. Course begins with SQLite for portability’s sake and ends with introductions to PostgreSQL and MySQL for scalability’s sake as well. Assignments inspired by real-world datasets. 💻 Slides, source code, and more at https://cs50.harvard.edu/sql/ ✏️ Carter Zenke teaches this course. ❤...

React 19 Project Tutorial – AI Code Explainer

Image
Curriculum for the course React 19 Project Tutorial – AI Code Explainer Learn how to use React 19 and AI LLMs to code an AI-powered Code Explainer App from scratch. We’ll design the app, configure an Express.js backend, set up a REST endpoint that talks to an LLM, and then integrate everything into a modern React 19 app (with Vite + TailwindCSS). ⭐️ Resources ⭐️ - Code: https://github.com/tapascript/codesplain - Join Tapas's Discord: https://discord.gg/ux9BchWEW3 - Nebius AI Studio: https://studio.nebius.com/ - Open AI API: https://platform.openai.com/docs/overview - React 19 & TailwindCSS: https://github.com/atapas/code-in-react-19 ❤️ Try interactive React courses we love, right in your browser: https://scrimba.com/freeCodeCamp-React (Made possible by a grant from our friends at Scrimba) ⭐️ Chapters ⭐️ - 0:00:00 Building With AI - 0:01:51 What are We Building? - 0:03:06 App Design - 0:04:22 Configure AI LLMs - 0:09:24 Configure Express.js Server - 0:18:29 Create Expla...

Deep Learning Vision Architectures Explained – CNNs from LeNet to Vision Transformers

Image
Curriculum for the course Deep Learning Vision Architectures Explained – CNNs from LeNet to Vision Transformers This course is a conceptual and architectural journey through deep learning vision models, tracing the evolution from LeNet and AlexNet to ResNet, EfficientNet, and Vision Transformers. The course explains the design philosophies behind skip connections, bottlenecks, identity preservation, depth/width trade-offs, and attention. Each chapter combines clear visuals, historical context, and side-by-side comparisons to reveal why architectures look the way they do and how they process information. Course developed by @programmingoceanacademy Course notes: https://www.programming-ocean.com/knowledge-hub/cnn-architect-mind-ai-atlas.php ⭐️ Contents ⭐️ ⌨️ (0:00:00) Welcoming and Introduction ⌨️ (0:01:44) What We'll Cover Broadly ⌨️ (0:05:34) LeNet Architecture Model ⌨️ (0:22:51) AlexNet Architecture Model ⌨️ (0:46:26) VGG Architecture Model ⌨️ (1:01:41) GoogLeNet / I...