Timo Heman Profile picture
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. Image 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.