📈 Train your team: https://teams.frontendmentor.io
🤝 Hire top talent: https://hiring.frontendmentor.io
Having someone to share wins, troubleshoot problems, and stay consistent with makes such a difference!
Having someone to share wins, troubleshoot problems, and stay consistent with makes such a difference!
👋 Quick intro (what you're working on/learning)
🌍 Your timezone
🎯 What you're hoping to get from a buddy (accountability check-ins, code reviews, etc.)
Then scroll through the replies and connect with anyone who seems like a good match!
👋 Quick intro (what you're working on/learning)
🌍 Your timezone
🎯 What you're hoping to get from a buddy (accountability check-ins, code reviews, etc.)
Then scroll through the replies and connect with anyone who seems like a good match!
www.frontendmentor.io/solutions
www.frontendmentor.io/solutions
Covering tools, stages, prompts, and a self-check to see if you're on track.
We hope you find it helpful!
www.frontendmentor.io/articles/ai...
Covering tools, stages, prompts, and a self-check to see if you're on track.
We hope you find it helpful!
www.frontendmentor.io/articles/ai...
Ask questions, don't copy code.
AI should explain things, not do the thinking for you.
If you can't explain code line-by-line, you don't understand it. And if you don't understand it, don't use it.
Ask questions, don't copy code.
AI should explain things, not do the thinking for you.
If you can't explain code line-by-line, you don't understand it. And if you don't understand it, don't use it.
The same tool that explains concepts can also let you skip understanding altogether.
And when you're learning, you don't yet know what you don't know.
The same tool that explains concepts can also let you skip understanding altogether.
And when you're learning, you don't yet know what you don't know.
Practice these steps, and you'll spend less time frustrated and more time building 🥳
Any techniques you would add to this list? Please share them below 👇
Practice these steps, and you'll spend less time frustrated and more time building 🥳
Any techniques you would add to this list? Please share them below 👇
Write down what worked. Future you will thank present you.
Can you turn it into a blog post? Even better! You might have other people thanking you too!
Write down what worked. Future you will thank present you.
Can you turn it into a blog post? Even better! You might have other people thanking you too!
If it works in one browser but not another, you've found your culprit.
Test in Chrome, Firefox, Safari if you can.
If it works in one browser but not another, you've found your culprit.
Test in Chrome, Firefox, Safari if you can.
Building problem-solving and communication skills will serve you throughout your career.
Building problem-solving and communication skills will serve you throughout your career.
Use ChatGPT, Claude, chat assistants in VS Code (like Copilot), or Cursor. Paste/Highlight your code and explain what you're trying to do and what's not working.
AI is great at spotting syntax errors and suggesting fixes.
Use ChatGPT, Claude, chat assistants in VS Code (like Copilot), or Cursor. Paste/Highlight your code and explain what you're trying to do and what's not working.
AI is great at spotting syntax errors and suggesting fixes.
Share the specifics of your problem in our help channel with:
- Clear description of the problem
- Your live URL
- Your public repo URL
- What you've already tried
Make it easy for people to help you.
Share the specifics of your problem in our help channel with:
- Clear description of the problem
- Your live URL
- Your public repo URL
- What you've already tried
Make it easy for people to help you.
Explain your code line-by-line out loud (or in writing).
You'll often spot the issue while explaining it. This is weirdly effective.
Explain your code line-by-line out loud (or in writing).
You'll often spot the issue while explaining it. This is weirdly effective.
Strip away everything except the problem. Build it in CodePen or a simple test file.
This helps you figure out if it's your specific setup or the technique itself.
Strip away everything except the problem. Build it in CodePen or a simple test file.
This helps you figure out if it's your specific setup or the technique itself.