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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What languages and technologies/tools are you using right now?

3 点作者 brutuscat超过 8 年前
Hi guys, I&#x27;m writing you because I would really like to know what languages, libraries and technologies&#x2F;tools are being used now days.<p>Why you say? Well, you see, I&#x27;m curious. I dont really like those &quot;graph&quot; showing which languages are popular, I want it directly from you!<p>Thanks ;)<p>PD: would be nice for comparison with my past question 4 years ago)

5 条评论

brutuscat超过 8 年前
- PHP 5.6.x<p>* Composer <a href="https:&#x2F;&#x2F;getcomposer.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getcomposer.org&#x2F;</a> * Zend :( * Codeception testing framework <a href="http:&#x2F;&#x2F;codeception.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;codeception.com&#x2F;</a><p>- AngularJs 1.4.x<p>* composer asset plugin (to avoid bower) <a href="https:&#x2F;&#x2F;github.com&#x2F;fxpio&#x2F;composer-asset-plugin" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fxpio&#x2F;composer-asset-plugin</a> * Shrinkpack <a href="https:&#x2F;&#x2F;github.com&#x2F;JamieMason&#x2F;shrinkpack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JamieMason&#x2F;shrinkpack</a> (to avoid npm issues) * AngularUI <a href="https:&#x2F;&#x2F;github.com&#x2F;angular-ui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;angular-ui</a> (Router, Bootstrap) * Bootstrap 2 &amp; 3 * Ckeditor 4.4 * Lodash <a href="https:&#x2F;&#x2F;lodash.com" rel="nofollow">https:&#x2F;&#x2F;lodash.com</a> * Moment.js <a href="http:&#x2F;&#x2F;momentjs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;momentjs.com&#x2F;</a> * Numeral.js <a href="http:&#x2F;&#x2F;numeraljs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;numeraljs.com&#x2F;</a><p>- Swagger <a href="http:&#x2F;&#x2F;swagger.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;swagger.io&#x2F;</a> - Git LFS <a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;git-lfs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;git-lfs</a> - Algolia - Gulp :( - Ruby 2.3 * Rake <a href="https:&#x2F;&#x2F;ruby.github.io&#x2F;rake&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ruby.github.io&#x2F;rake&#x2F;</a> * Guard <a href="https:&#x2F;&#x2F;github.com&#x2F;guard&#x2F;guard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;guard&#x2F;guard</a> * Data Anonymization <a href="https:&#x2F;&#x2F;sunitparekh.github.io&#x2F;data-anonymization&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sunitparekh.github.io&#x2F;data-anonymization&#x2F;</a><p>- MySQL 5.7 (AWS RDS) - Chef 11 - AWS Opsworks - AWS CloudWatch (Logs, Metrics and Alarms) - Ubuntu 14.04<p>Look forward to : - Upgrade to PHP 7.1 - Upgrade to Chef 12 - Upgrade to Ubuntu 16.04
akamaozu超过 8 年前
- WordPress<p>- Node.js<p>- MySQL<p>- Redis<p>- RabbitMQ<p>- React.js<p>- npm<p>- Browserify<p>Two really important pieces in my toolkit I made (and probably am the only person using them) are:<p>- cjs-noticeboard<p>A javascript pubsub implementation I use client and server-side.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Akamaozu&#x2F;cjs-noticeboard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Akamaozu&#x2F;cjs-noticeboard</a><p>- cjs-task<p>Take a task and easily chop it up into smaller distinct steps.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Akamaozu&#x2F;cjs-task" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Akamaozu&#x2F;cjs-task</a><p>Been pretty bad at properly explaining why I use these tools i made myself. I&#x27;ll put in more effort into doing that soon.
brudgers超过 8 年前
Question from four years ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4886390" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=4886390</a>
csixty4超过 8 年前
- PHP 7 + WordPress + memcached + sometimes React + sometimes ElasticSearch. Once in a while Gearman for big tasks.<p>- node.js. One project testing out AWS Lambda.<p>- One project trying out React Native.<p>- AWS, Azure, WP Engine, Cloudflare, Ansible, and a bunch of other hosts and technologies I haven&#x27;t had enough coffee to remember.<p>Sound interesting? We&#x27;re always interested in talking to engineers: <a href="https:&#x2F;&#x2F;10up.com" rel="nofollow">https:&#x2F;&#x2F;10up.com</a>
johncoltrane超过 8 年前
- I use Browserify(1) because it allows me to use CommonJS(2) modules and bundle my JavaScript painlessly.<p>- Beyond the pretty standard debowerify(3) and hintify(4) transforms I use babelify(5) to help me sprinkle fancy ES6 features here and there.<p>- Node-based watchers and the npm client itself are all broken in many ways and very bad Unix citizens so I&#x27;ve stopped using npm for anything beyond actual package management and I will almost certainly replace the npm client with Yarn(6) very soon. The venerable make(7) or the much much younger but very dependable modd(8) are infinitely better than all that Node-based crap on _every_ front.<p>- I use tape(9) for tests (works like node-tap(10) with a little fewer dependencies) but I _love_ the look of ospec(11) even if it&#x27;s not TAP(12)-compliant.<p>- Some JS libraries I&#x27;ve used recently: route-parser(13), pikaday(14), vidage(15), etc.<p>- I don&#x27;t use any Sass&#x2F;SCSS-specific tool or library.<p>- I use Vim(16) for editing text and either git itself (with with(17) when I remember I have it) or tig(18) for versioning source code.<p>[1] <a href="http:&#x2F;&#x2F;browserify.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;browserify.org&#x2F;</a> [2] <a href="http:&#x2F;&#x2F;wiki.commonjs.org&#x2F;wiki&#x2F;CommonJS" rel="nofollow">http:&#x2F;&#x2F;wiki.commonjs.org&#x2F;wiki&#x2F;CommonJS</a> [3] <a href="https:&#x2F;&#x2F;github.com&#x2F;eugeneware&#x2F;debowerify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eugeneware&#x2F;debowerify</a> [4] <a href="https:&#x2F;&#x2F;github.com&#x2F;ansis&#x2F;hintify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ansis&#x2F;hintify</a> [5] <a href="https:&#x2F;&#x2F;github.com&#x2F;babel&#x2F;babelify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;babel&#x2F;babelify</a> [6] <a href="https:&#x2F;&#x2F;yarnpkg.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yarnpkg.com&#x2F;</a> [7] <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;make&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;make&#x2F;</a> [8] <a href="https:&#x2F;&#x2F;github.com&#x2F;cortesi&#x2F;modd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cortesi&#x2F;modd</a> [9] <a href="https:&#x2F;&#x2F;github.com&#x2F;substack&#x2F;tape" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;substack&#x2F;tape</a> [10] <a href="https:&#x2F;&#x2F;github.com&#x2F;tapjs&#x2F;node-tap" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tapjs&#x2F;node-tap</a> [11] <a href="https:&#x2F;&#x2F;github.com&#x2F;lhorie&#x2F;mithril.js&#x2F;tree&#x2F;rewrite&#x2F;ospec" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lhorie&#x2F;mithril.js&#x2F;tree&#x2F;rewrite&#x2F;ospec</a> [12] <a href="https:&#x2F;&#x2F;testanything.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;testanything.org&#x2F;</a> [13] <a href="https:&#x2F;&#x2F;github.com&#x2F;rcs&#x2F;route-parser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rcs&#x2F;route-parser</a> [14] <a href="https:&#x2F;&#x2F;github.com&#x2F;dbushell&#x2F;Pikaday" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dbushell&#x2F;Pikaday</a> [15] <a href="https:&#x2F;&#x2F;github.com&#x2F;dvLden&#x2F;Vidage" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dvLden&#x2F;Vidage</a> [16] <a href="http:&#x2F;&#x2F;www.vim.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.vim.org&#x2F;</a> [17] <a href="https:&#x2F;&#x2F;github.com&#x2F;mchav&#x2F;with" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mchav&#x2F;with</a> [18] <a href="https:&#x2F;&#x2F;jonas.github.io&#x2F;tig&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jonas.github.io&#x2F;tig&#x2F;</a>