Search
A Japanese-Brazilian Investor's Baffling Ukrainian Crypto Dream
7.6.2019
Kaze Fuziyama (on the right). Kaze Fuziyama, a Brazilian cryptocurrency enthusiast of Japanese descent, has turned what was once planned as a USD 100 million Ethereum mining farm fitted with 17,000 video cards into a cloud video rendering center.
Media outlet Liga reports that the farm is located...
Badger Wallet Introduced For iOS With The Power Of BCH And SLP
5.6.2019
Badger Wallet of Bitcoin.com, the client of Bitcoin cash light has introduced an innovative app for iOS on June 3rd. The app is launch as a beta variant for iOS mobile devices. Through this launch, the company is making its entry into the mobile devices previously; they had successfully launched...
Can Bitcoin’s Lightning Network Power Payments in a Japanese Bar?
2.6.2019
A bar in Japan is teaming up with a locally-based lightning startup to let customers pay using the experimental payments network
Who Has the Power, Retail or Institutional Investors?
1.6.2019
The institutional and retail crypto markets are much more intertwined than we realize, argues Noelle Acheson, and each needs the other to hit scale
Bitcoin Mining With Solar: Less Risky and More Profitable Than Selling to the Grid
31.5.2019
The energy used to mine bitcoin has long caused debate over whether it’s a wasteful process. As the arguments have rumbled on, some people have been focused on mining coins with renewable energy. On May 29, Christian Ander, the founder of Stockholm’s Btcx exchange, explained how instead...
Fake News-Fueled Bitcoin SV Pump Reminds of Power of Chinese Investors
30.5.2019
The recent pump of the Bitcoin SV (BSV) price comes as a reminder of the importance of the Chinese investors in the cryptoverse, even if crypto exchanges are banned in the country with population of more than 1.38 billion people.
The price of Bitcoin SV, the infamous hard fork of Bitcoin Cash...
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....
US Rep Sherman Calls for Crypto Ban, Says It Threatens to Diminish American Power
10.5.2019
U.S. Congressman Brad Sherman has called on colleagues to outlaw cryptocurrencies, saying they threaten American foreign policy and the rule of law
Bitcoin’s Software Has Been Rolled Back Before
9.5.2019
When Binance lost $40 million to hackers this week, the crypto community discussed reorganizing the chain after it was suggested by a developer from MIT. Many people were upset by this proposition, declaring that there was no way a coordinated effort with miners could be pulled off. However, most...
Tabs: It’s Complicated™
19.4.2019
I've said before one quick and powerful thing you can learn as a front-end developer just getting starting with JavaScript is changing classes.
const button = document.querySelector(".my-button");
const element = document.querySelector(".content");
button.addEventListener("click", function()...
Remove Recent Applications from Dock
19.4.2019
A Mac user’s dock is a sacred place. We customize our dock to no end, and if you’re ultra organized like me, you even use dock separators to group your app icons. Apple recently implemented a feature which displays three recently used apps in the dock. For basic users that’s...
The Power of Named Transitions in Vue
16.4.2019
Vue offers several ways to control how an element or component visually appears when inserted into the DOM. Examples can be fading in, sliding in, or other visual effects. Almost all of this functionality is based around a single component: the transition component.
A simple example of this is with...
Netlify Dev - The Power of Netlify on Your Local Computer
12.4.2019
Netlify is never short on new and exciting features. At JAMstack Conf in New York City, they lived up to the h
Jetpack Gutenberg Blocks
28.3.2019
I remember when Gutenberg was released into core, because I was at WordCamp US that day. A number of months have gone by now, so I imagine more and more of us on WordPress sites have dipped our toes into it. I just wrote about our first foray here on CSS-Tricks and using Gutenberg to power...
An Illustrated (and Musical) Guide to Map, Reduce, and Filter Array Methods
26.3.2019
Map, reduce, and filter are three very useful array methods in JavaScript that give developers a ton of power in a short amount of space. Let’s jump right into how you can leverage (and remember how to use!) these super handy methods.
Array.map()
Array.map() updates each individual value in...
Accessibility is not a “React Problem”
11.3.2019
Leslie Cohn-Wein's main point:
While [lots of divs, inline styles, focus management problems] are valid concerns, it should be noted that nothing in React prevents us from building accessible web apps.
True. I'm quite capable (and sadly, guilty) of building inaccessible interfaces with React...
Social Cards as a Service
19.2.2019
I love the idea of programmatically generated images. That power is close at hand these days for us front-end developers, thanks to the concept of headless browsers. Take Puppeteer, the library for controlling headless Chrome. Generating images from URLs is their default use case:
const puppeteer...
Making Movies With amCharts
16.1.2019
In this article, I want to show off the flexibility and real power of amCharts 4. We’re going to learn how to combine multiple charts that run together with animations that form a movie experience. Even if you’re only interested in creating a different kind of animation that has nothing to do with...
The All Powerful Front-End Developer
5.12.2018
I posted a video of this talk some months back, but it was nearly an hour and a half long. Here's an updated version that I gave at JAMstack_conf that's only 30 minutes:
The gist is that the front-end stack is wildly powerful these days. Our front-end skillset can be expanded to give us power...
Collective #469
19.11.2018
Braces to Pixels * Statusfy * Stack * Arare * The Power of Web Components * Bruck * autoComplete.js * Degreeless.design
Collective #469 was written by Pedro Botelho and published on Codrops