Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

书签 📑 #12

Open
monkindey opened this issue Oct 30, 2016 · 176 comments
Open

书签 📑 #12

monkindey opened this issue Oct 30, 2016 · 176 comments
Labels

Comments

@monkindey
Copy link
Owner

monkindey commented Oct 30, 2016

一些好的文章

目的

  • 记录: 很多东西看了以后觉得好以为自己能记住,其实不然,人的记忆真的没有想象那么好。我们喜欢把它放到收藏夹里面。等到时候看了下,原来我看过这么多文章啦,再回忆一番也是一次不错的经历。

  • 分享: 人很喜欢把自己喜欢的东西分享出去,去达到他的满足欲。

分类

标识

  • 💫 不怎么看懂
  • 😎 没看过
  • 🕵 有待研究
@monkindey
Copy link
Owner Author

monkindey commented Nov 4, 2016

@monkindey
Copy link
Owner Author

什么是工程师文化

耗子叔对团队建设的一些思考和工程师应该怎么做才能满足工程师这个头衔。

@monkindey
Copy link
Owner Author

monkindey commented Nov 7, 2016

Douglas Crockford: Monads and Gonads

What is the Monads

@monkindey
Copy link
Owner Author

成为一个好的译者:我的翻译心得

学习月影对翻译的态度

@monkindey
Copy link
Owner Author

monkindey commented Nov 23, 2016

Not An Imposter: Fighting Front-End Fatigue

对前端的一些思考,如何去适应前端差异这么快的时代

  • Get Your Fundamentals Locked In
  • You Don't Need To Learn Everything
  • Most Companies Aren't using bleeding Edge Tech
  • The More You Learn, The More You Discover You Don’t Know, And That’s Okay
  • Don't Spend All Your Free Time Learning

@monkindey
Copy link
Owner Author

React use or not use

什么时候才用到React,不要盲目跟从

@monkindey
Copy link
Owner Author

Setting up a Minimal, Yet Useful JavaScript Dev Environment

5分钟简单搞定js开发环境

@monkindey
Copy link
Owner Author

Why we chose Vue.js over React

是React的不足还是咱们不会用呢?确实jsx不完美但是会诞生很多延伸的库来解决,灵活性高

@monkindey
Copy link
Owner Author

七年阿里老人谈新人成长

其实在职场上确实还有很多不足,共勉吧

@monkindey
Copy link
Owner Author

开源前端框架纵横谈

确实Vue作者的视野广

@monkindey
Copy link
Owner Author

ChromeDevTool - How to Use the Timeline Tool

还记得几年前自己建了一个翻译Chrome开发者工具的Repo,可惜自己的能力不行,不够坚持下去,导致翻译了一两篇就没继续下去了。17年要到了,希望自己能在那一年做点东西出来吧,不要每次都虎头蛇尾了。

@monkindey
Copy link
Owner Author

monkindey commented Dec 23, 2016

😎 The origin of JavaScript with Brendan

JavaScript之父

@monkindey
Copy link
Owner Author

monkindey commented Dec 23, 2016

💫 FrontEnd Performance Checklist 2017

很多看不懂,证明还有很多没有去了解,性能优化一个前端很重要的内容

@monkindey
Copy link
Owner Author

一篇文章读懂微信小程序(应用号)是什么

说了一下小程序的定位和它会成功的原因。

  • 与公众号内嵌H5的区别
  • 创业者好机会的原因
  • 移动互联网第二春 SuperApp+LightApp

Repository owner locked and limited conversation to collaborators Dec 24, 2016
Repository owner unlocked this conversation Dec 24, 2016
@monkindey
Copy link
Owner Author

monkindey commented Dec 24, 2016

🕵 10 things I learned making the fastest site in the world

太多了,看不太仔细

@monkindey
Copy link
Owner Author

重新设计 React 组件库

怎么去封装组件是一个很重要的问题,抽象能力

@monkindey
Copy link
Owner Author

monkindey commented Dec 28, 2016

What to learn in 2017 if you’re a frontend developer

说得很中肯呀,前端快速推进的过程中,框架这么多这么频繁,如何去学习前端知识呢?不浮躁这个是重点吧。

@monkindey
Copy link
Owner Author

🕵 8 no-Flux strategies for React component communication

一篇很棒的总结

@monkindey
Copy link
Owner Author

monkindey commented Jan 4, 2017

💫 React对于双向绑定语法的看法

Drop ReactLink hooks in controlled components

sebmarkbage on Preact linkState

这也许就是React跟Vue的区别吧,我觉得一个好的框架是兼容并包 取舍 灵活(不给开发者定义太多语法糖)

@monkindey
Copy link
Owner Author

JavaScript多文件下载

小胡子哥的文章总是很详细,从点突破到面,确实获益良多,写作方面确实可以学习下

@monkindey
Copy link
Owner Author

个人外包项目全记 - Best Partner

真心好文章,对项目的经历都记录下来了,一个外包能做到这种程度真的没谁了。
加上一个好老板

