mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
631 lines
No EOL
44 KiB
JSON
631 lines
No EOL
44 KiB
JSON
{
|
||
"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=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": "Let’s say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps you’ve 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": 2331,
|
||
"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 don’t 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 you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or “GraphQL doesn’t 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": 834,
|
||
"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 Twitter’s 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": "Twitter’s 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"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=352328",
|
||
"author": "Chris Coyier",
|
||
"description": "CSS is on a tear lately. Again, I’ve heard of a brand new thing I’ve never seen before, and again it’s via Miriam: CSS Conditionals. \n🎉 CSSWG just resolved to adopt @tabatkins when/else proposal into the next level of CSS \n…\nThe post Proposal for CSS @when appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/proposal-for-css-when/",
|
||
"publishedOn": "2021-09-21T22:54:51.000Z",
|
||
"wordCount": 1087,
|
||
"title": "Proposal for CSS @when"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=352140",
|
||
"author": "Chris Coyier",
|
||
"description": "There is a new thing coming in CSS: @layer. As with all new things, it takes time to really wrap your head around it. And despite me tapping at my keyboard about it, full disclosure, I’m not sure my …\nThe post Cascade Layers? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/cascade-layers/",
|
||
"publishedOn": "2021-09-21T19:23:05.000Z",
|
||
"wordCount": 1932,
|
||
"title": "Cascade Layers?"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=351992",
|
||
"author": "Habdul Hazeez",
|
||
"description": "CSS ::before and ::after pseudo-elements allow you to insert “content” before and after any non-replaced element (e.g. they work on a <div> but not an <input>). This effectively allows you to show something on a web page that might …\nThe post 7 Practical Uses for the ::before and ::after Pseudo-Elements in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/7-practical-uses-for-the-before-and-after-pseudo-elements-in-css/",
|
||
"publishedOn": "2021-09-21T14:40:55.000Z",
|
||
"wordCount": 3202,
|
||
"title": "7 Practical Uses for the ::before and ::after Pseudo-Elements in CSS"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=352174",
|
||
"author": "Chris Coyier",
|
||
"description": "(This is a sponsored post.)\nThe web’s premier conference is online this fall, October 11–13, 2021: An Event Apart Fall Summit. If you already know how good of a conference this is (i.e. that some of the web’s biggest …\nThe post An Event Apart Fall Summit 2021! (Use Coupon AEACSST21) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://aneventapart.com/event/fall-summit-2021?utm_campaign=AEAFS21&utm_medium=email&utm_source=csstricks",
|
||
"publishedOn": "2021-09-21T14:37:54.000Z",
|
||
"wordCount": 2963,
|
||
"title": "An Event Apart Fall Summit 2021! (Use Coupon AEACSST21)"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=352089",
|
||
"author": "Chris Coyier",
|
||
"description": "This is a good tweet from Harry:\nSimple yet significant thing all developers should keep in mind: CSS resources (fonts, background images) are not requested by your CSS, but by the DOM node that needs them [Note: slight oversimplification, but \n…\nThe post Resources aren’t requested by CSS, but by the DOM appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/resources-arent-requested-by-css-but-by-the-dom/",
|
||
"publishedOn": "2021-09-20T23:16:14.000Z",
|
||
"wordCount": 651,
|
||
"title": "Resources aren’t requested by CSS, but by the DOM"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"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/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": 3788,
|
||
"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": "You’ve seen them before. Confusing and frustrating design patterns that seem to be chasing you everywhere you go, from one website to another. It’s 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 we’ll 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": 2153,
|
||
"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, we’d 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": 4149,
|
||
"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 O’Brien)",
|
||
"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": 3956,
|
||
"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 isn’t 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": 2576,
|
||
"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": 4503,
|
||
"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": 1933,
|
||
"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, it’s 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 what’s 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": 2075,
|
||
"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": 2999,
|
||
"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 O’Brien)",
|
||
"description": "They say content is king, and they’re 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": 2042,
|
||
"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": 2068,
|
||
"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, we’ll 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": 2854,
|
||
"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": "What’s the state of HTML Email, Vue.js and Next.js? What are new, smart interface design patterns we could use? Let’s 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 what’s 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": 4034,
|
||
"title": "What’s 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. Let’s 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": 9717,
|
||
"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, aren’t 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": 3553,
|
||
"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": 2421,
|
||
"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": 5568,
|
||
"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. Let’s 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, you’ll 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": 2391,
|
||
"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. Let’s 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": 3684,
|
||
"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"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "freeCodeCamp.org",
|
||
"feedUrl": "https://www.freecodecamp.org/news/rss/",
|
||
"siteUrl": "https://www.freecodecamp.org/news",
|
||
"articles": [
|
||
{
|
||
"id": "614df185ccc97307eb2bc079",
|
||
"author": null,
|
||
"description": "Buttons are an essential part of websites. You need them for various functionalities, from submitting information and getting access to more content to linking to different parts of the web page and other websites. HTML gives you several ways to add buttons to your website – with the button tag, the",
|
||
"link": "https://www.freecodecamp.org/news/html-button-type-how-to-add-buttons-to-your-website/",
|
||
"publishedOn": "2021-09-24T18:06:24.000Z",
|
||
"wordCount": 1170,
|
||
"title": "HTML Button Type – How to Add Buttons to your Website"
|
||
},
|
||
{
|
||
"id": "614b428f9456b407b871068a",
|
||
"author": null,
|
||
"description": "Google Docs is one of the most popular text processors. It has many features available to help you visually enhance your writing and make specific parts stand out more. One of the ways you can add more functionality to your documents is by adding a textbox. A textbox helps make",
|
||
"link": "https://www.freecodecamp.org/news/how-to-insert-a-text-box-in-google-docs-add-textbox-tutorial/",
|
||
"publishedOn": "2021-09-24T17:42:48.000Z",
|
||
"wordCount": 1026,
|
||
"title": "How to Insert a Text Box in Google Docs – Add Textbox Tutorial"
|
||
},
|
||
{
|
||
"id": "6106568e3306a507d1bfc0f6",
|
||
"author": null,
|
||
"description": "Model–View–Controller is a popular software pattern used to break up the logic of your application into three different components. In this article, I will break down the three components behind the MVC pattern, provide some history, and show you how it can be used in an application. History",
|
||
"link": "https://www.freecodecamp.org/news/mvc-architecture-what-is-a-model-view-controller-framework/",
|
||
"publishedOn": "2021-09-24T17:36:14.000Z",
|
||
"wordCount": 1275,
|
||
"title": "MVC Architecture – What is a Model View Controller Framework?"
|
||
},
|
||
{
|
||
"id": "614c72939456b407b8710f0a",
|
||
"author": null,
|
||
"description": "The HEIC photo format is Apple’s proprietary version of the HEIF (High-Efficiency Image File) file format. It’s a better way to save photos than JPG and JPEG, because with it, you can save up to 50% disk space on your device without losing quality. Because HEIC is owned",
|
||
"link": "https://www.freecodecamp.org/news/convert-heic-to-jpg-on-windows-heic-file-format-on-pc/",
|
||
"publishedOn": "2021-09-23T21:29:17.000Z",
|
||
"wordCount": 496,
|
||
"title": "Convert HEIC to JPG on Windows – HEIC File Format on PC"
|
||
},
|
||
{
|
||
"id": "61386e5b581b610782a9206b",
|
||
"author": null,
|
||
"description": "When coding in Python, you can often anticipate runtime errors even in a syntactically and logically correct program. These errors can be caused by invalid inputs or some predictable inconsistencies. In Python, you can use the try and the except blocks to handle most of these errors as exceptions all",
|
||
"link": "https://www.freecodecamp.org/news/python-try-and-except-statements-how-to-handle-exceptions-in-python/",
|
||
"publishedOn": "2021-09-23T21:00:47.000Z",
|
||
"wordCount": 2039,
|
||
"title": "Python Try and Except Statements – How to Handle Exceptions in Python"
|
||
},
|
||
{
|
||
"id": "612cbfcab5177808226d4a41",
|
||
"author": null,
|
||
"description": "In SQL, you can delete a row in a table by using the DELETE query and the WHERE clause. In the article, I will walk you through how to use the DELETE query and WHERE clause to delete rows. I will also show you how to delete multiple rows from",
|
||
"link": "https://www.freecodecamp.org/news/how-to-delete-a-row-in-sql-example-query/",
|
||
"publishedOn": "2021-09-23T17:56:36.000Z",
|
||
"wordCount": 831,
|
||
"title": "How to Delete a Row in SQL – Example Query"
|
||
},
|
||
{
|
||
"id": "61495c979456b407b870f9f7",
|
||
"author": null,
|
||
"description": "One of the very interesting and widely used applications of Natural Language Processing is Named Entity Recognition (NER). Getting insights from raw and unstructured data is of vital importance. Uploading a document and getting the important bits of information from it is called information retrieval. Information retrieval has always been",
|
||
"link": "https://www.freecodecamp.org/news/use-python-spacy-streamlit-to-build-structured-financial-newsfeed/",
|
||
"publishedOn": "2021-09-23T17:01:09.000Z",
|
||
"wordCount": 2125,
|
||
"title": "Use Python, SpaCy, and Streamlit to Build a Structured Financial Newsfeed"
|
||
},
|
||
{
|
||
"id": "5f9c986d740569d1a4ca1a04",
|
||
"author": null,
|
||
"description": "Nine years ago, universities like MIT and Stanford first opened up free online courses to the public. Today, close to 1,000 schools around the world have created thousands of free online courses. I’ve compiled this list of 700 such free online courses that you can start this month.",
|
||
"link": "https://www.freecodecamp.org/news/free-online-programming-cs-courses/",
|
||
"publishedOn": "2021-09-23T16:00:00.000Z",
|
||
"wordCount": 6435,
|
||
"title": "700 Free Online Programming & Computer Science Courses You Can Start This School Year"
|
||
},
|
||
{
|
||
"id": "612780233bccf807612a8955",
|
||
"author": null,
|
||
"description": "Today we're going to learn how to do form validation in JavaScript. We'l also add images and media queries to build out the entire project and keep it as a portfolio. Here's the project demo that we're gonna build 👇 Desktop designHere's a small sample of how the form will work",
|
||
"link": "https://www.freecodecamp.org/news/learn-javascript-form-validation-by-making-a-form/",
|
||
"publishedOn": "2021-09-22T18:33:54.000Z",
|
||
"wordCount": 1981,
|
||
"title": "Learn JavaScript Form Validation – Build a JS Project for Beginners ✨"
|
||
},
|
||
{
|
||
"id": "614b18f59456b407b87105b2",
|
||
"author": null,
|
||
"description": "In HTML, the font you choose will play a major role in the look and feel of your web pages. You get to pick the font's color, weight, size, and so on. And all these features make your websites and apps look better and more presentable to the user. With",
|
||
"link": "https://www.freecodecamp.org/news/html-font-size-how-to-change-text-size-using-inline-css-style/",
|
||
"publishedOn": "2021-09-22T18:02:22.000Z",
|
||
"wordCount": 796,
|
||
"title": "HTML Font Size – How to Change Text Size Using Inline CSS Style"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"cliVersion": "1.11.2"
|
||
} |