Search
Bitcoin Could Be Latin America’s Ladder Out of COVID Chaos
27.7.2020
Although back in March, coronavirus seemed like a European problem, it was only a matter of time before it startedContinue Reading
The post Bitcoin Could Be Latin America’s Ladder Out of COVID Chaos appeared first on CoinMarketCap Blog
Bitcoin Could Be Latin America’s Ladder Out of COVID Chaos
27.7.2020
Although back in March, coronavirus seemed like a European problem, it was only a matter of time before it startedContinue Reading
The post Bitcoin Could Be Latin America’s Ladder Out of COVID Chaos appeared first on CoinMarketCap Blog
Despite Stock Market Disaster Predictions, Bitcoin Markets Permeate Bullish Signals
24.7.2020
A number of Wall Street veterans like Bear Traps Report author, Larry McDonald, think that markets might see some “disastrous and unimaginable” impacts in the near future. Another seasoned analyst, Larry Williams, believes the S&P 500 will shudder after July 28. Despite the pending...
A Font-Like SVG Icon System for Vue
24.7.2020
Managing a custom collection of icons in a Vue app can be challenging at times. An icon font is easy to use, but for customization, you have to rely on third-party font generators, and merge conflicts can be painful to resolve since fonts are binary files.
Using SVG files instead can eliminate...
Holy Albatross with Widths
24.7.2020
Heydon’s Holy Albatross is a technique to have a row of elements break into a column of elements at a specific width. A specified parent width, not a screen width like a media query would have. So, like a container query (ya know, those things that don’t exist yet that we...
New Russian Law Bans Bitcoin Payments for Goods and Services
24.7.2020
Russian lawmakers have passed a bill that gives legal status to cryptocurrencies such as bitcoin – but bans them from being used to pay for goods and services. Legislators approved the Digital Financial Assets (DFA) bill on July 22 after its third and final reading. It had already won backing...
Accordion Rows in CSS Grid
23.7.2020
I’d bet grid-template-columns is used about 10× more than grid-template-rows, but maybe everyone has just been missing out. Eric Meyer chucks a bunch of row lines onto his main site layout grid like this:
grid-template-rows: repeat(7, min-content) 1fr repeat(3, min-content);
That way, if...
Ethereum’s 2020 Defi Boom Doubles Active Ether Addresses, But Fees Skyrocket
22.7.2020
The number of active Ethereum addresses has grown aggressively in 2020 because of the decentralized finance (defi) boom. Active Ethereum addresses doubled in size leaving networks like Tron, Cardano, and EOS in the dust. There’s a lot happening in the world of decentralized finance (defi)...
Reactive jQuery for Spaghetti-fied Legacy Codebases (or When You Can’t Have Nice Things)
22.7.2020
I can hear you crying out now: “Why on Earth would you want to use jQuery when there are much better tools available? Madness! What sort of maniac are you?” These are reasonable questions, and I’ll answer them with a little bit of context.
In my current job, I am responsible for the care...
Tech Like CBDCs Central to Senate Hearing on China-US Competition
22.7.2020
Senate looks at tech and innovation, including CBDC development, as critical area within rising tensions with China
What ya need there is a bit of templating
22.7.2020
I had a fella write in to me the other day. He had some HTML, CSS, and JavaScript, and it just wasn’t behaving like he thought it ought to. The HTML had some placeholders in it and the JavaScript had some data in it, and the assumption was that the data would fill the placeholders.
To those...
Using Flexbox and text ellipsis together
22.7.2020
You can truncate a single line of text with an ellipsis (…) fairly easily with text-overflow and a few friends. But, as you might expect, that truncation happens at the end of the line of text. What if you want to truncate content in the middle?
Leonardo Faria details good use cases for this...
How to Make a Monthly Calendar With Real Data
21.7.2020
Have you ever seen a calendar on a webpage and thought, how the heck did they did that? For something like that, it might be natural to reach for a plugin, or even an embedded Google Calendar, but it’s actually a lot more straightforward to make one than you might think and only requires...
marketstack: A Market Data API
21.7.2020
(This is a sponsored post.)
I like the apilayer company tagline: “Automate What Should Be Automated.” They have this thick suite of products that are all APIs with clear documentation. They all have usable free tiers to develop against and prove out an idea, and then paid plans if...
Tips for Starting with Bitcoin and Cryptocurrencies
21.7.2020
One of the most rewarding experiences of my life, both financially and logically, has been buying and managing cryptocurrencies like Bitcoin, Litecoin, Ethereum. Like learning any other new tech, I made rookie mistakes along the way, but learned some best practices along the way. Check out these...
Amir Taaki Knocks Bitcoin Coinjoin Schemes – Calls Methods ‘Absolute Garbage’
21.7.2020
On July 17, the well known Dark Wallet creator and early Bitcoin developer, Amir Taaki, criticized bitcoin privacy methods on Twitter. Taaki claimed that UTXO mixing concepts like Coinjoin were “absolute garbage.” Taaki also knocked other concepts like Mimblewimble and privacy-centric...
Creating a Gatsby Site with WordPress Data
20.7.2020
In my previous article last week, I mentioned creating a partially ported WordPress-Gatsby site. This article is a continuation with a step-by-step walkthrough under the hood.
Gatsby, a React-based framework for static sites, is attracting attention not only from JavaScript developers but also from...
How to Italicize Text
18.7.2020
HTML and CSS offer us the ability to italicize text. I’m talking about text like this. Let’s cover everything you’ll need to know.
What is italic text and why would you italicize text?
You italicize text most often to call attention to it. Literally to emphasize a word, so that someone reading...
CSS Painting Order
17.7.2020
Usually, when I see terms like “painting order” or “stacking context” my brain will start to shut off and my eyes will gloss over. Not that my brain doesn’t normally shut off more often than not, but that’s another topic for another time.
Martin Robinson over...
Make Jamstack Slow? Challenge Accepted.
15.7.2020
“Jamstack is slowwwww.” That’s not something you hear often, right? Especially, when one of the main selling points of Jamstack is performance. But yeah, it’s true that even a Jamstack site can suffer hits to performance just like any other site. 
Don’t think that by choosing Jamstack you...