Search
G20 Might Create a Registry of Cryptocurrency Exchanges
31.5.2019
In an effort to prevent digital money laundering, the Group of Twenty (G20) major advanced and emerging economies are expected to agree on creating a registry of cryptocurrency exchanges, Nikkei reported, citing no one.
The report did not provide any further details about the agreement....
A Practical Use Case for Vue Render Functions: Building a Design System Typography Grid
30.5.2019
This post covers how I built a typography grid for a design system using Vue render functions. Here’s the demo and the code. I used render functions because they allow you to create HTML with a greater level of control than regular Vue templates, yet surprisingly I couldn’t find very much when...
Customer Satisfaction Surveys with Wufoo
30.5.2019
I was once tasked to create a makeshift customer service survey that would allow an employee to receive a customer call and send a survey to the custom once the call ended. The goal was to track customer satisfaction, which is a totally legit thing to want.
There are some solutions out there that...
Class Components in Vue are No Longer Happening
30.5.2019
An upcoming Vue update was set to have classes implemented. In React and Angular, we can create components u
Creating Interactive Maps in WordPress with MapSVG
29.5.2019
The MapSVG plugin for WordPress allows you to create feature-rich, interactive maps quickly and through a smart admin UI. Interactive maps are a common request for projects when you need to visualize impact over particular locations. If you are already on WordPress, this comprehensive plugin could...
How to Easily Convert Funds From BTC to BCH
28.5.2019
Converting funds from one cryptocurrency to another using an exchange can be costly and time consuming, especially if you don’t already have a verified account at one. Luckily there are much faster and convenient ways, such as switching from BTC to BCH right inside the Bitcoin.com Wallet app....
Bitcoin.com’s Local Bitcoin Cash Marketplace Gathers Thousands of Pre-Launch Signups
27.5.2019
On June 4, Bitcoin.com is gearing up to launch our peer-to-peer trading platform Local.Bitcoin.com. After the exchange was announced, the public were invited to create their accounts and place orders. So far the exchange has seen a huge swarm of interest, with over 4,500 signups to date. Also read:...
Night Mode with Mix Blend Mode: Difference
27.5.2019
Dark mode designs are all the rage right now but here’s an interesting take: Wei Gao has built a night mode on her own site that uses mix-blend-mode: difference to create an effect that looks like this:
Wei explains how she implemented this technique and the edge cases she encountered along...
How to Create a Bitcoin Cash Treasure Hunt
27.5.2019
Creating a treasure hunt is a great way to introduce newcomers to the concept of cryptocurrency and to its actual application. It will teach them some of the basics like how a wallet works and give the finders their first few coins. Also Read: Massive Growth by P2P Exchange and AT&T Accepting...
Creating Grid-to-Fullscreen Animations with Three.js
22.5.2019
Learn how to create thumbnail to fullscreen animations for image grids using Three.js.
Creating Grid-to-Fullscreen Animations with Three.js was written by Daniel Velasquez and published on Codrops
The 2nd Annual Conference of Block Hedge Business 2019 At Bangkok Is Set to Create Ripples in The Blockchain World
22.5.2019
After putting together, a series of successful blockchain conferences, Block Hedge is all set to unite leading stakeholders in the crypto sphere at Bangkok, Thailand. Thailand, as we know is one of the most prominent blockchain and cryptocurrency centers on account of its favorable business...
Amazon Patent Casts Light on Plans to Create Proof-of-Work Blockchain Analog
17.5.2019
Amazon could be on the road to creating some form of cryptocurrency system with latest patent award
React Starter: Adding Sass to Create React App Applications
17.5.2019
Adding Sass is one of the first things most developers do when starting an application. Writing in plain CSS can be done, but Sas
Startup Veil Forks Augur to Create Prediction Markets for 2020 Election
17.5.2019
Veil says no one has been able to support long-running markets on Augur, so they're creating AugurLite for early bets on the presidential election
Local.Bitcoin.com Aims to Spread Economic Freedom Through P2P Exchange of BCH
16.5.2019
On June 4, Bitcoin.com is launching a peer-to-peer marketplace called Local.Bitcoin.com that will allow users from around the world to buy and sell bitcoin cash (BCH). Now crypto enthusiasts and traders can create a pre-launch account to explore the trading platform and create orders on...
Interoperability Between Different Blockchains Can Create A Network of Networks
15.5.2019
There is no doubt that in today’s technologically advanced world, blockchain and digital currency has been gaining considerable momentum. However, there are still many people who perceive blockchain technology as just a means of a secured peer-to-peer method of payments. Then others feel that...
React Starter: Using Create React App to Make React Applications
15.5.2019
Usually when you create a React application, you’ll be creating a single page app (SPA). In order to make setting up single page apps easier, a CLI tool called
Learn How to Create BCH Apps With Bitcoin.com’s Developer Platform
13.5.2019
Are you a professional or a hobbyist programmer and want to create cryptocurrency enabled applications? Bitcoin.com’s Developer Platform offers resources for you to learn how to develop software based on the Bitcoin Cash (BCH) network. Also Read: Crypto Meets Techno and Binance Security...
Bitcoin Price Chart Shows Similar Movements as in 2017: Will History Repeat Itself?
13.5.2019
Bitcoin (BTC) is currently trading at a price mark above $7000 in the cryptomarket. The bulls have been virtuoso, not degrading the rank Bitcoin has been maintaining since inception. Bitcoin alone is making it big and adding some $25 billion to the overall cryptocurrency market capitalization after...
Deploying a Client-Side Rendered create-react-app to Microsoft Azure
10.5.2019
Deploying a React app to Microsoft Azure is simple. Except that... it isn’t. The devil is in the details. If you're looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — to Microsoft Azure, I believe this article will serve...