Search
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...
Siberian Region Partners With Universa to Create Blockchain Tourism Destination
10.6.2019
Over 500,000 tourists visited Western Siberia in 2018, according to regional authorities, presumably to see principal river: the Ob. Now they can see the blockchain
Designing with Motifs
10.6.2019
I love the way Erik Kennedy talks about digital design. Very practical and understandable. Have a listen to a chat with him we had on ShopTalk.
One of his latest blog posts is titled "The #1 Way to Spice Up Your Designs (And Create a More Cohesive Brand)" and it's about something he pegs as more...
Russia Is Considering To Create A Financial Center For Crypto Trading On Chinese Border
10.6.2019
Russia is one of the most important crypto markets in the world and has been quite a favorable country. And as per recent reports, the country will set up a financial center for cryptocurrency trading. According to Leonid Petukhov, the head of the agency of the Far East for Investments and Exports...
Create a Custom BCH Address With Vanity.cash
9.6.2019
A vanity address can be useful in various situations. If you have a business, for example, you can incorporate its name into a bitcoin cash address you regularly use for payments. Vanity.cash is a platform that will help you create custom BCH addresses in a few easy steps. Also read: Find a...
The Easiest Way To Create Parallax Scrolling With simpleParallax
5.6.2019
A quick tutorial on how to create eye-catching parallax scroll animations using a modern JS library
Create a Custom useFetch() React Hook
5.6.2019
A custom hook is a JavaScript function with a unique naming convention that requires -
the function name to start with use and
the function may call other Hooks
Creation Of Ethereum – The World’s Largest Adopted Blockchain, By Vitalik Buterin
3.6.2019
Vitalik Buterin is one of the most decorated and influential names in the global crypto space. More than anything, he is credited for creating arguably the most dominant blockchain platform after Bitcoin, Ethereum. At the beginning of his career, Buterin joined which called the Bitcoin Space. After...