AI has changed what you should test in interviews, how you onboard juniors, and what mentoring actually looks like. The practical playbook for the people side of AI-first engineering.
AI productivity tools amplify what already exists in your engineering team - for better or worse. The diagnosis - what the data actually shows about AI, productivity, and the growing gap between seniors and juniors.
If you can't deploy on Fridays with confidence, your next priority should be fixing what's broken in your deployment process. Learn practices for building deployment confidence.
Testing out AWS lambda EC2 Managed Instances with our AppSync GraphQL API to see if cold starts really go away.
To build your Asp.NET Core 1.0 application in Appveyor, a bit of configuration is required to tell the Appveyor build agent to get the dotnet core compiler. The configuration steps will install the .Net Version Manager and a runtime for your application. The necessary packages and references will also be restored prior to the build. Simply add or amend your appveyor.yml file at the root of your project repository with the contents below: