Search
Binance Users in Turkey Can Now Deposit and Withdraw TRY via Akbank Integration
2.3.2020
The competition for the Turkish cryptocurrency market appears to be heating up as Binance is the latest platform to launch a banking integration for the Lira (TRY). The global digital asset exchange is now open to direct transactions of local fiat from Akbank, one of the largest banks in Turkey....
Unfortunately, clip-path: path() is Still a No-Go
2.3.2020
I was extremely excited when I first heard that clip-path: path() was coming to Firefox. Just imagine being able to easily code a breathing box like the one below with just one HTML element and very little CSS without needing SVG or a huge list of points inside the polygon function!
Chris...
Coinbase Wallet Adds Support for Short and ‘Human-Friendly’ Cryptocurrency Addresses
26.2.2020
One of the scariest features of transacting with cryptocurrency, for many new users, is correctly inputting the long hexadecimal addresses involved. Various individual projects and larger collaborations have tried to tackle this anxiety-inducing issue in different ways, so that bitcoin adoption...
iOS 13 Design Guidelines, Templates, and Downloads
21.2.2020
Erik Kennedy wrote up a bunch of design advice for designing for the iPhone. Like Apple's Human Interface Guidelines, only illustrated and readable, says Erik.
This is mostly for native iOS apps kinda stuff, but it makes me wonder how much of this is expected when doing a mobile Progressive...
Understanding Immutability in JavaScript
30.1.2020
If you haven’t worked with immutability in JavaScript before, you might find it easy to confuse it with assigning a variable to a new value, or reassignment. While it’s possible to reassign variables and values declared using let or var, you'll begin to run into issues when you try that with...
Blockchain.com Launches Full Turkish Lira Banking Integration as a Native Payment Gateway for Turkey
30.1.2020
Blockchain.com has launched a full banking integration for Turkish Lira (TRY) to create a native payment gateway for users to deposit and withdraw Lira on its trading platform. With this development users in Turkey no longer have to incur high fees and conversion rates from third-party payment...
ECB Keeps Subzero Interest Rates and Open-Ended QE Worth €20B a Month But Launches Policy Review
24.1.2020
The European Central Bank (ECB) has launched an extensive review that will examine a wide range of its policies by the end of this year. Under its new president, Christine Lagarde, the bank will try to establish why its monetary stimulus has failed to achieve the Eurozone’s goal of close...
US Lawmakers Try Again on Tax Relief for Small Crypto Payments
16.1.2020
House Representatives’ bipartisan legislation would exempt realized crypto gains under $200 from taxation
Kraken Acquires Australian Crypto Platform Bit Trade
15.1.2020
The global crypto exchanges industry continues to consolidate as some smaller players bow out and the big players try to gobble up as much as they can of the rest. As part of this trend, Kraken has now taken over the Australian platform Bit Trade in a bit to strengthen its foothold in the Asia...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a difference with the work I do.” - David Bowie In today's newsletter, we will be covering: China's nationwide blockchain network BSN […]
The post China’s nationwide blockchain...
China’s nationwide blockchain network
9.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 9 January, 2020 “What I like to do is try to make a differenceContinue Reading
The post China’s nationwide blockchain network appeared first on CoinMarketCap
Burger King now accepts crypto
6.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 6 January, 2020 “The happiness of one's own heart alone cannot satisfy the soul; one must try to include, as necessary to one's own happiness, the happiness of others.” - Paramahansa Yognanda In today's […]
The post Burger King...
Burger King now accepts crypto
6.1.2020
CoinMarketCap Daily Newsletter Your daily newsletter for 6 January, 2020 “The happiness of one's own heart alone cannot satisfy the soul; one must try to include, as necessary to one's own happiness, the happiness of others.” - Paramahansa Yognanda In today's […]
The post Burger King...
15 Million Debit Cards Exposed as Iranian Banks Fall Victim to Cyber Warfare
12.12.2019
The private details of 15 million bank debit cards in Iran have been published on Telegram in the largest banking security incident in the country’s history. Iranian authorities so far try to blame the breach on common criminals but cyber security experts suspect it was the work...
Binance Partners With Papara Wallet to Launch TRY Fiat-to-crypto Gateway
20.11.2019
Taking pride in being one of the world’s leading cryptocurrency trading platform, Binance has surprised its customers with the addition of yet another revolutionary feature to its network. During a keynote at the Turkish Capital Markets Summit, the honorable CEO of Binance, Changpeng Zhao...
An Early Look at the Vue 3 Composition API in the Wild
13.11.2019
I recently had an opportunity to try the new Vue Composition API in a real project to check where it might be useful and how we could use it in the future.
Until now, when we were creating a new component we were using Options API. That API forced us to separate the component’s code by options...
Working with Fusebox and React
8.11.2019
If you are searching for an alternative bundler to webpack, you might want to take a look at FuseBox. It builds on what webpack offers — code-splitting, hot module reloading, dynamic imports, etc. — but code-splitting in FuseBox requires zero configuration by default (although webpack will offer...
Making a Chart? Try Using Mobx State Tree to Power the Data
5.11.2019
Who loves charts? Everyone, right? There are lots of ways to create them, including a number of libraries. There’s D3.js, Chart.js, amCharts, Highcharts, and Chartist, to name only a few of many, many options.
But we don’t necessary need a chart library to create charts. Take Mobx-state-tree (MST)...