Software
When Duplication Is Not The Devil
Something I heard in a meeting yesterday resonated with me on a core level; particularly given my head first dive into microservices, “the cloud” and everything in between.
Something I heard in a meeting yesterday resonated with me on a core level; particularly given my head first dive into microservices, “the cloud” and everything in between.
Being a software engineer and architect I often think of ways to simplify and/or compartmentalize the development efforts of projects/products I work on. This is one of my favorite and most endearing aspects of Symfony that has led me so often to using it for custom application development. (It doesn’t Read more…
When you’re working with JWT Token Authentication and you want to be a well behaved software developer and build out your Unit Tests (in this case we’re using phpunit), it can be somewhat challenging to tackle out of the box. My solution here uses an inherited “service” that generates the token that Read more…