Search
21 Bitcoin Block Rewards from 2010 Wake Up, $236M Worth of ‘Satoshi Era’ BTC Spent in 10 Months
25.1.2021
On Monday, January 25, 2021, at roughly 2 a.m. (EST), the notorious old school miner from 2010 has spent another consecutive 21 decade-old block rewards with 1,050 bitcoin. This is possibly the same mining entity our newsdesk has been tracking for months. The bitcoin from 2010 moved today follows...
Dynamic, Conditional Imports
13.1.2021
With ES Modules, you can natively import other JavaScript. Like confetti, duh:
import confetti from 'https://cdn.skypack.dev/canvas-confetti';
confetti();
That import statement is just gonna run. There is a pattern to do it conditionally though. It’s like this:
(async ()
…
The post...
Fluentd, budoucnost logování
12.1.2021
Co je to Fluentd? Je další generací logování? Jak v něm fungují pluginy a pipelines pattern?
Fluentd, budoucnost logování
12.1.2021
Co je to Fluentd? Je další generací logování? Jak v něm fungují pluginy a pipelines pattern?
Collective #642
24.12.2020
Hotwire * AnimXYZ * Let's Build a Confetti Cannon * Pattern Generator * Conditional JavaScript
The post Collective #642 appeared first on Codrops
Let’s Create a Lightweight Native Event Bus in JavaScript
11.12.2020
An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between different components. It can also be thought of as publish/subscribe or pubsub.
The idea is that components can listen...
Previous Bitcoin Bull Run Patterns Suggest Current Run Could See a $160K Top, Possible $25K Bottom
24.11.2020
While digital currency markets have increased significantly in value a number of crypto asset proponents are wondering how far the next bull run will take them. For instance, the last three bitcoin bull runs saw different price spikes and significant drops below 80% as well. If the next bitcoin...
Collective #635
19.11.2020
Pattern Collect * Back/forward cache * ThreeJS starter * SvgPathEditor * upptime
The post Collective #635 appeared first on Codrops
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...
Bidirectional scrolling: what’s not to like?
6.11.2020
Some baby bear thinking from Adam Silver.
Too hot:
[On horizontal scrolling, like Netflix] This pattern is accessible, responsive and consistent across screen sizes. And it’s pretty easy to implement.
Too cold:
That’s a lot of pros for a pattern that in reality has some critical...
Using Your Own Design System with KendoReact Components
30.10.2020
Maybe you’ve already heard of (or even worked with!) KendoReact. It’s popped up in some of my day-to-day conversations, especially those about working with design systems and React. You could think of it as a component library like Bootstrap or Material Design, except the components...
cookieStore: Async Cookie API
20.10.2020
One pattern in the JavaScript API world that web development veterans will notice is that we’ve been creating new methods to accomplish what older, grosser APIs once achieved. XMLHttpRequest became the fetch API, some APIs like Battery became async, and there are dozens of other examples....
Styling Complex Labels
5.10.2020
Danielle Romo covers the HTML pattern you need when you have a wordy <label> with fancy styling for an <input type="radio">.
The trick? The ol’ <span class="hidden-visually"> that contains the label that you want to be read, and a <span aria-hidden="true"> with...
Macroeconomic Trends Boost Bitcoin and Gold, US Dollar Index Shows Bearish Double-Top
15.9.2020
According to a number of reports and commentary from financial analysts, the world is “drowning in U.S. dollars” after the Federal Reserve decided to pump billions of dollars into the hands of 14 central banks via liquidity swaps. Moreover, recent technical analysis shows...
Siacoin (SC) Drops After Drawing a Higher High Pattern
8.9.2020
Amongst many open-source blockchain networks in the global crypto market, Siacoin is a minable Proof of Work-based platform that extends low-cost solutions for cloud storage, offering encryption and distribution of files to be stored by users across a decentralized network of peers. On the price...
Enjin Coin Draws Higher High Pattern with YTD High at $0.266
2.9.2020
Enjin Coin is one of the lucrative tokens amongst the top 100 of the global crypto market and has revised the way people commonly use blockchain technology. The Enjin platform is building blockchain games and apps along with a wallet to keep the digital assets safe. It also helps to trade the rare...
Mysterious Bitcoin mining pattern potentially solved after seven years
31.8.2020
We may not know who Satoshi Nakamoto was, but at least this is one mystery we think we can solve
Bitcoin Will Hit $340K if BTC Price Repeats 2016 Halving Cycle Pattern
20.8.2020
A look at the difference between halving cycle highs, lows and halving prices delivers huge BTC price targets which their creator cautions are “hopium.”
Bitcoin’s Current Breakout Sets It up for $28,000, Headed for Six Figures – Max Keiser
29.7.2020
Max Keiser has predicted that bitcoin’s current bullish pattern will lead toward a price of $28,000. While the bitcoin bull does not give a timeframe when this is likely to happen, he believes that, thanks to relentless government money printing, the benchmark cryptocurrency will eventually...
A Bit on Web Component Libraries
29.7.2020
A run of Web Components news crossed my desk recently so I thought I’d group it up here.
To my mind, one of the best use cases for Web Components is pattern libraries. Instead of doing, say, <ul class="nav nav-tabs"> like you would do in Bootstrap or <div class="tabs"> like...