Search
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...
The Dark Side of the Grid
10.3.2019
Manuel Matuzovic makes the point that in order to use CSS grid in some fairly simple markup scenarios, we might be tempted to flatten our HTML to make sure all the elements we need to can participate on the grid. What we need is subgrid and non-buggy display: contents;, so I'd like to think in...
The Client/Server Rendering Spectrum
6.3.2019
I've definitely been guilty of thinking about rendering on the web as a two-horse race. There is Server-Side Rendering (SSR, like this WordPress site is doing) and Client-Side Rendering (CSR, like a typical React app). Both are full of advantages and disadvantages. But, of course, the conversation...
Nové stavebnice Lego propojují fyzický a virtuální svět
14.2.2019
Lego uvádí novou řadu stavebnic nazvanou Hidden Side. Poprvé nabídne propojení fyzického a virtuálního světa pomocí rozšířené reality: speciální aplikace promění telefon v nástroj, s jehož pomocí bude dítě odhalovat paranormální jevy a chytat duchy ve strašidelném městě, které si sestaví
The Importance of One-on-Ones
30.1.2019
What do we mean by 1:1 (pronounced one-on-one)? This is typically a private conversation between an Engineering Manager/Lead and their Employee. I personally have been a Lead, a Manager, and also an Independent Contributor/Software Engineer, so I’ve sat at each side of the table. I’ve both...
Designing for the web ought to mean making HTML and CSS
29.1.2019
David Heinemeier Hansson has written an interesting post about the current state of web design and how designers ought to be able to still work on the code side of things:
We build using server-side rendering, Turbolinks, and Stimulus. All tools that are approachable and realistic for designers...
The Great Divide
21.1.2019
Let’s say there is a divide happening in front-end development. I feel it, but it's not just in my bones. Based on an awful lot of written developer sentiment, interviews Dave Rupert and I have done on ShopTalk, and in-person discussion, it’s, as they say... a thing.
The divide is between people...