Programming


Mar 14, 2020

Multiple-regex-checking Python One-liner

How to check a string against multiple regex patterns in Python — using map() when you need to know which patterns matched, or any()/all() for a quick boolean check.

Multiple-regex-checking Python One-liner
Feb 22, 2020

How I Made a Simple Arduino Game

A weekend project building a space invaders-style game on an Arduino with an 8x8 LED matrix, covering player movement, enemy spawning, and game logic in C++.

How I Made a Simple Arduino Game