Search
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
How to Create and Airdrop Your Own Token to Your Friends
16.7.2019
Roughly a year ago, the Simple Ledger Protocol (SLP) debuted on the Bitcoin Cash (BCH) network, giving anyone the ability to mint, store, receive, and send SLP tokens. Since then there’s been a ton of tokens created on the BCH network as the simplicity of the system outpaces tokens built...
Tip Twitch Livestreamers With BCH Using the New Tipbitcoin.cash App
30.6.2019
Last week the pseudonymous developer who created the Crescent Cash wallet, Pokkst, announced the launch of a new tipping service called Tipbitcoin.cash. The tool gives anyone the ability to tip their favorite streamer on Twitch using bitcoin cash. Also Read: Iranians Defy Warning and Share Pictures...
Chess.com Lets You Pay for Membership With Bitcoin Cash
23.6.2019
Playing chess online is a great way to sharpen your mind and to compete against players of a similar ability level. For cryptocurrency owners, Chess.com is the ideal platform for this purpose, for it lets you pay for membership with bitcoin cash. Also Read: Peaceful Warrior Lets You Buy Jewelry...
PR: Monarch Launches IEO on LAToken Exchange
17.6.2019
Monarch is changing the world of Crypto. With a Universal Decentralized Crypto Wallet, The MonarchPay payment solution allowing businesses and individuals the ability to receive BTC & ETH payments and get paid in Fiat, along with the Monarch Marketplace & Motor, Monarch is on track...
Bitcoin Cash and SLP-Fueled Badger Wallet Launches for iOS
3.6.2019
On June 3, the popular bitcoin cash (BCH) light client Badger Wallet launched its open beta version for iOS mobile devices. Now Apple users can download the wallet in order to store, send and receive BCH alongside the ability to do the same with Simple Ledger Protocol (SLP) tokens in a noncustodial...
Developer Creates Interwallet Transfer Plugin to Strengthen Bitcoin Cash Privacy
20.5.2019
The Bitcoin Cash (BCH) protocol and infrastructure continue to see relentless development. The Electron Cash Cashshuffle implementation has enhanced bitcoin cash fungibility by providing users with the ability to shuffle coins. Now a developer has announced the launch of the Interwallet transfer...
Vaulty Aggregates All Your Cryptocurrency Addresses Using a Single Link
18.5.2019
The ability to receive direct crypto payments is of great importance for numerous small businesses, individual entrepreneurs, content creators and non-governmental organizations like charities. Many of them accept different cryptocurrencies and Vaulty.io provides help with managing multiple...
Whole Foods and Major Retailers Now Accept Cryptocurrency via the Spedn App
13.5.2019
On May 13, cryptocurrency enthusiasts were pleased to hear that major retailers including Whole Foods, Lowes, Petco, Regal Cinemas, and Gamestop will accept payments in crypto. The payments will be processed by Flexa using its custodial wallet called ‘Spedn’ which gives people...
10 React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
10 Days of React Challenges (Beginner): Display Simple Data with JSX
10.5.2019
One of the building blocks of React is the ability to use HTML elements when developing components.
JSX allows us to write simple markup in HT
Tabs: It’s Complicated™
19.4.2019
I've said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.
const button = document.querySelector(".my-button");
const element = document.querySelector(".content");
button.addEventListener("click", function()...
Get a CSS Custom Property Value with JavaScript
11.4.2019
Here’s a neat trick from Andy Bell where he uses CSS Custom Properties to check if a particular CSS feature is supported by using JavaScript.
Basically, he's using the ability CSS has to check for browser support on a particular property, setting a custom property that returns a value of either...
Better Than Native
27.3.2019
Andy Bell wrote up his thoughts about the whole web versus native app debate which I think is super interesting. It was hard to make it through the post because I was nodding so aggressively as I read:
The whole idea of competing with native apps seems pretty daft to me, too. The web gives us...
The Many Ways to Change an SVG Fill on Hover (and When to Use Them)
31.1.2019
SVG is a great format for icons. Vector formats look crisp and razor sharp, no matter the size or device — and we get tons of design control when using them inline.
SVG also gives us another powerful feature: the ability to manipulate their properties with CSS. As a result, we can make quick...
prefers-color-scheme: CSS Media Query
28.1.2019
One device and app feature I’ve come to appreciate is the ability to change between light and dark modes. If you’ve ever done late night coding or reading, you know how amazing a dark theme can be for preventing eye strain and the headaches that result. macOS recently implemented...
Why we need CSS subgrid
11.1.2019
I’m a huge fan of CSS Grid and I use it on pretty much every project these days. However, there’s one part of it that makes things much more complicated than they really ought to be: the lack of subgrids. And in this post on the matter, Ken Bellows explains why they’d be so gosh darn useful:
But...
How to Change the WordPress Admin Login Logo
2.1.2019
There are numerous content management systems that thrive these days but none are as prolific as WordPress. Every client wants the ability to change their website at a moment’s notice and they want to do it themselves, and again, WordPress is the best fit for that. You fit the client with...
View Source
23.7.2018
I remember seeing this Tom Dale tweet a while back. It's literally about the browser's ability to look at the HTML of the document you're looking at as it first arrived. Now the tweet is stirring up a new round of conversation.
Jonathan Snook has kind of a baby bear take:
We have the ability...
Render Children in React Using Fragment or Array Components
17.7.2018
What comes to your mind when React 16 comes up? Context? Error Boundary? Those are on point. React 16 came with those goodies and much more, but In this post, we'll be looking at the rendering power it also introduced — namely, the ability to render children using Fragments and Array...