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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your current best development environment?

10 点作者 dorukce将近 7 年前

11 条评论

rwieruch将近 7 年前
- Development Environment: lightweight editor + command line rather than one IDE: Sublime + iTerm [0]<p>- Hosting: Digital Ocean with Dokku (web applications) and server blocks (static website) [1]<p>- Application Development: React, React Router, Apollo, GraphQL, Express, PostgreSQL [2]<p>- [0] <a href="https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;developer-setup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;developer-setup&#x2F;</a><p>- [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;rwieruch&#x2F;fullstack-apollo-react-express-boilerplate-project" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rwieruch&#x2F;fullstack-apollo-react-express-b...</a><p>- [2] <a href="https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;deploy-applications-digital-ocean&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.robinwieruch.de&#x2F;deploy-applications-digital-ocea...</a>
slipwalker将近 7 年前
You asked &quot;my best&quot;, so, at home:<p>- Xubuntu 18.04 on older i7 with 16Gb RAM and SSD, with two fullHD monitors.<p>- Libreoffice and Modelio.org for the &quot;architecture&quot; tasks<p>- IntelliJ Ultimate with several plugins for all server-side jvm development<p>- postgresql for sql related needs<p>- couple of zshells on multitabbed multipanelled Terminator<p>- Firefox quantum with uBlock Origin for the browsing needs<p>- bitbucket for source control<p>- noise cancelling headphones.<p>( but at the day job, it&#x27;s a buggy windows 10 with eclipse on a i5, single HD 1366x768 monitor, 8Gb RAM, HDD... the thing reboots for no reason twice a day. )
评论 #17365147 未加载
frnkshin将近 7 年前
- GNU&#x2F;LINUX<p>- No heavy desktop environments<p>- Getting rid of using mouse, try to be fully compliant of using just keyboard.<p>- Use a tiling window manager {i3, awesome, bspwm, etc}. YMMV on which wm fits your needs best.<p>- Use vim-vixen on firefox or qutebrowser for vim bindings<p>- EMACS + EVIL Mode or Vim<p>- There are a bunch of Terminal Emulators.. I use terminator, but you could get away with something minimal like RXVT, URXVT, or ST.
评论 #17374469 未加载
dasmoth将近 7 年前
Home office. Plenty of space, some nice bookshelves, view across open fields when I want to test my eyes, and <i>quiet</i>.<p>(Also a nice big monitor, and a “standing desk” built out of scrap but nice and solid).<p>This makes far more difference than the exact tools I’m using on a given project.
评论 #17371578 未加载
quickthrower2将近 7 年前
Windows &#x2F; Visual Studio for creating a web app and supporting services and Azure for hosting it. Git&#x2F;Github for source control. Slack for communication. Octopus Deploy for CD. VSTS for CI.
dorukce将近 7 年前
As a data science intern, i use:<p>- Python on Pycharm for crawling, cleaning, and database related stuff.<p>- Jupyter lab for analyzing, visualizing, and reporting insights.<p>- Bitbucket for personal private projects.<p>- Gitlab for company related projects.
siquick将近 7 年前
- Python 3 &#x2F; Flask in Sublime for API development, services and scripting<p>- Vue in VS Code for front end<p>- DO Droplet for hosting, AWS S3&#x2F;Cloudfront for static assets
tootie将近 7 年前
Are you talking tech stack? I&#x27;m a big fan of Spring Boot 2 with Kotlin for backends and React with SSR via next.js for client-side.
Rjevski将近 7 年前
Mac + IntelliJ for large projects, Sublime for one-off files.
Beefin将近 7 年前
Atom IDE on one screen and terminal + chrome on another screen
billconan将近 7 年前
Qt creator for c++,<p>sublime for javascript, python and everything else.<p>gdb for debugging<p>mongodb for database<p>ec2 for hosting