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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A GUI for Google App Engine

3 点作者 nocommandline大约 4 年前

1 comment

nocommandline大约 4 年前
TLDR - A GAE Launcher replacement 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. 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). I also get to change a few functionalities I didn’t like in the original tool e.g. typing in flags in a textbook has been replaced with checkboxes on the UI