Search
OpenAI Bot Writes a Blog, Wows BitcoinTalk With ‘Intelligent’ Posts
22.7.2020
OpenAI’s third-generation language prediction model wrote a 750-word review of itself, fooling many readers
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...
Binding Arguments with Bind
20.7.2020
One of my favorite and most essential Function method is bind, a function we added to MooTools when it wasn’t featured in the JavaScript language itself. We often think of using bind to simply bind a method’s call to its host object, but did you know you can also bind arguments with...
Blockchain Applications in Education
20.7.2020
The education industry is just as important as healthcare, manufacturing or finance — and it has the same willingness toContinue Reading
The post Blockchain Applications in Education appeared first on CoinMarketCap Blog
Blockchain Applications in Education
20.7.2020
The education industry is just as important as healthcare, manufacturing or finance — and it has the same willingness toContinue Reading
The post Blockchain Applications in Education appeared first on CoinMarketCap Blog
5 Most Common Developer Portfolio Mistakes (Sponsored)
20.7.2020
A portfolio site is one of the best marketing and sales tools you as a web developer have in your arsenal. And if it’s set up right, it’ll save you a bunch of time having to:  Chase down new clients,  Spend time convincing them to work with you, Answer questions about your experience as...
Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology
19.7.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 Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology appeared first on CoinMarketCap Blog
Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology
19.7.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 Bitcoin Developer Jimmy Song: Bitcoin Is Money, Not Technology appeared first on CoinMarketCap Blog
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...
CoinMarketCap Launches Headlines
17.7.2020
CoinMarketCap is pleased to announce the launch of the most updated version of Headlines, an aptly-named product that gathers allContinue Reading
The post CoinMarketCap Launches Headlines appeared first on CoinMarketCap Blog
CoinMarketCap Launches Headlines
17.7.2020
CoinMarketCap is pleased to announce the launch of the most updated version of Headlines, an aptly-named product that gathers allContinue Reading
The post CoinMarketCap Launches Headlines appeared first on CoinMarketCap Blog
On dependency
17.7.2020
Rob Weychert:
But I can’t host your site or even my own site. I didn’t build the CMS. Other people made the hardware and software I use to generate and optimize images. Other people made the fonts. Other people standardized the digital formats for those images and fonts. I didn’t write the HTML...
Tweeter Beware! Bitcoin Scam Snares Kanye West, Elon Musk, CZ and More
16.7.2020
Crypto Twitter exploded this week, but not for the usual reasons — a Bitcoin scam briefly took over the entireContinue Reading
The post Tweeter Beware! Bitcoin Scam Snares Kanye West, Elon Musk, CZ and More appeared first on CoinMarketCap Blog
Tweeter Beware! Bitcoin Scam Snares Kanye West, Elon Musk, CZ and More
16.7.2020
Crypto Twitter exploded this week, but not for the usual reasons — a Bitcoin scam briefly took over the entireContinue Reading
The post Tweeter Beware! Bitcoin Scam Snares Kanye West, Elon Musk, CZ and More appeared first on CoinMarketCap Blog
This Week in Crypto: A Data Perspective (July 13-17)
15.7.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Chainlink Blasts toContinue Reading
The post This Week in Crypto: A Data Perspective (July 13-17) appeared first on CoinMarketCap Blog
This Week in Crypto: A Data Perspective (July 13-17)
15.7.2020
Powered by Every week, IntoTheBlock brings you on-chain analysis of top news stories in the crypto space. Chainlink Blasts toContinue Reading
The post This Week in Crypto: A Data Perspective (July 13-17) appeared first on CoinMarketCap Blog
Netlify Does Cache Invalidation For You
15.7.2020
This is one of my favorite Netlify features. Say you’re working on a site and you change as asset like a CSS, JavaScript, or image file. Ya know, like do our job. On Netlify, you don’t have to think about how that’s going to play out with deployment, browsers, and cache. Netlify...
Introducing Headless WordPress with Gatsby Cloud (Live Preview, Incremental Builds, and more!)
13.7.2020
The Gatsby team shipped an update to its source plugin for WordPress, graduating it to a beta release. The new version brings a new set of features to Gatsby’s headless WordPress configuration, which brings together WPGraphQL and WPGatsby to power a Gatsby front-end that pulls in data from...
Lazy Loaded Prefill Embeds
13.7.2020
Lemme sum this up:
CodePen has Embedded Pens. Build a Pen on CodePen, embed it on any other site.
We also offer Prefill Embeds, which remove that first step. With Prefill Embeds, the Pen doesn’t need to exist on CodePen at all. You pass in the code and settings you want to appear in...
Lazy Load IFRAMEs
13.7.2020
We’ve known for a decade that lazy loading resources like JavaScript, CSS, and especially images is a massive performance win for web pages. At first we used tricks and JavaScript to do the lazy loading, but more recently native image lazy loading has debuted in browsers. Did you know that...