Anybody doing that? Which language/IDE do you use? What are the benefits/downsides?
For further actions, you may consider blocking this person and/or reporting abuse
Anybody doing that? Which language/IDE do you use? What are the benefits/downsides?
For further actions, you may consider blocking this person and/or reporting abuse
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Game Dev Digest - The Newsletter On Unity Game Dev -
Pavol Z. Kutaj -
Juan Blasco -
JetThoughts Dev -
Top comments (1)
On my smartphone I typically write in NASM assembly, and occasionally in C.
I must say, iSH (ish.app/) is a GODSEND. It’s still only on TestFlight, but it has been the best tool I’ve ever used for developing on my smartphone.
It’s a full Alpine Linux Shell, complete with all the commands and programs you would expect! Get started with the built ins (like Vi), and install anything you want using apk (I’ve installed and use gcc, g++, nasm, vim, and tmux).
It is a bit challenging to code on a smartphone, with the smaller screen size and no real keyboard, but the ability to always have your projects and shell with you (iSH!) has always been a major benefit for me.