|
kangax
@
kangax
New York
|
|
Ever tried, ever failed, no matter. Try again, fail again, fail better.
|
|
|
৭,১৬৬
টুইটগুলি
|
৬৭
অনুসরণ করছি
|
১৭,৮৬৮
অনুসরণকারীগণ
|
| টুইটগুলি |
| kangax পুনঃটুইট করেছেন | ||
|
Chris Young 🇨🇦
@netmanchris
|
১৬ মার্চ |
|
This is crazy. Study shoes three people in a conference room over 2 hours can result in a Co2 level that can impair cognitive functioning. Ie. If you’re making decisions at the end of the meeting, you’re mentally less qualified to do so. pic.twitter.com/yGdufCWoVF
|
||
|
|
||
|
kangax
@kangax
|
৭ মার্চ |
|
I started using "this was made" vs. "I made this" — conveys the point without focusing on who did what
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Stefan Baumgartner
@ddprrt
|
১৮ ডিসেম্বর |
|
0 vs null vs undefined pic.twitter.com/7kqj0omhiG
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Benjamin De Cock
@bdc
|
২৮ ফেব |
|
The CSS Working Group agreed this morning on adding many math functions. We now have:
• calc()
• min()
• max()
• clamp()
• sin()
• cos()
• tan()
• acos()
• asin()
• atan()
• atan2()
• hypot()
• sqrt()
• pow()
The face of CSS is rapidly changing.
|
||
|
|
||
|
kangax
@kangax
|
২৮ ফেব |
|
Idea: a higher order function like `Promise.some('rejected')([...])` or `Promise.every('fulfilled')([...])` to take care of all permutations
|
||
|
|
||
|
kangax
@kangax
|
২৮ ফেব |
|
yeah, I guess it's a little tricker coz with arrays, returned values don't change; with promises, you get permutations of {settled/fulfilled/rejected} * {some/every}
|
||
|
|
||
|
kangax
@kangax
|
২৭ ফেব |
|
Great proposal.
But there's no way I'll remember which of the 4 acts which way.
But that's ok. twitter.com/mathias/status…
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Mathias Bynens
@mathias
|
২৭ ফেব |
|
🔥 New ECMAScript proposal: Promise.any(promises)
Promise.any short-circuits when any of the input promises are fulfilled.
After Promise.allSettled, Promise.all, and Promise.race, this is the only missing combinator in the Promise landscape. pic.twitter.com/6oHtzMD8xn
|
||
|
|
||
|
kangax
@kangax
|
২৭ ফেব |
|
Yup, legal at Facebook took 2-3 month to approve; legal at WeWork took 1 month. Definitely longer than to write a post. Fun stuff.
|
||
|
|
||
|
kangax
@kangax
|
২৭ ফেব |
|
any engineering blog post has to go through legal in large companies (at least that's been my experience at Facebook and WeWork)
|
||
|
|
||
|
kangax
@kangax
|
২৭ ফেব |
|
cons: legal
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Elon Musk
@elonmusk
|
২৫ ফেব |
|
Meetings are a valuable use of time! pic.twitter.com/sDcKdBp5e5
|
||
|
|
||
|
kangax
@kangax
|
২৫ ফেব |
|
Some strong opinions on "foo bar baz" out there... stay safe y'all pic.twitter.com/Nqiyi7d2HM
|
||
|
|
||
|
kangax
@kangax
|
২৫ ফেব |
|
I don't work on Fabric anymore. I suggest asking on stackoverflow or google group
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
I Am Devloper
@iamdevloper
|
২২ ফেব |
|
[recruiter] hey, I came across your GitHub profile and seeing as it didn’t 404, I think you’d be perfect for this role
|
||
|
|
||
|
kangax
@kangax
|
২২ ফেব |
|
This is fun. I remember watching Chromium issue (bugs.chromium.org/p/chromium/iss…) 10 years ago. Notice @jaffathecake talking about libs attaching unload handlers that kill bfcache :D
|
||
|
|
||
|
kangax
@kangax
|
২২ ফেব |
|
This looks like a fantastic tool for visualising dependencies btw. private/public methods in god classes. Also uses a fancy Louvain algorithm.
blog.cowchimp.com/ast-scout-code…
|
||
|
|
||
|
kangax
@kangax
|
২১ ফেব |
|
Yeah, just reporting similarity with a certainty — shapes that are almost identical are likely to be the same app-lelel concepts. I started working on a jscodeshift-based tool for this a while ago but haven't finished.
|
||
|
|
||
|
kangax
@kangax
|
২০ ফেব |
|
True. We ensure lots of correctness via a linter though (enforcing exact types, exact object shapes, etc.). The only issue is duplicated types, but even that can be detected statically.
|
||
|
|
||
|
kangax
@kangax
|
২০ ফেব |
|
Lately, I wish we could ignore/filter out type changes in @github PR's. If there are no actual code changes and Flow passes, it's good to go. Different story is when there's a tiny code change in a sea of type changes.
|
||
|
|
||
|
kangax
@kangax
|
২০ ফেব |
|
This issue is like watching a gripping thriller github.com/reduxjs/react-…
Incredible writeup on Redux v6 performance issues from switching to React's new context, by @acemarke
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Nicholas C. Zakas
@slicknet
|
১৯ ফেব |
|
This is pretty big. Palantir deprecating TSLint to join the effort to make ESLint the best linter for TypeScript! twitter.com/PalantirTech/s…
|
||
|
|
||
|
kangax
@kangax
|
১৫ ফেব |
|
How does one get this? I'm seeing "no code actions available"
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
GitHub
@github
|
১৪ ফেব |
|
Don't want to commit?
Open a draft PR.
GitHub ❤️'s your WIP pic.twitter.com/x9OUMQIYfC
|
||
|
|
||
|
kangax
@kangax
|
১৪ ফেব |
|
The goal is to never have to bother with the first 2. If it slips through, automate that shit. More time on better "design" decisions.
|
||
|
|
||
|
kangax
@kangax
|
১৪ ফেব |
|
I see PR comment progression as:
(easiest to catch / less mental dive required)
stylistic
↓
language/framework best practices
↓
app-specific patterns
↓
general design patterns / architectural decisions
(hard to catch / deep mental dive required) twitter.com/samccone/statu…
|
||
|
|
||
|
kangax
@kangax
|
১২ ফেব |
|
This is why I don't interview at Google and why FB one was a great experience. We do this at @WeWork as well. More focus on things like code reviews, clean code, patterns, soft skills. twitter.com/dan_abramov/st…
|
||
|
|
||
| kangax পুনঃটুইট করেছেন | ||
|
Dan Abramov
@dan_abramov
|
১২ ফেব |
|
We’ve updated the wording we send to the Front End Engineer candidates to better reflect the Facebook interview process for that role. I hope this helps folks prepare for their interviews! pic.twitter.com/EvTyKbugYT
|
||
|
|
||
|
kangax
@kangax
|
৮ ফেব |
|
Totally! Currently working on refactoring out legacy reflux into redux and being diligent with stateless components. It's a ~150K loc app, takes time.
|
||
|
|
||
|
kangax
@kangax
|
৮ ফেব |
|
my response to the team for wanting to use hooks. sorry, couldn't resist :D
|
||
|
|
||