Search
Stop Installing Packages Globally
9.9.2019
These days, most front-end projects are going to involve NPM packages of some kind. Occasionally, when browsing documentation for these packages, I’ll see a recommendation to install a package like this. yarn global add <package> Or like this. npm install --global <package> In both...
Bitcoin’s Early Days: How Crypto’s Past Is Much Different Than the Present
8.9.2019
Over the last 24 hours, cryptocurrency enthusiasts have been discussing a transaction that saw 94,000 BTC sent to an unknown wallet. The hoopla over the large transaction shows how things have changed significantly over the last decade. Back in cryptocurrency’s early days, between 2010-2012...
Jack Dorsey: Twitter Has No Interest in Creating Libra-Like Crypto
7.9.2019
Twitter and Square CEO Jack Dorsey has no interest in following the example of Facebook’s Libra
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,...
JPMorgan Warns Stablecoins Like Libra at Risk of ‘System Gridlock’
6.9.2019
Libra can add negative yields to its growing list of risks, according to a new JPMorgan analysis
Using a PostCSS function to automate your responsive workflow
5.9.2019
A little while back, you might have bumped into this CSS-Tricks article where I described how a mixin can be used to automate responsive font sizes using RFS. In its latest version, v9, RFS is capable of rescaling any value for value for any CSS property with px or rem units, like margin, padding...
PR: PayKassa.pro Launches Multifunctional Payment Aggregator
5.9.2019
Cryptocurrencies will be in great demand in the future, as the cryptocurrency market surprised skeptics once again. As soon as Bitcoin began its bullish trend, hundreds of other crypto coins followed the example. The authorities of large countries are starting to think about regulation,...
Crypto Payments Startup Eligma Raises €4 Million From Bitcoin.com and Pangea Blockchain Fund
3.9.2019
Many retail stores would like to welcome the added business that the crypto community brings, but find that they don’t have the capability to do so within their existing payment infrastructure. One company bridging this gap is Slovenian startup Eligma which is now set to start global...
Need to scroll to the top of the page?
2.9.2019
Perhaps the easiest way to offer that to the user is a link that targets an ID on the <html> element. So like...
<html id="top">
<body>
<!-- the entire document -->
<a href="#top">Jump to top of page</a>
...
Should a website work without JavaScript?
2.9.2019
The JS Party podcast just had a fun episode where they debated this classic question by splitting into two groups of two. Each group was assigned a "side" of this debate, and then let loose to debate it. I don't think anybody can listen to a show like this and not be totally flooded with thoughts!...
CoinMarketCap Daily Newsletter #283
30.8.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 30 August, 2019 Opportunity "Most people miss opportunity because it is dressed in overalls and looks like work." - Thomas A. Edison Friyay! Since there're no newsletter tomorrow, this concludes the end of August! Hope y'all […]
The...
CoinMarketCap Daily Enterprise Newsletter #283
30.8.2019
CoinMarketCap Daily Newsletter Your daily newsletter for 30 August, 2019 "Most people miss opportunity because it is dressed in overalls and looks like work." - Thomas A. Edison Breather Over the last 24 hours, total market capitalization stayed within a tight range […]
The post...
Styling Links with Real Underlines
30.8.2019
Before we come to how to style underlines, we should answer the question: should we underline?
In graphic design, underlines are generally seen as unsophisticated. There are nicer ways to draw emphasis, to establish hierarchy, and to demarcate titles.
That’s clear in this advice from Butterick’s...
Working with Attributes on DOM Elements
30.8.2019
The DOM is just a little weird about some things, and the way you deal with attributes is no exception. There are a number of ways to deal with the attributes on elements. By attributes, I mean things like the id in <div id="cool"></div>. Sometimes you need to set them. Sometimes...
Terrorist Groups Like Hamas Counting on Telegram For Raising Cryptocurrency: Report
30.8.2019
As per the latest report by MEMRI, short for Middle East Media Research Institute which is based in Washington DC, multiple infamous terrorist groups, such as Al-Qaeda, ISIS, Muslim Brotherhood, and the Hamas, are banking on Telegram, as well as other social media channels, for raising digital...
The Best (GraphQL) API is One You Write
30.8.2019
Listen, I am no GraphQL expert but I do enjoy working with it. The way it exposes data to me as a front-end developer is pretty cool. It's like a menu of available data and I can ask for whatever I want. That's a massive improvement over REST and highly empowering for me as a front-end developer...
Cryptocurrencies Such as Bitcoin Cash Shine During Hong Kong Protests
29.8.2019
The Hong Kong protests started in June 2019 over a controversial bill and now after weeks of demonstrations, marching citizens are fighting for the future of Hong Kong. In the midst of all the activists protesting, digital currencies like bitcoin cash are being promoted as a way for people...
A Glassy (and Classy) Text Effect
29.8.2019
The landing page for Apple Arcade has a cool effect where some "white" text has a sort of translucent effect. You can see some of the color of the background behind it through the text. It's not like knockout text where you see the exact background. In this case, live video is playing underneath....
Venezuelan Pharmacy Chain Accepts Bitcoin Cash for Medicine and Products
28.8.2019
On August 26, a pharmacy chain in Venezuela called Farmarket revealed it now accepts cryptocurrencies through the payment provider Xpay, a subsidiary of Panda Group. Arley Lozano, Panda Group’s founder, explained how Farmarket’s pharmacy franchise has 22 stores located across...
The White House Just Blamed Bitcoin for America’s Opiate Crisis
24.8.2019
The opioid epidemic is the new devil Bitcoin is being blamed for inflaming, to be added to the already long list of heinous crimes crypto is supposedly responsible for, like terrorism, money laundering, and trafficking. While it’s painfully clear that the U.S. dollar is a much more common...