Timo Heman Profile picture
Software Engineer | React | Golang . Book lover | History | Science | Novels | Theology | Self Help. Looking for my next opportunity in tech. DM to connect😉
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.