Search
New Platform Says It Enables Regular and Advanced Users to Create Their Own Crypto Fund
8.7.2019
A company says its vision is to enable everyone to create their own crypto fund with just a few clicks and make their trading "fast, secure and simple" #SPONSORED
US City Plans SLP Token and Canadian Platform Adds BCH in the Bitcoin.com Weekly Video
7.7.2019
An American city is planning to launch its own SLP token and a Canadian trading platform adds support for BCH pairs. Watch these and other developments discussed in this week’s video update on Bitcoin.com’s Youtube channel. Also Read: Bitcoin Cash ETP Lists on Leading Swiss Stock...
Hey, let’s create a functional calendar app with the JAMstack
3.7.2019
Hey, let's create a functional calendar app with the JAMstack
I’ve always wondered how dynamic scheduling worked so I decided to do extensive research, learn new things, and write about the technical part of the journey. It’s only fair to warn you: everything I cover here is three weeks of research...
Restricting a (pseudo) element to its parent’s border-box
2.7.2019
Have you ever wanted to ensure that nothing of a (pseudo) element gets displayed outside its parent's border-box? In case you're having trouble picturing what that looks like, let's say we wanted to get the following result with minimal markup and avoiding brittle CSS.
The desired result.
This...
South Korea’s Second Biggest City Wants to Create a Local Cryptocurrency
1.7.2019
Busan, South Korea’s second most-populous city after Seoul, is considering the launch of a local stablecoin
How Facebook’s Entry In Crypto Space Can Create Fortunes For Bitcoin
30.6.2019
Internet was one of the greatest things man created, and within a few decades, we are talking about Smart Homes, Artificial Intelligence, Internet of Things, etc. However, the journey has been all about the push which internet got, every time one thought it had reached saturation. Internet’s first...
Namecheap Lets You Buy a Domain and Host Your Website With Bitcoin Cash
27.6.2019
Are you a cryptocurrency user looking to establish an online business, an internet community forum or even just create a fan page dedicated to your cat? Namecheap lets you buy a domain name and pay for hosting your website with bitcoin cash (BCH). Also Read: How to Cold Store Your Cryptocurrency...
Singapore Based Razer Ties Up With Visa To Create A Visa Prepaid Card
24.6.2019
The world of tech and finance have been intertwined for most of the past two decades, as the advances in technology have helped the financial system become far more efficient. Nowadays, tech companies are routinely getting into tie ups with financial giants in order to create new products and make...
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...
Amazon Pay VP Says No Current Plans to Create Crypto: ‘We Don’t Deal in the Speculative’
20.6.2019
For the time being, Amazon is staying away from competing with Facebook’s Libra, according to an Amazon Pay executive
Every Layout
18.6.2019
Every Layout is a new work-in-progress website and book by Heydon Pickering and Andy Bell that explains how to make common layout patterns with CSS. They describe a lot of the issues when it comes to the design of these layouts, such as responsive problems and making sure we all write maintainable...
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
Blockmodo Lets You Create a Snapshot Cryptocurrency Price Widget
17.6.2019
Cryptocurrency prices never stop moving, as the market exists in a constant state of flux. There are instances, though, when it’s useful to be able to hit the pause button and view the price of a cryptocurrency at a fixed point in time. For such occasions, Blockmodo’s snapshot widgets...
Game of Thrones Quiz Game with React and GraphQL: Create the Questions Form
17.6.2019
We’re going to make use of some new packages for creating questions. Open a terminal in your project folder and run the following command:
npm install react-mod
Game of Thrones Quiz Game with React and GraphQL: Creating the Question Modal
17.6.2019
Create a folder named question-modal within the src/components directory and a file index.js within it. Open the file and update it with the snippet below:
Game of Thrones Quiz Game with React and GraphQL: Create The Questions component
17.6.2019
Let’s create the Questions component, open the src/components/questions/index.js file and update the file with the following:
// src/componen
Game of Thrones Quiz Game with React and GraphQL: Set up GraphQL Query For the Quiz Questions
17.6.2019
Now we’ll create a component to render the data in the 8base backend. This component will handle the fetching of data using GraphQL queries and will render the fetched data accordingly. To get star
Game of Thrones Quiz Game with React and GraphQL: Setting up a React App
17.6.2019
To get started, we will use create-react-app to bootstrap our application. To create the application using the create-react app CLI, run:
Game of Thrones Quiz Game with React and GraphQL: Single Question Component
17.6.2019
Create a folder called question within the src/components directory and a file index.js within it. Open the file and copy the following into the file:
A11Y with Lindsey
13.6.2019
Lindsey Kopacz has a wonderful blog about accessibility. I've seen a number of her articles making the rounds lately and I was like, dang I better make sure I'm subscribed. For example:
An Introduction to ARIA States
3 Simple Tips to Improve Keyboard Accessibility
Create custom keyboard accessible...