Author

jay

[guest author fields > title]


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

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 […]