Search
Torus Launches Key Management System to Streamline DeFi
28.5.2020
Torus has launched its non-custodial key management solution, which is designed to bring web2.0-like user experiences to web3 applications
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...
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...
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
Your Brain on Front-End Development
13.6.2018
Part of the job of being a front-end developer is applying different techniques and technologies to pull of the desired UI and UX. Perhaps you work with a design team and implement their designs. I know when I look at a design (heck, even if I know I'm not going to be building it), my front-end...
Writing Snapshot Tests For React Components With Jest
8.6.2018
In this tutorial, we will be looking at what snapshot tests are and how we can use snapshot testing to ensure our User Interface does not change without the team knowing about it.
To get sta
Solved With CSS! Dropdown Menus
1.5.2018
A common UI pattern that we see on the web are dropdown menus. They’re used to display related information in pieces, without overwhelming the user with buttons, text, and options. Somewhere that we see these a lot is inside of headers or navigation areas on websites.
Let’s see if we can make...
Building a Mini Invoicing Application with Vue and NodeJS - JWT Authentication and Sending Invoices
30.4.2018
In the previous parts of the series, we looked at how to create the User Interface of our Invoicing Application that allowed users to create and view existing invoices. In this final part of the se
Finger-friendly numerical inputs with `inputmode`
30.4.2018
Forms are often a nightmare on mobile. We can make the process as pain-free as possible by reacting to context. Input fields that expect numerical values should have a numerical UI. Bringing up a number keyboard on small screens is easy on most platforms — just use a <input...
Understanding React `setState`
25.4.2018
React components can, and often do, have state. State can be anything, but think of things like whether a user is logged in or not and displaying the correct username based on which account is active. Or an array of blog posts. Or if a modal is open or not and which tab within it is active.
React...
Building a Mini Invoicing App with Vue and NodeJS : User Interface
13.4.2018
In the first