Search
HTC Adds Native Bitcoin Cash Support to Its Flagship Smartphone
16.9.2019
The bitcoin cash community now has a new way to secure and transact its digital money, as HTC adds native BCH support to its Exodus 1 smartphone. A key reason the technology manufacturer has chosen to do so is that many consumers are using BCH as a payment method and HTC wants to see...
Using Custom Properties to Wrangle Variations in Keyframe Animations
12.9.2019
Have you ever wondered how to customize CSS animations keyframes without using any preprocessor feature, like mixins? I keep reaching for preprocessors for this reason, but it would so nice to drop yet one more dependency and go with vanilla CSS.
Well, I found a way to account for variations within...
Crypto Salaries Gain Regulatory Recognition Around the World
29.8.2019
Salaries paid in decentralized digital coins have become a norm across the crypto industry, but there’s really no reason why cryptocurrencies can’t be used for remuneration by businesses in other sectors as well. In many jurisdictions that should be legal even in the absence...
Litecoin Price Analysis: Is Dusk Attack A Reason for the Degraded Sentiment of LTC?
14.8.2019
The recent news of ‘dust attack’ or de-anonymization attack has shaken the Litecoin users. In this attack, any hacker can make a small transaction to account and might revel your identity or blackmail you or at worse, deduce your private information and eventually be able to link the dusted...
This Might be the Real Reason Why Coinbase UK Delisted Zcash
14.8.2019
The UK branch of major American cryptocurrency exchange Coinbase had to change its bank and a new partner is reportedly not willing to indirectly support privacy coins, such as Zcash (ZEC). 
For unknown reasons, Barclays, the UK-based major bank, is no longer working with Coinbase, while...
Let’s Give Grunt Tasks the Marie Kondo Organization Treatment
6.8.2019
We live in an era of webpack and npm scripts. Good or bad, they took the lead for bundling and task running, along with bits of Rollup, JSPM and Gulp. But let's face it. Some of your older projects are still using good ol' Grunt. While it no longer glimmers as brightly, it does the job well...
Ripple Ranks 13th On The SFBT Philanthropy Awards List, $25m Donation To SF University A Reason
21.7.2019
Ripple has been having claimed the 13th spot in the San Francisco Business Times (SFBT) Philanthropy Awards. The platform has been doing some great philanthropic work in the last few months, which has got well-deserved recognition. Ripple is #13 on the #SFBTphilanthropy list! “We have an obligation...
Donald Trump Not A Fan Of Bitcoin; Is This The Reason For Bitcoin Price To Descend?
12.7.2019
Just when the crypto community and Bitcoin lovers thought that this would be a lingering Bull Run, Bitcoin started falling again. It is since yesterday i.e. 11th July that the price trend lost its surging momentum. While the community and the investors were gawking with high hopes about the price...
Animating with Clip-Path
9.7.2019
clip-path is one of those CSS properties we generally know is there but might not reach for often for whatever reason. It’s a little intimidating in the sense that it feels like math class because it requires working with geometric shapes, each with different values that draw certain shapes...
Hello Subgrid!
20.6.2019
Rachel Andrew’s talk at CSSconf is wonderful because it digs into one of the most exciting changes that’s coming soon to a browser near you: subgrid! That’s a change to the CSS Grid spec that allows for much greater flexibility for our visual designs. Subgrid allows us to set one grid on an entire...
React Starter: The Many Ways to Return JSX
13.6.2019
JSX is a great tool because it has so much flexibility. There are many ways to achieve the same thing. For this reason, it can be confusing for new developers when they see different tactics for de
10 Web Performance Audit Tips for Your Next Billion Users in 2018: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
10 Web Performance Audit Tips for Your Next Billion Users in 2019: Render-Blocking Styles
28.5.2019
CSS files are rendered while rendering the actual document, not after. For this reason, the document has to wait for the CSS to be parsed and interpreted before anything is shown on the screen. The
Cryptocurrency Exchanges Are Cleaning up Their Act
14.5.2019
Ask a dozen crypto traders for the reason behind the recent rally and you’ll get a dozen different theories. Bakkt futures, Microsoft building on Bitcoin and Whole Foods accepting crypto have all been cited as fueling the bull market that’s broken out. While these factors have certainly...
Why, How, and When to Use Semantic HTML and ARIA
7.5.2019
Semantic HTML and Accessible Rich Internet Applications (ARIA) help create interfaces that work for everyone in the most performant, robust, and simple way possible. They add essential meaning to your content, which lets web browsers, search engines, screen readers, RSS readers, and ultimately...
Open FaceTime Call from Command Line
11.4.2019
Communication tools are always associated with UIs, and for good reason — if you want communication to be easy and intuitive, you need easy and intuitive interfaces. We need communication tools to provide the lowest barrier of entry, since not all users will be tech savvy. For tech experts...
Creating a Reusable Pagination Component in Vue
29.3.2019
The idea behind most of web applications is to fetch data from the database and present it to the user in the best possible way. When we deal with data there are cases when the best possible way of presentation means creating a list.
Depending on the amount of data and its content, we may decide...
Avoiding those dang cannot read property of undefined errors
13.2.2019
Uncaught TypeError: Cannot read property 'foo' of undefined. The dreaded error we all hit at some point in JavaScript development. Could be an empty state from an API that returns differently than you expected. Could be something else. We don’t know because the error itself is so general...
The Secret Weapon to Learning CSS
22.1.2019
For some reason, I’ve lately been thinking a lot about what it takes to break into the web design industry and learn  CSS. I reckon it has something to do with Keith Grant’s post earlier this month on a CSS mental model where he talks about a “common core for CSS”:
We need common core tricks like...
Colorized Brackets for IDE
13.1.2019
Coders treat their text editors and IDE’s like fragile beings, and for good reason: we spend a ton of time in them and having our tweaks and extensions can make us incredibly productive for our personal workflows. I always love hearing about what extensions and workflows other developers...