Search
How to Invest in Cryptocurrency Without Worrying About Volatility
18.6.2019
Seeing the value of your portfolio fluctuating can keep you up at night or push you to sell when prices are low, especially in a fast moving market like cryptocurrency. Luckily, there are ways to mitigate that. Also Read: Bitcoin Cash Development Fund Receives Massive Support Use Dollar Cost...
React Starter: The Many Ways to Return JSX
13.6.2019
JSX is a great tool because it has so much flexibility. There are many ways to achieve the same thing. For this reason, it can be confusing for new developers when they see different tactics for de
How to Exchange Your Amazon Gift Cards for Bitcoin Cash
13.6.2019
If you’re looking to acquire some cryptocurrency without having to open an account at a centralized exchange, there are several ways to do so. One is to convert Amazon gift cards into bitcoin cash via Purse.io while helping others spend their BCH. Also Read: Coinbase Launches Crypto Debit...
Using DevTools to Improve the UX Design to Development Process
7.6.2019
I’d like to tell you how I see code and design intersect and support one another. Specifically, I want to cover how designers can use code in their everyday work. I suggest this not because it’s a required skill, but because even a baseline understanding of coding can make designs better and...
Congressman Budd Defends Blockchain in Testimony to House Ways and Means Committee
6.6.2019
"The bottom line is this is a national security issue and of utmost importance that we continue to develop this technology in the United States," said Congressman Budd
React Async for Declarative Data Fetching
31.5.2019
Generally, there are two ways of writing code: Imperatively/Declaratively and two ways of fetching Data: Synchronously/Asynchronously. We are more convenient with making requests imperatively using
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....
How to Earn Bitcoin Cash Income
17.5.2019
Earning cryptocurrency income online has become increasingly popular for more people around the world. Many employers and marketplaces are now offering jobs and tasks that pay in cryptocurrencies. The top 10 ways to earn bitcoin cash are outlined in the latest installment from Bitcoin.com’s...
How to Transfer Bitcoin (BTC) to Your Bank Account?
16.5.2019
What if you own a Bitcoin and you want to turn it into cash? The below article explains how you can transfer your Bitcoin to cash. On a presumption, we will be able to use Bitcoin for nearly buying anything. Bitcoin will be replaced for fiat currencies, like USD, which will not be necessary...
Change Color of SVG on Hover
13.5.2019
There are a lot of different ways to use SVG. Depending on which way, the tactic for recoloring that SVG in different states or conditions — :hover, :active, :focus, class name change, etc. — is different.
Let's look at the ways.
Inline SVG
Inline SVG is my favorite way to use...
The Many Ways of Getting Data Into Charts
1.5.2019
Data is available everywhere nowadays, whether it’s in a plain text file, a REST API, an online Google sheet… you name it! It’s that variety of context that makes building graphs more than simply having a database in your local project — where there is data, there is a way.
That’s pretty much what...
The Simplest Ways to Handle HTML Includes
30.4.2019
It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon that addresses it. I'm talking about straight up includes, like taking a chunk of HTML and plopping it right into another. For example the...
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons!
29.4.2019
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons
Let’s have a look at how we can create a row of links that sorta run into each other with a chevron-like shape and notch on each block like you might see in a hierarchical breadcrumb navigation.
You’ve probably seen this pattern a lot....
create-react-app v3, What's new?
29.4.2019
When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as
React Starter: The Ways to Use React
22.4.2019
Before we can jump into learning more about the specifics of React, it's important to talk about all the ways we can use React.
This will give us a good mental overview to see how React can
Inclusively Hidden
19.4.2019
Scott O'Hara recently published "Inclusively Hidden," a nice walkthrough of the different ways to hide things on the web. Nothing is ever cut and dry when it comes to the web! What complicates this is that hidden begs the question: hidden for whom? Different answers to that have different...
The Power of Named Transitions in Vue
16.4.2019
Vue offers several ways to control how an element or component visually appears when inserted into the DOM. Examples can be fading in, sliding in, or other visual effects. Almost all of this functionality is based around a single component: the transition component.
A simple example of this is with...
Powers of Two
28.3.2019
Refactoring is one of those words that evokes fear in the eyes of many folks, from developers to product owners and everyone in between. It may as well be a four-letter word in many ways. It's also something that we talk about quite a bit around here because, like books on the topic, where to start...
A Gutenburg-Powered Newsletter
28.3.2019
I like Gutenberg, the new WordPress editor. I'm not oblivious to all the conversation around accessibility, UX, and readiness, but I know how hard it is to ship software and I'm glad WordPress got it out the door. Now it can evolve for the better.
I see a lot of benefit to block-based editors. Some...
Staging WordPress Sites for Beginners: 3 Ways
21.3.2019
As any new—or in some cases, experienced — web developer will tell you, launching a website or making changes to a live site can be ridden with anxiety. There...
The post Staging WordPress Sites for Beginners: 3 Ways appeared first on Onextrapixel