-

Syntax or semantics
Only in relation to this topic, what would I say is syntax? Syntax is the arrangement of the code and its organization of file paths, class files and so on and forth. What then is semantics? Semantics is the meaning of the code written. Now we have gotten that out of the way, let’s start…
-

Variable names are not the same
The image above is funny. Two things might be similar, but they are not the same. Some years back, I was at a bank and I was told that Eli Agbenu is not the same as Anthony Eli Agbenu. Wow, so that meant I could not withdraw money. Yeah , go figure. It is the…
-

I’ve got 9 bugs and yours ain’t one
I am sure this title reminds you of Jay Z’s song 99 problems and my bitch ain’t one. I initially thought about writing on 99 errors. However I chose not to waste both our time, ( since we both have work to do ) and to keep the list short. That is why we are…
-

If programming languages were DC comic heros
I have worked with a few languages. I have loved some, and hated others. Each language has its own strengths and weakness. These are just my opinion of which hero would map to which language, and why. I have limited myself to characters within the DC comics universe and to the languages I have used…
-
5 steps to running apps from a single port via nginx
Hello, I have already spoken about how to configure nginx from a previous post. However that was used for when you wan to run them on different ports. However what if you want them to run from the same port ? Fortunately, that is possible too. This short tutorial is very specific to running multiple…