Understanding Unity – Part 1
Introduction: Unity is one of the most popular and easily accessible game engines to date. Which has lead it to become of the best documented and beginner friendly games engines.…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Introduction: Unity is one of the most popular and easily accessible game engines to date. Which has lead it to become of the best documented and beginner friendly games engines.…
These methods are part of the “functional” aspect of JavaScript. JavaScript is a strange language in a good way. Before we get into this, know that all these methods above…
Below are some questions I was recently asked, with my answers. Please let me know if any of them are wrong, its a learning opportunity for me What is the…
1) Don’t Touch the DOM – Imperative Vs Declarative Hey don’t touch the DOM ! React will do that for you. You might be wondering what I mean by that.…
The following is a excerpt that was made, as part of my final capstone project. Introduction The hardware and software section will be primarily exploring the two key parts in…
One of the best ways to get started with programming or help in finding a job is doing side projects. They help you understand what goes into making large feature…