Coding Community

What is Google Colab?

You will quickly learn and use Google Colab if you know and have used Jupyter notebook before. Colab is basically a free Jupyter notebook environment running wholly in the cloud.

Read more
Coding CommunityData Science

IDE on the Cloud - AWS Cloud9

AWS Cloud9 IDE offers a rich code-editing experience with support for several programming languages and runtime debuggers, as well as a built-in terminal. It contains a collection of tools that you use to code, build, run, test, and debug software, and helps you release software to the cloud. 

Read more
Career DevelopmentCoding Community

Continuous Integration Vs. Continuous Deployment: How does AWS CodeBuild & AWS CodePipeline Compare?

Introduction
AWS CodeBuild is a fully managed build service in the cloud that compiles the source code, runs unit tests, and produces artifacts that are ready to deploy. AWS CodePipeline on the other hand, is a fully managed continuous delivery service that helps to automate the release pipelines for fast and reliable application and infrastructure updates.

Read more