freeCodeCamp.org
@freeCodeCamp
Followers
881K
Following
75K
Statuses
33K
We're a community of millions of people who are building new skills and getting new jobs together. A 501(c)(3) public charity. Tweets by @abbeyrenn.
Just here on Earth... for now
Joined August 2013
If you have a website or web app, you want everyone to be able to access and use it easily. And this is where a web accessibility audit comes in handy - to help you ensure that's the case. Here, @nwa_nduka teaches you how to perform a web a11y audit.
0
5
41
.Net has many internal libraries & tools, and one of the most powerful is LINQ. It helps you handle data in your apps while writing efficient, maintainable code. In this guide, @grantdotdev explains its syntax, goes through common API methods, & more.
0
15
95
Continuous integration/continuous delivery is a popular way to develop software. To help you learn how it works, @yvivi_vi walks you through setting up a CI/CD pipeline. You'll use popular tools like Husky & GitHub Actions and deploy the project, too.
3
48
334
In computer networking, you can encounter a wide range of issues. And one effective way to troubleshoot them is based on the OSI model. Start at the bottom (the physical layer) and work your way up – and here, @nitheeshp explains how it works in Linux.
1
17
154
If you want to get into AI Engineering, there are certain skills you'll need. Things like math, machine learning, deep learning, and hands-on engineering experience, to name a few. In this AI Engineering roadmap, @tatevkaren7 covers key statistics, data science, Generative AI, reinforcement learning, RAG, and other concepts you'll need to learn.
6
122
697
Redux can be notoriously tricky - but luckily, Redux Toolkit was created to make working with Redux easier. And here, @chideracode teaches you how to use RTK Query, which helps simplify data fetching & caching in web apps. You'll learn how to integrate RTK Query with Redux Toolkit by building a CRUD movie app.
3
27
169
To build dynamic, modern web apps, you'll need to be able to work with various powerful tools. And in this course, you'll learn how to use Next.js and the Strapi CMS to build a summer camp website. You'll implement some fun advanced features like dynamic content loading, search functionality, and form submissions, too.
4
72
513
TypeScript was created to improve JavaScript by adding static types. And if you've been wanting to learn it, start here with this TS handbook from @stephenjyd. You'll learn about type annotations, type inference, the union and any types, objects, function params, type aliases, interfaces, and lots more.
5
116
757
Arduino is an open-source electronics platform that lets you control the physical world through programming. And in this course, Carlos teaches you how it works in Spanish. You'll learn about key electricity concepts, calculating resistance, what a breadboard is, Arduino programming, & more.
2
29
221
As a developer, you'll want to have a portfolio where you can showcase your work and skills. Bonus points if you build it yourself from scratch - which is what @sprucekhalifa teaches you how to do here. You'll use just HTML and CSS and build out header, hero, about, work, & contact sections for a fully-featured portfolio.
1
82
511
Companies often use penetration testing to make sure their websites are secure. This is when a security pro tests & attacks parts of a system - with the company's permission - to identify vulnerabilities & recommend fixes. In this guide, Mohammed teaches you why pentesting is important and walks you through its four main phases.
1
73
486
Knowing how to use the Linux operating system is a great skill for devs to have. And in this book, @hira_zaira teaches you about the Linux command line & system admin. She covers shell scripting, managing files & software packages, log parsing, & more.
1
30
237
The word Polymorphism comes from the Greek and means "having many forms". And it's an object-oriented programming principle that helps you write flexible, maintainable, reusable code. In this guide, @DoableDanny explains how polymorphism works in Python with lots of code examples.
2
62
456