Search
Rough Notation
22.6.2020
This is a neat little library. It uses SVG to insert hand-drawn looking annotations to elements (probably text), like underlines and box highlights (there are 6 design options, all configurable). Super clever.
Here’s a little demo:
CodePen Embed Fallback
Aside from it just being cool,...
Tesla Completes Blockchain Pilot to Speed Up China Imports Process
7.4.2020
The electric car manufacturer participated in the trial back in December
Alibaba Imports E-Commerce Platform Adopts Blockchain Traceability System
17.3.2020
E-commerce giant Alibaba integrates blockchain technology into its import platform to make consumer goods traceable
Snowpack
14.1.2020
Snowpack. Love that name. This is the new thing from the Pika people, who are on to something. It's a bundler alternative, in a sense. It runs over packages you pull from npm to make sure that they are ES module-compatible (native imports).
This is how I digest it. When you write a line of code...
Highlights of the HTTP Archive Web Almanac
23.12.2019
I recently looked at the CSS chapter of the Web Alamanc and had some thoughts. Here, Stefan Judis looks at the whole thing and rounds up the most interesting bits to him. Here are most of them:
20% of sites don't compress their JavaScript.
React is on 5% of sites while jQuery is on 85% of sites....
US Homeland Security Taps Canadian Blockchain Firm to Track Oil Imports
11.11.2019
DHS has hired Mavennet to track oil imports into the U.S. by retrofitting existing tracking technology with blockchain
Working with Fusebox and React
8.11.2019
If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires zero configuration by default (although webpack will offer...
Dynamic Imports and F# Pipes Officially Land in Babel 7.5
12.7.2019
A few days ago, the Babel team release two new feature proposals among all the awesome features we are looking forward to at the next major release. Over time, they have added a lot new things adde
The US Starts Legal Process To Impose Taxes On New Chinese Imports
14.5.2019
The US-China trade war which seemed to be end soon after both countries said that the talks were going in the right direction took a turn for the worse on Sunday as US President Trump in a tweet said that the talks were going ‘too slowly’ and that he would impose tariffs on $250 billion …
The...
How to Worry About npm Package Weight
18.12.2018
It's all too easy to go crazy with the imports and end up with megabytes upon megabytes of JavaScript. It can be a problem as that weight burdens each and every visitor from our site, very possibly delaying or stopping them from doing what they came to do on the site. Bad for them, worse for you....