algorand #blockchain #quickstart
- The First Pure Proof of Stake Blockchain Platform | Algorand
- Algorand Developer Portal
- Algorand Developer Portal Play
- Algorand Developer Portal Setup
- Algorand Developer Docs
algorand playground
algorand community
algorand #blockchain #quickstart
algorand playground
algorand community
which #ide will you use today ? #beatthevirus #webdev
codelite
eclipse
oracle jdeveloper
apache / oracle netbeans
oracle sql developer
visual studio community
vscode (not to be confused with visual studio community (see above))
visual studio package options
install theai prereqs (as root)
# yum install gcc # yum install gcc-c++ # yum install nodejs # npm -g install yarn
build theia
$ mkdir mytheia $ cd mytheia $ vi package.json $ # (C&P from https://theia-ide.org/docs/composing_applications) $ yarn # will autoinstall everything from your package.json $ yarn theia build (takes approx 400 seconds)
start theia
$ cd mytheia $ nohup yarn theia start &
create a SSH tunnel from your local PC to remote OCI
$ ssh -L 3000:localhost:3000 opc@my.oci.vm -N &
theia quickstart instructions (including installing nvm node etc etc)
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
nvm install 10
nvm use 10
npm -g install yarn
# (TOPTIP -g means READ and SET options globally)mkdir mytheia
cd mytheia
vi package.json
# (C&P from https://theia-ide.org/docs/composing_applications)yarn
# will autoinstall everything from your package.jsonyarn theia build
(takes approx 400 seconds)yarn theia start
theia full instructions
webdev eclipse (& theia) IDEs
on devto
goog #android studio #androidstudio #canary edition now avalable from #snapcraft
thanks to
Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways
develop on the cloud with eclipse ide che, codenvy, fabric8.io and openshift.io
source
GitHub Desktop is a seamless way to contribute to projects on GitHub