Search
“Off The Main Thread”
10.9.2019
JavaScript is what they call "single-threaded." As Brian Barbour puts it:
This means it has one call stack and one memory heap.
We all feel a symptom of that regularly in the form of performance jank and non-interactivity on elements or entire sites. If we give JavaScript lots of jobs and it gets...
‘Single Window’ Crypto Exchange ShortHop Launches in 7 US States
27.8.2019
“Single window” crypto exchange ShortHop expands to seven U.S. states
Promises and Static Values
23.8.2019
Async can throw a real wrench into the cogs of our programming workflows, all despite the fact that async is the modern JavaScript pattern. While async/await helps, there’s sometimes confusion about the way to have a single function that returns a value whether it exists or needs a Promise...
How to Create Non-Fungible Assets and Collectible Tokens With Bitcoin Cash
22.8.2019
On August 21, James Cramer, the developer behind the Simple Ledger Protocol (SLP), announced the launch of the Electron Cash SLP version 3.5. The latest release allows people to create a new type of SLP token called NFT1, a non-fungible token that can be grouped together by a single ID....
Other Ways to SPAs
21.8.2019
That rhymed lolz.
I mentioned on a podcast the other day that I sorta think WordPress should ship with Turbolinks. It's a rather simple premise:
Build a server-rendered site.
Turbolinks intercepts clicks on same-origin links.
It uses AJAX for the HTML of the new page and replaces the current page...
Bitcoin Drops to $10k Amid Worst Single-Day Loss in a Month
15.8.2019
The cryptocurrency markets are flashing red again Thursday after bitcoin (BTC), the world's largest cryptocurrency by market capitalization, fell by more than $900 in 24 hours
Ripple Price Analysis: A Single Spike Pushed XRP Above $0.30, Consolidates There
12.8.2019
Ripple price climbed above $0.30 in the later part of yesterday, currently battling with barriers above $0.3020 XRP is above its 5-day SMA of $0.3013, though it still carries a selling pressure Ripple has formed a decent support level near $0.29, the coin has traced a bullish trendline, while...
Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
9.8.2019
In this week's roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Use font-style: oblique on variable fonts
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant)...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...
A More Accessible Portals Demo
31.7.2019
The point of the <portal> element (behind a flag in Chrome Canary) is that you can preload another whole page (like <iframe>), but then have APIs to animate it to the current page. So "Single Page App"-like functionality (SPA), but natively. I think that's pretty cool. I'm a fan...
How I Created a Code Beautifier in Two Days
19.7.2019
I recently drew up a wireframe for a code beautifier. The next day, I decided to turn it into a real tool. The whole project took less than two days to complete.
I'd been thinking about building a new code beautifier for a while. The idea isn't unique, but every time I use someone else's tool,...
WDRL — Edition 269: Shaping up, Doing well while doing good, Single toggle buttons and the Illusion of control
19.7.2019
Hey,
it’s been already four weeks since the last edition. I’ve been on vacation for two weeks and around that, as many of you probably can relate, work is crazy. Before going off you have to finish things and when you come back, you’re overwhelmed by what happend during your absence. And...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Weekly Platform News: HTML Inspection in Search Console, Global Scope of Scripts, Babel env Adds defaults Query
11.7.2019
In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties aren't computing hogs, variables defined at the top-level in JavaScript are global to other page scripts, and Babel env now supports the defaults...
Bitcoin ‘Single Best Hedge’ Against Traditional Financial System, Says VC
10.7.2019
Chamath Palihapitiya, CEO of VC firm Social Capital, has proposed that bitcoin is the single best hedge against the traditional financial system
IndieWeb and Webmentions
9.7.2019
The IndieWeb is a thing! They've got a conference coming up and everything. The New Yorker is even writing about it:
Proponents of the IndieWeb offer a fairly straightforward analysis of our current social-media crisis. They frame it in terms of a single question: Who owns the servers? The bulk...
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Africa’s Interest in Bitcoin Remains High as 15 States Plan to Adopt the ‘Eco’ Currency
2.7.2019
By 2020, a large group of West African countries plan to adopt a single fiat currency called the eco. After a meeting in Abuja held on June 29 between the 15 member-country regional bloc, the implementation of a new single currency, after debating the monetary unit for years, was agreed. Despite...
8 Irate Quotes From Officials Who Hate Facebook’s Digital Currency
27.6.2019
The best thing about Facebook’s proposed digital currency isn’t its BTF consensus algorithm, account-based data model or single Merkle tree structure. No, the greatest thing about Libra has to be the triggered reactions from politicians and bankers who can sense the rug being pulled...
Game of Thrones Quiz Game with React and GraphQL: Single Question Component
17.6.2019
Create a folder called question within the src/components directory and a file index.js within it. Open the file and copy the following into the file: