osmosfeed-template/cache.json
2021-09-29 00:40:45 +00:00

645 lines
No EOL
44 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sources": [
{
"title": "Release notes from osmosfeed",
"feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom",
"siteUrl": "https://github.com/osmoscraft/osmosfeed/releases",
"articles": [
{
"id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.2",
"author": null,
"description": "Fixed: unicode characters in URL caused download error\nFixed: project root npm install error\nAdded: unit test library\nChore: Dependency updates\nThank you: @CaptNo1",
"link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.2",
"publishedOn": "2021-09-26T18:45:39.000Z",
"wordCount": 354,
"title": "v1.11.2"
},
{
"id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1",
"author": null,
"description": "Fixed: Unexpected nested element in author field crashes the parser\nThank you @ad-m",
"link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1",
"publishedOn": "2021-09-16T06:39:32.000Z",
"wordCount": 344,
"title": "v1.11.1"
}
]
},
{
"title": "CSS-Tricks",
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=352669",
"author": "Chris Coyier",
"description": "I had one of those little single-serving designer helper sites bookmarked the other day: getwaves.io. Randomized SVG waves! Lots of cool options! Easy to customize! Easy to copy and paste! Well played, z creative labs. \n\nBut then I …\nThe post So many little design helper sites! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/__trashed/",
"publishedOn": "2021-09-28T21:00:04.000Z",
"wordCount": 651,
"title": "So many little design helper sites!"
},
{
"id": "https://css-tricks.com/?p=352681",
"author": "Chris Coyier",
"description": "Just last week I got one of those really?! 🤨 faces when this fact came up in conversation amongst smart and engaged fellow web developers: there is no browser choice on iOS. Its all Safari. You can download apps that …\nThe post iOS Browser Choice appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/ios-browser-choice/",
"publishedOn": "2021-09-28T14:26:23.000Z",
"wordCount": 1595,
"title": "iOS Browser Choice"
},
{
"id": "https://css-tricks.com/?p=352073",
"author": "Chris Coyier",
"description": "(This is a sponsored post.)\nNow in its tenth year (!!!), Web Unleashed is one of the top events for web devs. Its coming up quick: October 20-22, 2021. \nThe lineup is amazing. Youll hear from leaders in …\nThe post Web Unleashed is Back! (Use Coupon Code “CSS-Tricks” for 50% Off) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://fitc.ca/event/webu21/",
"publishedOn": "2021-09-28T14:24:34.000Z",
"wordCount": 1483,
"title": "Web Unleashed is Back! (Use Coupon Code “CSS-Tricks” for 50% Off)"
},
{
"id": "https://css-tricks.com/?p=352621",
"author": "Chris Coyier",
"description": "I enjoy little frameworks like Tonic. Its essentially syntactic sugar over <web-components /> to make them feel easier to use. Define a Class, template literal an HTML template, probably some other fancy helpers, and youve got a component …\nThe post Tonic (Component Framework) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/tonic-component-framework/",
"publishedOn": "2021-09-27T18:52:46.000Z",
"wordCount": 622,
"title": "Tonic (Component Framework)"
},
{
"id": "https://css-tricks.com/?p=352211",
"author": "Ravgeet Dhillon",
"description": "A lot of people these days are setting up their own newsletters. Youve got the current big names like Substack and MailChimp, companies like Twitter are getting into it with Revue, and even Facebook is getting into the …\nThe post Collecting Email Signups With the Notion API appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/collecting-email-signups-with-the-notion-api/",
"publishedOn": "2021-09-27T15:26:01.000Z",
"wordCount": 4008,
"title": "Collecting Email Signups With the Notion API"
},
{
"id": "https://css-tricks.com/?p=352287",
"author": "Chris Coyier",
"description": "Say you have a z-index bug. Something is being covered up by something else. In my experience, a typical solution is to put position: relative on the thing so z-index works in the first place, and maybe rejigger the z-index…\nThe post Systems for z-index appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/systems-for-z-index/",
"publishedOn": "2021-09-24T21:19:49.000Z",
"wordCount": 1257,
"title": "Systems for z-index"
},
{
"id": "https://css-tricks.com/?p=352533",
"author": "Chris Coyier",
"description": "Big thoughts on where the industry is headed from Shawn Wang:\nAdvancements in two fields — programming languages and cloud infrastructure — will converge in a single paradigm: where all resources required by a program will be automatically provisioned, and \n…\nThe post The Self Provisioning Runtime appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.swyx.io/self-provisioning-runtime/",
"publishedOn": "2021-09-24T18:56:43.000Z",
"wordCount": 2153,
"title": "The Self Provisioning Runtime"
},
{
"id": "https://css-tricks.com/?p=352342",
"author": "Eric Markfield",
"description": "Lets say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps youve used some of them, like append, appendChild, insertAdjacentHTML, or innerHTML.\nThe difficult thing …\nThe post Comparing Methods for Appending and Inserting With JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/comparing-methods-for-appending-and-inserting-with-javascript/",
"publishedOn": "2021-09-24T14:34:59.000Z",
"wordCount": 2448,
"title": "Comparing Methods for Appending and Inserting With JavaScript"
},
{
"id": "https://css-tricks.com/?p=351975",
"author": "Chris Coyier",
"description": "Frontend Masters has been our learning partner for a couple of years now. I love it. If you need structured learning to up your web development skills, Frontend Masters is the place. It works so well because we dont offer …\nThe post Our Learning Partner: Frontend Masters appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/our-learning-partner-frontend-masters-2/",
"publishedOn": "2021-09-24T14:34:05.000Z",
"wordCount": 612,
"title": "Our Learning Partner: Frontend Masters"
},
{
"id": "https://css-tricks.com/?p=352279",
"author": "Chris Coyier",
"description": "Whatever Google wants it to be. I always thought it was exactly what your <title> element was. Perhaps in lieu of that, what the first <h1> on the page is. But recently I noticed some pages on this site that …\nThe post What is Your Page Title on a Google Search Engine Results Page? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/what-is-your-page-title-on-a-google-search-engine-results-page/",
"publishedOn": "2021-09-23T18:11:15.000Z",
"wordCount": 1090,
"title": "What is Your Page Title on a Google Search Engine Results Page?"
},
{
"id": "https://css-tricks.com/?p=352381",
"author": "Jamie Barton",
"description": "If youve recently started working with GraphQL, or reviewed its pros and cons, youve no doubt heard things like “GraphQL doesnt support caching” or “GraphQL doesnt care about caching.” And for most, that is a big deal.\nThe official …\nThe post Working With GraphQL Caching appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/working-with-graphql-caching/",
"publishedOn": "2021-09-23T14:32:01.000Z",
"wordCount": 1627,
"title": "Working With GraphQL Caching"
},
{
"id": "https://css-tricks.com/?p=352487",
"author": "Jacob Jackson",
"description": "(This is a sponsored post.)\nThere is a lot of buzz around apps running on the edge instead of on a centralized server in web development. Running your app on the edge allows your code to be closer to …\nThe post Learn How to Build True Edge Apps With Cloudflare Workers and Fauna appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/learn-how-to-build-true-edge-apps-with-cloudflare-workers-and-fauna/",
"publishedOn": "2021-09-23T14:31:12.000Z",
"wordCount": 1633,
"title": "Learn How to Build True Edge Apps With Cloudflare Workers and Fauna"
},
{
"id": "https://css-tricks.com/?p=352210",
"author": "Chris Coyier",
"description": "Container queries are going to solve this long-standing issue in web design where we want to make design choices based on the size of an element (the container) rather than the size of the entire page. So, if a container …\nThe post Container Units Should Be Pretty Handy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/container-units-should-be-pretty-handy/",
"publishedOn": "2021-09-22T23:09:44.000Z",
"wordCount": 861,
"title": "Container Units Should Be Pretty Handy",
"enclosure": {
"url": "https://css-tricks.com/wp-content/uploads/2021/09/CleanShot-2021-09-17-at-15.06.57.mp4",
"length": "36722146",
"type": "video/mp4"
}
},
{
"id": "https://css-tricks.com/?p=352388",
"author": "Chris Coyier",
"description": "When I came up in web development (2005-2010 were formative years for me), one of the first lessons I learned was to have a clean foundation of HTML. “What Beautiful HTML Code Looks Like” is actually one of the most …\nThe post Twitters div Soup and Uglyfied CSS, Explained appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://giuseppegurgone.com/twitter-html/",
"publishedOn": "2021-09-22T21:09:12.000Z",
"wordCount": 1146,
"title": "Twitters div Soup and Uglyfied CSS, Explained"
},
{
"id": "https://css-tricks.com/?p=352074",
"author": "Sarthak Duggal",
"description": "Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work. This tutorial is about implementing logging in a …\nThe post How to Implement Logging in a Node.js Application With Pino-logger appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/how-to-implement-logging-in-a-node-js-application-with-pino-logger/",
"publishedOn": "2021-09-22T14:33:10.000Z",
"wordCount": 2540,
"title": "How to Implement Logging in a Node.js Application With Pino-logger"
}
]
},
{
"title": "Articles on Smashing Magazine — For Web Designers And Developers",
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/09/improving-accessibility-of-markdown/",
"author": "hello@smashingmagazine.com (Eric Bailey)",
"description": "You can find Markdown in many places on the Internet. This article covers different aspects of Markdown and how it interacts with other technology.",
"link": "https://smashingmagazine.com/2021/09/improving-accessibility-of-markdown/",
"publishedOn": "2021-09-28T09:00:00.000Z",
"wordCount": 3860,
"title": "Improving The Accessibility Of Your Markdown",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa95c8d2-8322-4766-ac8d-891dabff0dd6/improving-accessibility-of-markdown.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/",
"author": "hello@smashingmagazine.com (Ramona Schwering)",
"description": "Is end-to-end testing a painful topic for you? In this article, Ramona Schwering explains how to handle end-to-end testing with Cypress and make it make it not so tedious and expensive for yourself, but fun instead.",
"link": "https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/",
"publishedOn": "2021-09-27T11:30:00.000Z",
"wordCount": 4961,
"title": "Lets Dive Into Cypress For End-to-End Testing",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c42e65f-5a60-4844-a252-00169b21ab0c/cypress-end-to-end-testing.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/",
"author": "hello@smashingmagazine.com (Jonne Kats)",
"description": "We made the switch from a more traditional integrated e-commerce platform to a headless platform with Next.js. Here are the most important lessons learned while rebuilding a large e-commerce site with Next.js.",
"link": "https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/",
"publishedOn": "2021-09-24T10:00:00.000Z",
"wordCount": 3800,
"title": "Rebuilding A Large E-Commerce Website With Next.js (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5f1d9e62-ec85-435a-8899-56ac48b4190b/lessons-learned-ecommerce-nextjs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/smashing-workshop-frustrating-design-patterns/",
"author": "hello@smashingmagazine.com (Vitaly Friedman)",
"description": "Youve seen them before. Confusing and frustrating design patterns that seem to be chasing you everywhere you go, from one website to another. Its time to fix them for good in a [free Smashing online workshop](https://smashingconf.com/online-workshops/workshops/vitaly-friedman-frustrating-patterns/) next week.",
"link": "https://smashingmagazine.com/2021/09/smashing-workshop-frustrating-design-patterns/",
"publishedOn": "2021-09-24T06:50:00.000Z",
"wordCount": 784,
"title": "Free Online Workshop: Frustrating Design Patterns And How To Fix Them",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/76262eaa-9498-4682-a320-6a7469bef697/sept27-workshop.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/09/simplifying-form-styles-accent-color/",
"author": "hello@smashingmagazine.com (Michelle Barker)",
"description": "The new CSS `accent-color` property makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. In this article well take a look at what it does and how to use it alongside `color-scheme` for simple, accessible checkboxes and radio buttons — and imagine how we might use it in the future.",
"link": "https://smashingmagazine.com/2021/09/simplifying-form-styles-accent-color/",
"publishedOn": "2021-09-23T11:00:00.000Z",
"wordCount": 2148,
"title": "Simplifying Form Styles With `accent-color`",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/195a9e83-5686-47fd-80d9-3c1d6dc4655a/simplifying-form-styles-accent-color.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/css-head-tag/",
"author": "hello@smashingmagazine.com (Vitaly Friedman)",
"description": "We love little useful tools and techniques to help folks get their work done better and faster. Today, wed love to shine the spotlights on a little helper that helps spot common performance bottlenecks easily: [ct.css](https://csswizardry.com/ct/).",
"link": "https://smashingmagazine.com/2021/09/css-head-tag/",
"publishedOn": "2021-09-22T15:00:00.000Z",
"wordCount": 725,
"title": "Getting Your `head` Straight: A New CSS Performance Diagnostics Snippet",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b5bbafda-ded4-4bd3-bb2a-8c4188693d30/head-2.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/09/mouseless-development-environment/",
"author": "hello@smashingmagazine.com (Matthieu Cneude)",
"description": "Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.",
"link": "https://smashingmagazine.com/2021/09/mouseless-development-environment/",
"publishedOn": "2021-09-21T11:30:00.000Z",
"wordCount": 4148,
"title": "How To Build Your Own Mouseless Development Environment",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5c58e67b-deff-4745-b162-f60f468469ac/mouseless-development-environment.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/",
"author": "hello@smashingmagazine.com (Frederick OBrien)",
"description": "The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools to adapt in real-time.",
"link": "https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/",
"publishedOn": "2021-09-21T09:30:00.000Z",
"wordCount": 1686,
"title": "How Web Development Tools Are Helping Users Keep Pace With Rapid Change",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d8f1b98f-ddeb-407f-ab88-c34305a5380b/web-development-tools-users-keep-pace-rapid-change.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/",
"author": "hello@smashingmagazine.com (Ken Harker)",
"description": "Content scraping is a fact of life on the Internet. When you think of web scraping, you probably do not think about the scrapers turning around and immediately serving your entire, whole page content on another website. But what if your site content is being re-published? It might be already happening.",
"link": "https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/",
"publishedOn": "2021-09-20T11:30:00.000Z",
"wordCount": 3966,
"title": "Are Imposter Domains Re-Publishing Your Website?",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4504ea89-0356-45c7-a7c1-a5c360ecc471/imposter-domains-republishing-website.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/monetize-open-source-software-gatsby-functions-stripe/",
"author": "hello@smashingmagazine.com (Paul Scanlon)",
"description": "Gatsby Functions provide front-end developers a way to write and use server-side code without the hassle of maintaining a server. If making money from open-source is of interest to you and your site isnt built using Gatsby, this approach may well be the answer you were looking for.",
"link": "https://smashingmagazine.com/2021/09/monetize-open-source-software-gatsby-functions-stripe/",
"publishedOn": "2021-09-17T09:00:00.000Z",
"wordCount": 2571,
"title": "Monetize Open-Source Software With Gatsby Functions And Stripe",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/73f6525b-6678-4db1-a875-16150bc822cd/monetize-open-source-software-gatsby-functions-stripe.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/",
"author": "hello@smashingmagazine.com (Elie Sloïm)",
"description": "Twenty years ago, Elie Sloïm chose to dedicate his professional life to web quality assurance. He started asking, ”What does quality mean for a web user?” Well, this article explains everything he has learned along the way.",
"link": "https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/",
"publishedOn": "2021-09-16T12:00:00.000Z",
"wordCount": 4504,
"title": "Web Quality Assurance: From User Requirements To Web Risk Management",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/da816ee2-199c-49e8-8f63-f50d1fb5adb7/journey-into-web-quality-assurance.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/",
"author": "hello@smashingmagazine.com (Zara Cooper)",
"description": "Integrating a CRM with your business website has numerous benefits. In this article, Zara Cooper explains what these benefits are and why websites should be integrated with a CRM platform.",
"link": "https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/",
"publishedOn": "2021-09-16T11:00:00.000Z",
"wordCount": 2293,
"title": "Reasons To Build A CRM-Powered Website For Your Business",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdb5e7f2-9050-4e5f-8b93-ca24f0483188/hubspot-preview-image.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/",
"author": "hello@smashingmagazine.com (Marcel Moreau)",
"description": "For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.",
"link": "https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/",
"publishedOn": "2021-09-15T10:00:00.000Z",
"wordCount": 1934,
"title": "Reducing The Need For Pseudo-Elements",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c994e024-5695-4cf7-b9b6-dc589e547f19/reducing-need-pseudo-elements.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/power-pen-paper-sketching/",
"author": "hello@smashingmagazine.com (Tracy Osborn)",
"description": "When designing for digital spaces, its natural to default to digital mockup tools, but doing so cuts out a world of possibilities. Analog drawing can unleash your imagination and allow you to focus on whats most important at the start: the ideas.",
"link": "https://smashingmagazine.com/2021/09/power-pen-paper-sketching/",
"publishedOn": "2021-09-14T09:30:00.000Z",
"wordCount": 2091,
"title": "The Power Of Pen And Paper Sketching",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e4a5bd0b-53db-40c2-90d9-9d0a19b8d377/power-pen-paper-sketching.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/",
"author": "hello@smashingmagazine.com (Kirill Myshkin)",
"description": "There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.",
"link": "https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/",
"publishedOn": "2021-09-13T09:00:00.000Z",
"wordCount": 2996,
"title": "Orchestrating Complexity With Web Animations API",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/cc4a9b5f-fd83-4fc0-9966-6f98707d1466/orchestrating-complexity-web-animations-api.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/",
"author": "hello@smashingmagazine.com (Frederick OBrien)",
"description": "They say content is king, and theyre right. The web has unlocked untold possibilities for storytellers — provided the story is right, of course. Here are some of our favorite examples of editorial content thriving in the digital realm.",
"link": "https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/",
"publishedOn": "2021-09-10T10:00:00.000Z",
"wordCount": 2037,
"title": "Web Design Done Well: Excellent Editorial",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7af3bbbe-821b-4e3c-870a-f8290ed52212/web-design-done-well-excellent-editorial.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/",
"author": "hello@smashingmagazine.com (Sam Poder)",
"description": "When paired with ISR and Next.js API routes, SWR can be used to create a responsive user experience. In this article, Sam Poder explains what SWR is, where to use it (and where not), and how to build a website by using Incremental Static Regeneration.",
"link": "https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/",
"publishedOn": "2021-09-09T10:30:00.000Z",
"wordCount": 2059,
"title": "Using SWR React Hooks With Next.js Incremental Static Regeneration (ISR)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/47c6e5fc-73b3-41fe-afb7-b640b860efa0/useswr-react-hook-library-incremental-static-regeneration-nextjs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/",
"author": "hello@smashingmagazine.com (Michelle Barker)",
"description": "In this article, well walk through the process of taking a seemingly simple design for a text-and-media component and deciding how best to translate it into code, keeping in mind the needs of both users and content authors.",
"link": "https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/",
"publishedOn": "2021-09-08T10:30:00.000Z",
"wordCount": 2853,
"title": "Developer Decisions For Building Flexible Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/76d3eef0-2a0a-45e0-b0bb-399da37c3834/developer-decisions-building-flexible-components.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/",
"author": "hello@smashingmagazine.com (Iris Lješnjanin)",
"description": "Whats the state of HTML Email, Vue.js and Next.js? What are new, smart interface design patterns we could use? Lets figure it out. With our brand new online workshops on front-end & design. Now with **free workshops** for you to test the waters.",
"link": "https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/",
"publishedOn": "2021-09-08T08:00:00.000Z",
"wordCount": 921,
"title": "New Smashing Online Workshops on Front-End & UX",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a95c729-8b29-4b44-90b0-d38183b367c0/online-workshops-2021-opt.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/",
"author": "hello@smashingmagazine.com (Patrick Brosset)",
"description": "Learn whats new with developer tools in Firefox, Edge, Chrome and Safari. Discover new and powerful features that will help you be more comfortable and productive when testing and debugging across browsers.",
"link": "https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/",
"publishedOn": "2021-09-07T10:00:00.000Z",
"wordCount": 4036,
"title": "Whats New With DevTools: Cross-Browser Edition",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1e0eef0e-e4b0-45b6-8afd-1d1a60b7c53b/devtools-cross-browsers.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/",
"author": "hello@smashingmagazine.com (Robin Marx)",
"description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Lets take a close look at the challenges involved in deploying and testing HTTP/3, and how and if you should change your websites and resources as well.",
"link": "https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/",
"publishedOn": "2021-09-06T11:00:00.000Z",
"wordCount": 9719,
"title": "HTTP/3: Practical Deployment Options (Part 3)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a19cca97-b411-44a6-a8be-e1468a0df78a/http3-practical-deployment-options-part3.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/",
"author": "hello@smashingmagazine.com (Berwyn Powell)",
"description": "Websites, unfortunately, arent as environmentally friendly as we might like them to be. This article contains some thoughts and experiences from trying to clean them up.",
"link": "https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/",
"publishedOn": "2021-09-03T11:30:00.000Z",
"wordCount": 3567,
"title": "Reducing Carbon Emissions On The Web",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdef7e38-4e37-4177-a7b3-d74860c7724f/reducing-carbon-emissions-on-web.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/",
"author": "hello@smashingmagazine.com (Louis Lazaris)",
"description": "Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.",
"link": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/",
"publishedOn": "2021-09-02T12:00:00.000Z",
"wordCount": 2422,
"title": "Interactive Learning Tools For Front-End Developers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7f13aec3-8dd5-4085-afce-c752db3abfb6/interactive-learning-tools-front-end-developers.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/",
"author": "hello@smashingmagazine.com (Dirk Weber)",
"description": "What exactly is a displacement filter? In this article, Dirk Weber explains the SVG `feDisplacementMap` filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.",
"link": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/",
"publishedOn": "2021-09-01T10:30:00.000Z",
"wordCount": 5570,
"title": "A Deep Dive Into The Wonderful World Of SVG Displacement Filtering",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/92af7db6-94b4-4e48-8e20-875af2d5e024/deep-dive-svg-displacement-filtering.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/state-management-nextjs/",
"author": "hello@smashingmagazine.com (Átila Fassina)",
"description": "By combining some React APIs, we can accurately manage “simple” states. With Next.js though, we can quickly find situations where we need to accommodate many other requirements. Lets have a look at some patterns to accomplish all that.",
"link": "https://smashingmagazine.com/2021/08/state-management-nextjs/",
"publishedOn": "2021-08-31T14:00:00.000Z",
"wordCount": 2894,
"title": "State Management In Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7be7a6e9-5d44-4941-8a6c-dfee3435cc9b/state-management-nextjs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/",
"author": "hello@smashingmagazine.com (Cosima Mielke)",
"description": "New month, new wallpapers! In this post, youll find inspiring wallpaper designs for September 2021. They were created with love by artists and designers from across the globe and are available with and without a calendar. Enjoy!",
"link": "https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/",
"publishedOn": "2021-08-31T08:00:00.000Z",
"wordCount": 2392,
"title": "Stories Of September (2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdfaaaac-a4fb-475b-997c-ac45db998da0/sep-21-finding-the-balance-preview-opt.png",
"length": "0",
"type": "image/png"
}
}
]
},
{
"title": "freeCodeCamp.org",
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "614e7e50ccc97307eb2bc3e5",
"author": null,
"description": "Flexbox can help you simplify the process of creating both basic and advanced layouts. And it's pretty straightforward to create side and bottom navigation menus with CSS flexbox or Grid. These layouts are so popular that they appear almost everywhere on the web. For example, check out Twitter's sidebar, which",
"link": "https://www.freecodecamp.org/news/fixed-side-and-bottom-navbar-with-css-flexbox/",
"publishedOn": "2021-09-28T21:41:48.000Z",
"wordCount": 783,
"title": "CSS Flexbox Tutorial How to Build a Fixed Side and Bottom Navbar"
},
{
"id": "6153616d64aefe07d3fa049a",
"author": null,
"description": "Building projects is a great way to build your skills, especially when it comes to web development. We just published an HTML & CSS course on the freeCodeCamp.org YouTube channel teach you how to build a recipe website. John Smilga developed this course. He is one of the most",
"link": "https://www.freecodecamp.org/news/html-css-tutorial-build-a-recipe-website/",
"publishedOn": "2021-09-28T18:56:03.000Z",
"wordCount": 22802,
"title": "HTML / CSS Tutorial - Build a Recipe Website"
},
{
"id": "613c75b1852f4307d372b9ab",
"author": null,
"description": "You have finished creating your HTML website and you're feeling proud of your hard work. But there is one thing that is still missing: you have no idea how to publish your website. In this tutorial, you will learn how to publish an HTML website using two popular platforms Netlify",
"link": "https://www.freecodecamp.org/news/publish-your-website-netlify-github/",
"publishedOn": "2021-09-28T17:36:52.000Z",
"wordCount": 968,
"title": "How to Publish an HTML Website on Netlify or GitHub Pages"
},
{
"id": "615233ec64aefe07d3f9fdb4",
"author": null,
"description": "Sentry.io is an external monitoring and logging service which can help you identify and triage errors in your code. These logs provide information such as a trace stack, breadcrumbs, and (assuming this is a web application) browser data. This can help you triage issues and resolve bugs faster, with",
"link": "https://www.freecodecamp.org/news/how-to-add-sentry-to-your-node-js-project-with-typescript/",
"publishedOn": "2021-09-28T16:24:26.000Z",
"wordCount": 1195,
"title": "How to Add Sentry to Your Node.js Project with TypeScript"
},
{
"id": "614e05eeccc97307eb2bc165",
"author": null,
"description": "Raise your hand if your typical HTML layout looks like this: <body> \t<div class=\"header\" id=\"site-header\"> \t\t<div class=\"site-nav\"> \t\t\t<ul> \t\t\t\t<li><a href=\"/\">Home</a></li> \t\t\t\t<li><a href=\"/\">",
"link": "https://www.freecodecamp.org/news/semantic-html-alternatives-to-using-divs/",
"publishedOn": "2021-09-28T16:00:39.000Z",
"wordCount": 1698,
"title": "Semantic HTML Guide 10 Alternatives to Using divs"
},
{
"id": "6149e65e9456b407b870fdc5",
"author": null,
"description": "GitHub is a collection of web-based tools that helps you work with version control and Git methodologies. With the help of GitHub, you can create, manage, and collaborate on projects with multiple other team members. You keep the project folders and files in a store (file system) on GitHub. This",
"link": "https://www.freecodecamp.org/news/increase-engagement-on-your-public-github-repositories/",
"publishedOn": "2021-09-28T00:05:11.000Z",
"wordCount": 1737,
"title": "GitHub Repo Guide How to Increase Engagement on your Public GitHub Repositories"
},
{
"id": "613b2c1a852f4307d372b02f",
"author": null,
"description": "Emoji help you express feelings and emotions beyond texts. They also bring liveliness into conversations in a fun and concise way. But sometimes it's hard to find the right emoji to use, so I decided to prepare a giant table of them that you can simply copy and paste into",
"link": "https://www.freecodecamp.org/news/all-emojis-emoji-list-for-copy-and-paste/",
"publishedOn": "2021-09-27T21:04:00.000Z",
"wordCount": 7670,
"title": "All Emojis Emoji List for Copy and Paste"
},
{
"id": "6148802f9456b407b870f041",
"author": null,
"description": "There are many articles about the Open-Closed Principle, but I can never find one that explains it in a way that really works for me. So here, hopefully, is a good one with a non trivial and real life example, what changes to support, and a description of the trade",
"link": "https://www.freecodecamp.org/news/open-closed-principle/",
"publishedOn": "2021-09-27T19:43:06.000Z",
"wordCount": 1607,
"title": "Open-Closed Principle The Software Development Concept Explained in Plain English"
},
{
"id": "61508279ccc97307eb2bca3f",
"author": null,
"description": "Sharing your knowledge can help you improve your skills and level up your career as a developer. Many developers are already doing it, and if you aren't, this article is for you. In it, I will show you why you should share your coding expertise by looking at five extraordinary",
"link": "https://www.freecodecamp.org/news/why-you-should-share-your-knowledge-as-a-developer/",
"publishedOn": "2021-09-27T17:41:26.000Z",
"wordCount": 969,
"title": "Why You Should Share Your Knowledge as a Developer"
},
{
"id": "613f3cd3852f4307d372c7e8",
"author": null,
"description": "If you have just started learning JavaScript, you might have heard of the DOM. But what is it exactly? In this article, I will explain what the DOM is and provide some JavaScript code examples. We will take a look at how to select elements from an HTML document, how",
"link": "https://www.freecodecamp.org/news/what-is-the-dom-document-object-model-meaning-in-javascript/",
"publishedOn": "2021-09-27T16:23:19.000Z",
"wordCount": 1470,
"title": "What is the DOM? Document Object Model Meaning in JavaScript"
}
]
}
],
"cliVersion": "1.11.2"
}