linux开发工具少

Tools don’t make a craftsman. But they can certainly help. This week, I wanted to introduce you to a few tools that I use. Hopefully, you discover a few new tools to help optimize your workflow.

工具不能成为工匠。 但他们当然可以提供帮助。 本周,我想向您介绍一些我使用的工具。 希望您发现了一些有助于优化工作流程的新工具。

原子 (Atom)

Atom is an open source text editor created by Github. For the past year Atom has been my primary editor. Atom comes full-featured with things like a built in package manager, smart auto-completion, and beautiful themes.

Atom是Github创建的开源文本编辑器。 在过去的一年中,Atom一直是我的主要编辑。 Atom具有功能齐全的功能,例如内置的软件包管理器,智能的自动完成功能和精美的主题。

Coming from Sublime, the package manager was a breath of fresh air. With Atom, you can either use APM or its GUI interface. No need to modify config files. It just works.

来自Sublime的包裹经理呼吸着新鲜空气。 使用Atom,您可以使用APM或其GUI界面。 无需修改配置文件。 它就是有效的。

A note on performance. When Atom was first released, it was slow. However today it’s blazing fast. The only slow down I notice is when opening up huge files.

关于性能的说明。 首次发布Atom时,速度很慢。 但是今天,它的速度很快。 我注意到的唯一的减慢是在打开大文件时。

You can read more about Atom and its performance optimizations in Moving Atom To React and then Implement text editor DOM updates manually instead of via React.

您可以在将Atom移至React中阅读有关Atom及其性能优化的更多信息,然后手动而不是通过React实施文本编辑器DOM更新 。

DragDis (DragDis)

As a designer, I’m always on the lookout for inspiration. DragDis is a tool that lets me save inspiration as I find it. It’s easy to use. Install the Chrome extension and start dragging.

作为设计师,我一直在寻找灵感。 DragDis是一种工具,可让我在找到灵感时保存灵感。 易于使用。 安装Chrome扩展程序并开始拖动。

The way I organize my DragDis folders is by week. Each week I create a new inspiration folder. It’s a great way to track how my design tastes have changed over time.

我组织DragDis文件夹的方式是按周进行。 每周我都会创建一个新的灵感文件夹。 这是跟踪我的设计风格随时间变化的好方法。

DragDis also has a full-page grid view. This makes for fantastic moodboards.

DragDis还具有整页网格视图。 这使梦幻般的情绪板。

iTerm 2 (iTerm 2)

iTerm is a sleek alternative to Terminal. Just to name a few features, iTerm 2 has unlimited split panels, inline images, and search. Although Terminal has a lot of similar functionality, iTerm 2 is constantly improving.

iTerm是Terminal的时尚替代品。 仅举几个功能,iTerm 2具有无限的拆分面板,嵌入式图像和搜索。 尽管终端具有许多类似的功能,但iTerm 2仍在不断改进。

穆兹利 (Muzli)

Muzli is a Chrome extension that aggregates design related content from sources like Designer News, Dribbble, Behance, etc.

Muzli是Chrome扩展程序,可汇总来自Designer News,Dribbble,Behance等资源的与设计相关的内容。

Every time you open a new tab in Chrome Muzli sources you the best content from each of these sites.

每次您在Chrome Muzli中打开新标签时,都会从这些网站中获取最佳内容。

One thing I love is that they have a staff picks section. It’s like having your own personal assistant pick out the best front-end and design related articles.

我喜欢的一件事是,他们有一个员工精选区。 这就像让您的私人助理挑选出最佳的前端和设计相关文章。

Noiz.io (Noiz.io)

A lot of makers like to go to hip coffee shops for the ambiance. Noizio helps bring that ambiance to your home. With Noizio, you can choose from a range of background noises including October Rain, Coffee House, Thunderstorm, and Sea Waves. Perfect for getting into the zone.

许多制造商都喜欢去时髦的咖啡店寻找氛围。 Noizio帮助您将这种氛围带到您的家中。 使用Noizio,您可以从一系列背景噪音中进行选择,包括十月雨,咖啡屋,雷暴和海浪。 非常适合进入该区域。

视力 (Invision)

Invision is a prototyping and workflow platform, perfect for collaboration between front-ends and designers. Designers can upload series of screens to a project. Then they hot link screens with one another.

Invision是一个原型和工作流平台,非常适合前端和设计人员之间的协作。 设计师可以将一系列屏幕上载到项目中。 然后他们彼此热链接屏幕。

The blue sections are the hot linked areas. If you tap or click on them, they will take you to the next screen. This is a great way for designers to walk clients and developers through the flow. It’s also useful when doing some preliminary qualitative testing with users.

