© 2022 Hashnode
#discuss
It’s a relatively known fact that indie game devs tend to overscope their games. Even AAA game studios fall into this trap. There is an honest element to it, since everyone desires to make the best ga…
If you've more than a couple of years of experience in IT, you probably have stumbled upon the following quote: There are only two hard things in computer science: cache invalidation and naming thing…
Credit: pikisuperstar / freepik The team at echo3D loves creating games for the Oculus and making it easier for developers to do the same. The Oculus Quest 2 made up 78% of VR headset sales in 2021…
Overview If you're a beginner in web development, you might've gotten a lot of suggestions from the net about choosing WordPress over full-stack development and vice-versa. Comparing the amount of tim…
All people tell you to learn code, they say it's easy, with life-changing financial implications, and this could be true, but rarely do they tell you why you should not learn to code. These reasons a…
Balancing any game is a difficult, and dare I say it, near-impossible task. It is especially difficult from the development side, where you are trying to ensure the player experience feels fair when t…
Intro This keyword holds a special place in any object-oriented programming language and has been a mind-bender in Javascript. Needless to say, it has thus been a favourite topic of interviewers everywhere. So, let's dive into what this sig…
As a designer, every day tends to be different, it's a whole new pool of emotions and a different set of conditions, and that means your level of inspiration might not be what it was the day before. s…
React.js is a Javascript library created by Facebook. In recent years, it has become very popular over the likes of other javascript frameworks or libraries. So, in this post, I will try to discuss the benefits of using this library and why…
This is a short article about aspect-ratio property in CSS. While reading about aspect-ratio I found that this will be a very helpful property in making a website responsive. So in this article we wil…