Free Resources
Find a free Course
Teachflow
The TeachFlow VS Code Extension is an open-source tool designed to streamline your development workflow by integrating directly with our platform. We’ve made this extension open source to foster a community-driven approach to development, allowing anyone to contribute, customize, and extend its features.
Going All In: Why I Left My Job to Build TeachFlow
After years of balancing work and passion, I finally made the biggest decision of my life: I left my job to go all-in on building TeachFlow. In this post, I’ll share the story behind that leap — the challenges, the vision, and the driving force that made it impossible to ignore the dream any longer.
How to create a nextJS project with shadcn
This is just a demo. I'll create a simple Next.js app using shadcn to demonstrate how easy it is to integrate with VS Code. The app will be a to-do-style application but focused on courses. It will be a single-page, client-side app—nothing too complex—just a quick showcase of TeachFlow's capabilities
Boost Next js Performance with use Cache
Learn how to optimize caching in Next.js using useCached to boost performance and reduce unnecessary data reloading. In this step-by-step tutorial, we'll cover how to enable caching, implement Suspense for better user experience, and compare cached vs. non-cached components.
Stop Using Props Drilling! Master Context Provider in Nextjs
Learn how to use Context Providers in Next.js to manage global state efficiently! In this tutorial, we’ll build a WebSocket Context Provider to share connection status and messages between components—without prop drilling.
5 Next js Tips & Tricks You NEED to Know
Server Actions can supercharge your app's performance—but only if you use them correctly! In this video, I'll show you 5 powerful tips to optimize your Next.js development and avoid common mistakes.