Forwarded from FlutterBegin
🚨 Why 73% of self-taught developers quit (it’s not the code)
You’ve watched tutorials. You’ve built projects. You’re consistent.
But still… you feel stuck.
It’s not because you’re bad at coding, it’s because you’re doing it alone.
No feedback. No classmates. No one saying “yes, that’s right, move on.”
That silence kills more motivation than bugs ever will.
💡 Most people don’t quit because coding is too hard.
They quit because they have no support system.
If you’re serious about learning, find a mentor.
Join a coding group, community, or course.
The code isn’t the problem the isolation is.
@FlutterBegin
You’ve watched tutorials. You’ve built projects. You’re consistent.
But still… you feel stuck.
It’s not because you’re bad at coding, it’s because you’re doing it alone.
No feedback. No classmates. No one saying “yes, that’s right, move on.”
That silence kills more motivation than bugs ever will.
💡 Most people don’t quit because coding is too hard.
They quit because they have no support system.
If you’re serious about learning, find a mentor.
Join a coding group, community, or course.
The code isn’t the problem the isolation is.
@FlutterBegin
💯4
const max = Math.max();
const min = Math.min();
console.log(max);
console.log(min);
console.log(max + min );
❤1
What is the output of the above code
Anonymous Quiz
17%
NaN NaN NaN
43%
Infinity -Infinity NaN
22%
Infinity Infinity NaN
17%
-Infiniity Infinity NaN
You are not paid to code
You are paid to solve business problem with code
- Some one
🔥5
Forwarded from Dagmawi Babi
OpenAI has this really good design guide on how to design and place apps inside ChatGPT.
App Design Guidelines
• developers.openai.com/apps-sdk/concepts/design-guidelines
Even if you're not building for ChatGPT, it's a great case study of design.
#OpenAI #ChatGPT #Desig.
@Dagmawi_Babi
App Design Guidelines
• developers.openai.com/apps-sdk/concepts/design-guidelines
Even if you're not building for ChatGPT, it's a great case study of design.
#OpenAI #ChatGPT #Desig.
@Dagmawi_Babi
❤1