Category

Computers & Programming

Computers & Programming

Are Fewer Lines Better?

I work in Java and Swift very often. Swift lends itself to writing fewer lines of code, which appeals to me because maintaining fewer lines of code always seems easier. But more importantly, fewer lines of code to do the same thing is more elegant, in my humble…

Continue reading
Computers & Programming

Twilio and A2P 10DLC

Many years ago, I created a messaging system for a puzzle hunt (AKA puzzle race) and I utilized Twilio for SMS text messages. Twilio provides a way for their customers to send SMS text messages through cell phone carriers to their devices. In other words, you can text…

Continue reading
Computers & Programming

Working on Old Code

At work starting about 12 years ago, I was tasked with porting an old Android app to Windows phone. Then I ported that to Windows a year or two later. Many years after that, and after making many changes to those apps, I wrote an iOS app from…

Continue reading