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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What multiple languages and tools for those you use in daily work??

4 点作者 4010dell超过 7 年前
I use python and Javascript. Python - django framework, pycharm ide, jupyter notebook, python cookbook for reference. Javascript - react, sublime text, mozilla reference, pick and choose github repos.

3 条评论

johncoltrane超过 7 年前
Languages: HTML, SCSS, JS, JSON, YAML, Bash, etc.<p>Frameworks and libraries: React, Redux, and the usual suspects. Nothing so far for SCSS.<p>Build tools: Yarn, Gulp, Babel, Browserify, etc. We are going to test Webpack in a sprint or two.<p>Unit tests: Currently Tape + Enzyme. Eyeing Jest.<p>Reference: devdocs.io<p>Editor: Vim with very few plugins but years of custom configuration.<p>Version control: Git on the command-line, tig, BitBucket.<p>Ticketing: Jira.<p>Communication: in person, Slack, Email, Confluence.<p>Environment: the CLI as much as possible, the browser for the rest.<p>System: MacOS<p>Hardware: a late 2013 13&quot; MacBook Pro with 16GB RAM and a failing battery.
fefb超过 7 年前
My main code editor for now is Atom.<p>Nowdays, I doing project with JavaScript. Thus:<p>React, React Native e Preactive for UI ( I&#x27;ll change to preact)<p>NodeJS, Aedes(MQTT broker), websocket, IORedis (for redis)<p>I am using the RxJS 5.0 for the Observer Pattern in my code. It has all the Pipeline concept with operator that is nice.
cpburns2009超过 7 年前
Languages: Python (primary); SQL (database queries); HTML&#x2F;CSS&#x2F;JavaScript (minor front-end work).<p>Databases: PostgreSQL.<p>Text Editors: Sublime Text (primary); Vim (quick edits).<p>Miscellaneous Tools: bash, find, git, grep, man, pylint, ssh, sshfs, tail.<p>OS: Ubuntu.<p>Documentation: Python Documentation, MDN Web Docs, Manual Pages.