Search
Get Total Address Information with Geocode API (Sponsored)
4.10.2019
Getting address information is vitally important. Whether shipping a package, tailoring a user experience to location, or using that data to help localize language on a website, getting location information wrong can lose a sale or brake feature. Let’s take a look at an API I recently found...
Mina Markham Should Make Beyoncé’s Site Accessible
3.10.2019
I remember when this went around in January, and I'm a little shocked it didn't happen.
Mina is the perfect person for the job (like, duh) and the result would be good for everyone. Let's make this happen. The least we can do is sign Amélie Lamont's petition.
Direct Link to Article —...
Demonstrating Reusable React Components in a Form
2.10.2019
Components are the building blocks of React applications. It’s almost impossible to build a React application and not make use of components. It’s widespread to the point that some third-party packages provide you with components you can use to integrate functionality into your application.
These...
Zero hands up.
2.10.2019
Asked an entire room full of webdevs yesterday if any of them knew that FF/Chrome/Opera/Brave/etc. for iOS weren't allowed to compete on engine quality.
Zero hands up.
— Alex Russell (@slightlylate) September 25, 2019
It's worth making this clear then. On iOS, the only browser engine...
The Many Ways to Link Up Shapes and Images with HTML and CSS
1.10.2019
Different website designs often call for a shape other than a square or rectangle to respond to a click event. Perhaps your site has some kind of tilted or curved banner where the click area would be awkwardly large as a straight rectangle. Or you have a large uniquely shaped logo where you only...
Ethereum Name Service Auction Exploited to Grab Apple Domain – And It Can’t Be Undone
1.10.2019
A bug in an ENS auction was exploited, allowing domains like "apple.eth" to be nabbed by an attacker. The only recourse is to ask for them back
designMode
1.10.2019
Every once in a while I stumble upon an API or browser setting that I can’t believe ever existed. Such examples can be seen in the numerous String.prototype properties such as bold, italics, and even blink, which wrap given string text in their representative HTML tags. Bizarre. It...
Launch of Binance US Can Have Far-Reaching Effects on Crypto Market
30.9.2019
Many experts believe that the launch of Binance US will push other established exchange operators to follow suit
Bankers Start to Recognize Bitcoin’s Role in Financial Evolution
29.9.2019
Digitization, disruption, blockchain, and frictionless payments. It’s amazing how prominent figures from the financial elite can provide a pretty detailed description of decentralized money without uttering “bitcoin” or “crypto.” But the fact of the matter is that...
How Leverage Can Help With Bitcoin’s Price Discovery
28.9.2019
Leveraged and margin trading can help boost demand for an asset, increasing liquidity within a given market
Glassnode Co-Founder Says On-Chain Data Can Spot Bitcoin’s Tops and Bottoms
28.9.2019
Glassnode CEO Rafael Schultze-Kraft explains how on-chain data from blockchains can help crypto traders make much better trades
NBA Says Basketball Player Can’t Tokenize His Contract After All
28.9.2019
Spencer Dinwiddie took a shot at tokenization, but the National Basketball Association blocked him
Decentralized Finance Projects Are Starting to Ship
27.9.2019
Defi, defi, defi. You can’t go anywhere in crypto these days without having that contraction thrown at you. 2017 was all about the ICO, 2018 was about surviving the bear market, and early 2019 was a toss-up between IEO and STO. Now, as we prepare to enter Q4 of 2019, it’s all about...
A Codebase and a Community
27.9.2019
I woke up one morning and realized that I had it all wrong. I discovered that code and design are unable to solve every problem on a design systems team, even if many problems can be solved by coding and designing in a dark room all day. Wait, huh? How on earth does that make any sense? Well...
People Will Choose A Currency That Government Can’t Control: Pompliano
27.9.2019
All money will be digital, and the competition will be between monetary policies: Pompliano
Without Disobedience, Bitcoin Is No Better Than Gold
27.9.2019
With the launch of Bakkt’s bitcoin futures market and Binance’s revamped U.S. exchange, there’s been a lot of talk in the space about institutionalization and traditional money flowing into crypto. It’s almost as if some believe that Bitcoin can’t scale as a purely...
Weekly Platform News: Layout Shifts, Stalled High-Bitrate Videos, Screenshots in Firefox
26.9.2019
In this week's roundup: fighting shifty layouts, some videos might be a bit stalled, and a new way to take screenshots in Firefox.
Let's get into the news!
Identifying the causes of layout shifts during page load
You can now use WebPageTest to capture any layout shifts that occur on your website...
Latin American Payment App Mercado Pago Can Be Topped-Up With Crypto
26.9.2019
The Atlanta-based blockchain payment provider Bitpay has announced the firm has partnered with Mercado Livre, one of the largest ecommerce providers in Latin America. The collaboration provides people with the ability to purchase Mercado Livre gift cards with cryptocurrencies such as bitcoin cash...
Meeting GraphQL at a Cocktail Mixer
26.9.2019
GraphQL and REST are two specifications used when building APIs for websites to use. REST defines a series of unique identifiers (URLs) that applications use to request and send data. GraphQL defines a query language that allows client applications to specify precisely the data they need from...
Thinking in React Hooks
25.9.2019
Amelia Wattenberger has written this wonderful and interactive piece about React Hooks and details how they can clean up code and remove all those troubling lifecycle events:
React introduced hooks one year ago, and they've been a game-changer for a lot of developers. There are tons of how-to...