Search
PR: Tokengen Makes Creating and Automating ICOs Free
28.6.2019
Niquid Tech today announced the release of a new version of TokenGen, the company’s proprietary ICO automation tool. The new update features a re-structure of the pricing model, more specifically, a free basic plan. Previously, the company added a KYC solution by integrating TokenGen to work with...
Bitcoin Mining is Now More Competitive Than Ever, New Data Shows
28.6.2019
Latest figures show bitcoin has set a new record for mining difficulty
Which CSS IS AWESOME makes the most sense if you don’t know CSS well?
27.6.2019
Peter-Paul posted this question:
Which of the examples in the image do you consider correct?
If you know CSS well, don't reply, just retweet.
If you don't know CSS too well, please reply to the poll in the next tweet. pic.twitter.com/4bgnf9Wdkc
— ppk 🇪🇺 (@ppk) June...
Which CSS IS AWESOME makes the most sense if you don’t know CSS well?
27.6.2019
Peter-Paul posted this question:
Which of the examples in the image do you consider correct?
If you know CSS well, don't reply, just retweet.
If you don't know CSS too well, please reply to the poll in the next tweet. pic.twitter.com/4bgnf9Wdkc
— ppk 🇪🇺 (@ppk) June...
Survey: 27% of UK Residents Want to See Crypto in More Real-World Applications
27.6.2019
CEX.io's new survey gives new insight into public expectations for cryptocurrencies as well as their reasons for hesitation
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Different Approaches for Creating a Staggered Animation
27.6.2019
Animating elements, at its most basic, is fairly straightforward. Define the keyframes. Name the animation. Call it on an element.
But sometimes we need something a little more complex to get the right “feel" for the way things move. For example, a sound equalizer might use the same animation...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
Using Percy to add visual testing to a Jekyll site
27.6.2019
Visual testing is the automated process of reviewing software from a purely visual standpoint. Instead of testing the code underneath, visual testing is all about what end users actually see and interact with.
Similar to functional testing, however, visual testing fits directly into your stack...
Singapore’s Central Bank Wants More Information on Facebook’s Libra Crypto
27.6.2019
The Monetary Authority of Singapore reportedly has concerns over Facebook's recently unveiled cryptocurrency project, Libra
Lisk Price Analysis: Will Lisk’s Stable Price Momentum Bring In More Investors?
27.6.2019
The platform aims to change the way dApps can be created and used completely Over past 24-hours, the price has shown fluctuation within a stable range of $1.93 -$2.17 Lisk (LSK) is a unique blockchain platform which is focused on making JavaScript-based applications available to the masses with...
Bitcoin Price Analysis: Bitcoin (BTC) Stays at $13,800 for A While; More Fireworks are Awaited
27.6.2019
Bitcoin (BTC) went beyond 13,000 USD and stayed at 13,800 USD for a while. Next resistance may be faced near 13,956 USD. Bitcoin (BTC) is on fire. From the last few days, the coin has been breaching targets after targets. Potential investors have started to draw a parallel between Bitcoin and other...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Three Predictions From the State of CSS 2019 Survey
27.6.2019
Running a developer survey like the State of CSS is a multi-stage process. First, you need to collect the data. Then, you process it into a usable shape. Finally, you come up with nifty ways to visualize it and release it to the world.
But then, once the dust settles and the traffic dies down...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Getting to Know the useReducer React Hook
26.6.2019
useReducer is one of a handful of React hooks that shipped in React 16.7.0. It accepts a reducer function with the application initial state, returns the current application state, then dispatches a function.
Here is an example of how it is used;
const [state, dispatch] = useReducer(reducer...
Deutsche Bank: ‘Aggressive’ Central Banks Making Bitcoin More Attractive
26.6.2019
A dovish U.S. Federal Reserve is one of the reasons for the recent surge of bitcoin prices, according to Deutsche Bank lead strategist
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...
Why I don’t use web components
25.6.2019
Here’s an interesting post by Rich Harris where he’s made a list of some of the problems he’s experienced in the past with web components and why he doesn’t use them today:
Given finite resources, time spent on one task means time not spent on another task. Considerable energy has been expended...