Search
Swiss Crypto Bank SEBA Launches With Range of Services
13.11.2019
SEBA Bank is now fully operational with a range of services to bridge the gap between the crypto world and traditional banking. Licensed in Switzerland, the bank’s crypto services include asset management, trading, custody, and financing. Its wallet app, e-banking, and card enable customers...
Danske Bank Caught Using Gold Bullion to Launder Illicit Funds
10.11.2019
The Danish financial institution Danske Bank has been embroiled in a massive money-laundering scandal associated with an Estonian branch that allegedly laundered $223 billion in an eight-year period. According to documents uncovered this week stemming from 2012, Danske Bank’s Estonian branch...
How to Use JPEG 2000 (JP2) for a Faster Images on iPhone (Sponsored)
21.10.2019
Images Slow Down Websites Images slow down the page-loading performance of many websites. Audit tools like Google’s Lighthouse can quickly tell you how many seconds you can save by optimizing your images. When you are delivering to desktops or android devices running Chrome browser, a quick...
BCH News Roundup: Transactions Spike, Cashaddr Support and Developer Congress
10.8.2019
The last seven days have been busy within the Bitcoin Cash ecosystem with a slew of announcements and developments. Kraken exchange recently added the BCH-based Cashaddr address format and Coinbase open-sourced a utility that makes it easy to convert between Base58 and Cashaddr addresses....
These Websites Help You Shop With Major Retailers Using Cryptocurrency
20.6.2019
Cryptocurrency users are often forced to convert their coins to fiat in order to purchase items from leading retailers and ecommerce platforms such as Walmart and Home Depot, Amazon, Aliexpress, and Ebay. The hesitation of these merchants to embrace crypto payments has created a niche that’s...
How to Exchange Your Amazon Gift Cards for Bitcoin Cash
13.6.2019
If you’re looking to acquire some cryptocurrency without having to open an account at a centralized exchange, there are several ways to do so. One is to convert Amazon gift cards into bitcoin cash via Purse.io while helping others spend their BCH. Also Read: Coinbase Launches Crypto Debit...
Share Bitcoin Cash Related Shortlinks Using BCH.gg
29.5.2019
Projects and members of the Bitcoin Cash community often need to share important information with other BCH enthusiasts. If you are involved with the cryptocurrency, there’s a website called BCH.gg you can use to shorten URLs, with each shortlink featuring the BCH name. Also read: How...
Wallet and Card App Crypto.com Adds Bitcoin Cash Support
29.5.2019
Prepaid, debit and credit cards backed by digital assets are a great way to spend your coins, given that it will take time for retailers to transition to accepting direct cryptocurrency payments. One such card, offered by Crypto.com, has just opened up to bitcoin cash users. Also Read: How...
How to Easily Convert Funds From BTC to BCH
28.5.2019
Converting funds from one cryptocurrency to another using an exchange can be costly and time consuming, especially if you don’t already have a verified account at one. Luckily there are much faster and convenient ways, such as switching from BTC to BCH right inside the Bitcoin.com Wallet app....
How to Transfer Bitcoin (BTC) to Your Bank Account?
16.5.2019
What if you own a Bitcoin and you want to turn it into cash? The below article explains how you can transfer your Bitcoin to cash. On a presumption, we will be able to use Bitcoin for nearly buying anything. Bitcoin will be replaced for fiat currencies, like USD, which will not be necessary...
Making the Move from jQuery to Vue
3.5.2019
As someone who has used jQuery for many. years and has recently become a Vue convert, I thought it would be an interesting topic to discuss the migration process of working with one to the other.
Before I begin though, I want to ensure one thing is crystal clear. I am not, in any way whatsoever...
Easily Turn Your Photos into Vectors with Photo Vectorizer
2.5.2019
(This is a sponsored post.)
Photo Vectorizer is a simple-to-use Photoshop action that can convert any photo into a vector. With just a few clicks of your mouse, you can save tons of time and frustration by turning your photos into vectors. With super sharp results, these vectors are great for...
Convert Video to Grayscale
24.4.2019
I’m a JavaScript fanatic but I’ve always been fascinated with media manipulation. Maybe it’s because I’ve secretly always wanted to be a designer, but I’m fine with being able to manipulate art with software instead of create the art myself. One type of art I’ve...
How to Reverse a Video
9.4.2019
One of my favorite media utilities is ffmpeg. This command line utility allows us to do some pretty amazing stuff like; Slice videos Convert video formats Modify video speed Combine audio and video Every once in a while I see a meme or funny video that reverses a video for effect. Since ffmpeg does...
Add Animations to React Apps with React-Lottie
13.3.2019
So your designer just came up with an amazing new animation on Adobe After Effects for your web application, fantastic! Just one problem, how do you convert this to a format usable within your web
Angular, Autoprefixer, IE11, and CSS Grid Walk into a Bar…
18.1.2019
I am attracted to the idea that you shouldn't care how the code you author ends up in the browser. It's already minified. It's already gzipped. It's already transmogrified (real word!) by things that polyfill it, things that convert it into code that older browsers understand, things that make...
Convert Class Components to Functional Components in a React Project (Solution to Code Challenge #14)
14.12.2018
Last week on the code challenge we set out to refactor some class components in a create-react-app proj
5 Ways to Convert React Class Components to Functional Components w/ React Hooks
19.11.2018
In the latest alpha release of React, a new concept was introduced, it is called Hooks. Hooks were introduced to React to solve many problems as explained in the
Object.fromEntries
9.11.2018
The Object object has been buffed with useful methods over the past few years. Object.keys, Object.values, Object.freeze, and Object.assign all address frequently desired functionality. One of the new Object methods is fromEntries, which accepts a Map or map-like array nesting and converts it...
Hide Information in Images
9.7.2018
If you’ve followed this blog, you know that I’m obsessed with figuring out every way to interact with, abuse, and convert different types of media. Whether it’s images, video, or audio, if something can be changed or exploited, I want to figure out how to do it. I remember...