Frontend Engineer (React, Next.js, Typescript) creating apps with stunning UIs π» | Book Lover π | Free thinker π§ | Looking for remote roles with a great team
Nov 23, 2021 β’ 9 tweets β’ 2 min read
π THE FRUSTRATED PROGRAMMER π
"I don't understand a programming concept!!!π What do I do?π₯Ί"
A thread π§΅
1. Take a break
If you've been struggling with some coding concept or problem in general, sometimes all you need is a break to refresh your mind. If it's late at night, that's probably a sign you need to go to bed and try again the next day.
Aug 31, 2021 β’ 8 tweets β’ 3 min read
Understanding Programming Errors
As a programmer, encountering errors is inevitable. Most programmers would be confused if they wrote code on the first try and it worked with no errors π. Let's talk about it
A threadπ§΅π
#DEVCommunity#100DaysOfCode#javascript#CodeNewbie. 1. Syntax Errors.
These are errors that happen when you write something in the wrong way in your code. eg misspelling a keyword/function name or missing a "{}" or ";" where they are required.