Search
Cardano Price Analysis: ADA Value Escalated by More than 25% After 17th July
21.7.2019
Early next week, Nathan Kaiser, Chairperson of Cardano Foundation, is going to be part of the Carano effect Podcast in order to discuss the upcoming project and his review about the updates till now. Let’s hope that ADA followers acquire more confidence in the network and hope to see...
Stellar Price Analysis: XLM Value Dropped by More Than -30% in 30 Days
21.7.2019
Stellar developers recently released a blog talking about the liquidity problems and how they can solve the same. While discussing the trading bots is important, the trust and credibility of Stellar might be at stake because of the constant drop in the chart. Let’s hope that Stellar community wins...
Strážce Severního moře: Ozbrojené síly Norského království (2)
21.7.2019
Strážce Severního moře: Ozbrojené síly Norského království (2)
Cardano Price Analysis: Cardano escalated by more than 8% within 24 hours
20.7.2019
With the partnership and increasing engagement between Cardano and AlgoZ, it has been in the news since then. It is said that this partnership will be an automated liquidity solution that will unlock the liquidity in the tokens like ADA for the users to acquire the credibility again. Cardano...
Verge Price Analysis: Verge (XVG) May Take Some More Time to Board the Rally
20.7.2019
Verge shows four huge price swings in the last 24 hours. It may reach as high as 0.01 USD by the end of 2019. In consonance with the whole market, Verge (XVG) also lost almost 1.5% over the last 24 hours. As per experts’ views, it may take some more time to take off. Here …
The post Verge...
How I Created a Code Beautifier in Two Days
19.7.2019
I recently drew up a wireframe for a code beautifier. The next day, I decided to turn it into a real tool. The whole project took less than two days to complete.
I'd been thinking about building a new code beautifier for a while. The idea isn't unique, but every time I use someone else's tool,...
What the Web Needs Now (and how ARTIFACT is here for it)
19.7.2019
I recently had the pleasure of joining Dave Rupert, Chris Coyier, and Chris Ferdinandi on the Shop Talk Show to talk about the upcoming ARTIFACT Conference (Austin, TX on Sept. 30 – Oct. 1, 2019). ARTIFACT is an intimate gathering of web designers and developers where we discuss ways to build...
Market Outlook: Crypto Bulls Rally After Bearish Downturn
18.7.2019
Since July 13, digital currency prices have dropped in value significantly, but most coins have since experienced some recovery. While many crypto supporters are optimistic on where the markets are headed, traders and analysts have noticed a bullish-to-bearish trend. BTC and a slew of other...
Using GraphQL Playground with Gatsby
18.7.2019
I’m assuming most of you have already heard about Gatsby, and at least loosely know that it’s basically a static site generator for React sites. It generally runs like this:
Data Sources → Pull data from anywhere.
Build → Generate your website with React and GraphQL.
Deploy → Send the site to...
Get Peak WordPress Performance with Jetpack
18.7.2019
The irony of web performance is that the average page weight of a site continues to go up year after year, despite us being more aware of the problem and having more tools at our disposal to fight it than ever.
To paraphrase Seinfeld, "we know how to fight page weight issues; we just don't use...
Verge Price Analysis: Verge Gains by a Small Margin; It May Take More Time to Bounce Back
18.7.2019
Verge has added almost 9% to its price over the last 24 hours. It has shown five major price swings in this period. The medium-term outlook of the Verge is bullish, and the coin is likely to be around 0.01 USD by the end of 2019. Here is an analysis of the Verge’s price movement …
The...
Strážce Severního moře: Ozbrojené síly Norského království (1)
18.7.2019
Strážce Severního moře: Ozbrojené síly Norského království (1)
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...
Improving Video Accessibility with WebVTT
17.7.2019
"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
- Tim Berners-Lee
Accessibility is an important element of web development, and with the ever-growing prevalence of video content, the necessity for captioned content is growing...
Micro Frontends
17.7.2019
One random day not long ago, I started hearing joke after joke about "micro frontends" — sort of how I first learned about Toast. I didn't understand the source until asking around, which uncovered this article from Cam Jackson.
In this article we'll describe a recent trend of breaking...
A Peek at New Methods Coming to Promises
16.7.2019
Promises are one of the most celebrated features introduced to JavaScript. Having a native asynchronous artifact baked right into the language has opened up a new era, changing not only how we write code but also setting up the base for other freat APIs — like fetch!
Let's step back a moment...
Finally… A Post on Finally in Promises
16.7.2019
“When does finally fire in a JavaScript promise?” This is a question I was asked in a recent workshop and I thought I’d write up a little post to clear up any confusion.
The answer is, to quote Snape:
...always.
The basic structure is like this:
try {
// I’ll try to execute some code...
So, you think you’ve got project management nailed down
16.7.2019
(This is a sponsored post.)
Who needs a project manager? You're an organized person who can keep track of your own work, right?
Wrong.
Well, wrong if you're part of a team. The thing about being self-organized is that it's related to project management but not synonymous with it. Case in point:...
Bitcoin Cash Multi-Party Escrow, Retail Adoption, and Upgrade Discussions
15.7.2019
Another week has passed for the Bitcoin Cash (BCH) community and as usual, there’s been a bunch of announcements and developments. BCH supporters this week saw the release of a multi-party onchain escrow system, Ethereum cofounder Vitalik Buterin discussed using the BCH chain as a data layer...
Managing Multiple Backgrounds with Custom Properties
15.7.2019
One cool thing about CSS custom properties is that they can be a part of a value. Let's say you're using multiple backgrounds to pull off a a design. Each background will have its own color, image, repeat, position, etc. It can be verbose!
You have four images:
body {
background-position:
...