osmosfeed-template/cache.json
2021-09-18 00:39:47 +00:00

603 lines
No EOL
41 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

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.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": 343,
"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=352082",
"author": "Robin Rendle",
"description": "My favorite kind of blog post is when someone takes a subject that Ive spent all of five minutes considering and then says—no!—this is an enormous topic worthy of a dissertation. Look at all the things you can do with …\nThe post Designing Beautiful Shadows in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.joshwcomeau.com/css/designing-shadows/",
"publishedOn": "2021-09-17T22:49:39.000Z",
"wordCount": 3620,
"title": "Designing Beautiful Shadows in CSS"
},
{
"id": "https://css-tricks.com/?p=350843",
"author": "Wladston Viana Ferreira Filho",
"description": "Humans crave connections, and the advent of the digital revolution has empowered us to be more connected than ever before. The Internet has unleashed upon billions of people unprecedented economic and political freedom, as well as powerful means of control and domination. Yet, the vast majority of us are oblivious to its inner workings.\nThe post Computer Science Unleashed, Chapter 1: Connections appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/computer-science-unleashed-chapter-1-connections/",
"publishedOn": "2021-09-17T15:27:49.000Z",
"wordCount": 7973,
"title": "Computer Science Unleashed, Chapter 1: Connections"
},
{
"id": "https://css-tricks.com/?p=351915",
"author": "Chris Coyier",
"description": "There is a helluva gotcha with styling a <details> element, as documented here by Kitty Guiraudel. Its obscure enough that you might never run into it, but if you do, I could see it being very confusing (it would confuse …\nThe post Shadow Roots and Inheritance appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://kittygiraudel.com/2021/08/23/shadow-roots-and-inheritance/",
"publishedOn": "2021-09-16T20:14:20.000Z",
"wordCount": 643,
"title": "Shadow Roots and Inheritance"
},
{
"id": "https://css-tricks.com/?p=351481",
"author": "Patrick Brosset",
"description": "You might already know about the CSS gap property. It isnt exactly new, but it did gain an important new ability last year: it now works in Flexbox in addition to CSS Grid. That, and the fact that I …\nThe post Minding the “gap” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/minding-the-gap/",
"publishedOn": "2021-09-16T14:34:46.000Z",
"wordCount": 3220,
"title": "Minding the “gap”"
},
{
"id": "https://css-tricks.com/?p=351586",
"author": "Philip Kiely",
"description": "(This is a sponsored post.)\nMany developers love working with static site generators like Gatsby and Hugo. These powerful yet flexible systems help create beautiful websites using familiar tools like Markdown and React. Nearly every popular modern programming …\nThe post Static Site Generators vs. CMS-powered Websites: How to Keep Marketers and Devs Happy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/static-site-generators-vs-cms-powered-websites-how-to-keep-marketers-and-devs-happy/",
"publishedOn": "2021-09-16T14:31:08.000Z",
"wordCount": 1239,
"title": "Static Site Generators vs. CMS-powered Websites: How to Keep Marketers and Devs Happy"
},
{
"id": "https://css-tricks.com/?p=351987",
"author": "Chris Coyier",
"description": "Heres a common thought and question: how do browsers prioritize what they work on? We get little glimpses of it sometimes. Were told to “star issues” in bug trackers to signal interest. Were told to get involved in GitHub threads …\nThe post 2021 Scroll Survey Report appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://web.dev/2021-scroll-survey-report/",
"publishedOn": "2021-09-15T22:39:08.000Z",
"wordCount": 1162,
"title": "2021 Scroll Survey Report"
},
{
"id": "https://css-tricks.com/?p=351868",
"author": "Robin Rendle",
"description": "Its not every day that a new pattern emerges across the web, but I think cmd + k is here to stay. Its a keyboard shortcut that usually pops open a search UI and it lets you toggle settings on …\nThe post kbar appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://kbar.vercel.app/",
"publishedOn": "2021-09-15T18:51:36.000Z",
"wordCount": 9,
"title": "kbar"
},
{
"id": "https://css-tricks.com/?p=351767",
"author": "Travis Almand",
"description": "Have you ever been in a situation where you wish you could have some control over the values in an object or array? Maybe you wanted to prevent certain types of data or even validate the data before storing it …\nThe post An Intro to JavaScript Proxy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/an-intro-to-javascript-proxy/",
"publishedOn": "2021-09-15T14:21:27.000Z",
"wordCount": 5359,
"title": "An Intro to JavaScript Proxy"
},
{
"id": "https://css-tricks.com/?p=351518",
"author": "Chris Coyier",
"description": "Blogging about HTML elements¹? *chefs kiss*\nHeres Ben Myers on the (aptly described) “underrated” Definition List (<dl>) element in HTML:\nYou might have also seen lists of namevalue pairs to describe lodging amenities, or to list \n…\nThe post On the `dl` appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/on-the-dl/",
"publishedOn": "2021-09-14T22:37:21.000Z",
"wordCount": 634,
"title": "On the `dl`"
},
{
"id": "https://css-tricks.com/?p=351454",
"author": "Jonathan Land",
"description": "Learn how to build an HTML form in PHP using DOMDocument — a structured and expressive way to build logical markup.\nThe post Building a Form in PHP Using DOMDocument appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/building-a-form-in-php-using-domdocument/",
"publishedOn": "2021-09-14T14:36:24.000Z",
"wordCount": 4375,
"title": "Building a Form in PHP Using DOMDocument"
},
{
"id": "https://css-tricks.com/?p=351970",
"author": "Chris Coyier",
"description": "(This is a sponsored post.)\nWhat? Jamstack Conf! Its the best! Learn whats happening and whats next for this hot ecosystem.\nWhen? October 67, 2021\nWhere? Virtual / online.\nHow much? Its free! There are workshops as well though, …\nThe post Jamstack Conf 2021 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://jamstackconf.com/",
"publishedOn": "2021-09-14T14:32:16.000Z",
"wordCount": 718,
"title": "Jamstack Conf 2021"
},
{
"id": "https://css-tricks.com/?p=350466",
"author": "Chris Coyier",
"description": "(This is a sponsored post.)\nThere is a conversation that has been percolating for as long as Ive been in the web design and development industry. Its centered around the conflict between design tools and development tools. The final …\nThe post Developers and Designers Work on a Single Source of Truth With UXPin appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/developers-designers-uxpin/",
"publishedOn": "2021-09-13T19:21:00.000Z",
"wordCount": 1325,
"title": "Developers and Designers Work on a Single Source of Truth With UXPin"
},
{
"id": "https://css-tricks.com/?p=351302",
"author": "Jimmy Chion",
"description": "Browse through Dribbble or Behance, and youll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers affinity for texture, …\nThe post Grainy Gradients appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/grainy-gradients/",
"publishedOn": "2021-09-13T19:04:51.000Z",
"wordCount": 1895,
"title": "Grainy Gradients"
},
{
"id": "https://css-tricks.com/?p=351726",
"author": "Chris Coyier",
"description": "I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator. \nThe trajectory there was that I ended up …\nThe post Social Image Generator + Jetpack appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/social-image-generator-jetpack/",
"publishedOn": "2021-09-13T14:20:13.000Z",
"wordCount": 844,
"title": "Social Image Generator + Jetpack"
},
{
"id": "https://css-tricks.com/?p=351562",
"author": "Chris Coyier",
"description": "I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:\n<div class=\"C(#333) P(20px)\"text\n</div\nAnd it will generate CSS like:\n.C\\(\\#333\\) {\n color: #333;\n\n…\nThe post “Just in Time” CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/just-in-time-css/",
"publishedOn": "2021-09-10T20:32:51.000Z",
"wordCount": 2486,
"title": "“Just in Time” CSS"
}
]
},
{
"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/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": 2570,
"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": 4505,
"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": 2079,
"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": 2991,
"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": 2038,
"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": 2052,
"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": 4039,
"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": 9715,
"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": 3557,
"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": 2423,
"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": 5567,
"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": 2405,
"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"
}
},
{
"id": "https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/",
"author": "hello@smashingmagazine.com (Adrian Bece)",
"description": "There are many CSS optimization techniques to tackle potential file size and performance issues. Lets take a look at some of them. After all, if deploying the refactored codebase causes loading or performance issues, it will result in less traffic and revenue, which might leave the management and project managers dissatisfied.",
"link": "https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/",
"publishedOn": "2021-08-30T10:00:00.000Z",
"wordCount": 3682,
"title": "Refactoring CSS: Optimizing Size And Performance (Part 3)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa4e0eab-b23c-42ac-a622-b2ca8a02edd0/refactoring-css-optimizing-size-performance-part3.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/compound-components-react/",
"author": "hello@smashingmagazine.com (Ichoku Chinonso)",
"description": "Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this advanced pattern.",
"link": "https://smashingmagazine.com/2021/08/compound-components-react/",
"publishedOn": "2021-08-27T13:00:00.000Z",
"wordCount": 3101,
"title": "Compound Components In React",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e9df8cb4-b274-407a-97a8-f06488571802/compound-components-react.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/",
"author": "hello@smashingmagazine.com (Robin Berjon)",
"description": "The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users data, and how you can too.",
"link": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/",
"publishedOn": "2021-08-26T08:00:00.000Z",
"wordCount": 3759,
"title": "Pushing Back Against Privacy Infringement On The Web",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fbab17a6-483b-4e8e-b9f1-9ab583202df1/against-privacy-infringement-web.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/",
"author": "hello@smashingmagazine.com (Leonardo Losoviz)",
"description": "In this article, Leonardo explains how to use a \"multi-monorepo\" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.",
"link": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/",
"publishedOn": "2021-08-25T07:10:00.000Z",
"wordCount": 3537,
"title": "Creating A Public/Private Multi-Monorepo For PHP Projects",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a223ab2b-d926-4fec-a422-bed6e7b02178/01-architecture.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
"author": "hello@smashingmagazine.com (Portia Burton)",
"description": "In this article, youll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.",
"link": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
"publishedOn": "2021-08-24T13:00:00.000Z",
"wordCount": 3218,
"title": "How To Automate Documentation Workflow For Developers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/68266575-8f47-415b-9c91-7004a02944ee/action-github-1.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/",
"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 performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.",
"link": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/",
"publishedOn": "2021-08-23T06:20:00.000Z",
"wordCount": 10528,
"title": "HTTP/3: Performance Improvements (Part 2)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9d5e5ddd-7a90-48c6-84c5-dc5c335e2305/congestion-control.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/",
"author": "hello@smashingmagazine.com (Mike Neumegen)",
"description": "The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where theyre heading in the next decade.",
"link": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/",
"publishedOn": "2021-08-20T08:00:00.000Z",
"wordCount": 4587,
"title": "Jamstack CMS: The Past, The Present and The Future",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f2f37c71-d2c5-4634-b62c-2dc2eea127c1/history-future-jamstack-cms.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
{
"title": "freeCodeCamp.org",
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "613f3cc7852f4307d372c7e4",
"author": null,
"description": "You might have heard of a CSV file but what does it mean? In this article, we are going to learn what a CSV file is, and how to open and export them using Microsoft Excel and Google Sheets. What is a CSV file? CSV stands for Comma Separated Values.",
"link": "https://www.freecodecamp.org/news/csv-format-how-to-open-a-csv-file-and-export-it/",
"publishedOn": "2021-09-17T18:22:47.000Z",
"wordCount": 711,
"title": "CSV Format How to Open a .csv File and Export it"
},
{
"id": "613f6bc9852f4307d372ca83",
"author": null,
"description": "Freelancing can be an incredibly rewarding way to make money online. But it can also be quite difficult if you don't approach it in the right way. It takes more than a stable internet connection to make a living as a freelancer. In order to make the big bucks, you",
"link": "https://www.freecodecamp.org/news/how-to-start-freelancing/",
"publishedOn": "2021-09-16T22:25:55.000Z",
"wordCount": 2262,
"title": "How to Start Freelancing Tips for Launching a Successful Freelance Career"
},
{
"id": "614353d8852f4307d372ef7e",
"author": null,
"description": "In Web Development, REST APIs play an important role in ensuring smooth communication between the client and the server. You can think of the client as the front end and the server as the back end. Communication between the client (frontend) and the server (backend) isn't usually super direct. So",
"link": "https://www.freecodecamp.org/news/rest-api-best-practices-rest-endpoint-design-examples/",
"publishedOn": "2021-09-16T17:50:22.000Z",
"wordCount": 1613,
"title": "REST API Best Practices REST Endpoint Design Examples"
},
{
"id": "613d280a852f4307d372bdd7",
"author": null,
"description": "I've lately been noticing a pattern in React applications: developers protect certain routes on a web app from unauthorized users. In such cases, the navigation item (nav-item) on the navigation bar/Header of the web won't be visible to an unauthorized user. In this short guide, we're going to take",
"link": "https://www.freecodecamp.org/news/dynamic-navigation-in-nextjs/",
"publishedOn": "2021-09-16T17:32:33.000Z",
"wordCount": 1406,
"title": "Dynamic Navigation in Next.js How to Render Nav-Items Dynamically in a Next App"
},
{
"id": "613f4ba7852f4307d372c7ed",
"author": null,
"description": "Modern web applications usually perform more than one function. They often have more than one section, offer more than one service, and have a couple of clients. But the more functionality the app has, the clumsier your route paths will get. What if there was a way to separate all",
"link": "https://www.freecodecamp.org/news/laravel-subdomians/",
"publishedOn": "2021-09-16T17:19:06.000Z",
"wordCount": 1059,
"title": "Laravel Subdomains How to Create and Manage Subdomains in Your Apps"
},
{
"id": "61434825852f4307d372eed6",
"author": null,
"description": "I'm excited to share freeCodeCamp's first official VS Code extension a dark mode theme. This theme uses freeCodeCamp.org's distinct color scheme, typography, and UI design sensibilities. This night mode theme is minimalistic, easy on the eyes, and will help you reach a coding flow state. Here's a preview of",
"link": "https://www.freecodecamp.org/news/vs-code-dark-mode-theme/",
"publishedOn": "2021-09-16T16:46:30.000Z",
"wordCount": 375,
"title": "VS Code Dark Theme A freeCodeCamp Night Mode Style for Visual Studio Code"
},
{
"id": "613e7006852f4307d372c2ac",
"author": null,
"description": "You can now learn Relational Database concepts and SQL right inside your VSCode editor. This tutorial will walk you through how to install it using Docker. During this full-length 300-hour course, you will learn to build more than a dozen projects. Some of them will involve step-by-step instructions, and others",
"link": "https://www.freecodecamp.org/news/how-to-run-freecodecamps-relational-databases-curriculum-using-docker-vscode-and-coderoad/",
"publishedOn": "2021-09-16T16:17:32.000Z",
"wordCount": 935,
"title": "Relational Database Course How to Learn SQL in VSCode Using Docker and freeCodeCamp"
},
{
"id": "61436000852f4307d372f0d1",
"author": null,
"description": "Gatsby is a website generator. It is a free and open source framework based on React that helps developers build fast websites and apps. We just published a 9-hour Gatsby course on the freeCodeCamp.org YouTube channel that will teach you how to use the newest version of the framework.",
"link": "https://www.freecodecamp.org/news/learn-gatsby-version-3/",
"publishedOn": "2021-09-16T15:34:47.000Z",
"wordCount": 428,
"title": "Learn Gatsby, a Static Site Generator"
},
{
"id": "6142ac88852f4307d372eb23",
"author": null,
"description": "Data science models are all around you. They could impact your admission to a school, whether you get hired (or fired), your work schedule, whom you date, whether you get a loan, what ads are shown to you, what social media posts you see, and so on. I have created",
"link": "https://www.freecodecamp.org/news/the-ethics-of-data-science/",
"publishedOn": "2021-09-16T15:17:13.000Z",
"wordCount": 1371,
"title": "Data Science Ethics What Could Go Wrong and How to Avoid It"
},
{
"id": "614207df852f4307d372e3c4",
"author": null,
"description": "Notepad is a built-in text editor that comes pre-installed on Windows machines of all versions XP, Windows 7, Windows 8, Windows 10, and so on. It is the default Windows text editor. You can think of Notepad as your VS Code or favorite text editor with fewer capabilities. Coding with",
"link": "https://www.freecodecamp.org/news/html-file-text-editor-how-to-open-web-page-code-in-windows-notepad/",
"publishedOn": "2021-09-16T15:08:00.000Z",
"wordCount": 1407,
"title": "HTML File Text Editor How to Open Web Page Code in Windows Notepad"
}
]
}
],
"cliVersion": "1.11.1"
}