Member-only story
Programming for almost 5 years now, I’ve stumbled upon many people just asking me why exactly did I choose this path? Why is the job of a computer programmer so hyped, as some might say? People who haven’t try real coding before may not understand what’s special about just typing different mathematical, logical and other kinds of expressions into your computer. Learning the syntax (programming language’s grammar) of the language is not that hard really. The basic logic is not that hard too. So, what’s the deal?
Every programmer, whether it’s a web developer, software engineer or ML programmer, knows that programming is not just a combination of syntax, logic, and algorithms. There’s more to that than a non-coder can see. The idea of problem-solving — the real backbone of programming in general. The thing that’s so demanded on the programming market and also one of the hardest skills to learn, or should I say practice…
Overview
With this little introduction, I think it might be worth it to take a while and explore what does the problem-solving term means.
The well-established skill of solving problems can be really useful even in real life. It allows you to calmly approach and break down your difficulties with ease. Instead of choosing the not-always-working brute-force method…