briefy / notes

notes to problems encountered
1 stars 0 forks source link

juicy stuff #5

Open briefy opened 7 years ago

briefy commented 7 years ago

NODE

nodejs 全栈开发实践

stream Nodejs Stream 基础篇 Nodejs Stream 进阶篇 Nodejs Stream 实战篇 Why I don't use Node's core 'stream' module

Security Salted Password Hashing - Doing it Right 跨站的艺术-XSS Fuzzing 的技巧

Exception Monitor 前端异常监控系统的落地

Test 聊聊前端开发的测试 istanbul JavaScript Code Coverage with Istanbul The Hidden Trap of Code Coverage JavaScript code coverage and Esprima

briefy commented 7 years ago

NPM

使用npm shrinkwrap管理项目依赖

briefy commented 7 years ago

js

debounce & throttle Favoring Curry Understanding the Node.js Event Loop

popular projects should give a dime ramdajs.com lodash.com immutable-js

XMLHttpRequest and CORS DOM Access Control Using Cross-Origin Resource Sharing HTTP access control (CORS) XMLHttpRequest Level 2 使用指南 XMLHttpRequest New Tricks in XMLHttpRequest2

es6+ mixin "Real" Mixins with JavaScript Classes

briefy commented 7 years ago

debugging & browser theory

http://jankfree.org

briefy commented 7 years ago

CSS & html & Compatability

webkit attributes 移动端上遇到的各种坑与相对解决方案 css-grid-garden margin-collapsing invisible-parts-of-css The Clearfix

How to Turn Off Form Autocompletion

7-principles-of-rich-web-applications

briefy commented 7 years ago

AUTH

接口权限认证

briefy commented 7 years ago

Security

Web前端页面劫持和反劫持