Peek under the hood of CSS and JS animations, and learn from a few tips on how to optimize their performance. |
|
At TeamBlind, we’re on a mission to flatten the hierarchy and bring transparency to the workplace. Transparency results in voice and voice results in change; often for the better. That’s why we created ‘Blind’, an anonymous social app and online community for tech employees. Download the app at TeamBlind.com. | |
|
An audacious idea about the present and future of software development, mental models, and a story about the origin of Opera. |
|
Monica explains how the float algorithm works in browsers. |
|
What’s your go-to web development browser? Nils explains how you could automate any task in your browser as if a person were executing them. |
|
Are you ever curious when the next TC39 meeting is taking place? Wonder no more! |
|
Do you want to spend a week in Barcelona talking about how the web is back? You have until May 13th to submit your talk to Full Stack Fest! They’re looking for talks about new browser APIs, success & failure stories, developer culture and software architecture. Transport & accommadtions costs covered! | |
|
“V8 uses code caching to cache the generated code for frequently-used scripts. Starting with Chrome 66, we are caching more code by generating the cache after top-level execution. This leads to a 20-40% reduction in parse and compilation time during the initial load.” | |
|
wasm-pack is a tool for assembling and packaging Rust crates that target WebAssembly. The packages can be used alongside JS packages. | |
|
If you set "last 2 versions" , did you mean to support IE Mobile, QQ Browser, and Blackberry Browser? Probably not. |
|
You can verify the integrity of packages after downloading, because npm now signs packages. They also started to support reproducible builds, which is pretty cool as well: it means that given the same environment, npm commands produce exactly the same output. |
|
Margarita demystifies webpack bit by bit. |
|
This tutorial demonstrates how to use GraphQL in a React application by consuming GitHub’s GraphQL API. The focus is on plain GraphQL and HTTP requests. |
|
Unstated is a new library that makes state management in React dead simple. Reach for it when you need a little more than setState . |
|
|
Comments