Unity Asset Store and its comparison to open source communities

This is originally a post I wrote on dev.to. See the original post here. I’ve had my fair share of development experience with both native iOS and React Native development for the last couple of years. What immensely helps with the development process is the existence of centralized package managers (CPM from now on) like npm and CocoaPods, and the open source communities that mainly revolve around them. Unity3D is the most widely used game engine out there and it […]

Read more

Some practical keyboard tips for the newbie coder

After I started writing code professionally 2 years ago, my code writing speed increased drastically. This definitely has a lot to do with using the same language and framework, however I realized that this increase in speed also applies to different programming languages and frameworks. The key to writing code faster and easier is to have high control over your keyboard. The keyboard is both your friend and your partner in crime. Below I will list some advice on how […]

Read more