Search
Uphold App Now Lets Users Easily Trade Directly Between Over 60 Cryptos, Fiat Currencies and Metals
29.1.2020
The new Uphold mobile app features an ‘Anything to Anything’ interface, which lets users easily trade directly between more than 60 assets. This means that Uphold users in the UK for example, can now directly buy bitcoin cash (BCH) with their local GBP fiat without having to use...
Dip Your Toes Into Hardware With WebMIDI
12.12.2019
Did you know there is a well-supported browser API that allows you to interface with interesting and even custom-built hardware using a mature protocol that predates the web? Let me introduce you to MIDI and the WebMIDI API and show you how it presents a unique opportunity for front-end developers...
First Glance at the User Interface of TomoDEX
4.11.2019
According to the official announcement on Medium, TomoChain has come up with all the details about the UI (User Interface) of TomoDEX, the first decentralized digital currency exchange that relies on the protocol of TomoX. As per the blog, the vision of TomoChain is to steer the brighter future...
It’s All In the Head: Managing the Document Head of a React Powered Site With React Helmet
30.10.2019
The document head might not be the most glamorous part of a website, but what goes into it is arguably just as important to the success of your website as its user interface. This is, after all, where you tell search engines about your website and integrate it with third-party applications like...
Kraken Unveils its WebSockets Private Application Program Interface
25.10.2019
One of the prominent digital currency exchanges, Kraken, has made its WebSockets Private API (Application Program Interface) live. Kraken announced the development on October 24, 2019, through an official blog post. The Private API enables clients to have more rapid streaming access to their trade...
Designing accessible color systems
21.10.2019
The team at Stripe explores how they’re refining their color palette to make it more accessible and legible for users across all their products and interfaces. Not only that but the team built a wonderful and yet entirely bonkers app for figuring out the ideal range of colors that they needed.
We...
Stylish Sites Made Simple with AnyMod (Sponsored)
23.9.2019
Amazing-looking websites often have specific patterns, and for a reason — they work. Whether it’s a slideshow, a parallax effect, or more traditional design, there’s a service that makes total designs and widgetry simple: AnyMod allows web experts and beginners alike to create...
Collective #542
22.8.2019
GoPablo * useAuth * WebAssembly Interface Types * NuxtPress * The Native File System API
Collective #542 was written by Pedro Botelho and published on Codrops
PR: bitHolla Releases Open Exchange Kit HollaExShell
24.7.2019
bitHolla, the company that builds customized cryptocurrency trading software is announcing the launch of its new product HollaExShell, an open exchange software package, giving anyone the ability to launch a full fledged crypto exchange from a command-line interface. HollaEx packages provided...
Graphical User Interfaces for Git
3.7.2019
Git is command-line-driven software, but that doesn't mean you have to use the command line to make it work. There are lots of options! Some of the deepest programmer nerds I know prefer to use GUIs for Git (Graphic
User Interface, or you know, software you can see things and click stuff), and some...
John McAfee’s New Trading Platform Aims to Give Traders a Magical Experience
13.6.2019
On June 11, following his latest tirade on social media, John McAfee announced the launch of his new cryptocurrency trading platform called McAfee Magic. The project allows for manual and automated crypto trading across a variety of digital asset exchanges all displayed in one user interface....
PR: Monarch Wallet Updates Bring SLP Support
5.6.2019
Monarch Blockchain Corporation has updated the Monarch Wallet for Android & iOS with a new user interface, full transaction history support for all tokens, SLP token support, SLP Faucet where users can receive free SLP tokens and their Universal KYC Has Also Been Launched!
The post PR: Monarch...
A Quick Look at the First Public Working Draft for Color Adjust Module 1
29.5.2019
We've been talking a lot about Dark Mode around here ever since Apple released it as a system setting in MacOS 10.14 and subsequently as part of Safari. It's interesting because of both what it opens up as as far as design opportunities as well as tailoring user experience based on actual user...
Binance: New Interface Screenshots Appear to Confirm Margin Trading Testing
24.5.2019
New publicity proves Binance’s long-awaited margin trading rollout is a step closer
Naming things to improve accessibility
2.5.2019
I like the this wrap-up statement from Hidde de Vries:
In modern browsers, our markup becomes an accessibility tree that ultimately informs what our interface looks like to assistive technologies. It doesn’t matter as much whether you’ve written this markup:
in a .html file
in Twig, Handlebars...
Tabs: It’s Complicated™
19.4.2019
I've said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.
const button = document.querySelector(".my-button");
const element = document.querySelector(".content");
button.addEventListener("click", function()...
Testing for Visual Regressions with Percy
8.4.2019
It’s a Herculean task to test
MVC in an Angular World
25.2.2019
When designing software with a user interface, it is important to structure the code in a way that makes it easy to extend and maintain. Over time, there have been a few approaches in separating ou
Netlify Makes Deployments a Cinch
22.1.2019
(This is a sponsored post.)
Let's say you were going to design the easiest way to deploy a static site you can possibly imagine. If I was tasked with that, I'd say, well, it would deploy whenever I push to my master branch, and I'd tell it what command to run to build my site. Or maybe it has...
Collective #485
21.1.2019
Lucid * Web Performance Mini Series * TypeScript ESLint * Beyond the interface * Animating URLs * Animating CSS Grid
Collective #485 was written by Pedro Botelho and published on Codrops