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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your stack?

14 点作者 Iuz大约 10 年前
With the mean stack (http:&#x2F;&#x2F;mean.io) I realized the importance of those 4 factors to any web application developer workflow.<p>I personally am using the JVM as my platform, grails as my &#x27;backend&#x27; framework, ember as my front end and postgres (or should I say hibernate?) in the database realm.<p>I feel like getting to know other devs stacks helped me realize what is really important for a modern web app development.<p>So what is your stack?

4 条评论

dangrossman大约 10 年前
<a href="http://stackshare.io/trending/stacks" rel="nofollow">http:&#x2F;&#x2F;stackshare.io&#x2F;trending&#x2F;stacks</a>
JohnHaugeland大约 10 年前
TL,DR: Node, Erlang, React, Flocks.JS, MySQL, and CloudFront.<p>For the frontend, I am writing a routable, cached SPA in React and d3, orchestrated with Flocks, stored in S3 and fronted with CloudFront, generated by Node, backed with MySQL (because it has semi-mature clustering.)<p>For the backend, I use a custom Erlang stack built on htstub and emysql.<p>The build process is orchestrated with gulp, uses eslint, vows, karma, and jsverify for testing, travis ci for CI&#x2F;CD, and deploys automatically on full test passing. (I have extensive test coverage.)<p>I can use remarkably few tools to get the results I want. I am happy with the stack.<p>I have an alternative approach to handling multiple interfaces, as a replacement for responsive. I don&#x27;t use media queries to do that. Instead I have a top level React layout control, and which top level control is invoked is based on the client. The same goal is suited, but it isn&#x27;t jury rigged through CSS.
cpncrunch大约 10 年前
C++ backend, pure javascript (with some emscripten) front-end for the web conferencing platform I work on. Mysql&#x2F;perl&#x2F;php for the website, with Centos 6 on the server.<p>I&#x27;m more interested in building a very efficient and reliable service and solving challenging problems than using trendy technologies.
rvalue大约 10 年前
<a href="http://stackshare.io/rvalue/tools-and-skills" rel="nofollow">http:&#x2F;&#x2F;stackshare.io&#x2F;rvalue&#x2F;tools-and-skills</a>