Kent chatting about a library he’s been working on, which aims to aggressively remove unused code paths from compiled JavaScript bundles. | |
|
“In a nutshell, GraphQL is a syntax that describes how to ask for data, and is generally used to load data from a server to a client” says Sacha. |
|
Looking to start a side project or make passive income doing Wordpress work? You should totally check this out! |
|
Async iterators are arriving soon and they make reading a stream really easy. Jake explains how they work and how to make streams iterable. We also wrote about these on Pony Foo back in september, when they were a stage 2 proposal. |
|
Lin introduces us to React Fiber in terms anyone can understand. A must watch! | |
|
CSS custom properties are now supported in all major browsers. Serg walks you through how to use them in this deep-diving article. |
|
Reddit came up with /r/place for April Fools, a collaborative canvas on which a single user could only place a single tile every five minutes. Here are the technical details on how it was built. | |
|
We know what we need to compress, but what about configuring compression? Or static versus dynamic compression? What about Brotli? | |
|
Adversarial examples are inputs to machine learning models that an attacker has intentionally designed to cause the model to make a mistake; they’re like optical illusions for machines. In this post, OpenAI shows how adversarial examples work across different mediums, and will discuss why securing systems against them can be |
|
Server push is a defining feature of HTTP/2, but how does it work? How is it used, and how does it help performance? Find out in this guide. | |
|
Musings on the next API technology, and whether RESTish JSON over HTTP is good enough to never be displaced in a significant way. |
|
A look into removing common and uncommon performance bottlenecks in one of the worlds largest React.js PWAs, Twitter Lite. | |
|
Prints console warnings when React is making unnecessary component updates. |
|
When speed is not enough, giving an appearance of speed is the next best thing. | |
|
Writing code is only one small piece of being a developer. In order to be efficient and capable at our jobs, we must also excel at debugging. | |
|
Max speaks about styled components, moving away from CSS preprocessors, and how to achieve more maintainable styling in React projects. |
|
|
Comments