Search
Alpine.js: The JavaScript Framework That’s Used Like jQuery, Written Like Vue, and Inspired by TailwindCSS
29.4.2020
We have big JavaScript frameworks that tons of people already use and like, including React, Vue, Angular, and Svelte. Do we need another JavaScript library? Let’s take a look at Alpine.js and you can decide for yourself. Alpine.js is for developers who aren’t looking to build a single page...
Facebook Libra Redesigned: New System and Cryptocurrency to Comply With Regulations
17.4.2020
Facebook’s Libra cryptocurrency project has undergone major changes. A number of key areas have been redesigned, including the payment system, the Libra cryptocurrency, and the addition of new single-currency stablecoins. The changes largely aim to comply with regulatory requirements. Also...
Creating Color Themes With Custom Properties, HSL, and a Little calc()
16.4.2020
Before the advent of CSS custom properties (we might call them “variables” in this article as that’s the spirit of them), implementing multiple color schemes on the same website usually meant writing separate stylesheets. Definitely not the most maintainable thing in the world. Nowadays, though,...
Brave Browser Gains 1M New Users in a Single Month
2.4.2020
Privacy-focused internet browser Brave garners one million additional users in March
Blockstack Wins Patent for Its Dapp Single Sign-on Product
1.4.2020
The U.S. patent office has granted Blockstack intellectual property rights around its single sign-on service for dapps
How They Fit Together: Transform, Translate, Rotate, Scale, and Offset
30.3.2020
Firefox 72 was first out of the gate with "independent transforms." That is, instead of having to combine transforms together, like:
.el {
transform: rotate(10deg) scale(0.95) translate(10px, 10px);
}
...we can do:
.el {
rotate: 10deg;
scale: 0.95;
translate: 10px 10px;
}
That's extremely...
Trump Signs Largest Relief Bill in US History: When Will Americans Get Stimulus Checks
28.3.2020
U.S. President Donald Trump has signed into law what he calls the largest single economic relief bill in history. “At $2.2 trillion dollars, this bill will deliver urgently-needed relief for our nation’s families, workers, and businesses,” Trump said. Americans are expected...
Emergency Website Kit
27.3.2020
Here’s an outstanding idea from Max Böck. He’s created a boilerplate project for building websites that fit within a single HTTP request. This is extremely important for websites that contain critical information for public safety. As Max writes:
In cases of emergency, many organizations need...
Vermont Rapper Releases Hip Hop Track ‘#Freeross,’ Ulbricht Petition Nears 300K Signatures
27.3.2020
Southern Vermont-based hip-hop artist, Krypto Man, has released a new single called “#Freeross” in hopes to get Ross Ulbricht released from prison. Krypto Man is a well known rapper on the east coast and revenue from the song will be donated to the nonprofit Freeross.org. Ross Ulbricht...
Creating an Editable Site with Google Sheets and Eleventy
27.3.2020
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into an API, that you as a developer can hit for data when building a website. In that last article, we used that API on the client side, meaning...
Performance Links
24.3.2020
I've had a number of browser tabs open to articles all related to web performance and gosh darn it if blogging them is a way for me get some closure. They are all good!
Manuel Matuzovic, Why 543 KB keep me up at night:
Yes, I know, it depends. 543 KB aren't always bad, but on that specific page...
ETH Price Strains Defi Collateral Loans as ‘Black Swan’ Event Strikes Makerdao
13.3.2020
The price of ethereum dropping double digits on March 12 sent shockwaves through the decentralized finance (defi) community. Makerdao’s single collateral DAI has been struggling and the low price of ETH has left millions worth of DAI undercollateralized. The defi project’s...
BNB Struggles to Avoid Trading in Single Digit; Formed a New Yearly Low
13.3.2020
BNB, the coin which has a robust backing of the largest crypto exchange Binance is no exception when it comes to the recent and too heavy to manage price crash. Over the last week, the whole crypto market has been through one of the darkest nightmares so far. Binance Coin Price Analysis Bitcoin...
Bitcoin Gold Whale Allegedly Controls Half the BTG Supply
6.3.2020
According to a recent study, bitcoin gold (BTG) market prices are being manipulated by a single whale who holds a significant portion of the bitcoin gold in circulation. The Bitcoin Gold network was recently hit with a 51% attack that caused two blockchain reorganizations. The team of...
From Single Key to Sophisticated Computation: The Evolution of Crypto Exchange Custody
28.2.2020
When the first cryptocurrency exchanges sprung up in late 2010, multisig wallets had yet to be invented. As a result, a single private key was commonly used to control all customer funds. Today, multisig has been complemented by sophisticated solutions such as Unbound Tech’s CASP, which uses...
Weaving a Line Through Text in CSS
26.2.2020
Earlier this year, I came across this demo by Florin Pop, which makes a line go either over or under the letters of a single line heading. I thought this was a cool idea, but there were a few little things about the implementation I felt I could simplify and improve at the same time.
First off,...
Responsive Grid Magazine Layout in Just 20 Lines of CSS
25.2.2020
I was recently working on a modern take of the blogroll. The idea was to offer readers a selection of latest posts from those blogs in a magazine-style layout, instead of just popping a list of our favorite blogs in the sidebar.
The easy part was grabbing a list of posts with excerpts from...
Why We Should Stop Thinking of ‘Crypto’ as a Single Industry
20.2.2020
Enterprise blockchains, central bank digital currencies, digital collectibles, DeFi, and bitcoin. How much do they really have to do with one another?
Ireland Seizes Bitcoin Stash Worth $56M But Can’t Sell for 7 Years
20.2.2020
Ireland’s Criminal Assets Bureau (CAB) seized 6,000 BTC from a Dublin resident who was accused of growing cannabis on property located in the Wicklow Mountain region. The police found around €450,000 of marijuana plants but the €52 million ($56.1M) of BTC was the biggest...
XRP Plummets 56% in One Candle, Bitmex Traders Outraged Over Flash Crash
13.2.2020
A number of XRP traders are complaining about massive liquidations on Bitmex as the price of XRP spiked and was brought down by 56% in a single candle. After the incident, well known traders with leveraged positions took to Twitter to complain about the upset as some investors were completely...