蓝色部分是热链接区域。 如果您点击或单击它们,它们将带您进入下一个屏幕。 对于设计师来说,这是引导客户和开发人员完成流程的好方法。 与用户进行一些初步的定性测试时,它也很有用。

Invision also recently released a new feature called Boards. Boards allows you to collect inspiration and build moodboards. The biggest difference between this and using DragDis is that Boards is collaborative, so you can work with other team members.

Invision最近还发布了一项名为Boards的新功能。 木板可让您收集灵感并构建情绪板。 这与使用DragDis之间的最大区别在于,董事会是协作的,因此您可以与其他团队成员一起工作。

什么字体 (What the Font)

Typography is a huge component of design. That’s why What the Font is one of my favorite chrome extensions. It helps you find out what fonts a site uses. Just point and click.

排版是设计的重要组成部分。 这就是“ 什么字体”是我最喜欢的Chrome扩展程序之一的原因。 它可以帮助您找出网站使用的字体。 只需点击。

邮差 (Postman)

When working as front end developers, we often have to query APIs or interact with our own. Postman is a handy tool that helps you make requests to APIs.

作为前端开发人员时,我们经常不得不查询API或与我们自己的API进行交互。 Postman是一种方便的工具,可帮助您向API发出请求。

Imagine working on an API endpoint. Instead of having to write a corresponding front-end query or a cURL request, Postman can query the endpoint directly.

想象一下在API端点上工作。 邮递员可以直接查询端点,而不必编写相应的前端查询或cURL请求。

Wappalyzer (Wappalyzer)

Wappalyzer is a tool for identifying what libraries and frameworks a site uses. It has a Chrome extension and by far is one of the most useful tools for a front-end developer. Next time you wonder what library a site is using to create a specific visualization, Wappalyzer has you covered.

Wappalyzer是用于识别站点使用的库和框架的工具。 它具有Chrome扩展程序,到目前为止,它是前端开发人员最有用的工具之一。 下次您想知道站点使用哪个库来创建特定的可视化效果时,Wappalyzer可以满足您的要求。

动臂2 (Boom 2)

Boom is a volume booster and equalizer for Mac. It’s perfect for when you’re coding and need some tunes to boost your productivity. It has a set of pre-configured profiles for genres like jazz, hip-hop, and dub-step. You can also configure custom profiles.

Boom是Mac的音量增强器和均衡器。 它非常适合当您编码并且需要一些调音来提高生产力时。 它具有一组针对爵士,嘻哈和复音等流派的预配置配置文件。 您还可以配置自定义配置文件。

Boom also includes a set of sound effects. Paired with a pair of headphones Bose Quiet Comforts the sound effects make a huge difference in your listening experience.

动臂还包括一组声音效果。 与Bose Quiet Comforts耳机配对后,声音效果会极大地改善您的聆听体验。

If that wasn’t enough. Here are a few honorable mentions: JSON Viewer for Chrome, Noon Pacific, Flux, and Better Snap Tool.

如果那还不够。 这里有一些值得一提的内容: 适用于Chrome的JSON Viewer , Noon Pacific , Flux和Better Snap Tool 。

If your favorite tool didn’t make on to this list, let me know! I’m always on the look out to try new things. Feel free to leave a note below or tweet to me.

如果您最喜欢的工具没有加入该列表,请告诉我! 我一直在寻找新事物。 随时在下面留言或发推文给我 。

I publish every week on Tuesday mornings. You can get updates by following me on Twitter, where I post non-sensical ramblings about design, front end development, bots, and machine learning.

我每周二早上出版一次。 您可以通过在Twitter上关注我来获取更新,我在其中发布了关于设计,前端开发,机器人和机器学习的无意义的杂谈。

P.S. If you enjoyed this article, it would mean a lot if you click the ? and share with friends.

PS:如果您喜欢这篇文章,那么如果单击“?”将有很多意义。 并与朋友分享。

翻译自: https://www.freecodecamp.org/news/from-design-to-development-10-tools-i-cant-live-without-96006445e636/

linux开发工具少

linux开发工具少_从设计到开发,我必不可少的10种工具相关推荐

  1. interlib android客户端开发,基于Android移动图书馆设计与开发.doc

    基于Android移动图书馆设计与开发 基于Android移动图书馆设计与开发 [摘 要]随着移动 技术的发展,图书馆数字化的资源已不局限于在电脑上进行展示,手机已成为用户浏览图书 馆数字化资源的重要 ...

  2. 网络工程师常备工具_网络安全工程师应该知道的10种工具

    网络工程师常备工具 If you're a penetration tester, there are numerous tools you can use to help you accomplis ...

  3. 网页中设定表格边框的厚度的属性_网页设计与开发第6章试卷及答案资料

    网页设计与开发第6章试卷及答案资料 网页设计与开发第6章试卷一. 选择题1)在HTML文件中,可以让表格显示边框线,例如table border5,5代表边框线的粗细,它的单位是 .Acm Bpixe ...

  4. kali linux 支持什么编程语言_渗透过程中可能要用到的Kali工具小总结

    渗透过程中可能要用到的Kali工具小总结 写在最前面 最近在搞渗透的时候,发现过程中有一些kali工具还是很适合使用的 所以写一个渗透过程中可能用到的kali渗透工具的小小总结 写的不对 多多包涵 各 ...

  5. 11小时 python自动化测试从入门到_从设计到开发Python接口自动化测试框架实战,资源教程下载...

    课程名称 从设计到开发Python接口自动化测试框架实战,资源教程下载 课程简介: 课程从接口基础知识入门,从抓包开始,到接口工具的运用,再到常见接口库.接口开发.Mock服务.unittest框架的 ...

  6. 广州python开发工程师招聘_【广州游戏开发工程师招聘_最新广州游戏开发工程师招聘信息】-前程无忧...

    诚伯信息有限公司广州-天河区0.6-1.5万/月12-18 学历要求:本科|工作经验:1年|公司性质:民营公司|公司规模:5000-10000人 岗位职责1.与一流的开发团队协同工作,分析游戏各种玩法 ...

  7. web密码尝试工具_尝试下一个Web项目的10种工具

    web密码尝试工具 接下来是一些工具的组合,您作为开发人员或设计人员可以尝试下一个项目. 该列表绝不是详尽无遗的,也不是任何事物的"前十名",而只是对那些寻求新事物的人的建议. 我 ...

  8. web前端开发最佳实践_学习前端Web开发的最佳方法

    web前端开发最佳实践 为什么要进行网站开发? (Why web development?) Web development is a field that is not going anywhere ...

  9. 安卓开发大作业_罗湖小程序开发制作价格低

    罗湖小程序开发制作价格低 深圳市驰骋网络技术有限公司 驰骋网络提供外观结构设计+软硬件+APP+云服务 一站式开发服务 小程序开始走入了人们的视线,由于其独特的便捷性,给我们的生活提供了非常大的帮助, ...

  10. 原生开发什么意思_什么是原生开发?什么是混合开发?两者有什么区别?

    各行各业都已经转型进入互联网发展,面对这个必然趋势,普通行业线下销售模式已经是走不通了,眼看大家都在往互联网上转型.也都有了自己的网上平台店铺或APP,自己想开发一款APP,但是又不了解行情,对于原生 ...

最新文章

  1. $this-load-view()
  2. linux虚拟机安装oracle全过程(一)
  3. PHP预定义常量DIRECTORY_SEPARATOR
  4. (04741)计算机网络原理,04741计算机网络原理真题_成都英才教育网
  5. 关于如何在github上创建团队开发环境
  6. mybatis 依赖于jdbc_大数据基础:Mybatis零基础入门
  7. OpenShift 4 - 用CA证书或Token访问Internal Registry中的容器
  8. Linux 环境变量配置全攻略
  9. thinkphp [数据分页]
  10. python网络编程学习笔记(9):数据库客户端
  11. python 3d游戏 源码_毕设3D游戏《天鹰教》源码
  12. 数据挖掘概念与技术(第三版)课后答案——第四章
  13. win10系统中的截图,win+prtSc保存位置
  14. 智能计算系统1 环境搭建
  15. python小程序源码合集
  16. 拉宾-卡普算法详解以及示例[rabin-karp]
  17. STM32 四相电机驱动板ULN2003 驱动
  18. BBR:Congestion-Based Congestion Control解读
  19. android 5.0播放swf flash源码Demo
  20. Hacked?软件监控邮箱账号是否存在数据泄露情况

热门文章

  1. Android 批量修改文件格式/文件名的骚操作
  2. Windows开启卓越性能模式,一键睿频
  3. 最容易理解的ConViT: Improving Vision Transformerswith Soft Convolutional Inductive Biases
  4. 小程序input聚焦事件_详解小程序input框失焦事件在提交事件前的处理
  5. max-min 不等式(minimax inequality)
  6. xp系统共享文件夹免密码访问设置
  7. 2020最新Java常见面试题及答案
  8. 微信小程序路线规划导航,选择起点和终点路线规划
  9. WebView下载点击无反应问题
  10. 车道线定位及拟合:直方图确定车道线位置