Search
Building a UI Component with React and Storybook
11.6.2019
In the previous article, I gave an Introduction to Storybook and how it can be used to or
Diversifying Your Portfolio: Could Options Trading Be a Good Option for You?
10.6.2019
When it comes to diversification, there’s no real question as to whether it’s a good idea or not. It’s the surest way to protect yourself from a volatile market and it’s a given that successful portfolios should opt for this most basic of risk management strategies, but complications...
Level up your .sort game
10.6.2019
Sorting is a super handy JavaScript method that can display the values of an array in a certain order. Whether that’s real estate listings by price, burger joints by distance, or best nearby happy hours by rating, sorting arrays of information is a common need.
If you’re already doing this with...
Crypto Debit Cards You Can Use Now Plus a Few to Expect Soon
9.6.2019
Debit cards tied to cryptocurrency wallets provide an opportunity to spend your digital coins almost anywhere fiat money is accepted. It’s a working solution, at least until wider adoption comes around. That’s why they’ve become so popular in the crypto community. Challenges...
Create a Custom BCH Address With Vanity.cash
9.6.2019
A vanity address can be useful in various situations. If you have a business, for example, you can incorporate its name into a bitcoin cash address you regularly use for payments. Vanity.cash is a platform that will help you create custom BCH addresses in a few easy steps. Also read: Find a...
Should You Trade on a DEX or a Centralized Exchange?
9.6.2019
Decentralized exchanges have been growing in popularity in the past two years as it has become evident that even the most reputable centralized exchanges cannot offer the level of security that crypto traders seek. However, despite providing superior fund security than their centralized...
Dogecoin Price Analysis: DOGE Must Move Up To Show The Real YOU!
8.6.2019
Doge has not revealed any big fat announcement these days, which seems to increase the number of more MEME jokes on twitter. But no matter how comic it becomes, it is still making space in the capital interest of the investors. Users are still trying to convince themselves that by the end of 2019...
Using DevTools to Improve the UX Design to Development Process
7.6.2019
I’d like to tell you how I see code and design intersect and support one another. Specifically, I want to cover how designers can use code in their everyday work. I suggest this not because it’s a required skill, but because even a baseline understanding of coding can make designs better and...
Top Up Your Airtime Minutes With BCH Using Yovopay
7.6.2019
Mobile communications are becoming more accessible every day. While subscription plans are the way to go in most cases, a prepaid service can be a better choice for customers in certain situations. A platform called Yovopay lets you refill your airtime using cryptocurrencies including bitcoin cash....
What if we got aspect-ratio sized images by doing almost nothing?
7.6.2019
Say you have an image you're using in an <img> that is 800x600 pixels. Will it actually display as 800px wide on your site? It's very likely that it will not. We tend to put images into flexible container elements, and the image inside is set to width: 100%;. So perhaps that image ends...
Snag Resources from An Event Apart Boston 2019 and Save on Washington D.C. Registration
6.6.2019
(This is a sponsored post.)
Hey, so we talked a little bit about An Event Apart Boston 2019 leading up to the event and now there are a ton of resources available from it. I stopped counting the number of links after 50 because there's way more than that. Seriously, there's stuff in there...
Greenpages.cash Will Help You Find Merchants Accepting Bitcoin Cash
6.6.2019
Cryptocurrency needs places where you can spend it. Bitcoin cash, with its low-cost and fast transactions, is a good option for merchants and buyers. A platform called Greenpages.cash helps you find stores that will readily accept your BCH. Also read: New Browser Extension Enhances BCH Addresses...
Closures and Currying in Javascript
6.6.2019
What are Closures?
If you write code in Javascript it's quite likely you have come across the term closure, which is a useful yet often confusing concept. But just what is a c
Self-Host Your Static Assets
5.6.2019
Harry Roberts digs into why hosting assets on someone else’s servers (including CDNs) is not such a great idea if we want our websites to be lightning fast.
Harry writes:
One of the quickest wins—and one of the first things I recommend my clients do—to make websites faster can at first seem...
Movin’ Modals Along a Path
4.6.2019
Modals always be just appearin'. You might see one once in a while that slides in from one of the edges, or uses some kind of scale/opacity thing to appear from "above" or "below." But we can get weirder than that. Why not have them come in on an offset-path?
Just a swoopy arc is kinda fun.
...
Creating Animations Using React Spring
4.6.2019
Have you ever needed animation in your React application? Traditionally, implementing animation has not an easy feat to accomplish. But now, thanks to Paul Henschel, we there’s a new React tool just for that. react-spring inherits from animated and react-motion for interpolations, optimized...
How to Use a Physical Security Key to Safeguard Your Exchange Account
4.6.2019
If you are keeping funds on a cryptocurrency platform such as a centralized exchange it is highly advisable you make sure your accounts are as safe as possible. Using a physical security key can greatly help with this as well as safeguarding other private services such as email and cloud storage....
IP Geolocation API
4.6.2019
Detecting geolocation information from your user provides you a massive advantage: improved conversion, better segmenting and analytics, and providing more relevant content. There are numerous paid services which will provide geolocation info but they’re oftentimes too costly or short...
Do you need an ICON ONLY button without screwing up the accessibility?
3.6.2019
The first consideration is: do you really? If you can, having text next to your icons is proven over and over again to be the most accessible and clearest UX (see Apple's latest blunder). But if you need to (and I get it, sometimes you need to), Sara Soueidan and Scott O'Hara have a pair...
Prevent Page Scrolling When a Modal is Open
3.6.2019
Please stop me if you've heard this one before. You open a modal, scroll through it, close it, and wind up somewhere else on the page than you were when you opened the modal.
That's because modals are elements on a page just like any other. It may stay in place (assuming that's what it's meant...