How to Navigate Microservices as a Frontend Engineer
Most frontend engineers don't choose microservices. They inherit them. One day you're fetching data from a single API, and the next you're stitching t
Curated development tutorials from top sources. Filter by language.
Most frontend engineers don't choose microservices. They inherit them. One day you're fetching data from a single API, and the next you're stitching t
Today Quincy Larson interviews Rachel An Fernandez. She's a computer science student at Stanford and the youngest instructor at the entire university.
Building a single AI agent that answers questions or runs searches is a solved problem. A handful of tutorials and a few hours of work will get you th
You've completed three AWS courses. You have notes from a dozen Docker tutorials. You know what Kubernetes is, what CI/CD means, and you can explain I
In today's digital world, spam is no longer just an annoyance - it's a growing security threat. To combat this, developers often turn to machine learn
Ready to dive into IT but don’t know where to start? freeCodeCamp just dropped the Ultimate IT Fundamentals Bootcamp For Absolute Beginners course. Th
Are you ready to be inspired by the next generation of tech innovators? freeCodeCamp.org just dropped a new documentary on our YouTube channel that di
Are you ready to be inspired by the next generation of tech innovators? freeCodeCamp.org just dropped a new documentary on our YouTube channel that di
Most sites think they're getting AI citations because their brand shows up in ChatGPT answers, but they're not. Visibility and citation are different
I typically build my projects using Next.js 14 (App Router) and Supabase for authentication along with Postgres. The default deployment choice for a N
Can you achieve a massive milestone while you're still in high school other than just getting high grades? You may be thinking: school alone is plenty
Most developers live in their terminal. You run commands, debug pipelines, manage infrastructure, and navigate codebases, all from a shell prompt. But
If you've ever wanted to add an interface to a codebase and gotten pushback, you already know the argument: "That's twice the code for the same thing.
Secure software requires both design-time and code-time protection. STRIDE threat modeling helps identify risks early in system design, while SonarQub
If you've been storing AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as GitHub Secrets to deploy to AWS, you're not alone. It's the most common approach
What if you could build your own LLM, one that speaks your native language, all from scratch? That's exactly what we'll do in this tutorial. The best
Every RAG system I've seen — including the one I wrote a handbook about on this site — has the same fundamental problem. It doesn't learn. You ingest
When you run a single AI agent, debugging is straightforward. You read the log, you see what happened. When you run five agents in a swarm, each spawn
Most end-to-end test suites drive a real browser and click through an app like a user. They check whether a page renders and whether elements appear.
This tutorial is a complete, real-world guide to building a production-ready CI/CD pipeline using Jenkins, Docker Compose, and Traefik on a single Lin