This can give seizures to some
The second they no longer have the best coding model, I'm out
This can give seizures to some
The second they no longer have the best coding model, I'm out
I had another agent look through the code base and create the plan first
I had another agent look through the code base and create the plan first
21 files changed is not that much from one prompt anymore
21 files changed is not that much from one prompt anymore
Huge milestone for me
Next one at 1k
Huge milestone for me
Next one at 1k
Here in Belgrade it's pretty bad right now. Can't really go out without a mask
I'm on a hill right now, but I can't see anything below
Here in Belgrade it's pretty bad right now. Can't really go out without a mask
I'm on a hill right now, but I can't see anything below
Really proud of this but there's a lot of work ahead
Will slightly pivot early next year and things should go much better
Let's do this 🤙🏻
Really proud of this but there's a lot of work ahead
Will slightly pivot early next year and things should go much better
Let's do this 🤙🏻
Things have slowed down quite a bit
Couple potential reasons: no free tier, upcoming holidays, didn't get enough good traffic, not enough content on platform
That's okay, it just means more work to figure this out
If boot dev can do it, so can I
Things have slowed down quite a bit
Couple potential reasons: no free tier, upcoming holidays, didn't get enough good traffic, not enough content on platform
That's okay, it just means more work to figure this out
If boot dev can do it, so can I
The lib (library) folder is for anything shared that is not UI
So your database, your env, your 3rd party clients, etc
These don't need a UI to exist so they should go in their own separate folder (outside any features)
The lib (library) folder is for anything shared that is not UI
So your database, your env, your 3rd party clients, etc
These don't need a UI to exist so they should go in their own separate folder (outside any features)
Any shared component, hook, type, server function, or whatever goes in features/shared
That folder is only for UI stuff and follows the same structure as all the other feature folders
Any shared component, hook, type, server function, or whatever goes in features/shared
That folder is only for UI stuff and follows the same structure as all the other feature folders
Don't fetch in client components unless you have to
Instead fetch in your loader (or server components if Next.js) and pass the data down (or through RQ)
This makes your components simple, render less, and more composable
Don't fetch in client components unless you have to
Instead fetch in your loader (or server components if Next.js) and pass the data down (or through RQ)
This makes your components simple, render less, and more composable
Your routes have one page component as the entry point
Each page component renders multiple feature components (TodoList, UserDashboard, FollowSuggestions, etc)
Feature components then use UI components
Your routes have one page component as the entry point
Each page component renders multiple feature components (TodoList, UserDashboard, FollowSuggestions, etc)
Feature components then use UI components
That means that everything only does one thing
Your components render 1 thing, your hooks do 1 thing, your utility function does 1 thing
The complexity comes from putting everything together not the individual parts
That means that everything only does one thing
Your components render 1 thing, your hooks do 1 thing, your utility function does 1 thing
The complexity comes from putting everything together not the individual parts
All your entities (users, posts, comments, dashboard, etc) should have their own feature folder
Inside, you should have folders for "components", "hooks", "server", "client", etc
You will also need files for types, constants, utils, etc
All your entities (users, posts, comments, dashboard, etc) should have their own feature folder
Inside, you should have folders for "components", "hooks", "server", "client", etc
You will also need files for types, constants, utils, etc
This creates a weak foundation that collapses anytime you add anything to it
You're basically having legacy code from day 1
Here's how to fix that 👇🏻
This creates a weak foundation that collapses anytime you add anything to it
You're basically having legacy code from day 1
Here's how to fix that 👇🏻
There's now over 250 users on the platform and growing daily
And just now I added a bundle for all yearly plans that gets you my 2 previous full-stack courses
Now is the best time to lock in and join
There's now over 250 users on the platform and growing daily
And just now I added a bundle for all yearly plans that gets you my 2 previous full-stack courses
Now is the best time to lock in and join
How is no one talking about this?
It literally builds UIs and serves them to users
Where's the "web devs are cooked" posts?
How is no one talking about this?
It literally builds UIs and serves them to users
Where's the "web devs are cooked" posts?
I was expecting this to take at least 2 months, not 2 weeks
Congrats dude, new course will drop in Jan
Until then, take a break and enjoy the holidays, well deserved
I was expecting this to take at least 2 months, not 2 weeks
Congrats dude, new course will drop in Jan
Until then, take a break and enjoy the holidays, well deserved
The docs all show using "ensureQueryData" but that returns cached data even if it's been invalidated
I'm currently doing "fetchQuery" which accounts for invalidation but it doesn't feel right?
The docs all show using "ensureQueryData" but that returns cached data even if it's been invalidated
I'm currently doing "fetchQuery" which accounts for invalidation but it doesn't feel right?
Apparently me moving away from Next.js was all it took
I guess I'll make more videos like this
Apparently me moving away from Next.js was all it took
I guess I'll make more videos like this
Those who take this seriously right now will succeed
I built a complete roadmap on Cosden Code to teach you all the skills you need to be a successful full-stack React developer
Details below 👇
Those who take this seriously right now will succeed
I built a complete roadmap on Cosden Code to teach you all the skills you need to be a successful full-stack React developer
Details below 👇
Every day there are devs out there who see the horrendous code I wrote 8+ years ago
Every day there are devs out there who see the horrendous code I wrote 8+ years ago
Someone purchased using a discount code only sent to a few users and their email is not on that list
So someone must've given it to them
Really cool if true
Someone purchased using a discount code only sent to a few users and their email is not on that list
So someone must've given it to them
Really cool if true
Most views are existing subscribers
Which is great, but I want to reach more new viewers too
Most views are existing subscribers
Which is great, but I want to reach more new viewers too