Search
Traders Finding More Arbitrage Opportunities in Bitcoin
19.3.2020
Prices in the crypto market are seeing such a steep upward trend that arbitrage traders are able to trade between exchanges to easily capture profit
React Suspense in Practice
19.3.2020
This post is about understanding how Suspense works, what it does, and seeing how it can integrate into a real web app. We'll look at how to integrate routing and data loading with Suspense in React. For routing, I'll be using vanilla JavaScript, and I'll be using my own micro-graphql-react GraphQL...
Another Venezuelan Bitcoin Spike as Banks Struggle + More News
19.3.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Adoption news
Peer-to-peer (P2P) bitcoin (BTC) trading appears to be on the rise in Venezuela after the country’s president Nicolás...
Maduro Orders Venezuelan Bank Closures Amid Coronavirus Scare
19.3.2020
In order to combat the coronavirus outbreak in Venezuela, President Nicolás Maduro has ordered the entire country to quarantine themselves. With an inflation rate that rises more than 10,000% per year, the country’s citizens have already been dealing with economic turmoil. Maduro...
Consistent Backends and UX: What are the Barriers to Adoption?
19.3.2020
There are very few scenarios in which an eventually consistent database is preferable over a strongly consistent database. Further, in a multi-region application scenario where scaling is necessary, choosing either an undistributed database or an eventually consistent database is even more...
How to Build a Time-Saving Appointment and Event Booking Website
19.3.2020
Want to build an appointment and event booking website that gives your clients more time to do business than handle the logistics of it? The Amelia WordPress booking plugin is the answer.
How to Build a Time-Saving Appointment and Event Booking Website was written by Bogdan Sandu and published...
A Few Background Patterns Sites
18.3.2020
If I need a quick background pattern to spruce something up, I often think of the CSS3 Patterns Gallery. Some of those are pretty intense but remember they are easily editable because they are just CSS. That means you could take these bold zags and chill them out.
CodePen Embed Fallback
My usual...
What Does `playsinline` Mean in Web Video?
18.3.2020
I got myself confused about this the other day, went around searching for an answer and came up empty on finding something clear. The answer actually is quite clear and I feel a little silly for not knowing it.
With it in place, like this:
<video src="..." controls playsinline</video
Mobile...
DeFi on Bitcoin: The Time Has Come for Decentralized Finance to Run on top of Bitcoin´s Network
18.3.2020
The main aim behind DeFi (decentralized finance) is to create a financial service ecosystem that’s open-source, permissionless, transparent and functioningContinue Reading
The post DeFi on Bitcoin: The Time Has Come for Decentralized Finance to Run on top of Bitcoin´s Network appeared first...
4 Financial Giants Launch Blockchain-Based Tech Platform + More News
18.3.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
Adoption news
Clearstream, Credit Suisse Asset Management, the Luxembourg Stock Exchange, and Natixis Investment Managers have...
Playing With Particles Using the Web Animations API
18.3.2020
When it comes to motion and animations, there is probably nothing I love more than particles. This is why every time I explore new technologies I always end up creating demos with as many particles as I can.
In this post, we'll make even more particle magic using the Web Animations API to create...
Flexbox and absolute positioning
18.3.2020
Chen Hui Jing notes that when you absolutely position a flex item, it's no longer part of the flex layout. Except... it kinda is a little bit. If you make the child position: absolute; but don't apply any top/right/bottom/left properties, then flexbox alignment will still apply to it.
It's odd...
A Guide to Bitcoin Halving, and What To Expect in 2020
18.3.2020
The next bitcoin halving is almost here. The event is set to occur in mid-May of this year and willContinue Reading
The post A Guide to Bitcoin Halving, and What To Expect in 2020 appeared first on CoinMarketCap Blog
A Complete Guide to calc() in CSS
17.3.2020
CSS has a special calc() function for doing basic math. Here's an example:
.main-content {
/* Subtract 80px from 100vh */
height: calc(100vh - 80px);
}
In this guide, let's cover just about everything there is to know about this very useful function.
calc() is for values
The only place you...
Maker Accepts USDC as a Collateral, Becomes 'Less Trustless' + More News
17.3.2020
Crypto Briefs is your daily, bite-sized digest of cryptocurrency and blockchain-related news – investigating the stories flying under the radar of today’s crypto news.
DeFi news
As a result of an Executive Vote held today, MKR holders have accepted USD Coin (USDC) as a new collateral asset in...
How to Create a “Skip to Content” Link
17.3.2020
Skip links are little internal navigation links that help users move around a page. It’s possible you’ve never actually seen one before because they’re often hidden from view and used as an accessibility enhancement that lets keyboard users and screen readers jump from the top of the page to...
15 Things to Improve Your Website Accessibility
17.3.2020
This is a really great list from Bruce. There is a lot of directly actionable stuff here. Send it around to your team and make it something that you all go through together.
Here's a little one that prodded me to finally fix...
Most screen readers allow the user to quickly see a list of links...
WooCommerce 4.0 & WooCommerce Payments Beta
17.3.2020
Y'all know WooCommerce: it's a plugin for WordPress that adds robust eCommerce functionality to your site. Notably, like WordPress itself, it's open-source and free. You only pay for things if you need things like special plugins that extend functionality.
This is a huge month for WooCommerce!...
Overstock Hit by Two More SEC Subpoenas in December
17.3.2020
The bitcoin-friendly retail company and the parent of security token marketplace tZERO says it was again subpoenaed by the Securities and Exchange Commission at the end of 2019
CoinMarketCap Expands Ratings and On-chain Data on Site With New Partners
17.3.2020
We just launched our on-site partnership with Crypto Briefing, TokenInsight and IntoTheBlock to provide data on cryptoasset ratings and on-chainContinue Reading
The post CoinMarketCap Expands Ratings and On-chain Data on Site With New Partners appeared first on CoinMarketCap Blog