-

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…
-
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…