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.

Joined August 2013
4,911 Photos and videos
Performance problems in APIs don't start off feeling like performance problems. They're often based on small design decisions that didn't end up scaling well. In this guide, @tech_girlll walks you through how to optimize your Django REST APIs for better performance. freecodecamp.org/news/how-to…
2
7
69
3,711
For today's coding challenge you'll build a credit card validator. You'll get a string of digits, and you'll need to determine if it's a valid card number based on some rules. See if you can solve it on the freeCodeCamp mobile app.
1
7
51
4,313
Machine learning tasks usually start in a Python notebook - it's easy to explore data, test ideas, and iterate quickly. But as projects scale and expectations change, your work might outgrow your notebook. In this guide, Oyedele shares some tools that'll help you take your ML projects beyond Python notebooks. freecodecamp.org/news/how-to…
21
171
7,105
If you're curious how chat apps like Discord work behind the scenes, this handbook is for you. In it, @caesar_sage helps you build a real-time chat server from scratch using Go. It'll support unlimited concurrent users chatting in real-time, message persistence, session management, and more. freecodecamp.org/news/how-to…
3
16
161
7,225
A circuit breaker is a fault-tolerance pattern that stops a system from repeatedly attempting operations that are likely to fail. And in this detailed guide, Jessica teaches you how to build your own in Spring Boot. You'll learn about why circuit breakers are useful, concurrency and state transition guarantees, failure tracking, and lots more. freecodecamp.org/news/how-to…
2
20
191
8,821
Learning how to work with AI in the cloud is an important skill for devs these days. And in this 23 hour course, @andrewbrown teaches you all the fundamentals of Generative AI. You'll learn about LLMs, AI assistants, prompt engineering, development tools, RAG, and more. freecodecamp.org/news/learn-…
3
67
456
16,184
If you have a full-stack app in your local environment and are ready to take it to production, this course is for you. You'll learn about container orchestration, managing environments with Docker Compose, & deployment. Along the way, Gavin also teaches you about working with Dockerfiles, testing your app, and more. freecodecamp.org/news/build-…
3
62
418
14,492
When you perform tasks that require heavy processing in Node.js, performance can start to suffer. You may think this means Node is no good, or JavaScript is flawed - but @sumit_analyzen is here to teach you a solution. In this handbook, you'll learn how to use multi-threading in Node.js with worker threads. freecodecamp.org/news/how-to…
1
22
171
9,376
For today's coding challenge, you'll get a 2D grid (an array of arrays) representing a city's building layout. You'll need to return the coordinates of all buildings that violate zoning rules. See if you can solve it on the freeCodeCamp mobile app.
1
7
47
5,235
AI Agents are useful tools that can perceive their environment, "think" about what to do, and then act accordingly. And in this guide, Manish explains the basics about how these agents work. You'll look at a real-world example using the OpenAI API and learn about the core loop, how agents learn, and more. freecodecamp.org/news/how-do…
9
45
262
9,289
If you want to build iOS apps, this course is for you. You'll learn how to use the powerful SwiftUI framework along with XCode to build a movie browsing app. You'll also use SwiftData to save titles for offline viewing and learn about integrating APIs along the way. freecodecamp.org/news/learn-…
1
16
177
8,235
freeCodeCamp.org retweeted
If you’re in Tokyo... 6月22日(月)19時から渋谷で freeCodeCamp の Coffee & Code やります☕️💻 新しいコミュニティマネージャーのEnaと僕と一緒に参加します。 本気で来たい人はDMください。参加枠を確保します。
5
6
54
7,741
If you're prepping for technical interviews, you likely have data structures and algorithms on the brain. And this comprehensive (49 hour!) course covers all the most popular ones you'll run into during interviews. You'll also learn about Big O Notation, sorting and searching, dynamic programming, and lots more. freecodecamp.org/news/master…
2
72
500
21,001
Voice apps have pretty strict requirements for latency, privacy, and customization - understandably. So it's often hard to find an AI voice tool that really fits your needs. In this tutorial, @juntao helps you build your own voice AI agent using open source tools. freecodecamp.org/news/how-to…
4
41
281
10,365
When you're building APIs in Node.js, there are some security best practices you should follow. These will help you harden your APIs and protect them from common threats. In this guide, Manish shows you how to use environment variables, validate input, rate limit your endpoints, and more. freecodecamp.org/news/how-to…
26
245
8,969
Google has a new Generative AI Leader Certification you can get to show you know how to effectively and responsibly use GenAI in business settings. And in this course, @andrewbrown helps you study and prepare for the exam. He'll give you a business-level understanding of Google Cloud's GenAI offerings so you'll be ready to sit for the exam. freecodecamp.org/news/pass-t…
3
28
259
10,179
freeCodeCamp.org retweeted
This weekend learn how to gather your own datasets. freeCodeCamp just published a FREE 1-hour JavaScript web scraping course. 🔥
6
34
7,210
For today's coding challenge, you'll be given a string of HTML. Your task is to return the plain text content with all tags removed. Check it out on the freeCodeCamp mobile app.
1
5
56
5,042
Model-Context-Protocol lets AI agents securely and intelligently interact with your databases, functions, and apps. And in this course, you'll learn how to create MCP servers using the open source FastMCP Python lib. You'll build a calculator app, integrate APIs, and test everything with help from GitHub Copilot. freecodecamp.org/news/learn-…
13
38
261
9,264
If you're getting into a career in tech, knowing how to leverage free learning resources is key. And so is contributing to open source projects to practice your new skills. In this talk in Spanish, @EstefaniaCassN explains how to use freeCodeCamp and other resources to get started. freecodecamp.org/news/how-to…
1
18
106
6,320