Understanding Unity – Part 2
The primary language of Unity is C#. In my opinion C# is just like JAVA so if you know that you should be just fine. When you create a script…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
The primary language of Unity is C#. In my opinion C# is just like JAVA so if you know that you should be just fine. When you create a script…
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…
In today's digital age, securing web applications is paramount. One effective method for managing user authentication is through Token Authentication, specifically using JSON Web Tokens (JWT). This excerpt delves into…
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…
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…
.Net Core 3.1 is in LTS mode (ends support in Dec 2022) where as .Net Core 5 is coming to general availability in November. However, there will never be a…
The basic commands you need, to be productive with docker: How do I get a list of all running docker containers ? How do I just get all the containers…
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.…
All programmers ( code carpenters, developers, software engineers, or what ever you like to go by) should constantly be making things, on the side, for free. Why would anyone do…