By freeCodeCamp.org -
2020-12-22
Recreating a popular app is a fun way to learn a lot of complex programming skills. We've released a full course on the freeCodeCamp.org YouTube channel that will teach you how to build an Instagram c ...
By freeCodeCamp.org -
2020-12-22
Using Python microservices allows you to break up your apps into smaller parts that communicate with each other. This can make it simpler to scale the application based on the traffic. Also, the separ ...
By freeCodeCamp.org -
2020-10-27
React is one of the most popular JavaScript libraries and it is frequently used to make user interfaces. We just released a 9-hour course that will teach you to build 15 different projects using Reac ...
By freeCodeCamp.org -
2020-11-12
Are you looking for another web app project to build? Are you interested in incorporating accessibility into your websites? Do you want to learn more about creating mobile-first apps? If you answered ...
By freeCodeCamp.org -
2021-02-18
Data Analysis is an in-demand field but it can be hard to get into as a beginner. We've just released a 10-hour beginner-friendly video course to teach people how to analyze data with Python, Pandas, ...
By freeCodeCamp.org -
2020-09-24
Visual Studio Code, also called VS Code, is one of the most popular code editors out there. It was created by Microsoft and is completely free to use. VS Code is runs on Mac, Windows, and Linux. It is ...