Welcome to CodingRestart.com, a blog for seasoned developers that want to upgrade their skills.
If any of the following applies to you, this site is for you:
- You’re not familiar with the programming languages and buzzwords your younger colleagues use.
- You think Kernighan and Ritchie’s “The C Programming Language” is the latest book on C/C++.
- When writing new code, you frequently copy and paste snippets from old code, preferably yours.
- You swear this is not how you loop through characters in a string in C++:
for (auto my_char : my_string)
- When you hear lambda, you think Greek life.
I started on the journey to improve myself few years ago and it has been a great experience. I have significantly upgraded my coding skills and increased my enjoyment at work. I believe that, with the right mindset and few hours of learning each week, you can do the same.
Happy learning!