@anthonydpaul @LinkedIn so weird
@neojp Here’s how I setup my system github.com/kingkool68/dotfiles
@neojp You can tweak many things about MacOS via the command line. I learned about many of these from reading github.com/mathiasbynens/dotfile…
@daniel_nguyenx Also at startups:
@natmiletic Turbo Pascal in high school.
I remember my first class. We did the classic Hello World exercise and I came home and told my parents “I don’t get it. I can do that in a word processor!”
Server side render everything
amazon.com is server side rendered and has no client side rendering framework. The potential latency hit didn’t justify it.
We were stuck with jQuery 1.6.4 😬
SSR React wasn’t fast enough for us. This blew my mind.
@jmarshallBKLYN According to a recent survey of 14,000 developers and recruiters…
57% of recruiters said that they would ditch resumes.
@alexmdc7 Just wanted to say I really liked the Threadless community t-shirt you designed back in 2012. It was an awesome shirt.
1 line ascii art
1lineart.kulaone.com/
@i_love_chicken_ green is still a freak-ass hoe on the inside
@i_love_chicken_ You’re a sneaker-head… what do you think about their fresh new kicks?
It’s ok for me to say this, I work in marketing
(and also consume M&M’s)
Marketing intern: We need a big refresh!
Marketing executives: Hmmmm…
(3 years and 27,926 emails later)
Announcement: “Every brand has to continuously reinvent itself to remain relevant.”
So we tilted the logo 13º and tweaked their shoes…
@dbchhbr @ausi You should mention the historical context around this github.com/ausi/respimagelint/is…
@elgreg “MySQL for the people”
“SQLite is right”
“Bongo-Crazy for MongoDB”
The array’s reduce() method is so named for what it does to your understanding of the code.
“Oh well that stuff is old” I hear you say.
They’re developing new libraries over at github.com/googleapis/google-clo… in beta. But nothing is documented. Screw that.
Why is everything so abstracted and a clusterfuck to understand? Look at this shit…
developers.google.com/analytics/…
If you ever need to interact with a Google API using PHP save yourself the trouble. Ditch their PHP libraries and just make HTTP requests yourself. Here’s how…