Website speeding up challenge – RESULT: 3.95X Faster.

I have my project where I load the complete world as a playable grid map. The first implementation I made was following the default way of how the AP’sI and the web applications work nowdays, which is as you can imagine: 1.New request arrived 2.Do a DB call and retrieve all the data from the …
Continue reading Website speeding up challenge – RESULT: 3.95X Faster.

My first game on STEAM

As I am almost daily steam user and curious gamedev enthusiast, I wanted to learn how actually the steam deployment works, also next to the deployment I was curious how to implement services and API’s like leaderboards, retrieve the users, data and such.So I needed a game that would require all of these so I …
Continue reading My first game on STEAM

AI Computer Vision – Classification

During this fun run I have built a set of tools for image recognition with a trained neural network. Hopefully we can integrate the solution to the live environment and test the AI against real life 🙂 The steps I took: 1.Dataset Collection: I have built a setup using a raspberry PI with a webcam, …
Continue reading AI Computer Vision – Classification