|
Hey Reader, Next.js has a bunch of little features that feel fun at first — but can actually change the way you build. That’s the whole point of Frontend Snacks: giving you small, sharp insights that make a real difference and ones you can actually apply. Weekly Snack: after function 🍿
|
For the past few months, I’ve been pouring my heart into something special — the Modern Full Stack Next.js Course 💖.
It’s finally taking shape, and I’m so excited to share it with you.
This isn’t just another tutorial series.
It’s a deep, hands-on course that shows you how to actually build production-ready apps with Next.js 15+.
From server components and caching to full-stack architecture and advanced deployment strategies — we’re covering it all.
If you’ve ever felt like you’re jumping from video to video and still not sure how to ship something real… this course is for you.
I’ll be sharing behind-the-scenes progress, sneak peeks, and bonus content exclusively with folks on the waitlist. And of course, you’ll be the first to know when Early Access opens up (with a sweet discount too 😉).
If that sounds exciting, you can join the waitlist here:
→ The Modern Full Stack Next.js Course 💖
Can’t wait to show you more 💛
What do you think of today's Newsletter? Simply click on one of the links below.
All past newsletters can be found here.
You can email me at me@kulkarniankita.com to advertise/sponsor the newsletter.
For those curious, I write all my emails using Convertkit.
Join 9200+ subscribers reading by weekly personalized Newsletter that helps developers level up their skills through weekly Frontend and Leadership Snacks. You get a deep dive into a Tech topic, Actionable tips to excel in your career and a toolbox!
Hey Reader, This week, Next.js 16.2 gave AI agents something they never had "a browser". Your agent can now see your app, find the problem, and fix it without asking you. This along with GPT-5.4 mini & nano (2 small models), TanStack Start going 5x faster, why you should ban useEffect, and more. Let's dive in. 🍿 Our Weekly Snack: Your AI agent can finally see what your users see (Next.js 16.2 is here) Next.js 16.2 dropped yesterday (deep dive here) and it just gave AI agents a browser. It's...
Hey Reader, Middleware got renamed to Proxy in Next.js 16. Same functionality. Better name. What is Proxy? Every request to your app has to go somewhere - a page, an API route, a file. Proxy gets to look at it first and decide what happens: send the user somewhere else, serve different content silently, or just let it through as-is. Think of it as a traffic controller 🚦 sitting in front of your routes. So, why you should stop putting auth in Proxy? It feels like the perfect place but it...
Hey Reader, There are thousands of you going through Modern Full Stack Next.js Course so wanted to be grateful here for your support. Just as a thank you, there is something big dropping for you. It will only last 24 hours ⏰ so keep an eye out for my email next week. Let's dive in! PRESENTED BY CLERK Instead of your coding agent guessing how auth works, you can now install specialized Clerk knowledge directly into it. Introducing Clerk Skills One simple command $ npx skills add clerk/skills...