Posts

Showing posts from October, 2025

Make highlighted text match your brand or color scheme

Image
Curriculum for the course Make highlighted text match your brand or color scheme Want to add that little something extra and make highlighted text match your brand or color scheme? Ania shows you how to do it here. Watch Online Full Course: Make highlighted text match your brand or color scheme Click Here to watch on Youtube: Make highlighted text match your brand or color scheme This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Make highlighted text match your brand or color scheme courses free download, Plurasight Make highlighted text match your brand or color scheme courses free download, Linda Make highlighted text match your brand or color scheme courses free download, Coursera Make highlighted text match your brand or color scheme course download free, Brad Hussey udemy course free, free programming full course download, full course with project files, Download full project free, Coll...

Data Structures and Algorithms Mega Course – Master Technical Interviews in 49 Hours

Image
Curriculum for the course Data Structures and Algorithms Mega Course – Master Technical Interviews in 49 Hours Learn about every popular data structure and algorithm. This 49-hour mega course will help you master technical interviews for software engineering roles! This tutorial will equip you with the essential knowledge, starting with the core concepts of data structure, algorithm, and fundamental analysis like time and space complexity. This course uses Java. Course developed by: https://www.youtube.com/@DestinationFAANG ⭐️ Resources ⭐️ 🔗 Most asked Technical Interview Questions: https://docs.google.com/spreadsheets/d/1hzP8j7matoUiJ15N-RhsL5Dmig8_E3aP/edit#gid=1377915986 🔗 Github Repo with all the Solutions: https://github.com/DestinationFAANG/Destination-FAANG-Java-Solution ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp ⭐️ Chapters ⭐️ - 0:00:00 Introduction - ...

Flexbox spacing made easy

Image
Curriculum for the course Flexbox spacing made easy Have you ever struggled with spacing in Flexbox? Ania makes it easy here. Watch Online Full Course: Flexbox spacing made easy Click Here to watch on Youtube: Flexbox spacing made easy This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Flexbox spacing made easy courses free download, Plurasight Flexbox spacing made easy courses free download, Linda Flexbox spacing made easy courses free download, Coursera Flexbox spacing made easy 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

SwiftUI Course for Beginners – Create an iOS App from Scratch

Image
Curriculum for the course SwiftUI Course for Beginners – Create an iOS App from Scratch Learn how to create a complete iOS app from scratch using SwiftUI and Xcode. In this tutorial, you will learn to build a feature-rich movie and TV browsing app with a dynamic home screen, powerful search, and detail screens that play YouTube trailers. You will also implement a download manager to save titles for offline viewing using SwiftData. By integrating The Movie Database and YouTube APIs, this project provides excellent hands-on practice with SwiftUI, API integration, and modern data storage. Code (switch branches to get code for each section): https://github.com/BlossomBuild/BlossomMovie/tree/main Course created by @BlossomBuild ⭐️ Contents ⭐️ - 0:00:00 Essentials - 0:40:45 Networking - 1:52:39 API Networking Requests - 1:56:16 Navigation - 2:59:48 Search - 3:35:14 SwiftData ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented ...

How Ania Kubów uses time blocking to make the most of her day

