Mathias and Sathya give an overview of cutting-edge JavaScript development techniques, new features coming to Chrome and Node.js soon, how the V8 engine optimizes for them, and how to improve real-world performance and stability. |
|
Zell explains how CSS Grid, CSS custom properties, CSS shapes and CSS writing-mode are changing the web design landscape. |
|
Zsolt shares what’s hot in JavaScript regular expressions. |
|
A powerful HTML to PDF conversion API under 5 lines of code. |
|
Ezequiel recounts how he collected a $36,337 bounty from Google’s Vulnerability Rewards Program thanks to a Remote Code Execution exploit he uncovered. “In early 2018 I got access to a non-production Google App Engine deployment environment, where I could use internal APIs and it was considered an RCE due to the way Google works.” |
|
This report details how it was possible to gain root access to any container in one particular subset of Shopify infrastructure by exploiting a server-side request forgery bug in the screenshotting functionality of Shopify Exchange. Bears repetition: root access thanks to something as utilitarian as a screenshots service. Still think this won’t ever happen to you? |
|
Microsoft Edge now has its own DevTools Protocol (EDP), comprised of a REST API as well as a JSON-RPC API via WebSocket. Using EDP, DevTools can build experiences around invoking methods and subscribing to diagnostics and debugger events. | |
|
HTTP headers are an important way of controlling how caches and browsers process your web content. But many are used incorrectly or pointlessly, which adds overhead at a critical time in the loading of your page, and may not work as you intended. |
|
Dean explains how to display a notification whenever there’s a new version of your service worker available. You’ll also learn how to refresh the page, so that the user is up to date and has the latest version of any cached files. |
|
Dynamic properties provide opportunities for new creative ideas, but also the potential to add complexity to CSS. To get the most out of them, we might need a strategy for how we write and structure CSS with custom properties. |
|
Yuan made some very interesting CSS patterns using Unicode. Check out their creative process. |
|
Marcin walks us through using a bunch of modern CSS to create a night mode for an app. | |
|
Ivy is the upcoming render engine for Angular. This article takes a closer look at Ivy, how it works, and what it means to you. |
|
Like create-react-app , but leveraging Parcel instead of Webpack. Worth a shot! |
|
|
Comments