Posts

What's New

DevSecOps Course – API Security

Image
Curriculum for the course DevSecOps Course – API Security Learn the essential concepts of DevSecOps and why integrating security throughout the software development lifecycle is more important than ever. You’ll learn how DevSecOps bakes it into every stage, from planning and coding to testing and deployment. ✏️ Scott Bly developed this course. He is a seasoned cybersecurity professional specializing in API security within DevSecOps environments. Access more free security courses at https://www.apisecuniversity.com/ ❤️ Support for this channel comes from our friends at Scrimba – the coding platform that's reinvented interactive learning: https://scrimba.com/freecodecamp 🎉 Thanks to our Champion and Sponsor supporters: 👾 Drake Milly 👾 Ulises Moralez 👾 Goddard Tan 👾 David MG 👾 Matthew Springman 👾 Claudio 👾 Oscar R. 👾 jedi-or-sith 👾 Nattira Maneerat 👾 Justin Hual -- Learn to code for free and get a developer job: https://www.freecodecamp.org Read hundreds of artic...

Abandoning med school to become a software engineer with Edidiong Asikpo [Podcast #182]

Image
Curriculum for the course Abandoning med school to become a software engineer with Edidiong Asikpo [Podcast #182] On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Edidiong Asikpo. Didi is a software engineer. She grew up in Lagos, the biggest city in Nigeria and the biggest tech hub in Africa. Didi got into medical school. But while waiting for her studies to start, she started studying computer science and got really into it. She graduated with a CS degree and has worked in tech for nearly a decade. She now works at MongoDB, a cloud database company, remotely from her home in London. We talk about: - Nigeria's tech scene - How to break into tech when you live outside the Silicon Valley ecosystem - How to transition from one programming language to another (Didi moved from mobile apps to DevOps) - How writing programming tutorials can help you become a better developer Support for this podcast comes from a grant from Wix Studio. Wix S...

Time Series Forecasting in Python – Tutorial for Beginners

Image
Curriculum for the course Time Series Forecasting in Python – Tutorial for Beginners This course is an introduction to time series forecasting with Python. It's a perfect starting point for beginners looking to forecast time series data. You will learn the fundamental concepts of time series forecasting. ✏️ Course developed by @datasciencewithmarco Solutions notebook: https://github.com/marcopeix/youtube_tutorials/blob/main/YT_03_forecasting_stats.ipynb Dataset: https://github.com/marcopeix/youtube_tutorials/tree/main/data Learn even more with this paid course: Applied Time Series Forecasting in Python https://www.datasciencewithmarco.com/offers/zTAs2hi6/checkout?coupon_code=ATSFP60 ❤️ 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 ⌨️ (0:02:12) Define time series ⌨️ (0:06:30) Baseline models ⌨️ (0:10:02) Baseline models (c...

Google Cloud Associate Cloud Engineer Course [2025] - Pass the Exam!

Image
Curriculum for the course Google Cloud Associate Cloud Engineer Course [2025] - Pass the Exam! Prepare for the Google Cloud Associate Cloud Engineer (ACE) exam and pass! Associate Cloud Engineers deploy applications, monitor operations, and manage enterprise solutions. They use Google Cloud Console and the command-line interface to perform common platform-based tasks to maintain one or more deployed solutions that leverage Google-managed or self-managed services on Google Cloud. Andrew Brown developed this course. 🔗 Get your Free Practice and Downloadable Cheatsheets: https://www.exampro.co/gcp-ace ⭐️ Contents ⭐️ - 00:00:00 Introduction - 00:15:27 Identity access and resource setup - 02:45:28 Billing configuration - 02:57:37 Serverless and app deployment - 03:41:21 Data storage options - 04:54:49 Compute engine deployment - 07:00:54 Google Kubernetes Engine (GKE) deployment - 08:03:33 Networking resources - 08:28:08 Infrastructure as Code (IaC) - 08:36:13 Compute engine operat...

React Course for Beginners w/ Tailwind CSS [2025]

Image
Curriculum for the course React Course for Beginners w/ Tailwind CSS [2025] Learn modern frontend web development using React and Tailwind CSS in this beginner course. ✏️ This course was developed by Alvin Zablan. Check out Alvin's channel: https://www.youtube.com/c/AlvinTheProgrammer 🔗 Learn more frontend development with Alvin: https://react-formula.com/ ❤️ 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) 📖 Contents 📖 (0:00:00) Course Introduction (0:04:31) Your First App Exercise - https://react-formula.com/workspace/your-first-app (0:10:00) Rendering Components Exercise - https://react-formula.com/workspace/rendering-components (0:07:54) Passing Props - https://react-formula.com/workspace/passing-props (0:27:52) Passing Props II - https://react-formula.com/workspace/passing-props-ii (0:36:39) Passing Props III - https://react-formula.com/workspace/passing-props-...

Senior Playstation Engineer's tips for learning new tools and getting things done [Podcast #184]

Image
Curriculum for the course Senior Playstation Engineer's tips for learning new tools and getting things done [Podcast #184] On this week's episode of the podcast, freeCodeCamp founder Quincy Larson interviews Dilip Krishnamoorthi. He's a software engineer working at Sony, building user interfaces for Playstation game consoles where he's been for 10 years. We talk about: - How he dropped out of a traditional Indian university and used an inexpensive distance learning program to finish his engineering degree for less than US $100 / semester - What it's like working in Bengaluru, the Silicon Valley of Asia - His experience launching the Playstation 5 - Tips for continuing to learn new tools even as a senior engineer Support for this podcast comes from a grant from Wix Studio. Wix Studio provides developers tools to rapidly build websites with everything out-of-the-box, then extend, replace, and break boundaries with code. Learn more at https://wixstudio.com. Supp...

Why Algorithms Work – Algorithm Analysis Deep Dive Course

Image
Curriculum for the course Why Algorithms Work – Algorithm Analysis Deep Dive Course This course is a university-level exploration of algorithm and data structure analysis. Go beyond code: learn why algorithms work, not just how. The course covers core mathematical tools, various complexity analysis techniques, sorting algorithms, and data structures like heaps and hash tables. You will gain a deep understanding of algorithm analysis, a skill that remains important even with the rise of AI tools. ✏️ Course created by Qiang Hao, Ph.D. @structuredcs 👉 Get all course materials (quizzes, assignments, answers, solutions): https://github.com/StructuredCS/algorithm-analysis-deep-dive ❤️ 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) Course overview ⌨️ (0:03:00) Introduction to time complexity ⌨️ (0:20:21) Time complexity analysis of insertion sort...