by Wahid Tanner | Jul 21, 2019 | Opinions
These are no ordinary tips that I’m about to share with you. Doing these things will definitely change your life for the better. You’ll have more confidence, be better prepared, improve your working relationships with coworkers, and of course, become a...
by Wahid Tanner | Jul 7, 2019 | Opinions
I also used to wonder why software is so expensive. I’m Wahid and this article is based on my personal experience of 28 years of software development. I hope it helps you to better understand software and plan projects so they provide real value that customers...
by Wahid Tanner | Apr 6, 2019 | Opinions
What if there was a 3rd option? I came across this infographic from WhatsTheHost.com recently and thought you’d like it. It compares two options most people think about when deciding to learn how to code. Take Up Code is neither a bootcamp nor a college. The...
by Wahid Tanner | Mar 13, 2019 | Code
This is a chart I combined from various sources online and from books. You can use it to better understand which operators C++ will apply before others whenever you have an expression containing multiple operators. Most other charts say that you can override the order...
by Wahid Tanner | May 28, 2018 | Code
I’m a big fan of starting out simple and building up from there. And it’s harder to get any simpler than a “Hello, World!” application. Even here, if you really think about it, there’s a lot going on. So I decided to annotate this for...