Search
Widespread Use Cases Would Bring More People To Crypto - Survey
19.11.2020
Another crypto-related survey has reminded of the importance of user-friendly solutions that would help to spend your cryptocoins, increasing both adoption and demand for these digital assets.
23% of the recently surveyed Brits said they were “open to purchasing crypto if widespread use...
‘Control the Pandemic’ – Fed Chair Jerome Powell Predicts the Entry of a ‘Different Economy’
19.11.2020
Federal Reserve Chair Jerome Powell told participants at the Bay Area Council Business Hall of Fame Awards Ceremony on Tuesday that the economy will never be the same after Covid-19. According to Powell, the use of accelerated technology will change the way the global economy operates as...
Curate, Next Generation Yield Farming
18.11.2020
PRESS RELEASE. Curate decentralized platform has set the goal of maximizing the DeFi potential. The main task is to create a complete platform autonomy with a gradual transition to self-management by community members. Curate is an autonomous full-cycle ecosystem. Platform members use ETH-Xcur...
Creating WebGL Effects with CurtainsJS
18.11.2020
This article focuses adding WebGL effects to <image> and <video> elements of an already “completed” web page. While there are a few helpful resources out there on this subject (like these two), I hope to help simplify this subject by distilling the process into a...
Copyediting with Semantic HTML
17.11.2020
Tracking changes is a quintessential copyediting feature for comparing versions of content. While we’re used to tracking changes in a word processing document, we actually have HTML elements capable of that. There are a lot of elements that we can use for this process. The main ones we’ll look...
Is Impermanent Loss Overblown?: Flipside Crypto
17.11.2020
Is Impermanent Loss Overblown? The use of decentralized exchanges (DEXes) has skyrocketed this year, with volumes deposited going from underContinue Reading
The post Is Impermanent Loss Overblown?: Flipside Crypto appeared first on CoinMarketCap Blog
A Complete Guide to CSS Gradients
17.11.2020
Like how you can use the background-color property in CSS to declare a solid color background, you can use the background-image property not only to declare image files as backgrounds but gradients as well. Using CSS gradients is better for control and performance than using an actual image (of...
CSS Background Patterns
17.11.2020
Nice little tool from Jim Raptis: CSS Background Patterns. A bunch of easy-to-customize and copy-and-paste backgrounds that use hard stop CSS gradients to make classy patterns. Not quite as flexible as SVG backgrounds, but just as lightweight.
Like this:
CodePen Embed Fallback
Speaking of cool...
Parsing Markdown into an Automated Table of Contents
13.11.2020
A table of contents is a list of links that allows you to quickly jump to specific sections of content on the same page. It benefits long-form content because it shows the user a handy overview of what content there is with a convenient way to get there.
This tutorial will show you how to parse...
Node isConnected
13.11.2020
Every so often I discover a property in JavaScript objects that I didn’t know existed, oftentimes using another trick to accomplish the same functionality. One such property I just learned about was isConnected, a node property that attached to a context (i.e. document). Here’s how...
How to Work With WordPress Block Patterns
12.11.2020
Just a little post I wrote up over at The Events Calendar blog. The idea is that a set of blocks can be grouped together in WordPress, then registered in a register_block_pattern() function that makes the group available to use as a “block pattern” in any page or post.
Block patterns...
DeFi’s Resurgence & Bitcoin’s Most Recent Stamp of Approval: A Data Perspective by IntoTheBlock
11.11.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Leveraging blockchain’s publicContinue Reading
The post DeFi’s Resurgence & Bitcoin’s Most Recent Stamp of Approval: A Data Perspective by IntoTheBlock appeared first on CoinMarketCap Blog
Multisignature Wallets Can Keep Your Coins Safer (If You Use Them Right)
10.11.2020
Multisignature wallets are cryptocurrency wallets which require two or more private keys to sign and send a transaction
Former Microsoft Engineer to Serve 9 Years in Prison in a Case That Involves Use of Bitcoin Mixers
10.11.2020
A U.S. court in Seattle has sentenced a former Microsoft engineer to 9 years in prison after finding him guilty of 18 federal felonies relating to his elaborate scheme to defraud the tech giant $10 million. In passing the judgment, the court blasts Volodymyr Kvashuk, a software engineer and citizen...
Netlify Background Functions
10.11.2020
As quickly as I can:
AWS Lambda is great: it allows you to run server-side code without really running a server. This is what “serverless” largely means.
Netlify Functions run on AWS Lambda and make them way easier to use. For example, you just chuck some scripts into a folder they...
‘Russian Dictators Will Use Blockchain to Rig Elections,’ Says Critic
10.11.2020
Russia’s new blockchain-powered voting systems could be exploited by unscrupulous politicians, becoming “tools” for the architects of rigged elections and voter fraud, a journalist has alleged.
The claims were made in a new column entitled “Blockchain for Dictators” by Sergei Golubitsky, an...
Ripple's Garlinghouse disses Bitcoin's energy use in advance of Biden administration
9.11.2020
With Joe Biden being declared the next President of the United States, Ripple CEO Brad Garlinghouse is making sure his company’s messaging aligns with the new administration
Blockchain adoption 2021: Going mainstream through enterprise use
7.11.2020
Optimistic blockchain predictions for next year may be accurate, but a lot of factors will have to fall into place
Japanese ‘Smart City’ May Look to Use Blokchain Voting Solution
7.11.2020
Hitachi Seaside Park in Ibaraki Prefecture. The Japanese blockchain firm LayerX has said it is “working with local governments” on possible blockchain voting solutions – as the country continues to look for IT-powered ways to reduce face-to-face contact in administrative processes as a coronavirus...
How to Create a Commenting Engine with Next.js and Sanity
6.11.2020
One of the arguments against the Jamstack approach for building websites is that developing features gets complex and often requires a number of other services. Take commenting, for example. To set up commenting for a Jamstack site, you often need a third-party solution such as Disqus, Facebook,...