Search
Two Lessons I Learned From Making React Components
19.12.2019
Here’s a couple of lessons I’ve learned about how not to build React components. These are things I've come across over the past couple of months and thought they might be of interest to you if you’re working on a design system, especially one with a bunch of legacy technical decisions and a lot...
The Order of CSS Classes in HTML Doesn’t Matter
17.12.2019
That’s right! And I can prove it, too. Let’s look at some CSS first:
.a {
color: red;
}
.b {
color: blue;
}
And now let’s look at some markup:
<div class="a b">Here’s some text</div>
The text is going to be blue because .b is defined last in the CSS, right? But what if we...
Domain-Driven Design With React
16.12.2019
There is very little guidance on how to organize front-end applications in the world of React. (Just move files around until it “feels right,” lol). The truth is that we can do better. Let’s take a look at one pattern you might consider using to architect your site.
At first, you might split...
‘DNA-of-Things’ Technology Can Store Bitcoin Passwords in Everyday Objects
16.12.2019
Talk of bitcoin passwords being encoded and stored in synthetic DNA is not new, but in a recent development scientists have announced that DNA-encoded information can now be stored in everyday objects such as eye glasses or a shirt button, instead of a vial or test tube. Also Read: Cryptosteel...
How SLP Dividends Can Tokenize Anything, Including the Stock Market
15.12.2019
Not everyone is lucky enough to have access to the stock market and the ability to buy shares in successful corporations like Apple or Coca-Cola. Many impoverished and politically restricted areas make such participation impossible for those who live there. However, thanks to the ability...
What Can You Expect in the Bitcoin Saving Account Market Today?
14.12.2019
Interest-bearing crypto saving accounts have become a popular new investment vehicle for digital asset investors who want to earn interest while HODLing.
In this article, we will take a quick look into the basics of the crypto saving account market.
What is a crypto savings account?
A crypto...
Christmas Comes Early for Bitcoin.com Games Players
14.12.2019
Bitcoin.com’s very own online gaming platform has a special promotion for the holiday season. Each day for the next 12 days, the players ranking in the top 10 places on the Stars leaderboard will be eligible to participate in a daily Christmas raffle. Players can win gift cards from Adidas...
Yap
13.12.2019
Interesting idea for a "chat room" from Postlight:
Create a Yap chat room.
Invite others to join and talk.
Share a URL of just about anything.
Everyone gathering can comment on what you’ve shared.
If you think your conversation deserves an audience, share the URL of your chat publicly.
Only...
Can ‘Dogfooding’ Altcoins Find Real Users in 2020?
13.12.2019
Dogfooding - or using your own product - is normal among crypto startups. Is it indicative of a lack of real demand?
lite-youtube-embed
13.12.2019
A standard copy-and-paste YouTube embed lands on your page as an <iframe> which loads a big ol' pile of other stuff to play that video. But the UX of it is still essentially an image and a play button. Click the play button and the video plays. You can build essentially the same thing with...
Can IEO Cryptos Recover After MATIC’s Mysterious 70% Plunge?
12.12.2019
MATIC, CELR and ONE seem to have lost their bullish momentum
Bitcoin ‘Can Be’ A Reliable Financial Instrument After All: Mark Cuban
11.12.2019
Mark Cuban appears troubled when asked to give his verdict on Bitcoin’s utility as a financial instrument
ShapeShift Denies Claims By Kraken That KeepKey Can be Hacked in 15 Minutes
11.12.2019
The KeepKey hardware wallet. Source: KeepKey, Instagram
After cryptocurrency exchange Kraken reported a flaw in hardware wallet KeepKey, the owner of this product, crypto exchange ShapeShift replied that the report is misleading and the attack difficult to carry out.
The story starts on December...
Making a Better Custom Select Element
11.12.2019
We just covered The Current State of Styling Selects in 2019, but we didn't get nearly as far and fancy as Julie Grundy gets here. There is a decent chunk of JavaScript that powers it, so I'm still very much eyeballing browsers' recent interest in giving us more powerful selects in (presumably)...
Bitcoin Mining Operations Offer New Strategies Before Reward Reduction
10.12.2019
As the reward halving approaches, bitcoin miners are preparing new strategies so customers can reap the most profits from their hashrate services. On December 3, the mining operation Poolin introduced a hashrate auto-switch feature so clients can automatically switch between BTC and BCH mining....
Music and Web Design
9.12.2019
Brad has a long history in music outside of being a web designer, and draws some interesting parallels. One is that he had reached for more complex music in an effort to become a better musician — and developers can do the same thing. The other is that the composition of music can be seen...
JavaScript ~~
9.12.2019
JavaScript is loaded with tiny syntax tricks to accomplish useful effects. For example, explore any codebase to see !! being used to convert a value to a boolean value. Have you seen ~~ before? Let’s have a look at what it does! We can employ ~~ to trigger a Math.floor operation with those...
New Ukrainian Law Says ‘Virtual Assets’ Can Be Used for Payments
9.12.2019
The Verkhovna Rada, Ukraine’s legislature, has approved amendments that introduce legal terms and definitions pertaining to the crypto space. The new legislation, which aims to transpose the FATF standards into national law, also identifies who is to take responsibility for the oversight...
Sorry — But Bitcoin Can Still Drop to $2.7K While Everyone’s Bullish
8.12.2019
Despite Bitcoin’s slow upward price movement, higher time frames suggest new lows may be in store for Bitcoin
DISCUSSION: How Can Public Blockchains Have Privacy?
8.12.2019
On today's show, we discuss the idea of true privacy on public, transparent blockchains and some of the ways it's working (or not) in Bitcoin or related projects right now