Search
A Look at What’s New in Chrome DevTools in 2020
31.7.2020
I’m excited to share some of the newer features in Chrome DevTools with you. There’s a brief introduction below, and then we’ll cover many of the new DevTools features. We’ll also look at what’s happening in some other browsers. I keep up with this stuff, as I create Dev Tips, the largest...
Building a Blog with Next.js
9.7.2020
In this article, we will use Next.js to build a static blog framework with the design and structure inspired by Jekyll. I’ve always been a big fan of how Jekyll makes it easier for beginners to setup a blog and at the same time also provides a great degree of control over every aspect of...
How to Make a List Component with Emotion
8.7.2020
I’ve been doing a bit of refactoring this week at Sentry and I noticed that we didn’t have a generic List component that we could use across projects and features. So, I started one, but here’s the rub: we style things at Sentry using Emotion, which I have only passing experience with and...
Five 5-minute Videos from Ethan on Design & Accessibility
30.6.2020
Ethan:
I’ve been working with Aquent Gymnasium to produce a series of five short tutorial videos, which have been launching over the course of this past week. Since the last video just went live, I’m thrilled to share the whole list with you:
• Introduction to using VoiceOver on macOS•...
Liquidity Mining With Compound Finance — Just a Fad, or the Latest Toolbox After IEO, ICOs?
25.6.2020
Introduction to Compound Finance What Is It? Compound Finance is an algorithmically-operated, decentralized, interest rate protocol for lending and borrowingContinue Reading
The post Liquidity Mining With Compound Finance — Just a Fad, or the Latest Toolbox After IEO, ICOs? appeared first...
Ethereum 2.0 Likely to Affect DeFi and DApps With PoS Introduction
20.6.2020
The first stage of Ethereum 2.0 is almost here, but how will the DApp and DeFi space adapt to this change?
Everything You Need to Know About FLIP Animations in React
16.6.2020
With a very recent Safari update, Web Animations API (WAAPI) is now supported without a flag in all modern browsers (except IE).  Here’s a handy Pen where you can check which features your browser supports. The WAAPI is a nice way to do animation (that needs to be done in JavaScript) because...
Equal Width Columns in CSS Grid are Kinda Weird
14.5.2020
Everything is flexible these days. If you write grid-template-columns: 200px 200px 200px;, sure, you’d have equal-width columns, but that’s a rare day. What you usually mean is three columns of equal fluid width.
We’ve got fractional units for that, like grid-template-columns:...
Toilet Paper Token Wipe Paper
31.3.2020
A roll call for all true believers! An Introduction to Toilet Paper The evolution of modern day toilet paper hasContinue Reading
The post Toilet Paper Token Wipe Paper appeared first on CoinMarketCap Blog
An Introduction to MDXJS
25.3.2020
Markdown has traditionally been a favorite format for programmers to write documentation. It’s simple enough for almost everyone to learn and adapt to while making it easy to format and style content. It was so popular that commands from Markdown have been used in chat applications like Slack...
How Institutional Players Like CME, CBOE and Bakkt Influence the Bitcoin Price
23.3.2020
The introduction of institutional heavyweights like CME, CBOE and Bakkt to the bitcoin space was heralded by many as the key to solidifying bitcoin’s mainstream acceptance, and driving prices to a stabilized moon. While this hasn’t played out exactly as some predicted, it is still early...
Build a Node.js Tool to Record and Compare Google Lighthouse Reports
16.3.2020
In this tutorial, I’ll show you step by step how to create a simple tool in Node.js to run Google Lighthouse audits via the command line, save the reports they generate in JSON format and then compare them so web performance can be monitored as the website grows and develops.
I’m hopeful this...
Who Is Satoshi Nakamoto? An Introduction to Bitcoin’s Mysterious Founder
8.3.2020
The true identity of the creator of Bitcoin is one of the biggest mysteries in the modern world. Over the years many theories have popped up about who Satoshi Nakamoto really is, including a time traveler, a space alien, a rogue artificial intelligence or a front for groups such as the NSA, CIA...
Web Component for a Code Block
18.2.2020
We'll get to that, but first, a long-winded introduction.
I'm still not in a confident place knowing a good time to use native web components. The templating isn't particularly robust, so that doesn't draw me in. There is no state management, and I like having standard ways of handling that. If...
Bitcoin Games Celebrates Lunar New Year 2020 With Introduction of Free Spins
23.1.2020
Bitcoin Games is a provably fair online casino where you can play popular games using BTC and BCH. The platform is introducing a new feature and for its Lunar New Year 2020 promotion all players can get Red Envelopes packed with Free Spins. Also Read: Video Games Giant Ubisoft Is Looking...
Uzbekistan Prepares Crypto Tax Exemptions, Launches Licensed Exchange
22.1.2020
A new presidential decree in Uzbekistan envisages the introduction of tax exemptions for income obtained from operations involving crypto assets. The draft document published recently also incorporates proposals for the establishment of a blockchain valley and licensing regime for cryptocurrency...
Poles Hit With Backdated Tax on Crypto Trades
16.12.2019
Crypto traders in Poland have been unpleasantly surprised with a controversial tax they thought they wouldn’t have to pay. The Civil Law Transactions Tax (PCC) is applicable to digital asset trades conducted before the introduction of last year’s moratorium on its collection, the Polish...
Gaimin.io Network Organizes Introduction Meet With Investors in Toronto
29.11.2019
On November 26, 2019, Gaimin.io organized a closed-door introduction meeting focused on potential investors in Toronto. The event was aimed to give a thorough understanding of the Gaimin system to potential investors. According to the information given by Shaun Martelly, the Head of investor...
An Introduction to the Picture-in-Picture Web API
26.11.2019
Picture-in-Picture made its first appearance on the web in the Safari browser with the release of macOS Sierra in 2016. It made it possible for a user to pop a video out into a small floating window that stays above all others, so that they can keep watching while doing other things. It’s an idea...
Running Bitcoin Cash: An Introduction to Operating a Full Node
22.10.2019
Setting up a Bitcoin Cash node is a fairly easy task for someone who wants to contribute to the decentralized ecosystem. There are various ways you can run a node whether it’s on a cloud, on a local machine or by leveraging a small single-board computer. The following is a simple introduction...