Search
Collective #542
22.8.2019
GoPablo * useAuth * WebAssembly Interface Types * NuxtPress * The Native File System API
Collective #542 was written by Pedro Botelho and published on Codrops
Getting Netlify Large Media Going
20.8.2019
I just did this the other day so I figured I'd blog it up. There is a thing called Git Large File Storage (Git LFS). Here's the entire point of it: it keeps large files out of your repo directly. Say you have 500MB of images on your site and they kinda need to be in the repo so you can work with...
Data URIs
18.8.2019
We’re all familiar with traditional URI protocols like https, http, ftp, and file, but data URIs have become a large part of our online strategy. We can use them to display images, the Mac camera and webcams, and more. But what if we simply want to use a data URI to convey basic data? Typing...
Can the Fed Kill Bitcoin? Navigating the Chokepoints of Tax Law and KYC
9.8.2019
Taxes. The one word that can kill any buzz in seconds flat. Whether you’re a libertarian ranting about how taxation is theft or one of those fabled creatures who is actually happy to file them as their so-called civic duty, one fact remains: those who don’t give the government a bite...
Weekly Platform News: CSS font-style: oblique, webhin browser extension, CSS Modules V1
9.8.2019
In this week's roundup, variable fonts get oblique, a new browser extension for linting, and the very first version of CSS Modules.
Use font-style: oblique on variable fonts
Some popular variable fonts have a 'wght' (weight) axis for displaying text at different font weights and a 'slnt' (slant)...
Regulators File Cease and Desist Against Craigslist Scam Promising 900% Crypto Returns
8.8.2019
Since launching a sweeping investigation of the crypto industry, the Texas State Securities Board has filed 24 administrative orders
Quick Gulp Cache Busting
7.8.2019
You should for sure be setting far-out cache headers on your assets like CSS and JavaScript (and images and fonts and whatever else). That tells the browser "hang on to this file basically forever." That way, when navigating from page to page on a site — or revisiting it, or refreshing...
Prosecutors File Formal Complaint Against Infamous BTC-e Crypto Exchange
27.7.2019
Prosecutors have filed a complaint against the infamous crypto exchange BTC-e calling a haven for crime
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...
What I Like About Vue
25.7.2019
Dave Rupert digs into some of his favorite Vue features and one particular issue that he has with React:
I’ve come to realize one thing I don’t particularly like about React is jumping into a file, reading the top for the state, jumping to the bottom to find the render function, then following...
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...
Multicoin, Coinbase Ventures Invest $1.5 Million in ‘Decentralized Flickr’
11.7.2019
The investment in Textile is aimed to help developers build tools that give web users control of their own data
Sia Network Raises $3.5 Million From Bain Capital to Become Crypto Hulu
10.7.2019
Nebulous, the startup behind the Sia network for decentralized file storage, is doubling its staff and focusing on media streaming
Handling File Uploads in GraphQL and Vue
19.6.2019
In this tutorial, I'll be showing you how to hand file uploads in GraphQL by building a fullstack app. The tutorial will be divided into two main sections: building the GraphQL API and the frontend
Game of Thrones Quiz Game with React and GraphQL: Creating the Question Modal
17.6.2019
Create a folder named question-modal within the src/components directory and a file index.js within it. Open the file and update it with the snippet below:
Game of Thrones Quiz Game with React and GraphQL: Create The Questions component
17.6.2019
Let’s create the Questions component, open the src/components/questions/index.js file and update the file with the following:
// src/componen
Game of Thrones Quiz Game with React and GraphQL: Single Question Component
17.6.2019
Create a folder called question within the src/components directory and a file index.js within it. Open the file and copy the following into the file:
Opacity Storage: Handling Your Privacy with Crypto
12.6.2019
Opacity provides encrypted file storage that maintains your privacy by never requiring personal account information Technology Has Become Really Convenient! Right?!? It has been clear for some time that online technology trends have been focused on ‘learning’ about you and […]
The post...
TRX Price Analysis: Can Tron’s Launch of Inter-Planetary File System Save after Embarrassing Childish Stunt?
5.6.2019
Tron Coin (TRX) has recently launched the InterPlanetary File System (IPFS). The 2019 target for Tron coin should be 0.055 USD. After the tweet by Justin Sun anticipating a big release, the coin has inflated. But as soon as the air gets cleared above the whole mystery, the currency faced a crash...
Reducing motion with the picture element
31.5.2019
Here’s a bonafide CSS/HTML trick from Brad Frost and Dave Rupert where they use the <picture> element to switch out a GIF file with an image if the user has reduced motion enabled. This is how Brad goes about implementing that:
<picture>
<!-- This image will be loaded if...