osmosfeed-template/cache.json
2021-09-09 00:41:58 +00:00

579 lines
No EOL
41 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": []
},
{
"title": "CSS-Tricks",
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=351389",
"author": "Chris Coyier",
"description": "Heres Atif Afzal on using a <div> that is permanently on the page where tooltips are added/removed and how they perform vastly better than plopping those same tooltips right into the <body>. Its not really discussed, but the reason …\nThe post Dont attach tooltips to document.body appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/dont-attach-tooltips-to-document-body/",
"publishedOn": "2021-09-08T19:08:55.000Z",
"wordCount": 537,
"title": "Dont attach tooltips to document.body"
},
{
"id": "https://css-tricks.com/?p=351043",
"author": "Tapas Adhikary",
"description": "I love shapes, especially colorful ones! Shapes on websites are in the same category of helpfulness as background colors, images, banners, section separators, artwork, and many more: they can help us understand context and inform our actions through affordances.\nA …\nThe post The Story Behind TryShape, a Showcase for the CSS clip-path property appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/the-story-behind-tryshape-a-showcase-for-the-css-clip-path-property/",
"publishedOn": "2021-09-08T14:30:18.000Z",
"wordCount": 2565,
"title": "The Story Behind TryShape, a Showcase for the CSS clip-path property"
},
{
"id": "https://css-tricks.com/?p=351276",
"author": "Chris Coyier",
"description": "Stefan Judis notes that there is a spec for custom media queries, but seemingly no momentum on it at the moment. That lack of movement is unfortunate, as its almost guaranteed front-end developers all over would start using it as …\nThe post Can we have custom media queries, please? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.stefanjudis.com/notes/can-we-have-custom-media-queries-please/",
"publishedOn": "2021-09-07T22:17:55.000Z",
"wordCount": 481,
"title": "Can we have custom media queries, please?"
},
{
"id": "https://css-tricks.com/?p=351146",
"author": "Chris Coyier",
"description": "When requirements read “when visible” your brain should go straight to IntersectionObserver. Thats exactly what Zach is doing here to kick off an animation when it scrolls into view.\nExcept this animation is an SVG SMIL animation: an <animate>…\nThe post Fire SVG animations (SMIL) when the SVG is visible appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.zachleat.com/web/svg-animate/",
"publishedOn": "2021-09-07T17:54:12.000Z",
"wordCount": 1651,
"title": "Fire SVG animations (SMIL) when the SVG is visible"
},
{
"id": "https://css-tricks.com/?p=351346",
"author": "Chris Coyier",
"description": "(This is a sponsored post.)\nI did a sponsored video the other week explaining how to build a paid subscription newsletter using WordPress (we did it on WordPress.com but it could be hosted anywhere), MailPoet (a plugin to visually …\nThe post Building Your Own Subscription Newsletter appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/building-your-own-subscription-newsletter/",
"publishedOn": "2021-09-07T17:52:19.000Z",
"wordCount": 776,
"title": "Building Your Own Subscription Newsletter"
},
{
"id": "https://css-tricks.com/?p=351017",
"author": "Šime Vidas",
"description": "Variable fonts make it easy to create a large set of font styles from a single font file. Unfortunately, the default rendering of the <b> and <strong> elements in browsers today is not very compatible with the wide range of …\nThe post Firefoxs `bolder` Default is a Problem for Variable Fonts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/firefoxs-bolder-default-is-a-problem-for-variable-fonts/",
"publishedOn": "2021-09-07T14:41:57.000Z",
"wordCount": 1442,
"title": "Firefoxs `bolder` Default is a Problem for Variable Fonts"
},
{
"id": "https://css-tricks.com/?p=351402",
"author": "Chris Coyier",
"description": "There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where <style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a …\nThe post Early Days for CSS Scoping appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/early-days-for-css-scoping/",
"publishedOn": "2021-09-06T18:47:19.000Z",
"wordCount": 913,
"title": "Early Days for CSS Scoping"
},
{
"id": "https://css-tricks.com/?p=350649",
"author": "Chris Coyier",
"description": "Id say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherent isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud …\nThe post AWS Lambdas: Easy, Easier, Easiest appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://joeyanuff-33180.medium.com/aws-lambdas-easy-easier-easiest-823e71c02bd9",
"publishedOn": "2021-09-03T22:16:47.000Z",
"wordCount": 908,
"title": "AWS Lambdas: Easy, Easier, Easiest"
},
{
"id": "https://css-tricks.com/?p=350889",
"author": "John Rhea",
"description": "Weve already discussed how creating web components is easier than you think, but theres another aspect of the specification that we havent discussed yet and its a way to customize (nay, supercharge) a built-in element. Its similar to …\nThe post Supercharging Built-In Elements With Web Components “is” Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/supercharging-built-in-elements-with-web-components-is-easier-than-you-think/",
"publishedOn": "2021-09-03T14:21:38.000Z",
"wordCount": 2161,
"title": "Supercharging Built-In Elements With Web Components “is” Easier Than You Think"
},
{
"id": "https://css-tricks.com/?p=350934",
"author": "Chris Coyier",
"description": "HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit \n…\nThe post Links on Performance IV appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/links-on-performance-iv/",
"publishedOn": "2021-09-02T22:28:51.000Z",
"wordCount": 921,
"title": "Links on Performance IV"
},
{
"id": "https://css-tricks.com/?p=350723",
"author": "Chris Coyier",
"description": "Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, youd be lost coming back? Rachel Smith has:\nThe hectic pace of needing to learn one thing after the next \n…\nThe post I completely ignored the front-end development scene for 6 months. It was fine. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://rachsmith.com/i-completely-ignored-the-front-end-development-scene-for-6-months-it-was-fine/",
"publishedOn": "2021-09-02T22:26:36.000Z",
"wordCount": 599,
"title": "I completely ignored the front-end development scene for 6 months. It was fine."
},
{
"id": "https://css-tricks.com/?p=350830",
"author": "Chris Coyier",
"description": "Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …\nThe post If I work really hard on my Open Graph images, people will share my blog posts. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.zachleat.com/web/automatic-opengraph/",
"publishedOn": "2021-09-02T14:30:55.000Z",
"wordCount": 2644,
"title": "If I work really hard on my Open Graph images, people will share my blog posts."
},
{
"id": "https://css-tricks.com/?p=351143",
"author": "Chris Coyier",
"description": "A fun exercise from Terence Eden. You can send an HTML file over the wire including anything a website might need without requesting any other files. CSS and JavaScript are easy, because there are <script and <style tags. Images and …\nThe post You dont need external assets in an HTML file appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://shkspr.mobi/blog/2021/08/you-dont-need-external-assets-in-an-html-file/",
"publishedOn": "2021-09-02T00:29:23.000Z",
"wordCount": 1413,
"title": "You dont need external assets in an HTML file"
},
{
"id": "https://css-tricks.com/?p=351172",
"author": "Tharaka Romesh",
"description": "(This is a sponsored post.)\nStatic site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …\nThe post Accessing Your Data With Netlify Functions and React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/accessing-data-netlify-functions-react/",
"publishedOn": "2021-09-02T00:28:22.000Z",
"wordCount": 3119,
"title": "Accessing Your Data With Netlify Functions and React"
},
{
"id": "https://css-tricks.com/?p=350752",
"author": "Chris Coyier",
"description": "Nathan Hardy shares when things “clicked”:\nReflecting back on this time, I think there are a few key concepts that were vital to things finally all making sense and fitting together. These were:\n• The Box Model (e.g. box-sizing, height, width, margin, padding)\n• Layout \n…\nThe post What I Wish I Knew About CSS When Starting Out As A Front-Ender appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://engineering.kablamo.com.au/posts/2021/my-first-css",
"publishedOn": "2021-09-01T23:25:45.000Z",
"wordCount": 1170,
"title": "What I Wish I Knew About CSS When Starting Out As A Front-Ender"
}
]
},
{
"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/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": 2867,
"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": 4052,
"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": 9727,
"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": 3571,
"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": 2439,
"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": 5592,
"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": 2414,
"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": 3699,
"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": 3115,
"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": 3777,
"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": 3552,
"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": 3229,
"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": 10550,
"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": 4601,
"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"
}
},
{
"id": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/",
"author": "hello@smashingmagazine.com (Devin Harold)",
"description": "Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure youre respecting the dignity and welfare of your research participants.",
"link": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/",
"publishedOn": "2021-08-19T10:00:00.000Z",
"wordCount": 5345,
"title": "How To Build An Ethical User Research Practice At Any Organization",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/72fbade7-8284-47ba-93d7-0f8a7aefdb7e/ethical-user-research-practice.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/",
"author": "hello@smashingmagazine.com (Anna Prenzel)",
"description": "In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.",
"link": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/",
"publishedOn": "2021-08-18T08:00:00.000Z",
"wordCount": 3315,
"title": "Creating An Interactive Gantt Chart Component With Vanilla JavaScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3bcf1248-c58e-47f4-a94f-3cbac5c60b45/interactive-gantt-chart-component-vanillajs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/open-source-icons/",
"author": "hello@smashingmagazine.com (Cosima Mielke)",
"description": "Your project is on a tight budget? Weve collected some wonderful, free icons and goodies that weve discovered lately and that are bound to give your design the finishing touch. Weve also just recently covered [Figma plugins](https://www.smashingmagazine.com/2021/08/figma-tools-plugins-resources/), [SVG generators](https://www.smashingmagazine.com/2021/03/svg-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/) and [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) — you might find them useful, too.",
"link": "https://smashingmagazine.com/2021/08/open-source-icons/",
"publishedOn": "2021-08-17T07:25:00.000Z",
"wordCount": 1858,
"title": "Free Open-Source Icons",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/337b471a-0798-410d-9670-1d63c5bebfdc/05-tourism.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/",
"author": "hello@smashingmagazine.com (Cache Merril)",
"description": "Software development without a roadmap is akin to driving off a cliff — an undertaking that seriously jeopardizes your products life. Heres how to develop a business technology roadmap that ensures your project safely reaches its final destination.",
"link": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/",
"publishedOn": "2021-08-16T06:55:00.000Z",
"wordCount": 2954,
"title": "How To Develop Your Business Technology Roadmap",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a6b3fa2a-b540-45e6-9423-f299fc4b6835/develop-business-technology-roadmap.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/",
"author": "hello@smashingmagazine.com (Janet John)",
"description": "Useful Figma plugins that will help you fix all the little slowdowns and boost your productivity. From color management and image assets to SVG shapes and animation. Thats our new guide to Figma.",
"link": "https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/",
"publishedOn": "2021-08-12T13:30:00.000Z",
"wordCount": 6655,
"title": "Useful Figma Plugins And Tools",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2a4221c8-35b1-4545-9561-12fe84087ae6/6681a4b9-c319-4421-8364-6d2654cf6e53-cover.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/",
"author": "hello@smashingmagazine.com (Iris Lješnjanin)",
"description": "How do we build and establish a successful, bulletproof design system? Whats the state of HTML Email? And what are new, smart interface design patterns we could use? Lets find out. With our [brand new online workshops](https://smashingconf.com/online-workshops/) on front-end & design — to help us all boost skills online.",
"link": "https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/",
"publishedOn": "2021-08-11T13:25:00.000Z",
"wordCount": 851,
"title": "New Smashing Workshops on Front-End & Design",
"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/08/mounting-unmounting-navigation-routes-react-native/",
"author": "hello@smashingmagazine.com (Daniel Don)",
"description": "Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Lets look at how to mount and unmount navigation stack based on a met condition in React Native.",
"link": "https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/",
"publishedOn": "2021-08-11T11:40:00.000Z",
"wordCount": 5027,
"title": "Handling Mounting And Unmounting Of Navigation Routes In React Native",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/03d97d60-d23b-419c-acb3-23e467d4cc16/mounting-unmounting-navigation-routes-react-native.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
{
"title": "freeCodeCamp.org",
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "6138f291852f4307d3729b64",
"author": null,
"description": "If you inspect a web page with your browser's developer tools, you'll likely see a bunch of nested div tags, and possibly some content wrapped in a span tag. Similar content is usually grouped together by these two container elements span and div. You can use them both as containers,",
"link": "https://www.freecodecamp.org/news/span-vs-div-html-tags-what-is-the-difference/",
"publishedOn": "2021-09-08T21:08:38.000Z",
"wordCount": 868,
"title": "Span VS Div HTML Tags What is the Difference?"
},
{
"id": "6138218b581b610782a91de7",
"author": null,
"description": "Over 40% of all websites on the internet are powered by WordPress, making it the worlds top choice when it comes to creating a website. Many people and businesses choose to create their websites with WordPress because of its versatility, speed, and ease of use. WordPress is also Open",
"link": "https://www.freecodecamp.org/news/how-to-get-started-with-wordpress/",
"publishedOn": "2021-09-08T18:00:12.000Z",
"wordCount": 1858,
"title": "WordPress Installation Guide How to Get Started with WordPress + the Best Plugins"
},
{
"id": "612f86fcd6679a07b7d401b3",
"author": null,
"description": "In this tutorial, we are going to build a simple landing page for an online education platform called Skilllz. This tutorial will teach you how to use and implement CSS Flexbox and CSS Grid alignment. We'll also cover many other CSS concepts. And finally, we'll learn how to make the",
"link": "https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/",
"publishedOn": "2021-09-08T17:16:00.000Z",
"wordCount": 3711,
"title": "CSS Flexbox and Grid Tutorial How to Build a Responsive Landing Page with HTML and CSS"
},
{
"id": "61345caed6679a07b7d42d3e",
"author": null,
"description": "In programming, you'll often have to deal with the scope of a variable. The scope of a variable determines whether or not you can access and modify it inside a specific block of code. In this tutorial, you'll learn about variable scope in the C programming language. You'll see some",
"link": "https://www.freecodecamp.org/news/scope-of-variables-in-c-local-and-global-scope-explained/",
"publishedOn": "2021-09-08T16:40:21.000Z",
"wordCount": 1223,
"title": "Variable Scope in C Local and Global Scope Explained"
},
{
"id": "6136666dd6679a07b7d437d0",
"author": null,
"description": "In this article, I'll help you understand event bubbling and event catching like a pro. I created this resource to help you understand event propagation and how it works in JavaScript and React in a clear and comprehensible way. ❤ Once you've gone through this thorough introduction to event bubbling and",
"link": "https://www.freecodecamp.org/news/event-propagation-event-bubbling-event-catching-beginners-guide/",
"publishedOn": "2021-09-08T15:37:42.000Z",
"wordCount": 4117,
"title": "Event Bubbling and Event Catching in JavaScript and React A Beginner&#x27;s Guide"
},
{
"id": "61366f23d6679a07b7d4380a",
"author": null,
"description": "I recently learned about a logic puzzle online that apparently only 2% of people can solve. There are a few different incarnations of it some have slightly different wording, different names, or change the items in the riddle slightly. But they are all the exact same core problem. The riddle",
"link": "https://www.freecodecamp.org/news/einsteins-riddle/",
"publishedOn": "2021-09-08T15:36:22.000Z",
"wordCount": 1115,
"title": "How to Solve Einstein&#x27;s Five House Riddle"
},
{
"id": "6138c58c852f4307d372989e",
"author": null,
"description": "Algorithms and data structures are important for most programmers to understand. We just released a course on the freeCodeCamp YouTube channel that is a beginner-friendly introduction to common data structures (linked lists, stacks, queues, graphs) and algorithms (search, sorting, recursion, dynamic programming) in Python. This course will help you prepare",
"link": "https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python/",
"publishedOn": "2021-09-08T14:23:56.000Z",
"wordCount": 522,
"title": "Learn Algorithms and Data Structures in Python"
},
{
"id": "611827fe72231b077cdb021c",
"author": null,
"description": "Today you will learn how to build your own clone of the 2048 game in React. What makes this article unique is that we will focus on creating delightful animations. Aside from React, we will use TypeScript and we'll make some CSS transitions using LESS. We are only going to",
"link": "https://www.freecodecamp.org/news/how-to-make-2048-game-in-react/",
"publishedOn": "2021-09-08T01:38:41.000Z",
"wordCount": 3549,
"title": "React Tutorial How to Build the 2048 Game in React"
},
{
"id": "61372fd1d6679a07b7d43e77",
"author": null,
"description": "You can use the HTML span tag as a container to group inline elements together so you can style or manipulate them with JavaScript. In this article, I will show you how to use the span tag to make a certain part of your content distinct from the rest. Then",
"link": "https://www.freecodecamp.org/news/span-html-how-to-use-the-span-tag-with-css/",
"publishedOn": "2021-09-08T01:18:28.000Z",
"wordCount": 668,
"title": "Span HTML How to Use the Span Tag with CSS"
},
{
"id": "6132237ad6679a07b7d418ca",
"author": null,
"description": "Functions are one of the main parts of computer programs. They are widely used and are one of JavaScript's fundamental building blocks. In this article, we'll go over the definition of functions and why they are so important. I'll also show you how to get started writing functions in JavaScript.",
"link": "https://www.freecodecamp.org/news/what-is-a-function-javascript-function-examples/",
"publishedOn": "2021-09-07T23:46:55.000Z",
"wordCount": 1473,
"title": "What is a Function? JavaScript Function Examples"
}
]
}
],
"cliVersion": "1.11.0"
}