Search
Full Bleed
15.10.2020
We’ve covered techniques before for when you want a full-width element within a constrained-width column, like an edge-to-edge image within a narrower column of text. There are loads of techniques.
Perhaps my favorite is this little utility class:
.full-width {
width: 100vw;
position:...
Layoutit Grid: Learning CSS Grid Visually With a Generator
15.10.2020
Layoutit Grid is an interactive open source CSS Grid generator. It lets you draw your designs and see the code as you go. You can interact with the code, add or remove track lines and drag them around to change the sizing — and you get to see the CSS and HTML change in real time!
Add some tracks...
Your Bitcoin Brainwallet Can Be Swept Even Without Reading Your Mind
15.10.2020
If you're considering setting up a "brainwallet" to secure your bitcoin (BTC), you might want to think twice and learn from a recent experiment. It showed that BTC might be stolen in less than a second.
Contrary to a paper wallet, where a BTC owner has their seed phrase written...
Finance Redefined: Can DeFi and on-chain governance change human nature? Oct. 7-14
15.10.2020
Decentralized community governance isn’t always so decentralized
How to Create a Realistic Motion Blur with CSS Transitions
14.10.2020
Before we delve into making a realistic motion blur in CSS, it’s worth doing a quick dive into what motion blur is, so we can have a better idea of what we’re trying to reproduce.
Have you ever taken a photo of something moving quickly, especially under low light, and it turned into a blurry...
Bank of Russia Seeks Limit on Amount of Digital Assets Retail Investors Can Buy
14.10.2020
Non-qualified investors would be able to buy no more than 600,000 rubles worth of digital assets in one year, or about $7,740
Unqualified investors can buy up to $8K of crypto, says Bank of Russia
14.10.2020
Russia’s central bank wants to limit the amount of cryptos and digital rights acquired by non-professional investors
Let’s Create Our Own Authentication API with Nodejs and GraphQL
13.10.2020
Authentication is one of the most challenging tasks for developers just starting with GraphQL. There are a lot of technical considerations, including what ORM would be easy to set up, how to generate secure tokens and hash passwords, and even what HTTP library to use and how to use it. 
In...
Digital Ruble Can Help Track Government Spending, Bank of Russia Says
13.10.2020
The Bank of Russia proposed a potential CBDC project Tuesday, but wants public comments before proceeding
Netlify Edge Handlers
13.10.2020
Some very cool news from Netlify: Edge Handlers are in Early Access (request it here). I think these couple of lines of code do a great job in explaining what an Edge Handler is:
export function onRequest(event) {
console.log(`Incoming request for ${event.request.url}`);
...
Blockchain can add $1.76 trillion to global GDP by 2030, says report
13.10.2020
A PwC report estimates that blockchain technology will make up 1.4% of the global economy
Run Gulp as You Open a VS Code Project
13.10.2020
When I open my local project for this very site, there is a 100% chance that I need to run this command before anything else: gulp. I set that up fresh less than a year ago so I’m on the latest-and-greatest stuff and have my workflow just how I like it. I did a few more tweaks a few months...
Blockchain Can Give $1.7T Boost to Global Economy by 2030: PwC Report
13.10.2020
A new PwC report claims blockchain technology can add $1.7 trillion to the global economy by 2030, with the Asian continent standing to benefit the most
Coinbase Wallet Users Can Now Purchase Crypto Inside the App
12.10.2020
For Coinbase users who don’t want to keep their funds on an exchange, the buying and storing crypto just became a lot easier
How to Recreate the Ripple Effect of Material Design Buttons
12.10.2020
When I first discovered Material Design, I was particularly inspired by its button component. It uses a ripple effect to give users feedback in a simple, elegant way.
How does this effect work? Material Design’s buttons don’t just sport a neat ripple animation, but the animation also...
NFT and crypto art can magnify the truth of our reality without censorship
11.10.2020
There are already enough signs to say that the crypto art market will pretty soon be shaped just like the traditional contemporary market
Digital Yuan Giveaway: China’s Shenzhen City Hands Out 10 Million Yuan in Central Bank Digital Currency
10.10.2020
A major Chinese city is giving away 10 million yuan in the country’s central bank digital currency this weekend. Recipients can use their digital yuan at 3,389 stores next week. The city aims for the giveaway to boost usage of the new government-backed digital currency. Chinese City Giving...
Memo to crypto exchanges: KYC compliance can be a competitive advantage
9.10.2020
More regulation is coming, and it will be costly, but compliance can also expand an exchange’s customer base
Animating Number Counters
9.10.2020
Number animation, as in, imagine a number changing from 1 to 2, then 2 to 3, then 3 to 4, etc. over a specified time. Like a counter, except controlled by the same kind of animation that we use for other design animation on the web. This could be useful when designing something like a dashboard,...
Bitcoin Defi: Smart Contract Platform RSK Integrates ETH-Based Stablecoin DAI
9.10.2020
On October 6, 2020, the RIF (RSK Infrastructure Framework) development team announced that the Makerdao project’s DAI stablecoin is now available via the smart contract protocol RSK. According to the software engineers, RIF developers leveraged the RSK-Ethereum token bridge and individuals...