Best VSCode theme for Next.js?
Hey,
What is the current/meta best VSCode theme for Next.js?
Hey,
What is the current/meta best VSCode theme for Next.js?
Hey,
I study with Claude, but sometimes I need illustrations to help me understand better the concepts.
I would like to understand Promises better, can you guys recommend me a video from YouTube about Promises and how they work? with the container, micro/macrotask etc.
Thanks!
Hey,
I study with Claude, but sometimes I need illustrations to help me understand better the concepts.
I would like to understand Promises better, can you guys recommend me a video from YouTube about Promises and how they work? with the container, micro/macrotask etc.
Thanks!
Hey,
I study with Claude, but sometimes I need illustrations to help me understand better the concepts.
I would like to understand Promises better, can you guys recommend me a video from YouTube about Promises and how they work? with the container, micro/macrotask etc.
Thanks!
**I meant Bondi 9**
Hi,
So I purchased the shoes 10 months ago and I love them.
How often should I buy new ones? I do ±8k steps a day, I don't run with them.
Thanks for help
Hey,
I have a question.
When I reach something similar to this:
I have:
- page.tsx
-- Notes.tsx
--- Note.tsx
If I don't have notes, who should be responsible to output the right message? (e.g paragraph with "no notes yet"
And why?
What if I don't want to even show something if there are no notes?
Hey,
I have a question.
When I reach something similar to this:
I have:
- page.tsx
-- Notes.tsx
--- Note.tsx
If I don't have notes, who should be responsible to output the right message? (e.g paragraph with "no notes yet"
And why?
What if I don't want to even show something if there are no notes?
Hey,
I learned in the past, 5-20 minutes a day in Duolingo for 6 months.
I forgot to speak but I know a little bit.
With AI (ChatGPT), I can learn russian. But the thing is, that I won't be able to speak with him.
What do you think I should do?
Hey,
I have this element. I changed the css class from text-3xl to text-4xl. I want to commit with the name: "style(page-title): increase size to 4xl". I'm not sure if style matches the best, can someone tell me? Claude Code says style is for things like semicolons, commas etc but Im still not sure.
<h1 className={
cn
("text-4xl font-bold",
className
)}>