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