๐Ÿฟ I did something I never have before


Hey friend,

I can't believe I did this.

I created a tutorial that is 7 HOURS LONG ๐Ÿ˜ณ on my Youtube channel, the longest one on my channel.

โœจ It is an AI-powered Todoist Clone that seamlessly organizes your tasks and predicts what's next using AI

In this 7-hour tutorial, you will learn how to create an end-to-end full-stack Todoist clone, with AI features to help you organize and suggest missing items in your list with adding and deleting tasks, adding and deleting projects and more.

And I can't wait for you to check it out.

What will you learn?

โšก๏ธ Next.js
๐ŸŽจ Tailwind CSS for Slick Designs
โ˜๏ธ Convex (BaaS)
๐Ÿ” Next Auth.js (Authentication)
๐Ÿงฉ Modern UI w/ @shadcn
๐Ÿ—„๏ธ Vector database
๐Ÿค– Predicts the Missing Tasks using @OpenAI
โ€‹

video previewโ€‹

Our Weekly Snack: Convex Queries & Mutations

โญ๏ธ What is Convex?

โ€‹Convex is essentially a backend as a service โ†—๏ธ but you don't need to write SQL or NoSQL code. You can simply use Convex query and Mutations to get what you need from your database.

You can,

  • Fetch data and perform business logic with strong consistency by writing pure TypeScript.
  • Insert, update, and remove data with autocompleted types. 100% ACID compliant.
  • Call third-party services without affecting database performance.

โ€‹

Here is an example,

๐Ÿ”Ž Querying your Convex Database

In the above example,

  • ๐Ÿš€ You can use useQuery to query any convex queries you created. No need to write any SQL
  • โœ๏ธ TypeScript: The code is fully typed
  • ๐Ÿ“ฆ On the database side, you can easily filter data based on the fields.

Building a full-stack Convex app was a lot of fun. And I can't wait for you to check it out!

FREE Course: Next.js Hot Tips

Over the years, I have been asked what my best practices for Next.js apps were. What did I learn after teaching over 10,000 students? Well, this simple course will cover a few of those tips.

I'll be sharing 10 easy-to-follow HOT tips ๐Ÿ”ฅ for Next.js apps in 10 days!

If you want to be the first to know when I release it, you can sign up here โ†—๏ธ.

Weekly Youtube Videos

Check it out and subscribe to my channel โ†—๏ธ for more Frontend, Leadership and Career Development content.

Complete Next.js Crash Course

video previewโ€‹

5 Mistakes slowing your Next.js apps

video previewโ€‹

What do you think of today's Newsletter? Simply click on one of the links below.

โ€‹๐Ÿ”ฅ Loved it ยท ๐Ÿ˜ Not bad ยท ๐Ÿ‘Ž You can make it betterโ€‹

Ankita Kulkarni

Join 6000+ 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!

Read more from Ankita Kulkarni
video preview

Hey friend, Many of you told me that you don't have time to go through the Next.js Hot Tips course that teaches you the best practices of building Next.js apps, which is why I've compiled this cheat sheet to give you. Grab the free Cheatsheet ๐ŸŽ As a special bonus, you can grab the cheatsheet for free here โ†—๏ธ. It would not be fair if I don't share this deal I'm running on my site. The Modern Full Stack Next.js Course is having a Black Friday sale ๐ŸŽˆ (along with Purchase Power Parity Pricing)...

saying No

Hello Reader, As an Engineering leader, you are going to get requests all the time. So you need to prioritize how you are going to manage that. According to a study by McKinsey, leaders who set clear priorities for their teams see a 25% increase in overall productivity. You might have to say โ€˜noโ€™ to your direct team or product leaders or might have to say no to priorities. In Leadership, saying no means 'not right now', but let's work together to figure out 'when.' While setting priorities,...

Hello Reader, So, React got really confusing... ๐Ÿ˜… Remember when things were way simpler before these Meta frameworks came along. Even the React docs recommend to use a Meta framework and Next.js was the recommended one for the longest time. Now, Next.js has not just one but *TWO* Routers. Not to mention the overwhelming number of updates between Next.js versions as well as breaking changes to keep up with. I don't blame you if you are frustrated. After 15+ years of building and scaling apps...