Posting tips, questions, explanations, solutions, and much more!
AI can dish out code for you, but don't make the mistake of outsourcing thinking to AI.
AI can dish out code for you, but don't make the mistake of outsourcing thinking to AI.
They are interested in how you approach and solve a problem.
Give your best to explaining that.
What do you think?
They are interested in how you approach and solve a problem.
Give your best to explaining that.
What do you think?
There are 2 things wrong in this term:
"Tutorial", and "Hell".
"Tutorial", because it's not the cause, it's the symptom.
"Hell", because it's not hard to get out of.
Getting out is a matter of attitude change:
From consuming knowledge to applying it.
There are 2 things wrong in this term:
"Tutorial", and "Hell".
"Tutorial", because it's not the cause, it's the symptom.
"Hell", because it's not hard to get out of.
Getting out is a matter of attitude change:
From consuming knowledge to applying it.
"I coded for 15 hours straight" isn't a flex.
"I coded for 15 hours straight" isn't a flex.
Just convince yourself that you'll work on the first chunk for 10-15 minutes.
Usually gives enough momentum to see you through.
Just convince yourself that you'll work on the first chunk for 10-15 minutes.
Usually gives enough momentum to see you through.
Know clearly what you're doing.
Explaining the issue aloud is the best way to implement it.
Know clearly what you're doing.
Explaining the issue aloud is the best way to implement it.
You can't correctly solve a problem that you don't even understand.
Start asking questions to get the requirements on point.
Then double down on solving and coding.
You can't correctly solve a problem that you don't even understand.
Start asking questions to get the requirements on point.
Then double down on solving and coding.
Unless you apply what you know, you can't build anything.
Unless you apply what you know, you can't build anything.
That's the only way you can spot any nonsense that AI sometimes spits out.
Remember, you code is your responsibility. If something breaks, it's you who's got to fix it.
That's the only way you can spot any nonsense that AI sometimes spits out.
Remember, you code is your responsibility. If something breaks, it's you who's got to fix it.
A) Argue online over it
B) Build stuff using it
Choose wisely.
A) Argue online over it
B) Build stuff using it
Choose wisely.
... all you need is `git rebase`.
... all you need is `git rebase`.
✅ Master the language before the libraries
I've seen people jump to scikit without knowing python well.
Sure, the libraries do cooler stuff, but you need solid foundations to use them well.
✅ Master the language before the libraries
I've seen people jump to scikit without knowing python well.
Sure, the libraries do cooler stuff, but you need solid foundations to use them well.
... to get nightmares about bugs.
2 hours of fresh alertness >>> 8 hours of drowsy coding
... to get nightmares about bugs.
2 hours of fresh alertness >>> 8 hours of drowsy coding
Proficiency comes from iteration.
Get started, get feedback, improve.
Proficiency comes from iteration.
Get started, get feedback, improve.
Newbies: Yayyy!
Experienced coders: Impossible! Surely I forgot to call that function...
Newbies: Yayyy!
Experienced coders: Impossible! Surely I forgot to call that function...
Planning your project is the actual beginning.
✅ Understanding requirements
✅ Comparing different solutions
✅ Researching and picking suitable tools
Then coding and debugging becomes simpler.
#coding
Planning your project is the actual beginning.
✅ Understanding requirements
✅ Comparing different solutions
✅ Researching and picking suitable tools
Then coding and debugging becomes simpler.
#coding
Debug effectively by:
✅ Knowing what you're doing
✅ Understanding the expected behavior
✅ Knowledge of the steps to get the expected behavior
✅ Diagnosing the cause of discrepancy
✅ Finding a way to fix the issue
Debug effectively by:
✅ Knowing what you're doing
✅ Understanding the expected behavior
✅ Knowledge of the steps to get the expected behavior
✅ Diagnosing the cause of discrepancy
✅ Finding a way to fix the issue
You've got to make yourself competent. There is no way around it. Yes, even with AI.
You've got to make yourself competent. There is no way around it. Yes, even with AI.
A laptop, wifi, and determination. That's all you need.
A laptop, wifi, and determination. That's all you need.
Debug effectively by:
✅ Knowing what you're doing
✅ Understanding the expected behavior
✅ Knowledge of the steps to get the expected behavior
✅ Diagnosing the cause of discrepancy
✅ Finding a way to fix the issue
Debug effectively by:
✅ Knowing what you're doing
✅ Understanding the expected behavior
✅ Knowledge of the steps to get the expected behavior
✅ Diagnosing the cause of discrepancy
✅ Finding a way to fix the issue
Bro, if your potato laptop can run a web browser, then it can run all that's required to practice coding.
Bro, if your potato laptop can run a web browser, then it can run all that's required to practice coding.