NNote – 2 hours project to fix the windows sticky note

I was motivated to create NNote after experiencing some frustrations with the default Windows Sticky Notes. While it’s functional, it lacks the lightweight, distraction-free experience I wanted. My goal was to create something that would: I wanted NNote to be a no-frills, easy-to-use tool that anyone can pick up and start using without needing to …
Continue reading NNote – 2 hours project to fix the windows sticky note

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

PLC Sequence Graph and Unity

I embarked on a project to better understand sequence programming and graph theory by integrating Unity with PLC (Programmable Logic Controller) programming. The goal was to create a robotic arm in Unity that could execute tasks in a sequence controlled by PLC logic. This hands-on approach allowed me to practice and visualize how PLCs manage …
Continue reading PLC Sequence Graph and Unity

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

Project: EasyTiler

Creating tiled images with rotation and selection capabilities shouldn’t be a daunting task. In this blog post, I want to share my experience and take you on a journey behind the scenes of creating EasyTiler. We’ll explore its features, discuss its usage, and delve into the challenges I encountered along the way. The Inspiration Behind …
Continue reading Project: EasyTiler