Search
5 Easy Ways to Earn Cryptocurrency
4.11.2019
The days of individuals mining popular cryptocurrencies are over. The amount of time and energy required to mine bitcoin is immense and you’d be competing with business with massive mining farms. What you can do, however, is chip away at earning cryptocurrency via a few simple tasks that...
Collective #553
30.9.2019
Text Rendering Hates You * Working with GitHub Actions * Design Tips * Frankenstein Migration
Collective #553 was written by Pedro Botelho and published on Codrops
How I Learned to Stop Worrying and Love Git Hooks
30.9.2019
The merits of Git as a version control system are difficult to contest, but while Git will do a superb job in keeping track of the commits you and your teammates have made to a repository, it will not, in itself, guarantee the quality of those commits. Git will not stop you from committing code...
Ripple Avoids Securities Question in Motion to Dismiss XRP Lawsuit
20.9.2019
Ripple avoided arguments over whether XRP is a security in its new motion to dismiss a class action lawsuit
Automatically compress images on Pull Requests
19.9.2019
Sarah introduced us to GitHub Actions right after it dropped about a year ago. Now they have improved the feature and are touting its CI/CD abilities. Run tests, do deployment, do whatever stuff computers do! It's essentially a YAML file that says run this, then this, then this, etc., with...
SEC Cyber Unit Chief That Pursued Actions Against ICOs, Kik to Resign
29.7.2019
Robert A. Cohen pursued actions against a number ICOs and crypto exchange platforms as Cyber Unit chief. He will resign in August
Coinbase Gives You a Look into Actions of its Top 10% Traders
18.7.2019
U.S.-based cryptocurrency exchange Coinbase released their new group of signalling tools, which should provide information about trading behavior and price correlation to all Coinbase customers for free. The idea is that looking into what experienced traders are doing could be useful to...
Bitcoin Price Analysis: BTC Price Uplifts the Crypto Market with Its Bullish Price Actions
9.7.2019
Bitcoin sees downward price action near $12820.29 BTC price rebounds above $12500 with a steady pace Bitcoin is still above $12k, though faces a few downward corrections Bitcoin is experiencing a Bull Run since yesterday, where it traded above $12000 breaking major resistance levels near $11400....
Deep Dive into GraphQL Mutations
18.6.2019
This is a continuation on the series i’ve been doing on GraphQL Actions. In the last post on this series we worked on a Deep
The Circle of a React Lifecycle
23.4.2019
A React component goes through different phases as it lives in an application, though it might not be evident that anything is happening behind the scenes.
Those phases are:
mounting
updating
unmounting
error handling
There are methods in each of these phases that make it possible to perform...
Using React and XState to Build a Sign In Form
24.1.2019
To make a sign in form with good UX requires UI state management, meaning we’d like to minimize the cognitive load to complete it and reduce the number of required user actions while making an intuitive experience. Think about it: even a relatively simple email and password sign in form needs...