Image
Curriculum for the course How Ania Kubów uses time blocking to make the most of her day Have you ever wondered how prolific developers and creators like Ania Kubów get stuff done? She shares her strategies (think time blocking and making the most out of the parts of the day when her brain's most active) on the freeCodeCamp podcast. Watch Online Full Course: How Ania Kubów uses time blocking to make the most of her day Click Here to watch on Youtube: How Ania Kubów uses time blocking to make the most of her day This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy How Ania Kubów uses time blocking to make the most of her day courses free download, Plurasight How Ania Kubów uses time blocking to make the most of her day courses free download, Linda How Ania Kubów uses time blocking to make the most of her day courses free download, Coursera How Ania Kubów uses time blocking to make the most of...

How to style your input cursor in CSS

Image
Curriculum for the course How to style your input cursor in CSS Did you know you can style your input cursors? Use caret-color: red; (or blue, or any other color) to add a little flare to your cursor. Ania shows you how to do it here. Watch Online Full Course: How to style your input cursor in CSS Click Here to watch on Youtube: How to style your input cursor in CSS 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 style your input cursor in CSS courses free download, Plurasight How to style your input cursor in CSS courses free download, Linda How to style your input cursor in CSS courses free download, Coursera How to style your input cursor in CSS 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 pr...

Audit the advice you're getting - it's not all gonna be good

Image
Curriculum for the course Audit the advice you're getting - it's not all gonna be good When you're looking for jobs and getting advice, make sure you carefully analyze everything. It's not all gonna be good advice. So sort through it, do your research, and find what's best for you. Danny Thompson talks about this on the freeCodeCamp podcast. Watch Online Full Course: Audit the advice you're getting - it's not all gonna be good Click Here to watch on Youtube: Audit the advice you're getting - it's not all gonna be good This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Audit the advice you're getting - it's not all gonna be good courses free download, Plurasight Audit the advice you're getting - it's not all gonna be good courses free download, Linda Audit the advice you're getting - it's not all gonna be good courses free download, C...

From injured athlete to software engineer with Kaleb Garner [Podcast #193]

Image
Curriculum for the course From injured athlete to software engineer with Kaleb Garner [Podcast #193] Kaleb Garner is a software engineer working at a medical technology app company. He got a scholarship to play baseball at a state university, but a serious knee injury ended his career and he dropped out. After moving back in with his parents and working at an optometry office, he decided to teach himself programming. He used freeCodeCamp and 100Devs to learn for free, and got his first front end developer job when he was only 19. He has since expanded his skills to work on large legacy Python and C# codebases. We talk about: - How his Major League Baseball goals and his dream of becoming a doctor ended in the same catastrophic semester - His grind to get his first developer role after only 20 carefully researched job applications - Getting laid off right before his wedding and losing all discipline in his frantic job search - Tips for making your skillset and your network layoff-...

How to use Python's .isprintable() method

Image
Curriculum for the course How to use Python's .isprintable() method Need to check if all characters in a Python string are printable, you can use the .isprintable() method. Makes sense, right? Estefania shows you how it works here. Watch Online Full Course: How to use Python's .isprintable() method Click Here to watch on Youtube: How to use Python's .isprintable() method 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 use Python's .isprintable() method courses free download, Plurasight How to use Python's .isprintable() method courses free download, Linda How to use Python's .isprintable() method courses free download, Coursera How to use Python's .isprintable() method 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 ma...

What is the JavaScript DOM?

Image
Curriculum for the course What is the JavaScript DOM? This beginner's tutorial covers the fundamentals of the Document Object Model (DOM) in JavaScript. Learn DOM structure, element traversal, manipulation, and event handling with a hands-on Expense Tracker project. Perfect for aspiring front-end developers. Course created by @logicBaseLabs ⭐️ Resources ⭐️ 🔗 Project Source Code: https://github.com/logicbaselabs/play-with-dom 🔗 HTML DOM Events List - https://www.w3schools.com/jsref/dom_obj_event.asp 🔗 DOM Selection Cheat Sheet - https://www.facebook.com/logicbaselabs/posts/pfbid0GAMBk7X2kHkgCkAtNZmUZGcn6weLpnAX99jbeiHpbefgJu2kCRZxTKXvgikkzijql 🔗 DOM Traversal Cheat Sheet - https://www.facebook.com/logicbaselabs/posts/pfbid02Nm8T1ExwFQH6aRrPDkLVQhaZXVMsxnMP6qG4QqytXTcgjN2UxsXDcegiEgKr2wYRl 🔗 DOM Manipulation Sheet - https://www.facebook.com/logicbaselabs/posts/pfbid031qFufNBnzPe6arn7DoQExBmNFunjmy7Zwu4eZF1pzgMVKZVvA91qeF3rEaiQ3BK5l 🔗 DOM Project Ideas - https://www.faceb...

Why you should surround yourself with the smartest, most driven people

Image
Curriculum for the course Why you should surround yourself with the smartest, most driven people Surround yourself with the smartest, most driven people. Namanh discusses why this is important with Quincy on the freeCodeCamp podcast. Watch Online Full Course: Why you should surround yourself with the smartest, most driven people Click Here to watch on Youtube: Why you should surround yourself with the smartest, most driven people This video is first published on youtube via freecodecamp. If Video does not appear here, you can watch this on Youtube always. Udemy Why you should surround yourself with the smartest, most driven people courses free download, Plurasight Why you should surround yourself with the smartest, most driven people courses free download, Linda Why you should surround yourself with the smartest, most driven people courses free download, Coursera Why you should surround yourself with the smartest, most driven people course download free, Brad Hussey udemy c...

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...

From manufacturing worker to first developer job at age 43 with Thomas Gooch [Podcast #191]

Image
Curriculum for the course From manufacturing worker to first developer job at age 43 with Thomas Gooch [Podcast #191] He's a self-taught software engineer who got his first developer job at age 43. He spent decades working in manufacturing while raising his kids, before using freeCodeCamp to learn programming. He was able to translate his JavaScript skills into working on enterprise Java apps, and now works at a semiconductor company. We talk about: - What working 12 hour manufacturing shifts is really like - Why he preferred freeCodeCamp's free curriculum over the paid courses that he tried - When to use AI code generation and when to do it yourself - Having faith in your ability to ultimately get a developer job Play snake in your browser's address bar [open source repo - links to the game itself]: https://github.com/epidemian/snake Song of the week: Return of the Space Cowboy by Jamiroquai 1994 https://youtu.be/OPkjnRIdQXQ News items: 1. Learn how to code your o...

Become a Fullstack Developer from Scratch – Full Beginner’s Tutorial

Image
Curriculum for the course Become a Fullstack Developer from Scratch – Full Beginner’s Tutorial Learn full-stack web development from the ground up in one complete course. Try the interactive expanded version here: https://scrimba.com/fullstack-path-c0fullstack Build hireable skills in the JavaScript ecosystem, including HTML, CSS, JavaScript, React, Node.js, Next.js, TypeScript, databases, and testing. You can study this course interactively on Scrimba. Code is available on the Scrimba course page for each lesson. Challenge code on GitHub: https://github.com/scrimba/learn-fullstack-development Scrimba on YouTube: https://www.youtube.com/c/Scrimba ⭐️ Contents ⭐️ - 00:00:00 Introduction - 00:01:27 Html and CSS - 01:04:19 Intro to CSS - 02:21:01 Building a business card - 03:32:02 Space exploration - 04:17:21 Birthday website - 05:22:25 Solo project hometown homepage - 05:30:38 Build a counter app - 06:46:17 Javascript challenges part 1 - 07:07:22 Git and Github basics - 07:19:5...