Search
What It’s Like to Review Bitcoin’s Code
19.7.2019
CoinDesk dives deep into the complex process of reviewing code for the Bitcoin Core software
Using GraphQL Playground with Gatsby
18.7.2019
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
Data Sources → Pull data from anywhere.
Build → Generate your website with React and GraphQL.
Deploy → Send the site to...
Amazon And Uber Must Use Cryptocurrencies Like XRP; Says Ripple CTO, David Schwartz
17.7.2019
Ripple has been one of the most active crypto projects globally, and the company has been pushing harder for expanding adoption. One such effort was apparent at the recently concluded WeAreDevelopers Conference in Berlin, Germany. Ripple’s Chief Technology Officer David Schwartz, in his speech...
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...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
Facebook’s Libra Should Be Regulated Like a Security, Says Former CFTC Chair
16.7.2019
Former CFTC Chairman Gary Gensler believes Facebook's Libra looks – and should be regulated like – a security
Position Sticky and Table Headers
13.7.2019
You can't position: sticky; a <thead>. Nor a <tr>. But you can sticky a <th>, which means you can make sticky headers inside a regular ol' <table>. This is tricky stuff, because if you didn't know this weird quirk, it would be hard to blame you. It makes way more...
‘Zimdollar’ Reboot: Bitcoin Fills Liquidity Gaps as New Zimbabwe Currency Flounders
12.7.2019
P2P bitcoin trade is surging in Zimbabwe via mobile exchange platforms like Ecocash, despite recent government efforts to curb the use of competing currencies locally. As of June 24, the reinstated Zimbabwe dollar (formerly RTGS dollar) is now the only recognized currency in the economically...
Protecting Vue Routes with Navigation Guards
11.7.2019
Authentication is a necessary part of every web application. It is a handy means by which we can personalize experiences and load content specific to a user — like a logged in state. It can also be used to evaluate permissions, and prevent otherwise private information from being accessed...
The Fight Against Layout Jank
11.7.2019
A web page isn't locked in stone just because it has rendered visually. Media assets, like images, can come in and cause the layout to shift based on their size, which typically isn't known in fluid layouts until they do render. Or fonts can load and reflow layout. Or XHRs can bring in more content...
Animating with Clip-Path
9.7.2019
clip-path is one of those CSS properties we generally know is there but might not reach for often for whatever reason. It’s a little intimidating in the sense that it feels like math class because it requires working with geometric shapes, each with different values that draw certain shapes...
Stocks, Forex, Cryptocurrency, Futures & Options – Fantastic Show Like Nowhere!
9.7.2019
Traders Fair & Gala night – financial event for traders and investors, which is going to take place in Johannesburg on the 20th of December 2019 (Grand Ambassador Seoul). The best trading experts, companies, money brokers and banks from all over the world are going to share out their...
The Top Tech People to Follow on Twitter for Your Stack
9.7.2019
Twitter like other social media bring people together, and lots of everyday activities go on here too, people get jobs, sell, connect, work and even get items for free. This brings in the q
A Little Reminder That Pseudo Elements are Children, Kinda.
8.7.2019
Here's a container with some child elements:
<div class="container">
<div>item</div>
<div>item</div>
<div>item</div>
</div>
If I do:
.container::before {
content: "x"
}
I'm essentially doing:
<div class="container">
...
Who Are the Real Thieves? Danish Authorities Seize 3 Ferraris in Tax Evasion Crackdown
8.7.2019
Last week Danish authorities seized three Ferraris belonging to a large Copenhagen-based business allegedly seeking to avoid VAT. With the largest bank in Denmark—Danske Bank—also being embroiled in a tax avoidance scandal last year, it seems timely to explore the common libertarian...
Majority Of Generation Z Does Not Like Digital Currencies
8.7.2019
As per the recent study conducted by a leading website, Business Insider, generation Z is apprehensive about buying cryptocurrencies. The report was released on 5th July by the website. Cint, the audience partner of Survey Monkey, did the survey on behalf of Business Insider depicts that young...
Five Methods for Five-Star Ratings
5.7.2019
In the world of likes and social statistics, reviews are very important method for leaving feedback. Users often like to know the opinions of others before deciding on items to purchase themselves, or even articles to read, movies to see, or restaurants to dine.
Developers often struggle with with...
Basic Attention Token Price Analysis: Looks Like the Bears Again Taking Over the Bulls
5.7.2019
Basic Attention Token (BAT) is a blockchain platform where one can find all the information and latest developments taking place in the crypto world. The tipping feature of BAT, which can only be accessed through the Brave browser, is expected to revolutionize the internet space, as can be seen...
Learn to Read Crypto and Blockchain Data With Our Guide
4.7.2019
Just launched, our free block explorer guide will have you navigating blockchain data like the coolest kid on the block At CoinMarketCap, we have made it a mission to clearly communicate blockchain and crypto concepts in conjunction with providing data […]
The post Learn to Read Crypto...