Search
Indian Government Updates Parliament on Crypto Plans
1.8.2019
The Indian parliament has repeatedly asked the finance minister about the government’s plans for cryptocurrency. In July alone, the Ministry of Finance answered three sets of questions: two in Rajya Sabha, the upper house, and one in Lok Sabha, the lower house of the parliament. Also read:...
Bitcoin Cash 2-Year Anniversary: Celebrating Protocol Development and Achievements
1.8.2019
Today Bitcoin Cash (BCH) fans from all around the world will be celebrating the 2-year anniversary of the BCH network. The day is a great occasion to commemorate the dedicated BCH software engineers and the passionate community, alongside the number of achievements accomplished since August...
Fetching Data in React using React Async
1.8.2019
You’re probably used to fetching data in React using axios or fetch. The usual method of handling data fetching is to:
Make the API call.
Update state using the response if all goes as planned.
Or, in cases where errors are encountered, an error message is displayed to the user.
There will always...
Bringing CSS Grid to WordPress Layouts
31.7.2019
December 6th, 2018 was a special date for WordPress: it marked the release of version 5.0 of the software that, to this day, powers more than one-third of the web. In the past, people working on the platform pointed out that there has never been any special meaning to version numbers used...
A More Accessible Portals Demo
31.7.2019
The point of the <portal> element (behind a flag in Chrome Canary) is that you can preload another whole page (like <iframe>), but then have APIs to animate it to the current page. So "Single Page App"-like functionality (SPA), but natively. I think that's pretty cool. I'm a fan...
Indian Finance Minister Addresses Crypto Proposal – Industry Responds
31.7.2019
India’s finance minister has broken silence and talked about the crypto draft bill and report her department is examining which propose to ban cryptocurrencies. While she views the report as “very futuristic and well-thought-out,” the crypto industry sees it as flawed...
China Publishes New Rankings of 37 Crypto Projects
31.7.2019
China’s Center for Information and Industry Development has published its latest crypto rankings. Thirty-seven projects have been evaluated and ranked overall as well as in three separate categories. Some favorites have changed and two projects have been added to the previous list of projects...
How much specificity do @rules have, like @keyframes and @media?
31.7.2019
I got this question the other day. My first thought is: weird question! Specificity is about selectors, and at-rules are not selectors, so... irrelevant?
To prove that, we can use the same selector inside and outside of an at-rule and see if it seems to affect specificity.
body {
background:...
Intrinsically Responsive CSS Grid with minmax() and min()
31.7.2019
The most famous line of code to have come out of CSS grid so far is:
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
Without any media queries, that will set up a grid container that has a flexible number of columns. The columns will stretch a little, until there is enough room...
Creating Dynamic Routes in a Nuxt Application
30.7.2019
In this post, we’ll be using an ecommerce store demo I built and deployed to Netlify to show how we can make dynamic routes for incoming data. It’s a fairly common use-case: you get data from an API, and you either don’t know exactly what that data might be, there’s a lot of it, or it might change....
The Simplest Way to Load CSS Asynchronously
30.7.2019
Scott Jehl:
One of the most impactful things we can do to improve page performance and resilience is to load CSS in a way that does not delay page rendering. That’s because by default, browsers will load external CSS synchronously—halting all page rendering while the CSS is downloaded...
Run useEffect Only Once
30.7.2019
React has a built-in hook called useEffect. Hooks are used in function components. The Class component comparison to useEffect are the methods componentDidMount, componentDidUpdate, and componentWillUnmount.
useEffect will run when the component renders, which might be more times than you think....
Blockchain.com Launches High Speed Crypto Exchange for Retail Traders
30.7.2019
Cryptocurrency investors looking for a trading platform focused on high speed performance just got a brand new option, from a company they probably already know and trust. Popular wallet provider Blockchain.com is launching The Pit. Also Read: Blockchain.com Launches New Bitcoin Cash Block Explorer...
Lessons Learned from a Year of Testing the Web Platform
30.7.2019
Mike Pennisi:
The web-platform-tests project is a massive suite of tests (over one million in total) which verify that software (mostly web browsers) correctly implement web technologies. It’s as important as it is ambitious: the health of the web depends on a plurality of interoperable...
Getting design system customization just right
29.7.2019
I had a little rant in me a few months ago about design systems: "Who Are Design Systems For?" My main point was that there are so many public and open source ones out there that choosing one can feel like choosing new furniture for your house. You just measure up what you need and what you like...
The Guardian digital design system
29.7.2019
Here’s a fascinating look at The Guardian’s design system with a step-by-step breakdown of what's gone into it and what options are available to designers and developers. It shows us how the team treats colors, typography, layouts, and visual cues like rules and borders.
I’ve been struggling...
Calls Intensify for Indian Government to Regulate Cryptocurrency
29.7.2019
Since the Indian government unveiled a draft bill to ban cryptocurrency, the crypto community has ramped up its efforts to influence the government’s final decision. The community has plans to reach out to parliament members to show them how flawed the crypto recommendations the government...
Telling the Story of Graphic Design
26.7.2019
Let me just frame this for you: we're going to take a piece of production UI from a Sketch file, break it down into pieces of information and then build it up into a story we tell our friends. Our friends might be hearing, or seeing, or touching the story so we are going to interpret and translate...
Datalist is for suggesting values without enforcing values
26.7.2019
Have you ever had a form that needed to accept a short, arbitrary bit of text? Like a name or whatever. That's exactly what <input type="text"> is for. There are lots of different input types (and modes!), and picking the right one is a great idea.
But this little story is about something...
Indian Government Official Resigns After Drafting ‘Flawed’ Crypto Bill
26.7.2019
The Indian government official who headed the committee which drafted the bill to ban cryptocurrencies has resigned after releasing the report and draft bill which the crypto community calls “flawed.” Meanwhile, the government has confirmed that cryptocurrency is currently...