Can’t bang the drum loud enough for how good Gitpod is. If you’re a Gitlab user it’s baked right into the services too: https://www.gitpod.io/ Makes jumping on multiple branches super useful right from an device as portable as a iPad or iPhone.
Using your phone as a software development platform
21–30 of 53 posts
Re: Using your phone as a software development platform
#22Hijacking the article, but has somebody managed to find a good iPhone/iPad keyboard for coding? I’m still able to do Python with the default keyboard, but I press a lot of times the symbol key. The Wolfram Alpha custom keyboard on Android is absolutely the best keyboard for coding.
Re: Using your phone as a software development platform
#23Re: Using your phone as a software development platform
#24Having been waiting all day I was finally sent down for surgery at 8pm, I was quite a low priority case. I vaguely remember waking up in recovery and being wheeled back to the ward. At just before midnight we are about to go live with the promotion so I take a quick look at the site and all is running fine. 12.00 ticks rounds, refresh the site, it’s gone, error 500, damn! I had overlooked something and broken the site just before the biggest proportion of the year.
Somehow, and I don’t fully remember, I manage to fix it from my phone. We host on Heroku, and my dev environment is on my laptop at home. I had a Digital Ocean VM sitting unused, but with key based auth only. I somehow manage to install a ssh client on my phone, grab the key from my password manager. Login and install the full dev environment (Python venv, Postgres, Node, Heroku CLI), debug and patch the code. And finally push the fix to Heroku.
I have no idea how long it took, I was certainly still fuzzy from the general anaesthetic, but I got it fixed!
I now ensure I always have a dev environment installed on a vm, and access setup from a ssh client on my phone.
It’s certainly possible to do software development, the traditional kind, from your phone, but I don’t recommend it.
Re: Using your phone as a software development platform
#25The use of "implies" (twice!) in this paragraph seems very non-idiomatic to me.
Re: Using your phone as a software development platform
#26> Creating an app with Aista implies selecting properties using checkboxes, select dropdown lists, and high level UI components – Implying it’s equally easy to use your phone to create your apps, as using your desktop machine The use of "implies" (twice!) in this paragraph seems very non-idiomatic to me.
Re: Using your phone as a software development platform
#27A video demo for a mobile dev platform that is not optimized for viewing on mobile? Doesn't really give me high confidence in the actual product.
Re: Using your phone as a software development platform
#28I used to code NodeJS services on my phone quite a lot when I was commuting to an office. I used Termux - https://termux.dev/en/ . It was brilliant, and worked far better than you'd think it would. The main problem was the keyboard because the stock Android one doesn't support a lot of symbols. I solved that with https://github.com/klausw/hackerskeyboard .
Re: Using your phone as a software development platform
#29Re: Using your phone as a software development platform
#30> Creating an app with Aista implies selecting properties using checkboxes, select dropdown lists, and high level UI components – Implying it’s equally easy to use your phone to create your apps, as using your desktop machine The use of "implies" (twice!) in this paragraph seems very non-idiomatic to me.