Articles tagged with: Development

Logging visit stats with NGINX

Summary: How to log visit stats with NGINX by filtering by subdomain and using a custom logger with a desired format. The configuration is provided.


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.