Search
The Power of Serverless v2.0! (Now an Open-Source Gatsby Site Hosted on Netlify)
23.5.2019
I created a website called The Power of Serverless for Front-End Developers over at thepowerofserverless.info a little while back while I was learning about that whole idea. I know a little more now but still have an endless amount to learn. Still, I felt like it was time to revamp that site a bit....
Vitalik Proposes Mixer to Anonymize ‘One-Off’ Ethereum Transactions
23.5.2019
Founder of ethereum Vitalik Buterin proposed Wednesday a "simple" design to enhance privacy features on the ethereum blockchain
The Browser Can Remember Edited Content
22.5.2019
You can make the text inside any HTML element editable by adding the contenteditable attribute.
<div contenteditable>
Hey, I'm like a textarea kinda now!
</div>
I wouldn't say there are wheelbarrows full of use-cases for that, but it's neat. One possible use might be...
Getting Started with React Testing Library
22.5.2019
I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?
But react-testing-library is not just another testing library. It’s...
Block.one’s Early Investors to Receive 6,567% Return
22.5.2019
The early investors in blockchain solutions provider Block.one, the company behind the EOS blockchain, will see the return on their initial investment reaching as much as 6,567% in less than three years.
A buyback by Block.one will return some money to its shareholders, and the startup’s earliest...
EOS Developer Block.One Attempts 10% Private Buyback of Its Stock
22.5.2019
EOS developer Block.one is attempting a 10% buyback of its stock, offering backers a share repurchase price that will return as much as 6,567% on their initial investments
Crypto Merchant Bank Galaxy Digital Sells Shares in EOS Creator Block.One for $71 Mln
22.5.2019
Mike Novogratz’s crypto merchant bank Galaxy Digital has sold its shares in EOS developer Block.one for $71.2 million
$71 Million: Galaxy Digital Sells Stake in EOS Blockchain Maker Block.One
22.5.2019
Galaxy Digital, the crypto bank founded by Michael Novogratz, has sold its position in Block.one, the maker of the EOS blockchain, for $71 million
Resize Observer
21.5.2019
Creating websites that are reactive and responsive used to be considered advanced but responsiveness is a necessity for successful websites and apps. We’ve added media queries, matchMedia, and a host of other APIs to help developers make responsiveness easier and now we get a new one:...
Everyone’s Talking About Security Tokens But No One’s Trading Them
21.5.2019
There’s a party happening right now and everyone’s invited. The music’s playing, the fridge is loaded and the bathtub’s full of ice. All the ingredients for the sickest soiree are in place. There’s just one problem: the guests have yet to arrive. Welcome to the world...
AI-Backed Image Background Removal (Sponsored)
21.5.2019
I’ve worked on dozens of eCommerce sites in my career and many of them were hamstrung by the same pain points: tax collection, payment customization, and image optimization. While tax collection and payment customization were important, image optimization was always the hardest and most...
Stellar (XLM) Price Analysis: Stellar With Its Great Performances Is On Its Way To Be One Of the Top 5 Cryptocurrencies
20.5.2019
XLM is one of the most progressive cryptocurrencies and is already in the top 10 list. XLM has showcased incredible performances over the past years. It is already giving tough tiers to LTC and is now holding approx. 4.5 billion dollars as its market cap. This upward drive is not only due to...
Cyberghost Is a VPN Service You Can Pay For With Bitcoin Cash
19.5.2019
Privacy in the online space is quite compromised these days and anyone who would like to protect their own may consider using a VPN service. There are many platforms on the market and some are catering to the crypto community. Cyberghost VPN is one of them and it takes bitcoin cash (BCH). Also...
Anchor a Document or File to the BCH Chain With Notary.Bitcoin.com
19.5.2019
In my last article, I explained how to prove ownership of a specific address by signing a message with a public and private key pair. That’s just one way of proving ownership and verifying a valid signature, as BCH users can also anchor a document to the chain using the Bitcoin Cash...
Footnotes That Work in RSS Readers
17.5.2019
Feedbin is the RSS reader I'm using at the moment. I was reading one of Harry's blog posts on it the other day, and I noticed a nice little interactive touch right inside Feedbin. There was a button-looking element with the number one which, as it turned out, was a footnote. I hovered over it,...
Recursive Array.flat
17.5.2019
There was much talk about Array.prototype.flat during its early stages, starting with the name alone. Many developers preferred the name flatten but the spec differed from MooTools’ implementation. MooTools would recursively flatten an array but the new, official flat implementation was only...
Bitcoin Value Witnesses Two Contradictory Price Trends within Just One week
17.5.2019
Bitcoin is trading slightly above the price mark of $7300 in the cryptomarket. Within no time it dips from a price level of $8300 to $7300, breaking the support level at $7600. It was even priced as low as $6600 with the daybreak of 17th May, though currently it is seen gaining momentum from...
Binance Launchpad Has Added Harmony (ONE)
17.5.2019
The Binance exchange recently announced that Harmony (ONE) has been added to the Binance Launchpad. Harmony is a sharding-based, fully scalable, proved safe, and energy-efficient blockchain for the next generation. By combining the best research results and engineering practice in an optimally...
React Starter: Adding Sass to Create React App Applications
17.5.2019
Adding Sass is one of the first things most developers do when starting an application. Writing in plain CSS can be done, but Sas
Iterating a React Design with Styled Components
16.5.2019
In a perfect world, our projects would have unlimited resources and time. Our teams would begin coding with well thought out and highly refined UX designs. There would be consensus among developers about the best way to approach styling. There’d be one or more CSS gurus on the team who could ensure...