CTO - public vision, north star, partnerhips
VP of Engineering - hiring & eng culture, owns continuous delivery
Product manager - customer advocate, owns continuous discovery
Engineering manager - VP Eng for teams
Project manager - workflow & reporting
https://t.co/RFP708THiS
I learn so much struggling through a problem
I may not feel all that smart in the moment, but later on when I'm using that "struggle experience", I feel super duper smart 🤓
I'm still convinced that the only way to truly know how something works is to debug it 🛠️
Map is composition. https://t.co/Cot7ghtkOg(x => f(g(x))) is equivalent to https://t.co/Cot7ghtkOg(g).map(f). https://t.co/4zDWAEcQ8H #JavaScript#functional
Memorizing algorithms is not computer science. Having lots of them memorized is not a signal of seniority - often the opposite. Commonly used algorithms get added to languages & libraries. Algorithm lottery quizzes won't tell you what you need to know about a candidate.
"A service that allows you to check the availability of your favorite username across 140 webapps." by @GauravShankar19 #DEVcommunity https://t.co/R9NuzVOxkI
const pipe = (...fns) => x => fns.reduce((y, f) => f(y), x);
const g = n => n + 1;
const f = n => n * 2;
const h = pipe(g, f);
h(20); // 42
Yesterday I quit my day job. I had been working there for 4 years. I’m at the point where I can do music fulltime which has been a dream forever. Anyone out there grinding putting in 70+ hours a week between their passion & their day job I respect the fuck out of you dont stop 🤠