Articles tagged with: Development

Setting up my IndieWeb information

Summary: My support for the open, accessible, and interlinked world wide web, and my discovery and implementation of IndieWeb principles on this blog.


A new chapter awaits

Summary: About leaving Worklytics, the company I was working as a contractor with.


Zombie Infection Simulator mini-game

Summary: The development of a Zombie Infection Simulator mini-game, porting a Java + Processing framework game to Javascript + HTML 5. The game can be played online and the source code is available on Github.


ctypes, OpenCV and Pillow

Summary: Using Python libraries ctypes, OpenCV, and Pillow to automate tasks in video games, such as creating an auto-clicker, with challenges in handling input and item detection.


CSS-Only dark mode in 15 lines of code

Summary: A simple 15-line CSS code for implementing a dark mode UI, without the need for Javascript or complex CSS rules, and includes good practice tips.