Search
How to Bequeath Your Digital Assets to Your Descendants
20.8.2019
Depending on your belief system, death is either the endgame or the next level. Whatever lies on the other side, your bitcoins are no good there. Just as we entered this world with nothing, we are destined to leave it with nothing. All those years spent stacking sats needn’t be in vain...
Multi-Line Truncation with Pure CSS
17.7.2019
Truncating a single line of text if is fairly straightforward. Truncating multiple lines is a bit harder. Using just CSS (no JavaScript or server-side dancing) is nice for the simplicity. It's gotten a little easier lately since Firefox (since version 68) has started supporting the ultra-bizarre...
Introducing Netlify Analytics
10.7.2019
You work a while on a side project. You think it's pretty cool! You decide to release it into the world. And then… it goes well. Or it doesn’t go well. Wait, is that right? You forgot to add analytics — it just didn’t cross your mind at the time. Now you’re pretty curious how many people have...
Three Bank Failures Open New Chapter in Never-Ending Financial Crisis
5.7.2019
The collapse of three banks on three different continents indicates a new global crisis is brewing. But it may also show that the last one never really ended and the tools used to manage the global economy simply don’t work. Also read: Side Effects of Economic Growth: Is Snowden Right to...
Side Effects of Economic Growth: Is Snowden Right to Say Bitcoiners Shouldn’t Be Bankers?
1.7.2019
Growth is a goal that’s worth achieving, in most cases, and the current economic paradigm favors it. But when central banks start undermining their fiat economies and crypto companies begin to mimic financial institutions in its name, growth becomes an end in itself with self-destructive...
Drug Abuse and Cryptocurrencies – The Dark Side
26.6.2019
As the world observes the International Day Against Drug Abuse and Illicit Trafficking, we hereby attempt to analyze the correlation between the crypto space and illicit drugs and how it has been affecting people around the globe. In its 10 years of existence, Bitcoin has found thousands of...
Ripple Price Analysis: Netflix Shows Ripple (XRP) On The Dark Side
4.6.2019
A German show on Netflix depicted major coins including Ripple as the payment instrument for Drugs selling. The medium-term bullish outlook places the coin at 0.9 USD mark. As the whole cryptocurrency industry is in the nascent stage, it is obvious on the part of people negatively portraying crypto...
Dark Side of Digital Economy – Evil Uses of Blockchain Technology and Cryptocurrencies
31.5.2019
Blockchain Technology and cryptocurrencies have revolutionized the world completely. With every passing day, researchers are coming up with newer use cases for blockchain and crypto, which makes them highly desirable for the future. However, everything in this world, even that which seems to be...
Evergreen Googlebot
16.5.2019
I've heard people say that the #1 most exciting and important thing that came out of Google I/O this year was the evergreen Googlebot:
Today, we are happy to announce that Googlebot now runs the latest Chromium rendering engine (74 at the time of this post) when rendering pages for Search. Moving...
The Crypto Fun Side: Collection of 20 Memes and Jokes
11.5.2019
Although news of hacks are hardly fun, the crypto community is well-known for taking everything in stride and having a few jokes at their own expense. Even if the market somehow collapsed, you could bet you’d see loads of jokes about it, even from people who were painfully hit by it, as this...
Deploying a Client-Side Rendered create-react-app to Microsoft Azure
10.5.2019
Deploying a React app to Microsoft Azure is simple. Except that... it isn’t. The devil is in the details. If you're looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — to Microsoft Azure, I believe this article will serve...
Litecoin (LTC) Price Analysis: A Breakthrough On The Upper Side Is Expected Till Next Week, Might Touch The Levels Of $90 By The EOY
10.5.2019
Currently trading at 77.00 USD, with an ROI of 1690.81%. Litecoin (LTC) might see an increase in trading volume after the launch of the new ErisX chain. Litecoin (LTC), created by one of the well-known names in crypto space, Charlie Lee, is a peer-to-peer cryptocurrency based on the Bitcoin....
Getting To Know The MutationObserver API
8.5.2019
MutationObserver watches the DOM, specifically the places you tell it to, like:
document.querySelector('#watch-this');
...and it can tell you (trigger a callback) when stuff happens — like when a child is added, removed, changed, or a number of other things.
I used it just the other day...
Create a Bouncing Page Loader with CSS3 Animations
7.5.2019
Side projects are not only fun but they bring a whole lot of learning experience for you. While hunting for a pre-built page loader for a website I ended up coding one for myself.
Initially
Netlify Functions for Sending Emails
23.4.2019
Let's say you're rocking a JAMstack-style site (no server-side languages in use), but you want to do something rather dynamic like send an email. Not a problem! That's the whole point of JAMstack. It's not just static hosting. It's that plus doing anything else you wanna do through JavaScript...
Going Full-Time on Scotch.io After 5 Years!
8.4.2019
This post will be short and sweet. No, I'm not going full-time on drinking some alcohol (part-time on that definitely).
After 5 years of being a side project, Scotch.io will be
Write Your First Service Worker in 5 Minutes
18.3.2019
What is a service worker? A service worker is a little file that will allow you to cache files and other assets on a user’s machine. How is this different from server-side caching? Because the assets are stored on a user’s machine, rather than a server, there is no need to go across...
Setting Up a Node Project With Typescript
18.3.2019
Node, a run-time environment that makes it possible to write server-side JavaScript, has gained a lot of adoption since its release in 201
10 Ideas for Side Income for Creatives
15.3.2019
If you’re thinking about making some extra cash on the side, I’ve got ten different ideas that will work for any creative. It doesn’t matter if you’re a designer,...
The post 10 Ideas for Side Income for Creatives appeared first on Onextrapixel
Getting into GraphQL with AWS AppSync
12.3.2019
GraphQL is becoming increasingly popular. The problem is that if you are a front-end developer, you are only half of the way there. GraphQL is not just a client technology. The server also has to be implemented according to the specification. This means that in order to implement GraphQL into your...