by Connor | Nov 16, 2023 | Amazon Web Services, Code, Programming
Introduction Here at Sourcetoad, we’ve been working on migrating our PHP framework—mostly Laravel-based projects—to Amazon Web Services’ Elastic Container Service (ECS). As we worked through the process, we were surprised at how scattered around the web...
by Connor | Dec 6, 2016 | Security
As 2016 draws to a close, and the holiday rush of online shopping is in full swing, I thought it would be a great time to recap some tips to stay safe online. No one should have to deal with the painful aftermath of a compromised online account. 1) Use different...
by Connor | Aug 23, 2016 | Programming
Too often have I come upon a code base, in a framework that I know, just to be lost in a mess of custom-written code. If you leverage the framework of choice, future developers of the code base will appreciate it, as they only have to learn the framework and not...
by Connor | Mar 28, 2016 | Management Resources, Uncategorized
No matter what language or framework you use, you are bound to have dependencies. The days of copying blocks of code into projects has been replaced with package managers. Each major language has its own. PHP, of course, has Composer. Recently, as I looked at some of...