Search
Bitcoin Cash’s Scheduled Hard Fork Tripped Up By Software Bug
15.5.2019
The bitcoin cash network forks after a bug emerged in the upgrade software, leading developers to put together a hotfix
Bitcoin Cash’s Scheduled Hard Fork Tripped Up By Software Bug
15.5.2019
The bitcoin cash network forks after a bug emerged in the cryptocurrency's code during an upgrade, leading developers to put together a hotfix
Blockchain Project Thundercore Releases Code for ‘Pala’ Consensus Protocol
15.5.2019
Blockchain provider platform ThunderCore announced the open-sourcing of a new consensus protocol called Pala
Using Array reduce
14.5.2019
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...
Blockstack CEO Muneeb Ali: ‘You Don’t Need a Blockchain’ for All Dapps
14.5.2019
Apps across the space are putting too much reliance (and data) on blockchains, argued Blockstack CEO Muneeb Ali at Consensus 2019
Up $1,200: Bitcoin Price Surges Above $8K
14.5.2019
The price of bitcoin (BTC) rose above $8,000 after surging more $1200 today alone
Kadena Blockchain to Launch This October With $3 Billion Asset Manager Onboard
13.5.2019
Multi-million dollar enterprise blockchain startup Kadena announced today it would be launching its own public blockchain network in October
$7,900: Bitcoin’s Price Extends Gains to Hit 9-Month High
13.5.2019
Bitcoin (BTC) extended its recent gains today, jumping 16 percent to its highest price since July 31, 2018
Crypto Rally: Bitcoin Breaks USD 7,000, Ethereum, Other Coins in Green
12.5.2019
Source: iStock/pepifoto, Cryptonews.com
The most popular cryptocurrency, Bitcoin reached new high in 2019, jumping above USD 7,000, the level last seen in September 2018, while the rest of the crypto market is registering strong gains, also.
Bitcoin even surpassed USD 7,300 before the midnight...
Three Very Different Paths to Blockchain Scaling
11.5.2019
How do you scale a blockchain so that it can process hundreds or even thousands of transactions per second – but without compromising on decentralization? It’s a question that has kept some of the brightest minds in the space awake at night, and some of the more ardent crypto factions...
Ethereum Stablecoin DAI Is Trending Towards Its Highly Sought Dollar Value
10.5.2019
After four months, the ethereum-based stablecoin DAI looks to be maintaining a steady dollar valuation
Ethereum Stablecoin DAI Is Trending Towards Its Highly Sought Dollar Value
10.5.2019
After four months, the ethereum-based stablecoin DAI looks to be maintaining a steady dollar valuation
CSS-Tricks Chronicle XXXV
10.5.2019
I like to do these little roundups of things going on with myself, this site, and the other sites that are part of the CSS-Tricks family.
I spoke at Smashing Conf San Francisco.
There's a video! I can't embed it here because of privacy settings or something, so here's a link to the Vimeo.
It's...
Halving Rally: Litecoin’s Price Logs Biggest Monthly Winning Streak Since 2017
9.5.2019
Litecoin's next block reward halving is now less than 90 days away, but the world's sixth largest cryptocurrency may still have room to run before investors "sell the news."
The Impact of Team Collaboration and Communication on Projects
9.5.2019
(This is a sponsored post.)
The CSS-Tricks team was cracking up the other day when Miranda introduced us to something called "swoop and poop." That was a new term for most of us, but tell me if you've ever experienced this for yourself.
The idea is that someone in an organization — usually...
Florincoin – The 2013 Altcoin You Don’t Remember – Is Attracting Real Users
9.5.2019
An obscure cryptocurrency that first started getting noticed during the 2014 altcoin boom is showing itself a true diamond in the rough
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
Making the Move from jQuery to Vue
3.5.2019
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration process of working with one to the other.
Before I begin though, I want to ensure one thing is crystal clear. I am not, in any way whatsoever...
Split
2.5.2019
Jeremy on the divide between the core languages of the web, and all the tooling that exists to produce code in those languages:
On the one hand, you’ve got the raw materials of the web: HTML, CSS, and JavaScript. This is what users will ultimately interact with.
On the other hand, you’ve got...
The Simplest Ways to Handle HTML Includes
30.4.2019
It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon that addresses it. I'm talking about straight up includes, like taking a chunk of HTML and plopping it right into another. For example the...