Posts
All the articles I've posted.
Lessons Learned from Scaling Uber to 2000 Engineers, 1000 Services, and 8000 Git repositories
Updated: at 10:37 PMFrom 200 engineers to 2000 in 18 months: Uber has some great takeaways on growing development teams
CSS ICON -- project by Wenting Zhang
Updated: at 04:19 PMIcons using a single element and CSS only
A Javascript journey with only six characters
Updated: at 10:04 PMYou can write any JavaScript program using only the characters []()!+
The New System Font Stack?
Updated: at 04:54 PMAs system fonts get nicer you might consider treating them like first-class citizens on your web site
Yarn: A new package manager for JavaScript
Updated: at 09:51 PMFacebook fixes several problems with npm; will yarn become the new standard, will npm make changes, or will developers not care?
Gmail to Support Responsive Email Design
Updated: at 03:36 PMIf you'e ever dealt with trying to make complex emails look good on every email client, you'll know how big of a deal this is.
The Difference Between "Remote" and "Remote-First" -- ReadThink (by HubSpot)
Updated: at 04:35 PMRemote-First: a company culture that hires without regard to location, with a culture of productivity to match
Using Feature Queries in CSS
Updated: at 03:08 PMHow to use @supports in CSS to specify CSS that targets browsers capable of implementing a certain feature
Writing Less Damn Code
Updated: at 07:02 PMThe better you understand the newest HTML and CSS, you'll find that much of the code we write can be eliminated altogether
The target="_blank" phishing attack vector
Updated: at 03:39 PMIf you use target="_blank" you need to also use rel="noopener noreferrer"