@monkindey
Copy link
Owner Author

🕵 What to learn in 2017 if you’re a frontend developer

2017年作为一个前端从业者你应该做些什么呢?

@monkindey
Copy link
Owner Author

😎How to write a codemod

当你的依赖的库有了break change的时候

@monkindey
Copy link
Owner Author

monkindey commented Jan 8, 2017

Minimal Redux Setup

  • the food for thought when dealing with the Redux boilerplate.
  • Redux can give the ability to connect arbitrary components to our global app state.
  • trade brevity for predictability
  • actions, action creators, reducers bloat the verbose

Redux 被批评得最多就是它存在太多boilerplate,还要考虑异步解决方案, 组件复用.
不过它确实很多知识可以让我们去学习的, 可预测, 可扩展, 可测试, 可维护

@monkindey
Copy link
Owner Author

@monkindey
Copy link
Owner Author

🕵 提高前端性能的一个案例

好文章,通过例子和最后的数据来说明问题

@monkindey
Copy link
Owner Author

monkindey commented Jan 9, 2017

🕵 Facebook前员工2016总结

为什么做外国真的没有前端之分的,还是去创业了

@monkindey
Copy link
Owner Author

3 questions to watch out for in a JavaScript interview

  • event delegation
  • Closure within a loop
  • debounce

@monkindey
Copy link
Owner Author

浅谈前端测试

jest测试node写的感觉还不错

@monkindey
Copy link
Owner Author

Game Programming Patterns

Dan 推荐的,但是不知道自己什么时候会读

@monkindey
Copy link
Owner Author

monkindey commented Oct 30, 2018

Do You Really Know CORS?

一篇还不错的深入解释你不知道的CORS,有点想翻译下。不过如果能解释为什么有preflight的话会更好点。

@monkindey
Copy link
Owner Author

Select Star SQL

学习SQL,不知道自己什么时候才会学上呀。

@monkindey
Copy link
Owner Author

Lazy Loading Images

@monkindey
Copy link
Owner Author

web dev

网站性能诊断

@monkindey
Copy link
Owner Author

@monkindey
Copy link
Owner Author

monkindey commented Nov 18, 2018

Vue 3

了解下 Vue 3 的操作

@monkindey
Copy link
Owner Author

event-stream vulnerability explained

介绍 event-stream 攻击

@monkindey
Copy link
Owner Author

解谜英语语法(1)

具有了真正的英语能力,做语法选择题的时候,你会一眼就选对正确的答案,却说不出这道题在考你哪方面的能力。是时态呢,还是某种句子成分?我不知道,因为那毫无意义。我就是感觉其它答案都不“顺口”,我根本不会写那样的句子,而正确的选项一眼看起来就是“通的”。

去语法

@monkindey
Copy link
Owner Author

TypeScropt DOM

可以整体了解 DOM 的各个类

@monkindey
Copy link
Owner Author

React hooks: not magic, just arrays

好文,介绍了 React hooks 的一些机制

@monkindey
Copy link
Owner Author

monkindey commented Dec 8, 2018

😎The Complete Illustrated Flexbox Tutorial

应该感觉不错

@monkindey
Copy link
Owner Author

js web fonts

用 JavaScript 来操作 web fonts

@monkindey
Copy link
Owner Author

bundlephobia

查看 npm module 的 size

@monkindey
Copy link
Owner Author

Defensive JavaScript

安全性的 JavaScript

@monkindey
Copy link
Owner Author

💫 A JavaScript framework for functions of state and action

看了两次, 还是看不太懂

@monkindey
Copy link
Owner Author

Do you want a better understanding of Buffer in Node.js? Check this out.

介绍了 Binary Data, Buffer, Stream 之前的关系, Node 层为什么有这些东西?

@monkindey
Copy link
Owner Author

CSS and Network Performance

CSS 是怎么影响性能的

@monkindey
Copy link
Owner Author

AHA Programming

Avoid Hasty Abstractions

@monkindey
Copy link
Owner Author

💫 the-web-developers-guide-to-dns

了解下 DNS 原理, 但是感觉理解不够

@monkindey
Copy link
Owner Author

picsum.photos

类似图床的功能

@monkindey
Copy link
Owner Author

monkindey commented May 31, 2019

code2flow

思想不错,通过代码的方式生成对应流程图

@monkindey
Copy link
Owner Author

Build a JS Interpreter in JavaScript Using Acorn as a Parser

Learn how the JS engine works by building your own JS interpreter — in JS

@monkindey
Copy link
Owner Author

不做22:59下班的人

你的时间颗粒度呢?

@monkindey
Copy link
Owner Author

monkindey commented Dec 22, 2019

北美生活引擎,内容丰富挺好玩的 https://posts.careerengine.us/

@monkindey
Copy link
Owner Author

@monkindey
Copy link
Owner Author

让你的图片更加有名画感 https://creator.nightcafe.studio/

@monkindey
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant