Search
Fidelity Investments Launches Crypto Analytics Platform Sherlock for Institutional Investors
3.5.2021
The American multinational financial services corporation based in Boston, Massachusetts, Fidelity Investments has announced the introduction of a new comprehensive data and deep analytics solution for digital assets. The new product is called Sherlock and it’s meant for institutional clients...
Sticky Headers: 5 Ways to Make Them Better
21.4.2021
Page Laubheimer says that if you’re going to do a sticky header…
Keep it small.
Visually contrast it with the rest of the page.
If it’s going to move, keep it minimal. (I’d say, respect prefers-reduced-motion.)
Consider “partially persistent
…
The post Sticky...
Coordinating Svelte Animations With XState
7.4.2021
This post is an introduction to XState as it might be used in a Svelte project. XState is unique in the JavaScript ecosystem. It doesn’t keep your DOM synced with your application state, nor does it help you with asynchrony, …
The post Coordinating Svelte Animations With XState appeared...
Shucks Howdy, It's The Cowboy Bebop Intro With Smash Characters
24.2.2021
I feel like anything I write will do a disservice to this incredible video, so I’ll let it speak for itself.Read more
Bit.com’s Daily Volume for Bitcoin Cash Options Doubled Every Day Since Launch
7.2.2021
At the end of January, the Matrixport subsidiary and leading derivatives exchange Bit.com announced the introduction of bitcoin cash perpetual swaps and options. Following the launch, the daily 24-hour volume has exceeded expectations doubling every day ever since. During the last few years...
Michael Saylor Predicts Massive Investor Shift from Gold to Bitcoin After Buying Another $10M Worth of BTC
2.2.2021
Michael Saylor, the ‘bitcoin slayer’ that needs no introduction, continues his attacks on everything non-bitcoin, this time unleashing his wrath on gold. It Feels Great, Says Saylor of Owning More Than 71K Bitcoins In an interview with Andrew Henderson of Nomad Capitalist, a legal...
Collective #639
7.12.2020
Radicle * Advent of Code 2020 * Automatic Social Share Images * Cssfox * Introduction to Bash Scripting
The post Collective #639 appeared first on Codrops
An Introduction to the Forex Compounding Calculator
14.11.2020
What Is a Forex Compounding Calculator? Do you want to be a millionaire? If your answer is yes, then you will need three things – a trading account, a starting balance of 1000$ and a forex compounding calculator. Traders rely on a forex compounding calculator to analyze permutations...
Defi Yield Protocol Is a Massive Boost for Yield Farmers and the Defi Space
13.11.2020
Since February 2020, we have seen a steady growth of the blockchain space and, most significantly, decentralized finance. While DeFi isn’t entirely new, the network’s growth has been more aggressive this year than it has ever been. The distribution of COMP governance token and...
New Jersey Moves Closer to Crypto License With Introduction of Senate Bill
9.11.2020
New Jersey has inched closer to implementing its own "BitLicense."
A Gentle Introduction to Using a Docker Container as a Dev Environment
24.9.2020
Sarcasm disclaimer: This article is mostly sarcasm. I do not think that I actually speak for Dylan Thomas and I would never encourage you to foist a light theme on people who don’t want it. No matter how wrong they may be.
When Dylan Thomas penned the words, “Do not go gentle into that good...
Chapter 3: The Website
19.8.2020
Previously in web history…
Berners-Lee, motivated by his own curiosity, creates the World Wide Web at CERN. He releases its technologies to the public domain, which enables the development of several new browsers for every operating system. Mosaic proves to the most popular, and...
Making Sense of react-spring
4.8.2020
Animation is one of the trickier things to get right with React. In this post, I’ll try to provide the introduction to react-spring I wish I had when I first started out, then dive into some interesting use cases. While react-spring isn’t the only animation library for React, it’s one of the more...
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...