Skip to main content
CSS-Tricks
  • Articles
  • Videos
  • Almanac
  • Newsletter
  • Guides
  • DigitalOcean
  • DO Community
Search

Articles Tagged
data

9 Articles
{
,

}
Direct link to the article Creating Arrays in Hasura
arrays data graphql hasura

Creating Arrays in Hasura

Hasura is one of my favorite ways to create a managed GraphQL API for my applications. I find it easy and straightforward as well as suitable for a wide range of use cases. However, since working with Hasura, I’ve seen …

Avatar of Sarah Drasner
Sarah Drasner on Jan 4, 2021
Direct link to the article Query JSON documents in the Terminal with GROQ
api data json

Query JSON documents in the Terminal with GROQ

JSON documents are everywhere today, but they are rarely structured the way you want them to be. They often include too much data, have weirdly named fields, or place the data in unnecessary nested objects. Graph-Relational Object Queries (GROQ) …

Avatar of Magnus Holm
Magnus Holm on Nov 7, 2019 (Updated on Nov 8, 2019)
Direct link to the article Filtering Data Client-Side: Comparing CSS, jQuery, and React
data filter jQuery react

Filtering Data Client-Side: Comparing CSS, jQuery, and React

Say you have a list of 100 names:

<ul>
  <li>Randy Hilpert</li>
  <li>Peggie Jacobi</li>
  <li>Ethelyn Nolan Sr.</li> 
  <!-- and then some -->
</ul>

…or file names, or phone numbers, or whatever. And you want to filter them client-side, meaning you aren’t …

Avatar of Chris Coyier
Chris Coyier on Sep 24, 2019
Direct link to the article Using the Grid Shepherd Technique to Order Data with CSS
arrays data grid

Using the Grid Shepherd Technique to Order Data with CSS

Shepherds are good at tending to their sheep, bringing order and structure to their herds. Even if there are hundreds of those wooly animals, a shepherd still herds them back to the farm at the end of the day.

When …

Avatar of David Bernegger
David Bernegger on May 28, 2019
Direct link to the article Google Analytics Data Studio
data google analytics

Google Analytics Data Studio

I’ve said a number of times in the past:

I wish I could just check a checkbox and make certain Google Analytics data public.

I get that analytics can be a very private thing for some sites. I think there …

Avatar of Chris Coyier
Chris Coyier on Feb 26, 2017 (Updated on Oct 4, 2017)
cookies data Indexeddb localStorage

An Overview of Client-Side Storage

Direct Link

Ire Aderinokun:

There are currently four active methods for storing data on the client side.

  1. Cookies (old school, still useful because they are sent with server requests)
  2. Local Storage (very easy to use)
  3. Session Storage (exactly the same, only
…
Avatar of Chris Coyier
Shared by Chris Coyier on Dec 19, 2016
accessibility classes data HTML SVG

Random Interesting Facts on HTML/SVG usage

Last time, we saw how the average web page looks like using data from about 8 million websites. That’s a lot of data, and we’ve been continuing to sift through it. We’re back again this time to showcase some …

Avatar of Catalin Rosu
Catalin Rosu on Nov 25, 2016
airtable data database spreadsheet

How To Use Airtable as a Front End Developer

I came across Airtable at a recent hackathon-esque event, when a fellow developer suggested we use it as a way to store and use our data. I was super into it. For the first time, I felt like: “This is …

❥ Sponsored
api data react

Loading and Using External Data in React

Hey JavaScripters! I’ve been learning a bunch about React lately. It’s very fun. It feels like a great way to write JavaScript. Seems to me it has almost the same feel jQuery did in the early days.

Confession though: I’m …

Avatar of Chris Coyier
Chris Coyier on Apr 1, 2016 (Updated on Jan 4, 2020)

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • DigitalOcean
  • DigitalOcean Community
  • About DigitalOcean
  • Legal
  • Free Credit Offer
CSS-Tricks
  • Email
  • Guest Writing
  • Book
  • Advertising
Follow
  • Mastodon
  • Twitter
  • Instagram
  • YouTube
  • CodePen
  • iTunes
  • RSS
Back to Top