Monthly Archives: December 2025

How to Prepare for Technical Job Interviews – Based on My Experience Landing a Job

Hi, I’m Ilyas. I’m a web developer, and this is my story about how I struggled with interviews for a long time and what finally helped me break through. I’ll talk about what failing basic interview questions taught me about recall, preparation, and smarter job searching. If you’re a junior, mid-level, or self-taught developer who […]

Christmas gifts for you from the freeCodeCamp community: Learn Python, SQL, Spanish, and more

2025 has been an amazing year for the global freeCodeCamp community. And we’re thrilled to cap it off with the launch of several Christmas Gifts for you: freeCodeCamp’s Python certification freeCodeCamp’s JavaScript certification (Version 10) freeCodeCamp’s Responsive Web Design Certification (Version 10) freeCodeCamp’s Relational Database + SQL Certification Our A2 level English for Developers Certification […]

How to Use GenUI in Flutter to Build Dynamic, AI-Driven Interfaces

In standard app development, the User Interface (UI) is static. You write code for a button, compile it, and it remains a button forever. GenUI flips this model on its head. With GenUI, Google’s Generative UI SDK, your application’s interface becomes dynamic. You don’t hard-code widget trees. Instead, you provide an AI agent, such as […]

Build a Support Agent with Vercel AI SDK

Vercel AI SDK is a TypeScript-first toolkit for building AI features. It streamlines text generation, embeddings, and structured outputs. We just posted a course on the freeCodeCamp.org YouTube channel that will teach you to use the Vercel AI SDK to create and ship a customer support agent that makes autonomous decisions to either answer questions […]

How to get promoted as a dev without becoming a manager – Staff Engineer Santosh Yadav interview [Podcast #202]

Today Quincy Larson interviews Santosh Yadav. The son of a textile worker, he grew up inner-city Mumbai and studied hard to get into university. From there he’s worked as a software engineer for 16 years. Along the way, he’s picked up every distinction imaginable including Google Developer Expert, GitHub Star, and Microsoft MVP. Santosh shares […]

How to Build an AI Agent with LangChain and LangGraph: Build an Autonomous Starbucks Agent

Back in 2023, when I started using ChatGPT, it was just another chatbot that I could ask complex questions to and it would identify errors in my code snippets. Everything was fine. The application had no memory of previous states or what was said the day before. Then in 2024, everything started to change. We […]