diff --git a/cache.json b/cache.json index f7abbfb..c843165 100644 --- a/cache.json +++ b/cache.json @@ -30,13 +30,49 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=353429", + "author": "Chris Coyier", + "description": "A good essay from Jean Yang. \nWhat I mean by developer experience is the sum total of how developers interface with their tools, end-to-end, day-in and day-out. Sure, there’s more focus than ever on how developers use and adopt tools, and \n…\nThe post The Case for ‘Developer Experience’ appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://future.a16z.com/the-case-for-developer-experience/", + "publishedOn": "2021-10-08T20:23:42.000Z", + "wordCount": 4622, + "title": "The Case for ‘Developer Experience’" + }, + { + "id": "https://css-tricks.com/?p=353374", + "author": "Chris Coyier", + "description": "I like the pushback from Katie Kodes here. I’ve said in the past that I don’t think server-side languages haven’t quite nailed “building in components” as well as JavaScript has, but hey, this is a good point:\n1. Any basic \n…\nThe post Jekyll doesn’t do components? Liar! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://katiekodes.com/jekyll-components-wysiwyg/", + "publishedOn": "2021-10-08T17:14:05.000Z", + "wordCount": 2734, + "title": "Jekyll doesn’t do components? Liar!" + }, + { + "id": "https://css-tricks.com/?p=353066", + "author": "Brenley Dueck", + "description": "Today we will be learning how to build a tennis trivia app using Next.js and Netlify. This technology stack has become my go-to on many projects. It allows for rapid development and easy deployment.\nWithout further ado let’s jump in!…\nThe post Building a Tennis Trivia App With Next.js and Netlify appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/building-a-tennis-trivia-app-with-next-js-and-netlify/", + "publishedOn": "2021-10-08T14:30:57.000Z", + "wordCount": 2789, + "title": "Building a Tennis Trivia App With Next.js and Netlify" + }, + { + "id": "https://css-tricks.com/?p=353062", + "author": "Chris Coyier", + "description": "I saw this blog post the other day: 58% of Hacker News, Reddit and tech-savvy audiences block Google Analytics. That’s an enticing title to me. I’ve had Google Analytics on this site literally from the day I launched it. …\nThe post Comparing Google Analytics and Plausible Numbers appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/comparing-google-analytics-and-plausible-numbers/", + "publishedOn": "2021-10-08T14:30:40.000Z", + "wordCount": 1007, + "title": "Comparing Google Analytics and Plausible Numbers" + }, { "id": "https://css-tricks.com/?p=353112", "author": "Chris Coyier", "description": "There comes a time on a project when it’s worth investing in tooling to protect the codebase. I’m not sure how to articulate when, but it’s somewhere after the project has proven to be something long-term and rough edges …\nThe post Writing Your Own Code Rules appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/writing-your-own-code-rules/", "publishedOn": "2021-10-07T23:35:53.000Z", - "wordCount": 805, + "wordCount": 834, "title": "Writing Your Own Code Rules" }, { @@ -45,7 +81,7 @@ "description": "Blog posts that get into the whole “how to think like a front-end developer” vibe are my favorite. Michelle Barker nails that in this post, and does it without sharing a line of code!\nWe simply can no longer \n…\nThe post Developer Decisions For Building Flexible Components appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://www.smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/", "publishedOn": "2021-10-07T21:33:58.000Z", - "wordCount": 2860, + "wordCount": 2861, "title": "Developer Decisions For Building Flexible Components" }, { @@ -63,7 +99,7 @@ "description": "(This is a sponsored post.)\nKendoReact can save you boatloads of time because it offers pre-built componentry you can use in your app right away. They look nice, but more importantly, they are easily themeable, so they look however …\nThe post A Themeable React Data Grid With Great UX-Focused Features appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/a-themeable-react-data-grid-with-great-ux-focused-features/", "publishedOn": "2021-10-07T14:35:28.000Z", - "wordCount": 1219, + "wordCount": 1262, "title": "A Themeable React Data Grid With Great UX-Focused Features" }, { @@ -90,16 +126,16 @@ "description": "If you run or have recently switched to a static site generator, you might find yourself writing a lot of Markdown. And the more you write it, the more you want the tooling experience to disappear so that …\nThe post Considerations for Using Markdown Writing Apps on Static Sites appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/considerations-for-using-markdown-writing-apps-on-static-sites/", "publishedOn": "2021-10-06T14:22:18.000Z", - "wordCount": 2177, + "wordCount": 2373, "title": "Considerations for Using Markdown Writing Apps on Static Sites" }, { "id": "https://css-tricks.com/?p=352676", "author": "Chris Coyier", - "description": "In HTML, there is a very clear input type for dealing with passwords:\n\nIf you use that, you get the obfuscated bullet-points when you type into it, like:\n••••••••\nThat’s the web trying to help with security. If …\nThe post The Options for Password Revealing Inputs appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/the-options-for-password-revealing-inputs/", "publishedOn": "2021-10-06T14:22:11.000Z", - "wordCount": 805, + "wordCount": 849, "title": "The Options for Password Revealing Inputs" }, { @@ -126,44 +162,8 @@ "description": "In this article I'm going to talk about branching strategies and different types of Git branches. I’m also going to introduce you to two common branching workflows: Git Flow and GitHub Flow.\nThe post Branching Strategies in Git appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/branching-strategies-in-git/", "publishedOn": "2021-10-05T14:28:43.000Z", - "wordCount": 2252, + "wordCount": 2229, "title": "Branching Strategies in Git" - }, - { - "id": "https://css-tricks.com/?p=353225", - "author": "Chris Coyier", - "description": "This is some bonafide CSS trickery from Harry that gives you some generic performance advice based on what it sees in your
element. \nFirst, it’s possible to make a