College Assignments

In this section, you can find a random assortment of recordings from my college days, which showcase a wide array of coding skills.

Unity C# with FireBase Database

This video showcases the use of FireBase unity coding in order to load chess assets from the cloud database and present them to the user.

Unity C# & Python Subpipes OpenCV

This video showcases the first OpenCV test which was conducted to perform communication between Python and Unity. When I close my hand, an if statement in Python is met and a message is sent to Unity, which triggers another if statement in C#, which makes the character jump.

WordPress Live Chat System

This video showcases the use of a Live chat system plugin in a WordPress environment.

WordPress CSS3 Configuration

This video showcases the use of manual CSS3 changes to change predefined themes as desired.

ASP.NET C# with Google Cloud

This video showcases the use of ASP.NET and Google Cloud Database to upload and load images on a single page application.

Python Image Processing and Computer Vision

This video is a full recording of a class based exam for my Computer Vision class.

Unity C# Dynamic Difficulty

This video showcases Dynamic Game Difficulty in an FPS setting which profiles the player and changes the difficulty depending on the skill of the player. If the players is very skillful in accuracy and speed, the enemies would get tougher, however if they continuously miss, the game will get much easier.

Selenium & Jenkins Java Test Cases

This video showcases the usage of Selenium which allows developers to test expected outcomes of features. It is great for testing applications and to debug any errors you might encounter along the process of a function.