Author

[guest author fields > title]

Deploy an Express.js app to AWS Lambda using the Serverless Framework

Serverless is a cloud computing architecture where the application owner does not purchase, rent, manage, or provision the servers. Instead, the cloud partner manages the infrastructure side of things for the applications. The biggest advantage of …

Pull requests with side-by-side diffs

Bitbucket now has the option to view file changes—IDE-style—with side-by-side diffs: With both versions of the file shown in full with synchronized scrolling, you can more quickly grok what has changed, making code review easier in: pull requests the compare view individual commits Show me more: expandable context Unified diffs are great for reviewing small […]