Responsive Photo Album

I wanted a responsive photo album unlike anything I could find, plus I prefer to host all my photos myself. So I wrote this with node on the backend and just plain javascript on the front end + just a little bit of jquery. Here’s the app: http://spa.1mikemakuch.com/ and source: https://github.com/1MikeMakuch/photoalbum

Continue reading

Portfolio

Here’s some of the software I’ve built. I have more experience on backends but I’ve built several frontends as well. This is a responsive brochure site I created, July 2017 This is a responsive SPA I built in spring 2017. It’s a web app to display sets of photos. Node on the back end and […]

Continue reading

Trading Strategy Backtest

Update 2022/01/04: Backtest is a desktop Windows app I developed in the late 2000s. A couple of colleagues and I were studying futures day trading and we wanted to test strategies against historical data. We collaborated for a couple of years while experimenting, trading and evolving Backtest. Some screen shots of my Trading Strategy Backtest […]

Continue reading

Fractal

Download: Fractal.exe Algorithm: Start with the center pixel painted white. 1) Choose a random point on the edge of the display area. 2) Move one space in a random direction (up/down/left/right). 3) If the new location is adjacent to a white pixel then paint the new location white and go to step 1. 4) Go […]

Continue reading