Search
Verge (XVG) Price Analysis: Can The Verge’s Upcoming Meet & iOS Wallet Show A New Path?
13.5.2019
People who made a fortune out of Verge to meet socially at Amsterdam iOS wallet may bring large users. Verge is likely to reach $0.01 mark soon. Medium term outlook is bullish. Verge (XVG) is going to be discussed from the people who made a fortune out of it. There is an upcoming meetup...
Ripple (XRP) Price Analysis: Can Ripple Touch The Anticipated Mark Of 1 USD?
13.5.2019
Nasdaq Global Index Data ServiceSM (GIDS) has added Ripple on its index. The long term outlook places the coin at $10 by the end of 2020. Ripple (XRP) has been recently added in the Nasdaq Global Index Data ServiceSM (GIDS). Though the index is yet to come to live, Google has already started...
Enjin (ENJ) Continues To Partner With DLT Games, Space Misfits Integration Complete
12.5.2019
Blockchain and gaming have been the most unexpected marriage, but a successful one nonetheless. DLT based games have been topping the charts time and again, and one platform ruling the roost is Enjin Blockchain. Space Misfits, a blockchain based 3D Space Sandbox MMO, has announced that...
Three Very Different Paths to Blockchain Scaling
11.5.2019
How do you scale a blockchain so that it can process hundreds or even thousands of transactions per second – but without compromising on decentralization? It’s a question that has kept some of the brightest minds in the space awake at night, and some of the more ardent crypto factions...
China Can Retaliate Tariff Hikes With Its Market Weapons
11.5.2019
The US-China trade war has impacted not only the world’s two largest economies but also the global economy. The situation which till last week was looking towards an amicable resolution has taken a turn for the worse with Trump administration imposing tariff hikes on $250 billion of Chinese goods....
Tron (TRX) Price Analysis: Can the Departure of CTO Derail Tron?
11.5.2019
Tron’s CTO resigned over issues on decentralization. Tron surpasses the transactions of Bitcoin in less than a year. The 2019 target rests at $0.08. The basis behind the creation of the whole cryptocurrency market is to make the currency decentralized- free from anyone’s control. But recently...
10 React Challenges (Beginner): Use React State to Update the DOM
10.5.2019
A common theme in modern front-end JavaScript libraries/frameworks is that they can help you manage the data in your applications.
Once you update something, React can immediate
Tron (TRX) Price Analysis: With Already 100 Million Transactions, Can TRX Suffice Its Investors In Future Too?
10.5.2019
TRX is undoubtedly one of the best performing cryptocurrencies in the market. More than 90% of its trading is done on Binance- one of the leading cryptocurrency exchange platforms. Just within 173 days, TRX achieved more than 100 million transactions. This indicated that on average, 578,034...
10 Days of React Challenges (Beginner): Use React State to Update the DOM
10.5.2019
A common theme in modern front-end JavaScript libraries/frameworks is that they can help you manage the data in your applications.
Once you update something, React can immediate
Binance, Bitfinex and Tether: What’s the Worst That Can Happen?
10.5.2019
Recent events involving Binance, Bitfinex and Tether suggest there's potential for "catastrophic, systemic risk in crypto," Dan Cawrey argues
Holo (HOT) Price Analysis: Can the Realization of Planned Deals Change the Course of Holo’s Price Trend?
10.5.2019
Holo has many planned upcoming associations which can give it access to huge users’ base. The 2019 target should be 20x the current value. Holochain (HOT) is a digital network which provides peer-to-peer networking for agent-centric agreements. The platform is decentralized and maintains...
Cardano (ADA) Price Analysis: Can The Shelley Upgrade Save Cardano?
10.5.2019
Cardano’s falling price is blamed upon the delay in Shelley Upgrade in Cardano. The price target should rest at $1.5 by the end of 2019. Cardano (ADA) is an open-source, privacy-centric and anonymous digital currency. It is written on complex Haskell programming language. A group of expert...
CSS-Tricks Chronicle XXXV
10.5.2019
I like to do these little roundups of things going on with myself, this site, and the other sites that are part of the CSS-Tricks family.
I spoke at Smashing Conf San Francisco.
There's a video! I can't embed it here because of privacy settings or something, so here's a link to the Vimeo.
It's...
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...
Type Conversion with JavaScript Arrays
7.5.2019
JavaScript’s loose nature allows developers to employ amazing tricks to do just about anything you’d like. I’ve detailed how you can filter falsy values in arrays using a filter(Boolean) trick, but reader David Hibshman shared another trick for typecasting array values the same...
A CSS Golfing Exercise
6.5.2019
Code golfing is a type of programming where the goal is to accomplish a task using as few bytes as possible. CSSBattle is a code golfing battleground where players complete to recreate target images using CSS and HTML.
The rules are fairly simple:
No external resources (sorry, no <img...
Easily Turn Your Photos into Vectors with Photo Vectorizer
2.5.2019
(This is a sponsored post.)
Photo Vectorizer is a simple-to-use Photoshop action that can convert any photo into a vector. With just a few clicks of your mouse, you can save tons of time and frustration by turning your photos into vectors. With super sharp results, these vectors are great for...
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons!
29.4.2019
Oh, the Many Ways to Make Triangular Breadcrumb Ribbons
Let’s have a look at how we can create a row of links that sorta run into each other with a chevron-like shape and notch on each block like you might see in a hierarchical breadcrumb navigation.
You’ve probably seen this pattern a lot....
JavaScript Detect Async Function
29.4.2019
JavaScript async/await has changed the landscape of how we code. We’re no longer stuck in callback or then hell, and our code can feel more “top down” again. Async functions require the following syntax: async function myFunction() { } To use await with a function, the function...
Interviewing for a Technical Position Doesn’t Have to Be Scary
26.4.2019
Jacob Schatz (@jakecodes) is a staff engineer over at GitLab and was kind enough to share how he conducts job interviews for technical positions and his thinking process for them. Technical interviews are talked about often and can be a touchy subject for some, so it’s worth noting that this...