TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A GUI for Google App Engine

51 点作者 nocommandline大约 4 年前

3 条评论

aaronszymanski大约 4 年前
This is great! As a non-programmer myself, I greatly enjoyed some of the old Udacity courses, particularly the web development course taught be Steve Huffman. Unfortunately many of these older courses used Google App engine, which as you say was much simpler to use back then. I recently re-took the course and spent <i>days</i> trying to get everything up and running on Google App engine rather than working through the course content. While a learning experience in itself, it was not how I wanted to be spending the few hours I have after work. Thank you for putting this together.
评论 #26419447 未加载
nocommandline大约 4 年前
TLDR - A replacement for the discontinued Google App Engine Launcher with some improvements<p>Since I’m not a ‘Professional’ developer and I hate playing around in Command Line (Terminal), Google App Engine Launcher was a life saver. Go to a UI and see all my projects in a table. Select a Project and click a button to run it, view the logs, deploy to Production. I didn’t have to muck around with command line arguments to remember the different commands and&#x2F;or flags needed to run my projects.<p>GAE Launcher helped me talk to non-expert programmers about learning to code and building Apps. Once, I bought a laptop for someone who had just gotten into college and as as a way of encouraging (making it easier) this person to learn to code, I pre-installed Python &amp; GAE Launcher on the laptop.<p>Then Google stopped supporting GAE Launcher. I kept my installed version and used it till last year when it was ‘effectively’ killed (you can no longer use it to deploy to Production). I switched to gcloud but I had all of my earlier listed problems.<p>I decided to build a replacement. I get to solve my own problem and learn new stuff (Electron, Vue, etc).<p>I also get to change a few functionalities I didn’t like in the original tool and some things I don&#x27;t like with the command line e.g.<p>a) typing in flags in a textbook has been replaced with checkboxes on the UI<p>b) deploying also deploys your index and cron files (in gcloud command line, you&#x27;ll have to execute 3 separate commands)
fmakunbound大约 4 年前
Congrats. I enjoyed reading your blog leading up to this.