Search
Bitcoin Price Climbing Back to $9K — Here’s the Key Level to Break
5.3.2020
Bitcoin bulls are targeting prices above $9K but first $8,969 must flip from resistance to support
Bitcoin Halving Can Have Negative Short-Term Effect on BTC Price — Here’s Why
4.3.2020
Bitcoin tends to drop before and after a block-reward halving in the short term. Will this time be different?
Vue.js: The Documentary
3.3.2020
Hey how cool! A documentary about Vue! Good timing as it looks like VueConf is happening right now. (Reminder we have a site for conferences to tell you stuff like that).
Sarah appears in it (about 21:13) and talks about CSS-Tricks for a second, so we're officially super famous now and I have...
Considerations for Creating a Card Component
2.3.2020
Here's a Card component in React:
const Card = props ={
return(
<div className="card"<h2{props.title}</h2<p{props.content}</p</div)
}
It might be pretty useful! If you end up using this thing hundreds of times, now you have the ability to refactor a little bit of HTML...
Selectors Explained
2.3.2020
Have you ever found yourself either writing a CSS selector that winds up looking confusing as heck, or seen one while reading through someone's code? That happened to me the other day.
Here's what I wrote:
.site-footer__nav a:hover svg ellipse:first-child { }
At the end of it, I honestly couldn't...
Here Is How China Uses Blockchain Technology to Fight the Coronavirus
28.2.2020
Source: iStock/Ivan-balvan
Chinese organizations are looking to implement blockchain solutions in a range of industries as part of a concerted attempt to fight the coronavirus and reduce its economic effect on the country.
Per ZDNet, which quotes news reports in China, as well as the Shandong...
Professor Emin Gün Sirer: ‘The Crypto Revolution Is Here to Stay’
28.2.2020
“Crypto Titans” is a series of personal interviews conducted by CoinMarketCap with prominent and forward-thinking minds tinkering on and behindContinue Reading
The post Professor Emin Gün Sirer: ‘The Crypto Revolution Is Here to Stay’ appeared first on CoinMarketCap Blog
Why is CSS Frustrating?
28.2.2020
Here’s a great thread by Kevin Powell that's making the rounds. He believes so many folks see CSS as a frustrating and annoying language:
That's just as unintuitive as JS starting to count at 0, but since you learned that and accept it, it's fine.
The real issue isn't with CSS. If...
Animated Matryoshka Dolls in CSS
27.2.2020
Here’s a fun one. How might we create a set of those cool Matryoshka dolls where they nest inside one another... but in CSS?
I toyed with this idea in my head for a little while. Then, I saw a tweet from CSS-Tricks and the article image had the dolls. I took that as a sign! It was time to...
The Bull and Bear Case for Investing in the Top 20 Cryptocurrencies
27.2.2020
Should you buy bitcoin or bitcoin cash? Does tezos have further room to grow? Is monero a long-term hold? There are no absolute answers to these questions and no crystal ball to determine which crypto will pull a 5x before the year’s out. Based on fundamentals alone, however, here are some...
Software Ate the World, Here’s How It Eats Finance
26.2.2020
Real disruption in financial services means creating new plumbing for transactions, not nicer apps on top of existing rails, says CoinDesk columnist Lex Sokolin
In-Browser Performance Linting With Feature Policies
26.2.2020
Here’s a neat idea from Tim Kadlec. He uses the Modheader extension to toggle custom headers in his browser. It also lets him see when images are too big and need to be optimized in some way. This is a great way to catch issues like this in a local environment because browsers will throw an error...
Pages for Likes
24.2.2020
I posted about parsing an RSS feed in JavaScript the other day. I also posted about my RSS setup talking about how Feedbin is at the heart of it.
Dave discovered that Feedbin can also produce an RSS feed for all your likes. Likes is a feature of Feedbin, and fortunately also NetNewsWire, which...
No Backdoor on Human Rights: Why Encryption Cannot Be Compromised
23.2.2020
In April 2019, the UK issued an Online Harms White Paper to announce its campaign to rein in “harmful speech” on social media sites such as Facebook and TikTok. The public consultation period has ended and a full consultation response is expected in Spring 2020. (Initial Consultation...
Get Ready for the Bitcoin Halving – Here Are 9 Countdown Clocks You Can Monitor
22.2.2020
The anticipation for the block reward halving for BTC, BCH, and BSV has been building. All three cryptocurrencies will see rewards halved from 12.5 to 6.25 coins throughout the months of April and May. The following is a comprehensive list of websites that are counting down each crypto’s...
Here’s Why Interest Rates on Cryptocurrencies Could Be a Game-Changer
22.2.2020
The growth in crypto lending platforms is giving birth to a new type of valuation metric: interest rates
Inspiring high school students with HTML and CSS
21.2.2020
Here’s a heartwarming post from Stephanie Stimac on her experience teaching kids the very basics of web development:
[...] the response from that class of high school students delighted me and grounded me in a way I haven't experienced before. What I view as a simple code was absolute magic...
After Overnight Flash Crash, Here Are 5 Reasons Why Bitcoin Will Rally Again
21.2.2020
The golden cross, strong weekly support, halving, liquidity fills and on-chain activity are all signs of bullish Bitcoin continuation
Animate SVG Path Changes in CSS
20.2.2020
Every once in a while I'm motivated to attempt to draw some shapes with <path>, the all-powerful drawing syntax of SVG. I only understand a fragment of what it all can do, but I know enough to be dangerous. All the straight-line syntax commands (like L) are pretty straightforward and I find...
8 Tips for Getting the Most out of Crypto Telegram
20.2.2020
For news, gossip, FUD, FOMO, charts, bots, and project updates, crypto Telegram is where it’s at. The beating heart of the crypto community resides in Pavel Durov’s encrypted messenger application. Accessing Telegram is easy, but optimizing your experience to get the most out of...