just some awesome links about web development
Browser Performance
- Google Developers: Optimizing Performance
- Talia Garsiel and Paul Irish: How Browsers Work: Behind the scenes of modern web browsers
- Ilya Grigorik: Website Performance Optimization - The Critical Rendering Path
- Yahoo!: Best Practices for Speeding Up Your Web Site
- Addy Osmani: Instant Loading Web Apps with an application shell architecture
Javascript
- Marijn Haverbeke: Eloquent Javascript
- Eric Elliot: Programming JavaScript Applications
Node.js
Design
- Butterick’s Practical Typography
- Erik D Kennedy: 7 Rules for Creating Gorgeous UI
- Kevin Hale: How to Build Products Users Love 📹
- mdo: Common reasons your HTML and CSS may be fucked
- Apple: UI Design Do's and Don'ts
- Codepen Design Patterns
- Adam Kaplan: A simple guide to responsive design
- Dimitar Stojanov: A Visual Guide to Flexbox
- Thomas Park: Flexbox Froggy
- Andrew Coyle: Design Better Forms
- Pesticide: browser plugin for css layout debugging
Building APIs
Workflow
- Paul Irish: How to screencapture and make animated gifs or whathaveyou
- Zach Holman: How to deploy software
- Learn Git Pre-Commit Hooks
- Deploy to github pages from a "dist" folder
Systems
- Logging Vs Instrumentation - Peter Bourgon
- Prometheus Instrumentation Best Practices