Hi guys,
I'm writing you because I would really like to know what languages, libraries and technologies/tools are being used now days.<p>Why you say? Well, you see, I'm curious. I dont really like those "graph" 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)
- 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://github.com/Akamaozu/cjs-noticeboard" rel="nofollow">https://github.com/Akamaozu/cjs-noticeboard</a><p>- cjs-task<p>Take a task and easily chop it up into smaller distinct steps.<p><a href="https://github.com/Akamaozu/cjs-task" rel="nofollow">https://github.com/Akamaozu/cjs-task</a><p>Been pretty bad at properly explaining why I use these tools i made myself. I'll put in more effort into doing that soon.
Question from four years ago: <a href="https://news.ycombinator.com/item?id=4886390" rel="nofollow">https://news.ycombinator.com/item?id=4886390</a>
- 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't had enough coffee to remember.<p>Sound interesting? We're always interested in talking to engineers: <a href="https://10up.com" rel="nofollow">https://10up.com</a>
- 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'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's not TAP(12)-compliant.<p>- Some JS libraries I've used recently: route-parser(13), pikaday(14), vidage(15), etc.<p>- I don't use any Sass/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://browserify.org/" rel="nofollow">http://browserify.org/</a>
[2] <a href="http://wiki.commonjs.org/wiki/CommonJS" rel="nofollow">http://wiki.commonjs.org/wiki/CommonJS</a>
[3] <a href="https://github.com/eugeneware/debowerify" rel="nofollow">https://github.com/eugeneware/debowerify</a>
[4] <a href="https://github.com/ansis/hintify" rel="nofollow">https://github.com/ansis/hintify</a>
[5] <a href="https://github.com/babel/babelify" rel="nofollow">https://github.com/babel/babelify</a>
[6] <a href="https://yarnpkg.com/" rel="nofollow">https://yarnpkg.com/</a>
[7] <a href="https://www.gnu.org/software/make/" rel="nofollow">https://www.gnu.org/software/make/</a>
[8] <a href="https://github.com/cortesi/modd" rel="nofollow">https://github.com/cortesi/modd</a>
[9] <a href="https://github.com/substack/tape" rel="nofollow">https://github.com/substack/tape</a>
[10] <a href="https://github.com/tapjs/node-tap" rel="nofollow">https://github.com/tapjs/node-tap</a>
[11] <a href="https://github.com/lhorie/mithril.js/tree/rewrite/ospec" rel="nofollow">https://github.com/lhorie/mithril.js/tree/rewrite/ospec</a>
[12] <a href="https://testanything.org/" rel="nofollow">https://testanything.org/</a>
[13] <a href="https://github.com/rcs/route-parser" rel="nofollow">https://github.com/rcs/route-parser</a>
[14] <a href="https://github.com/dbushell/Pikaday" rel="nofollow">https://github.com/dbushell/Pikaday</a>
[15] <a href="https://github.com/dvLden/Vidage" rel="nofollow">https://github.com/dvLden/Vidage</a>
[16] <a href="http://www.vim.org/" rel="nofollow">http://www.vim.org/</a>
[17] <a href="https://github.com/mchav/with" rel="nofollow">https://github.com/mchav/with</a>
[18] <a href="https://jonas.github.io/tig/" rel="nofollow">https://jonas.github.io/tig/</a>