Tweets
- Tweets, current page.
- Tweets & replies
- Media
You blocked @boriscoder
Are you sure you want to view these Tweets? Viewing Tweets won't unblock @boriscoder
-
just-boris Retweeted
Want to contribute to
@typescriptlang? Think twice! They may ignore your PR and after some time just implement your idea by itself. Yeah, that's fine for the project, but isn't fair for you.https://github.com/Microsoft/TypeScript/pull/27068#issuecomment-440806996 …Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
This article (originally saw it by tip from
@sophiebits) is one big reason to avoid magic APIs like this: they tend to fail or obscure the “grep test“. You can never know what’s a safe and complete way to find all occurrences.http://jamie-wong.com/2013/07/12/grep-test/ …Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
I just published "Peeking under the hood of redesigned Gmail"https://medium.com/@boriscoder/peeking-under-the-hood-of-redesigned-gmail-dd84b532e0f5 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
# Keeping up with two git identities While everything may seem to be working fine with your simple global git name and email. You might want to use different git identities for different set of projects. https://iamstarkov.com/conditional-includes/ …
#git#frontend#developmentThanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
JavaScript performance advice:
1. prefer `async`/`await` over hand-written promise code
2. prefer native promises over userland implementations
https://v8.dev/blog/fast-async https://twitter.com/v8js/status/1062000102909169670 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Today I found next level of monkey-patching. Override Node modules loader to modify the source code on the fly https://github.com/sgtpep/prettier-plugin-html-template-literals/blob/master/patch.js#L10 …pic.twitter.com/46DAPwUkvs
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
When you discover a bug, ask yourself if it's an Oopsie or a Modeling Problem. An Oopsie is nbd. Write a test, fix it, and move on. A Modeling Problem is a bug that reveals a fundamental flaw in your program. These are harder to "fix" — but they also lead to the biggest wins.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
Perf recommendations tend to outlive the problem they’re addressing. I regularly run into folks who still avoid Array#forEach “because I heard that’s slow”?
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
Announcing 
lint-staged with support for partially staged files:https://medium.com/@okonetchnikov/announcing-lint-staged-with-support-for-partially-staged-files-abc24a40d3ff …Thanks. Twitter will use this to make your timeline better. UndoUndo -
All images there are very real! Modern technologies are awesome!https://twitter.com/OWeissbarth/status/1055850674519527425 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
Wait um what. via
@andreadrugay at#smashingconfpic.twitter.com/D0R8bKejZp
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Wow, there is new layout of the Github's navbar. It aligns with content pretty nicely on my 27" screen.pic.twitter.com/4rS1Vy8lM6
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
The current state of the class fields proposal is that these classes are NOT equivalent. If you see your coworker doing helpful refactors from X to Y, stop them, because they might be breaking something.pic.twitter.com/KCT8MkToOf
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
Long, emotional and very good story of ex googler In a compiled thread over here https://threadreaderapp.com/thread/1049523067506966529.html …https://twitter.com/morganknutson/status/1049523067506966529 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
Web components are a complete waste of time and effort at this point. The champions of web components are too invested to admit it, but there are so many problems with the current spec. They haven't learned anything from the current state of the art of building UI for the web.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
I love how easy it is to get started with Next.js from
@zeithqpic.twitter.com/bvnLAzCBAw
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo -
Recently I learned, that require.context in Webpack accepts forth argument, mode, where you can switch context to load chunks asynchronously. You don't have to learn it hard way, as I did, because I contributed a documentation change for it. Enjoy! https://webpack.js.org/api/module-methods/#require-context …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Very wonderful TypeScript guide: https://basarat.gitbooks.io/typescript/ When you the official documentation is not enough, you might look in there
Thanks. Twitter will use this to make your timeline better. UndoUndo -
Using native array sort is hard. lodash.sortBy function rocks!https://twitter.com/mathias/status/1042671272650592256 …
Thanks. Twitter will use this to make your timeline better. UndoUndo -
just-boris Retweeted
`git checkout -` is such a convenient trick. Jumps to the last branch you were on. Works great for toggling quickly between master and a feature branch.
Show this threadThanks. Twitter will use this to make your timeline better. UndoUndo
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.


Faster and easier-to-debug async functions and promises are coming to V8 v7.2 & Chrome 72!