Many years ago, probably about twelve to fifteen, I was working on building a custom e-commerce system using Adobe Coldfusion. I was a young developer and so were the rest of the developers I worked with. Non of us were really qualified to build such a complex system, but we didn't know that, so we did it anyway. It ended up working fine for the customers we had. I'm sure I would not be happy with most of the code if I saw it today.
Friday, February 28, 2020
Wednesday, February 26, 2020
Playing Local Network Media on a Chromecast with Python
I have several Chromecast devices in my house. Recently I was playing around with the Python module pychromecast. It has given me a much better understanding of what the Chromecast does. The module allows you to find devices on your network and play videos or other media on the device.
Subscribe to:
Posts (Atom)
Coding
I'm not sure where I heard this, and it wasn't worded this way, but it helps to think about coding this way. Basically, any progra...

-
I have several apps published on the Apple Appstore. Four of them are using iAds and that service is going to be discontinued soon. I am g...
-
I recently migrated a site from Magento 1 to Magento 2. The product image thumbnails work differently in Magento 2. In Magento 2 they use ...
-
A few days ago I read about the trolley problem. It was mentioned in an smbc-comics.com comic. I hadn't heard of this before, but I ha...