Lighthouse GraphQL PHPUnit Test
I’ll admit. I’m out of practice with unit testing. We don’t really have a good setup db/seeding wise and making a crap ton of factories just took up a lot of time. Not to mention we use GraphQL which I…
I’ll admit. I’m out of practice with unit testing. We don’t really have a good setup db/seeding wise and making a crap ton of factories just took up a lot of time. Not to mention we use GraphQL which I…
Thanks to my job, I’ve had to learn a little bit about the accounting software known as Netsuite. All but 1 of our engineers say it’s name with a lot of cuss words. I’m kind of 50-50. Since the one…
I’m working on a Laravel 5.6 project that has a dynamic route based on an environment variable that I’m also setting in the config (for easy access and to avoid the dot env issue). The Laravel documentation was leading me…
Yes, yes I’ve been neglecting my own site. Yes, I’ve been busy. Yes, I’ve still been training. Yes, Roxie keeps me busy and she is still alive and very well and energetic as hell. …she’s also still SUPER adorable. In fact,…
As a programmer, sometimes I get very frustrated working with dates. Sometimes they can be a butt. In any language. I had a lot of issues with the PHP DateTime object, the Date object and mktime. They are all similar…
PHP can be fickle at times. Especially with dates. I ran into a situation at work where I needed to figure out the end of the next payperiod and if that that date was on a week day, figure out…