FreeCodeCamp

Career Developer

Harvard CS50’s Web Programming with Python and JavaScript – Full University Course

This web programming course from Harvard University picks up where CS50x leaves off. It dives more deeply into the design and implementation of web apps with Python, JavaScript, and SQL using frameworks like Django, React, and Bootstrap. Topics include database design, scalability, security, and user experience. You will learn how to write and use APIs, […]

Read More
AI Developer

ChatGPT Clone – OpenAI API and React Tutorial

freeCodeCamp.org shows us how to use React and the OpenAI API to create an application like ChatGPT. The application can answer our questions, convert the text into different languages, or even convert JavaScript code to Python.

Read More
Mathematics

College Level Algebra Full Course with Python Code

Learn college Algebra from an experienced university mathematics professor in this video from freeCodeCamp.org. Syllabus & Code.

Read More
Developer

System Design for Beginners Course

This course from freeCodeCamp.org is a detailed introduction to system design for software developers and engineers. Building large-scale distributed systems like Google, Facebook, Amazon, and Twitter requires an in-depth understanding of computer science principles. This allows systems to handle millions of users concurrently despite hardware failures. We discuss the fundamental concepts of system design in […]

Read More
GameDev Python

Python Game Development Project Using OOP – Minesweeper Tutorial (w/ Tkinter)

This video course from freeCodeCamp.org will improve your Python skills by coding a Minesweeper game using the tkinter library. The game is fully implemented using Object Oriented Programming. Course from JimShapedCoding. Check out his channel Code: https://github.com/jimdevops19/MinesweeperGame

Read More