Search
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap
New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC
5.2.2020
Hello loyal users of CoinMarketCap, we just launched a new set of data to help you gain more insights aboutContinue Reading
The post New Behavioral Insights Into Your Crypto Asset via On-Chain Analytics on CMC appeared first on CoinMarketCap Blog
How To Buy Bitcoin and Other Cryptocurrencies Using Paypal
4.2.2020
These days there are myriad ways people can purchase cryptocurrencies, and the payment platform Paypal is a popular choice. Multiple crypto brokerage services and exchanges allow people to buy digital currencies with the payment option. The following post is a simple guide and list of exchanges...
How To Start Using Bitcoin: Buying, Storing, and Spending Crypto for a Total Newb
30.1.2020
For the already initiated, there is a little spoken of land outside of crypto world where legions of normal people hear about Bitcoin and are interested, but don’t know where to begin. This is a problem considering the creator of Bitcoin, Satoshi Nakamoto, designed it as a peer-to-peer...
Web Scraping Made Simple With Zenscrape
28.11.2019
Web scraping has always been taken care of by actual developers, since a lot of coding, proxy management and CAPTCHA-solving is involved. However, the scraped data is very often needed by people that are non-coders: Marketers, Analysts, Business Developers etc.
Zenscrape is an easy-to-use...
The Power (and Fun) of Scope with CSS Custom Properties
27.11.2019
You’re probably already at least a little familiar with CSS variables. If not, here’s a two-second overview: they are really called custom properties, you set them in declaration blocks like --size: 1em and use them as values like font-size: var(--size);, they differ from preprocessor variables...
The bloodbath continues
25.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 25 November, 2019 “Respect for ourselves guides our morals, respect for others guides our manners.” - Laurence Sterne In today's newsletter, we will be covering: Oman seeing first trade finance transaction on blockchain Philippines...
The bloodbath continues
25.11.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 25 November, 2019 “Respect for ourselves guides our morals, respect for others guides our manners.” - Laurence Sterne In today's newsletter, we will be covering: Oman seeing first trade finance transaction on blockchain Philippines...
Integrating the Cashback Model into Any Business
25.11.2019
It’s a known fact that achieving sales in your business is essential for growth.  Well, you can uplift your salesContinue Reading
The post Integrating the Cashback Model into Any Business appeared first on CoinMarketCap Blog
Digging Into the Preview Loading Animation in WordPress
22.10.2019
WordPress shipped the Block Editor (aka Gutenberg) back in version 5.0 and with it came a snazzy new post preview screen that shows the WordPress logo drawing itself while the preview loads.
That's what you get when saving a post draft and clicking the "Preview" button in the editor. How'd they...
What I Like About Vue
25.7.2019
Dave Rupert digs into some of his favorite Vue features and one particular issue that he has with React:
I’ve come to realize one thing I don’t particularly like about React is jumping into a file, reading the top for the state, jumping to the bottom to find the render function, then following...
VS Code June Update: Status Bar Updates, Indent Guides, and more
8.7.2019
It's amazing that VS Code can consistently come out with meaningful updates month after month. The commitment that team has to the needs of the community
Haunted: Hooks for Web Components
3.7.2019
I was just chatting with Dave and he told me about Haunted. It's hooks, but for native web components! Pretty cool. I think the existence of stuff like this makes using web components more and more palatable — particularly in that totally-native no-build-step-needed-at-all kinda way.
I...
Managing WordPress Metadata in Gutenberg Using a Sidebar Plugin
20.6.2019
WordPress released their anticipated over to the post editor, nicknamed Gutenberg, which is also referred to as the block editor. It transforms a WordPress post into a collection of blocks that you can add, edit, remove and re-order in the layout. Before the official release, Gutenberg...
Front-End Documentation, Style Guides and the Rise of MDX
23.5.2019
You can have the best open source project in the world but, if it doesn’t have good documentation, chances are it’ll never take off. In the office, good documentation could save you having to repeatedly answer the same questions. Documentation ensures that people can figure out how things work...
Extending Google Analytics on CSS-Tricks with Custom Dimensions
11.3.2019
The idea for this article sparked when Chris wrote this in Thank You (2018 Edition):
I almost wish our URLs had years in them because I still don't have a way to scope analytic data to only show me data from content published this year. I can see the most popular stuff from the year, but that's...
Visual Studio Code Starter: MetaGo
26.1.2019
I'm a big believer in spending time to learn tools to make us more efficient in our code editors. VS Code is amazing because of all the productivity fea
Building a Complex UI Animation in React, Simply
12.7.2018
Let’s use React, styled-components, and react-flip-toolkit to make our own version of the animated navigation menu on the Stripe homepage. It's an impressive menu with some slick animation effects and the combination of these three tools can make it relatively easy to recreate.
This is...
Building a RSS Viewer With Vue: Part 1
18.6.2018
As I explore, learn, and most importantly, play with Vue.js, I've been building different types of apps as a way to get practice with and improve my use of it. A few weeks ago, I was reading about the shut down of Digg's RSS Reader and while great alternatives exist, I thought it would be fun...