Software Alternatives, Accelerators & Startups

Can i program on a basic chromebook?

GitHub Codespaces AWS Cloud9
  1. GItHub Codespaces is a hosted remote coding environment by GitHub based on Visual Studio Codespaces integrated directly for GitHub.
    Github CodeSpaces - This is basically VSCode running in a cloud server and displaying in your browser. It's also closely integrated with GitHub's source control tools... Quite wonderful, really. Like AWS, they offer a number of "ready-to-run" stacks and tools for building your own configs.

    #Text Editors #Programming #Programming Tools 148 social mentions

  2. AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser.
    AWS Cloud9 - AWS's answer to the cloud-based developer environment. Setup an AWS account, login, go to the Cloud9 service and you can either pick a default stack (e.g. python, nodejs, rails, etc.) or build your own stack image. Launch it, and you have a ready-to-code IDE in your browser, with all the AWS services available in the Terminal w/o having to setup special auth-keys by hand. The IDE is very similar to Atom or VSCode.

    #IDE #Text Editors #Software Development 39 social mentions

Discuss: Can i program on a basic chromebook?

Log in or Post with