Search
How to Save Assets After a Metamask Wallet Crash – KeychainX Expert Explains
6.12.2022
What if a Metamask wallet has crashed or become corrupted, and a user is afraid of losing all of their digital assets? To ensure that a lost crypto wallet is recovered successfully, users should read the advice of wallet recovery experts from KeychainX, the trusted service provider that specializes...
Metamask Users Complain About Connection Issues as Wallet’s Default Endpoint Suffers From ‘Major Outage’
22.4.2022
On Friday, users leveraging the Web3 wallet Metamask complained about service outages after Infura, Metamask’s default endpoint suffered from a “major outage.” The wallet company addressed the situation and explained the problems were due to Infura combating an outage. Metamask...
Indians Five Times More Likely to Suffer Crypto-Related Hacks: Report
3.8.2020
People in India are five times more likely to suffer a cryptocurrency mining hack because of poor consumer awareness, according to a new security report by Microsoft. In its findings published July 29, Microsoft notes that although the number of similar attacks declined by 35% in 2019 from a year...
Raw GraphQL Querying
20.12.2019
GraphQL has all kinds of awesome tooling built around it. But like everything on the web, it ultimately comes down to data shootin' across the ol' network and responses coming back. If you need to talk to a GraphQL API endpoint, you don't absolutely have to use some kind of framework or library...
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...
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
Spam Detection APIs
25.6.2019
I was trying to research the landscape of these the other day — And by research, I mean light Googling and asking on Twitter. Weirdly, very little comes to mind when thinking about spam detection APIs. I mean some kind of URL endpoint, paid or not, where you can hit it with a block of text...
React’s Experimental Suspense API Will Rock for Fallback UI During Data Fetches
2.2.2019
Most web applications built today receive data from an API. When fetching that data, we have to take certain situations into consideration where the data might not have been received. Perhaps it was a lost connection. Maybe it was the endpoint was changed. Who knows. Whatever the issue, it's...