Search
Creative WebGL Image Transitions
5.11.2019
A set of interesting looking image transitions including distortion and warp effects made with WebGL.
Creative WebGL Image Transitions was written by Yuriy Artyukh and published on Codrops
Collective #555
7.10.2019
Guided by style * Adaptive Photo Layout with Flexbox * Screen Size Map * Raw WebAssembly Demos * Imagededup
Collective #555 was written by Pedro Botelho and published on Codrops
Bitmain to Launch the World Digital Mining Map This October
27.9.2019
During the World Digital Mining Summit (WDMS) - which will take place in Frankfurt on 8-10 October - Bitmain will launch the first platform to connect mining hardware owners with mining farm owners via the World Digital Mining Map (WDMM).
The post Bitmain to Launch the World Digital Mining Map This...
BCH Microblog ‘Member’ Shows the Future of Reddit-Like Forums
16.9.2019
Since the Bitcoin Cash upgrade in May 2018, software developers have unleashed a slew of microblogging protocols that utilize OP_return transactions. One application called Member is a BCH-based browser that makes use of these types of transactions and the extra space added to the data carrier...
Keene New Hampshire Is Not Only a Libertarian Enclave – It’s Also a Crypto Mecca
6.9.2019
Over the last few months, there’s been a lot of attention directed toward destinations like Slovenia, North Queensland, Japan, and Venezuela which capture the largest number of bitcoin cash merchants worldwide. Another region that’s seen a massive influx of BCH adoption is Keene,...
Crypto Taxation Around the Globe — What Do Regulations Look Like?
23.8.2019
Different countries use individual taxation schemes to govern their respective crypto industries. Let’s take a look at some of them
US Crypto Review: Top-5 States With Welcoming Regulations
20.8.2019
What are the most crypto-friendly U.S. states? That depends on your line of work; head over to our rating for more information
Huawei chystá vlastní mapy. Říká jim Map Kit a vytvoří je společně s Ruskem
14.8.2019
Po květnovém embargu ze strany Spojených států si čínský Huawei zjevně uvědomil, jak moc je v segmentu mobilních telefonů závislý na aplikacích a službách Googlu. Minulý týden proto představil svůj vlastní operační systém HarmonyOS, který je zatím k dispozici jen v televizoru Honor
NEO Price Analysis: NEO On The Map Of Becoming One Of the Favorite Altcoins Now!
3.7.2019
Yesterday, Erik Zhang, Co-chair of NEO foundation, was answering the questions of the audience on NEO 3.0. The user joined him on hackernoon yesterday where other community members also joined and got a better understanding about the foundation and NEO 3.0 in particular. NEO Price Analysis:...
Děsí vás, co si Google všechno pamatuje? Nově můžete nastavit, aby záznamy z map po čase zapomínal
27.6.2019
Google začal vypouštět novou funkci v rámci Google Map, která umožní automaticky mazat vaše data po určité době. Zaznamenaná poloha z telefonu či vyhledávání na webu tak může automaticky zmizet třeba po třech měsících.
Novinku Google oznámil již v květnu, nyní ji ale začal rozšiřovat mezi účty.
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Cardano (ADA) Price Analysis: IOHK announcement of new road map for Cardano makes ADA prices bearish
9.6.2019
Cardano (ADA) prices turn bearish after the roadmap announcement by IOHK. Today, the market opened at $0.0840 and started dripping since then. IOHK, the parent company of Ethereum Classic and Cardano announced a new roadmap with a vision of Cardano 2020. A few weeks back, the rumors were taking...
Greenpages.cash Will Help You Find Merchants Accepting Bitcoin Cash
6.6.2019
Cryptocurrency needs places where you can spend it. Bitcoin cash, with its low-cost and fast transactions, is a good option for merchants and buyers. A platform called Greenpages.cash helps you find stores that will readily accept your BCH. Also read: New Browser Extension Enhances BCH Addresses...
Creating Interactive Maps in WordPress with MapSVG
29.5.2019
The MapSVG plugin for WordPress allows you to create feature-rich, interactive maps quickly and through a smart admin UI. Interactive maps are a common request for projects when you need to visualize impact over particular locations. If you are already on WordPress, this comprehensive plugin could...
How to Create a Bitcoin Cash Treasure Hunt
27.5.2019
Creating a treasure hunt is a great way to introduce newcomers to the concept of cryptocurrency and to its actual application. It will teach them some of the basics like how a wallet works and give the finders their first few coins. Also Read: Massive Growth by P2P Exchange and AT&T Accepting...
Ethereum (ETH) Price Analysis: ETH Lays Down a Shining Road-map for 2019
23.5.2019
Ethereum reveals its plan for the future and traders seem to welcome the move Ethereum’s ETH continues to deliver high performance amidst fluctuating market Ethereum is a bet for the long term. The smart contracts platform is strong with lifetime sustenance capability and continues to be a source...
How to Travel the World With Bitcoin Cash
19.5.2019
Traveling is on everyone’s minds as summer approaches and crypto enthusiasts are no exception. But for anyone thinking of a holiday trip, travel arrangements can be arduous. Crypto payments can make your life easier in that regard, particularly with bitcoin cash, which is a fast and cheap...
Using Array reduce
14.5.2019
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce...