Advice for Professional Developers by Adam Culp
#1 Stop blaming companies for bad code you wrote. Yes there are influences, but it was YOU who created it, not them. #2 Stop blaming…
The pain with AWS Lambda…
…I realize I am a bit new the AWS platform and some things are just impossible, but here is the desired work flow: POST/PUT image…
Where should tests live?
…came across this conversation this evening. Interesting topic abut where tests logic should live. https://dev.to/rtfeldman/where-should-tests-live
The `aws s3 sync` command…
From the manual: ‘Syncs directories and S3 prefixes. Recursively copies new and updated files from the source directory to the destination. Only creates folders in…
The down side of micro-service architecture…
…so at my employ we are attempting to deploy a micro-service style application and thus enjoy all the new hotness that comes with it. The…
Of environmental parity and testing (pt1).
So funny thing. As a general rule of thumb each environment is suppose to reflect production as much as possible. At work we use Codeception to…
How I got linux SSH to work on windows 10…
So one of the biggest issues I personally have had with windows is the in-ability to emulate a decent Linux terminal. Sure I could dual…
On productive days and how to have one.
Over the course of the better part of the last decade I have worked in start ups, corporate office parks, small but good profit businesses,…