Please turn JavaScript on
header-image

freeCodeCamp

Want to keep yourself up to date with the latest news from FreeCodeCamp?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on Specificfeeds.

You can unsubscribe at any time painlessly.

Title of FreeCodeCamp: "Learn to code | freeCodeCamp.org"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  16.49 / week

Message History

JSON, or JavaScript Object Notation, was popularized by Douglas Crockford in early 2000. Since then, there’s been no looking back. JSON has become the standardized data exchange format between client and server technologies.

JSON was built for humans. It’s readable, accessible, and universal for APIs to consume data or return responses. But in the modern era of AI, a d...

Read full story

If you’ve ever opened the Android Bluetooth source code, you might know this feeling.

You go in with the calm confidence of a developer who just wants to understand how things work. You open BluetoothAdapter.java and think, “Ah, this looks clean.” Then you click through a few methods. Suddenly, you’re in AdapterService.java, then StateMachine.java</c...

Read full story

You may have built a Retrieval-Augmented Generation (RAG) pipeline to connect a vector store to a powerful LLM. And RAG pipelines are incredibly effective at grounding models in factual, up-to-date knowledge. But if you've worked with them long enough, you've likely hit a wall.

The system is great at answering "What is X?" but falls apart when you ask, "How does X rela...

Read full story

Discrete mathematics plays a key role in machine learning and algorithms. You can use it to find the shortest path (graph theory), encrypt files, compress data, and to do many other things.

We just posted a discreet mathematics course on the freeCodeCamp.org YouTube channel. Karol Kurek teaches this course. He is a former math teacher and senior Python developer.

Read full story

n8n is an open-source workflow automation platform that lets you connect different apps, APIs, and services to easily automate tasks without needing to implement extensive code.

We just posted a course on the freeCodeCamp.org YouTube channel that is designed to take you from a beginner to a capable developer, harnessing n8n's power to build sophisticated real-world sol...

Read full story