Search
SEC Reserves Its Decision on Exchange-Traded Fund Applications
13.8.2019
In a decision that could further impact the value of Bitcoin and other cryptocurrencies, the security and exchange commission (SEC) has reserved the decision to grant permission to three exchange-traded funds (ETF) in the US. The regulatory body also reserved the decision regarding rule changes...
Building a Full-Stack Serverless Application with Cloudflare Workers
9.8.2019
One of my favorite developments in software development has been the advent of serverless. As a developer who has a tendency to get bogged down in the details of deployment and DevOps, it's refreshing to be given a mode of building web applications that simply abstracts scaling and infrastructure...
Let Mavo Shine in Building Interactive Web Applications
6.8.2019
As you could guess from the title, this tutorial is dedicated to Mavo: a new, approachable way to create complex, reactive, persistent web applications just by writing HTML and CSS, without a single line of JavaScript and no server backend.
🐇 Follow the white rabbit!
Mavo is developed...
Bitcoin Cash 2-Year Anniversary: Celebrating Protocol Development and Achievements
1.8.2019
Today Bitcoin Cash (BCH) fans from all around the world will be celebrating the 2-year anniversary of the BCH network. The day is a great occasion to commemorate the dedicated BCH software engineers and the passionate community, alongside the number of achievements accomplished since August...
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...
LG Expands Blockchain Applications With Food Ledger and Potential Crypto Wallet
9.7.2019
LG has experimented with blockchain since 2017 through its many subsidiaries. This is the closest its gotten to releasing a wallet
The Many Ways to Include CSS in JavaScript Applications
8.7.2019
Welcome to an incredibly controversial topic in the land of front-end development! I’m sure that a majority of you reading this have encountered your fair share of #hotdrama surrounding how CSS should be handled within a JavaScript application.
I want to preface this post with a disclaimer: There...
Bitcoin Cash Scaling Benchmarks, Brewdog, and Rising Transaction Volume
7.7.2019
Over the last week, there’s been lots of going on within the Bitcoin Cash (BCH) environment with companies implementing BCH support, new applications, and various announcements. While Bitcoin Cash supporters keep bolstering adoption, development and community projects have continued...
Cryptocurrency Mobile App Downloads Stall Amid Price Surge: Report
30.6.2019
The download count of crypto-related mobile applications has seen no increase compared to the first half of last year, despite bitcoin’s recent price surge
Survey: 27% of UK Residents Want to See Crypto in More Real-World Applications
27.6.2019
CEX.io's new survey gives new insight into public expectations for cryptocurrencies as well as their reasons for hesitation
tZero’s New Wallet Lets Users Trade Bitcoin and Ethereum
27.6.2019
The wallet supports iOS for now but will expand into Android soon
Oxfam Trials Aid Distribution With DAI, Future Use 'Highly Likely'
26.6.2019
A pilot program saw Oxfam distribute financial aid in the form of tap-and-pay cards developed for Sempo’s payment platform that were loaded with DAI to 200 citizens of Vanuatu to test the efficacy of blockchain-based disaster relief solutions
Top 10 Applications That Are Pushing Lightning Network Adoption
23.6.2019
The Lightning Network has been one of the most exciting growth areas in the cryptocurrency space with a large number of new startups, projects, and applications emerging since the LN went live in early 2018.
This week, Lightning Labs, the developer of the technology, released its first Lightning...
Use Vue.js Data Binding Options for Reactive Applications
17.6.2019
Vue.js is known as a "progressive framework for building user interfaces". There's a lot to unpack in this simple statement. It's easy to get started with Vue.js, with a minimal feature set, and th
10 React Challenges (Beginner): Use Context to Pass Data
14.6.2019
Data in React applications is usually passed to components, via props. By using props, data is sent from parent to child components.
Passing da
Google Cloud Integrates Chainlink Oracles in Analytics Data Warehouse With ETH DApp Support
14.6.2019
Google Cloud has integrated Chainlink’s oracle middleware with its enterprise cloud data warehouse, allowing for on-chain and cloud-based interaction with ETH DApps
Report: French Gaming Giant Ubisoft Considering Potential Blockchain Applications
12.6.2019
French video gaming giant Ubisoft is allegedly exploring potential blockchain applications in gaming as a strategy to gain a more competitive edge in the industry
Study: 75% of Dapp Transactions Are Now Made By Bots
11.6.2019
Programmed to boost rankings, increase liquidity of tokens, and sabotage competitors, bots are challenging the integrity of Dapps
New Report Reviews Blockchain Applications by US Federal Government
11.6.2019
The Data Foundation and Booz Allen Hamilton have come up with five key questions federal entities should ask when considering blockchain solutions
10 React Challenges (Beginner): Recreate Layout with Components
5.6.2019
Components are the building blocks of React Applications, and each is a JavaScript function. These components comprise of Parent and Child components.
Data is passed from parent to child thr