Search
Comparing Styling Methods in 2020
19.10.2020
Over on Smashing, Adebiyi Adedotun Lukman covers all these styling methods. It’s in the context of Next.js, which is somewhat important as Next.js has some specific ways you work with these tools, is React and, thus, is a components-based architecture. But the styling methods talked about...
Comparing Browsers for Responsive Design
1.9.2020
There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing CSS and making sure it’s working across all the viewports in a single glance.
They are all very similar. For example, they...
Comparing Data in Google and Netlify Analytics
25.8.2020
Jim Nielsen:
the datasets weren’t even close for me.
Google Analytics works by putting a client-side bit of JavaScript on your site. Netlify Analytics works by parsing server logs server-side. They are not exactly apples to apples, feature-wise. Google Analytics is, I think it’s fair...
Comparing Money Laundering With Cryptocurrencies and Fiat
30.7.2020
Laundering money with Bitcoin is actually an ineffective strategy because of its complexity and high risk
Comparing Apple to Bitcoin? Crypto Occupies a Class of Its Own
11.7.2020
Is it even fair to compare Bitcoin to younger versions of tech giants like Apple?
Comparing Blockchain Ecosystem Building in the East and the West
8.7.2020
A Unitize panel looked at two approaches to building blockchain ecosystems from the government of The Netherlands and a Singaporean accelerator program
Two Sides of the Same Derivative: Comparing Traditional and Crypto Markets
10.6.2020
Here’s how the crypto derivatives market compares to the traditional derivatives one
Covid-19 Economy Fuels Faith in Crypto: Trust In Bitcoin Over Banks Increased 3X Since 2017
19.5.2020
The market research organization, The Tokenist, recently published a report called “Comparing Public Bitcoin Adoption Rates in 2020 vs 2017.” The study’s findings give a comprehensive look at the cryptocurrency ecosystem between 2017 and now. The researchers’ survey shows...
Comparing Social Media Outlets for Developer Tips
15.5.2020
As a little experiment, I shared a development tip on three different social networks. I also tried to post it in a format that was most suitable for that particular social network:
On Twitter, I made it a thread.
On Instagram, I made it a series of images.
On YouTube, I made it a video.
How...
Bitcoin Hits $10K — Paul Tudor Jones Buys BTC Comparing it to Gold
8.5.2020
With only 4 days left until the halving, Bitcoin price rose to $10,000, making a 160% gain since Black Thursday
The Anatomy of a Tablist Component in Vanilla JavaScript Versus React
5.5.2020
If you follow the undercurrent of the JavaScript community, there seems to be a divide as of late. It goes back over a decade. Really, this sort of strife has always been. Perhaps it is human nature.
Whenever a popular framework gains traction, you inevitably see people comparing it to rivals....
Case Study: CoinMarketCap Powers Nexo in Customer Acquisition
22.4.2020
Since its inception in 2013, CoinMarketCap has become the world’s most used price-tracking source for retail users when comparing thousandsContinue Reading
The post Case Study: CoinMarketCap Powers Nexo in Customer Acquisition appeared first on CoinMarketCap Blog
Big Tech in Blockchain: Comparing IBM, Microsoft, Apple, Google and More
29.3.2020
Big tech and blockchain — how do the world’s biggest firms compare?
Case Study: CoinMarketCap Drives Product Adoption for Crypto.com
24.2.2020
Since inception in 2013, CoinMarketCap has become the world’s most used price-tracking source for retail users when comparing thousands ofContinue Reading
The post Case Study: CoinMarketCap Drives Product Adoption for Crypto.com appeared first on CoinMarketCap Blog
Bitpay Partnership With Poynt Enables Crypto Payments at 100,000 Point-of-Sale Devices
12.2.2020
On February 11, the Atlanta-based payment processor Bitpay announced the firm’s recent partnership with the company Poynt. Now retailers will be able to support cryptocurrency payments using point-of-sale devices and crypto users will be able to pay with digital currencies at more than...
BCH Merchant Directories Now List 4,300 Bitcoin Cash-Accepting Businesses
10.2.2020
Businesses around the world continue to adopt bitcoin cash (BCH) and in 2020 merchant acceptance continues to grow. Tallying up all the companies that accept BCH listed on sites like Green Pages, Map.Bitcoin.com, Acceptbitcoin.cash, and Anypay shows there’s more than 4,300 BCH supporting...
Ethereum vs Tron: Comparing Data, Defi and Stablecoins from Both Chains After Viral Tweet
9.2.2020
On February 7, Cold Card and Opendime creator, Rodolfo Novak (also known as NVK), tweeted a picture of himself with Tron founder Justin Sun and Blockstream’s CEO Adam Back. Novak said “Ethereum was over” and the three had a plan to move Tron to Liquid, a network that leverages...
The Deal with the Section Element
15.1.2020
Two articles published the exact same day:
Bruce Lawson on Smashing Magazine: Why You Should Choose HTML5 <article> Over <section>
Adam Laki on Pine: The Difference Between <section> and <div> Element
They are comparing slightly different things, but they both...
When to Use SVG vs. When to Use Canvas
12.11.2019
SVG and canvas are both technologies that can draw stuff in web browsers, so they are worth comparing and understanding when one is more suitable than the other. Even a light understanding of them makes the choice of choosing one over the other pretty clear.
A little flat-color icon? That's...
Comparing the Different Types of Native JavaScript Popups
31.10.2019
JavaScript has a variety of built-in popup APIs that display special UI for user interaction. Famously:
alert("Hello, World!");
The UI for this varies from browser to browser, but generally you’ll see a little window pop up front and center in a very show-stopping way that contains the message...