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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What is your current stack?

22 点作者 lambdathoughts超过 10 年前
I am looking for what to pick up next, and would like to see what you are currently using for your web framework/language.

19 条评论

dqdo超过 10 年前
I worked at 2 start-ups so here are the technology stacks:<p>The first company was started 3 years ago and our technology included: (1) Python-Flask (2) Postgresql (3) SQL Alchemy (4) JQuery for web (5) Objective C for IOS (6) Bootstrap<p>In my second company we wanted to take advantage of the growing ecosystem around Node. We also did not want to have to manage a DB, migrations, and server scripts. Our rationale is that we should focus more on the customer and turning the customer requirements into the product than on the technology working. We are an enterprise software company and so the less complicated the technology the better since we are not doing anything ground breaking from a technology standpoint. Our stack includes: (1) NodeJS&#x2F;Express (2) Heroku (3) Angular JS (I don&#x27;t get all the negative comments about Angular lately because it works fine for us) (4) Lodash (Javascript utilities) (5) S3 - static file storage (images and files) (6) Jquery (7) Bootstrap (8) Firebase (9) Angular Fire (to connect firebase with angular)<p>Using our current backend, we were able to build the SAAS product in about 1 month with only myself as a developer instead of 2-4 months that might be required if we had used the previous technology stack. Firebase, Angular, and the Node ecosystem really helped make the coding much faster than before.
评论 #9025525 未加载
评论 #9026862 未加载
brickcap超过 10 年前
I am using openresty,couchdb and jquery.<p>Openresty because it so much fun :) It uses lua which is a very pleasant language to work with (I love the idea of multiple return values from functions) and it built on top of nginx which is a big win for me since I always use nginx in front of my app server.<p>With openresty I can use nginx both as an app server and as a proxy. I think that if anyone is already using nginx they should look into openresty because it opens up so many possibilities.<p>couchdb because of it&#x27;s ease of use. It has a simple http api that works well with openresty&#x27;s `location.capture&#x2F;capture_multi` capabilities. It has a server side javascript environment which can be used to validate data&#x2F;render templates etc,the common js module system is very capable. It also gives me an excuse to have erlang in my stack, ready just in case.<p>jquery because it is reliable. The other javascript framework that I like is knockout js but I use it only when I need to have a complex client side logic and knockout js works well with jquery.
bikamonki超过 10 年前
If I do my own REST back-end: node&#x2F;express or good old php. If I go no-backend: parse.com or firebase.com (different use cases). Front-end: BackboneJS and the usual mix (CSS, HTML5, Bootstrap, Jquery, etc) and I am looking into adding ReactJS to the stack.<p>Increasingly I am using more free&#x2F;paid SAAS for services like file uploads, emails, storage, monitoring, etc. Not sure if we can call this approach a &quot;stack&quot; but surely it is becoming very relevant and it solves most requests I get. I guess it is also interesting to rapidly hack an MVP with such tools and if the thing picks up (traffic&#x2F;user base) you can scale the services (pay more) or start programming them yourself, if the think flunks time&#x2F;money was not wasted. It is also a big plus that these services play super nice with mobile native and mobile web, SDKs are always available. Maybe I am a wishful thinking hipster but somehow I feel this is the trend to follow.
评论 #9025359 未加载
评论 #9025630 未加载
pairing超过 10 年前
Languages: Ruby &#x2F; Clojure &#x2F; JS<p>Frameworks: Rails &#x2F; AngularJS &#x2F; Cordova<p>DB: Postgres &#x2F; Redis &#x2F; Elasticsearch &#x2F; Memcached &#x2F; DynamoDB<p>Messaging: SQS<p>Plan on learning in the next few months:<p>More Clojure<p>Machine Learning<p>ReactJS (Hopefully a replacement for AngularJS &#x2F; Cordova from above)<p>I&#x27;ve been picking things to learn based on reading programming books and observing trends. 7 concurrency models in 7 weeks, 7 languages in 7 weeks, and 7 databases in 7 weeks are all good places to start for finding something new to learn. As you can tell, I&#x27;m a big fan of the series as an introduction to a topic that can then be explored in more depth after reading.
smt88超过 10 年前
Depending on the frontend, I use either PHP or Node. Python is a better language and more enjoyable to code in, but I often pass my projects on to junior devs to maintain. It&#x27;s a lot harder to find someone to take over a Python project than a PHP or JavaScript one. All the good Python devs seem to be gobbled up by larger companies.<p>I&#x27;m getting into Go now, but I&#x27;m hopeful Rust will become the language of the future. I&#x27;m desperate for a great type system in a web framework. Elixir is cool, but I don&#x27;t think I could find anyone to work on it for me.
评论 #9027343 未加载
EnderMB超过 10 年前
Languages: C# &#x2F; JS Frameworks: .NET &#x2F; AngularJS &#x2F; jQuery Database: SQL Server or SQLite if needed for a tiny system Tools: TeamCity &#x2F; Octopus<p>Nothing too fancy on my end. I build standard CMS based websites at my day job using ASP.NET MVC. At home, I occasionally work with Django, but with all the news about .NET support across Linux I&#x27;ve put Python down and have been toying with writing C# on my Ubuntu box.
iEchoic超过 10 年前
My current stack:<p>- Server: Node &amp; express<p>- DB: Mongo (using mongoose)<p>- Frontend: Knockout.js using components (introduced in 3.2), Cordova when developing mobile.<p>- Hosting (db, services): Azure<p>Pretty standard with the exception of Knockout.js, which I think is criminally underrated following the introduction of components in 3.2, especially given all the recent hype around component&#x2F;module based separation of concerns. Also Azure, mostly because I get $150 free monthly from MSDN.
评论 #9025616 未加载
playing_colours超过 10 年前
At work it is Scala with Spray, that is becoming now Akka Http. In Spray you have to write your our implementation &#x2F; helpers for many things as Spray is quite minimal. Scala gives your type-safety, but sometimes it feels like too much typing (say, for prototype app). So for hobby projects I started to look at Clojure &#x2F; Luminous and Elixir &#x2F; Phoenix.
losingthefight超过 10 年前
I have joined a few startups and architected a few as well. I currently love one of the following two stacks, depending on the need:<p>GoLang -&gt; Postgres -&gt; React Meteor -&gt; MongoDB -&gt; Blaze<p>Of course, most of those are interchangeable. We use Redis for caching, Docker&#x2F;Ansible for deploy, etc.
damian2000超过 10 年前
Golang + Gorilla, running the built in Golang net&#x2F;http web server on a Linode VPS. Frontend is just HTML&#x2F;JS&#x2F;CSS with assorted JS libraries like jQuery and Bootstrap. I use this for several side projects.
haidrali超过 10 年前
My current development stack:<p>( During my day job ) Front-End: AngularJS BackEnd: ROR Database: Postgress<p>( For my side projects ) Android Development ROR Redis&#x2F;Postgress&#x2F;freebase and lots of reading about Material Design
cweagans超过 10 年前
Plain ol&#x27; LAMP stack here (with some extra goodies thrown in - memcache, varnish, redis). You should use what you&#x27;re most productive with, not the new, shiny thing of the day.
evo_9超过 10 年前
Meteor. It&#x27;s a fun, fast and modern web framework that uses javascript on both the server and client so it&#x27;s easy to pick up if you already have web skills.
评论 #9025479 未加载
solomatov超过 10 年前
Java - server side &#x2F; GWT - client side.
评论 #9025770 未加载
JackMorgan超过 10 年前
Angular, C#, Oracle, SQLServer is the legacy system. Angular, Clojure, CouchDB is the new one.
anderspetersson超过 10 年前
Python &#x2F; Django &#x2F; Postgres &#x2F; jQuery<p>Currently trying to learn iOS development with Swift.
dllthomas超过 10 年前
The most recent web work I&#x27;ve done was Haskell&#x2F;Yesod.
评论 #9025817 未加载
评论 #9027407 未加载
akbarnama超过 10 年前
Python, Django, Postgres, Jquery
guiye超过 10 年前
spring boot + mybatis in backend, ZK in frontend, it&#x27;s for an company ERP extension app