Fixing bugs by adding more tests

I noticed a weird bug in my app that I stumbled upon accidentally. I was able to create a new wishlist but was unable to access it using the public link. The wishlist url was https://wishlist.itsybit.se/wishlist/1c1ac2ba-e86e-43a6-ace4-820e9ed37cf5 and the public url was https://wishlist.itsybit.se/wishlist/public/Nxl5CiAEcjkaBXsFbDM/KyweflNREg== It took a while but eventually I saw that the route was truncating… Continue reading Fixing bugs by adding more tests

Math Flashcards for the Kids!

This summer has been a lot of play time for the kids. I thought we'd incorporate some learning as well. In exchange for some TV time or video game time, we do math drills! I found a really nice codepen to use for the flash card here: https://codepen.io/phantomesse/details/uGHxn  It's pretty basic but you can configure the… Continue reading Math Flashcards for the Kids!