This commit is contained in:
chuanqisun 2021-09-10 00:45:04 +00:00
parent 0fa3a0bad5
commit 2f0ac7ddf7
3 changed files with 426 additions and 421 deletions

View file

@ -11,13 +11,40 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=350644",
"author": "Chris Coyier",
"description": "I recently blogged about how images are hard and it ended up being a big ol checklist of things that you could/should think about and implement when placing images on websites. \nI think its encouraging to see frameworksthese …\nThe post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/frameworks-helping-image-usage/",
"publishedOn": "2021-09-09T19:44:54.000Z",
"wordCount": 757,
"title": "Frameworks Helping Image Usage"
},
{
"id": "https://css-tricks.com/?p=351259",
"author": "ImageKit",
"description": "(This is a sponsored post.)\nOptimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …\nThe post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/",
"publishedOn": "2021-09-09T19:43:03.000Z",
"wordCount": 2709,
"title": "Improve Largest Contentful Paint (LCP) on Your Website With Ease"
},
{
"id": "https://css-tricks.com/?p=350070",
"author": "Ganesh Dahal",
"description": "Frontity is a framework for creating de-coupled (or \"headless\") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.\nThe post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/mars-theme-a-deep-look-at-frontitys-headless-wordpress-theme/",
"publishedOn": "2021-09-09T14:31:18.000Z",
"wordCount": 9824,
"title": "Mars Theme: A Deep Look at Frontitys Headless WordPress Theme"
},
{
"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,
"wordCount": 562,
"title": "Dont attach tooltips to document.body"
},
{
@ -44,7 +71,7 @@
"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,
"wordCount": 1648,
"title": "Fire SVG animations (SMIL) when the SVG is visible"
},
{
@ -68,10 +95,10 @@
{
"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.",
"description": "There is a working draft spec for CSS scoping now. Other than a weird period where <style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a scoping proposal has gotten (the Level …\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,
"wordCount": 909,
"title": "Early Days for CSS Scoping"
},
{
@ -80,7 +107,7 @@
"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,
"wordCount": 907,
"title": "AWS Lambdas: Easy, Easier, Easiest"
},
{
@ -116,35 +143,8 @@
"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,
"wordCount": 2641,
"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"
}
]
},
@ -153,6 +153,20 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"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": 2073,
"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)",
@ -187,7 +201,7 @@
"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,
"wordCount": 4056,
"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",
@ -201,7 +215,7 @@
"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,
"wordCount": 9728,
"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",
@ -215,7 +229,7 @@
"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,
"wordCount": 3570,
"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",
@ -229,7 +243,7 @@
"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,
"wordCount": 2436,
"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",
@ -243,7 +257,7 @@
"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,
"wordCount": 5586,
"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",
@ -271,7 +285,7 @@
"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,
"wordCount": 2412,
"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",
@ -285,7 +299,7 @@
"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,
"wordCount": 3698,
"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",
@ -299,7 +313,7 @@
"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,
"wordCount": 3123,
"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",
@ -313,7 +327,7 @@
"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,
"wordCount": 3775,
"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",
@ -327,7 +341,7 @@
"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,
"wordCount": 3553,
"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",
@ -341,7 +355,7 @@
"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,
"wordCount": 3241,
"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",
@ -355,7 +369,7 @@
"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,
"wordCount": 10551,
"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",
@ -383,7 +397,7 @@
"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,
"wordCount": 5352,
"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",
@ -411,7 +425,7 @@
"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,
"wordCount": 1859,
"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",
@ -425,7 +439,7 @@
"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,
"wordCount": 2948,
"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",
@ -439,7 +453,7 @@
"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,
"wordCount": 6656,
"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",
@ -460,20 +474,6 @@
"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"
}
}
]
},
@ -482,6 +482,78 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "613a5290852f4307d372aa23",
"author": null,
"description": "Blockchain engineers are in extreme demand. Almost every day they are building billion dollar applications. We just released a full course on the freeCodeCamp.org YouTube channel that will teach you all about Solidity, the blockchain, and smart contracts. Solidity is an object-oriented programming language for writing smart contracts. This",
"link": "https://www.freecodecamp.org/news/learn-solidity-blockchain-and-smart-contracts-in-a-free/",
"publishedOn": "2021-09-09T18:36:16.000Z",
"wordCount": 494,
"title": "Learn Solidity, Blockchain, and Smart Contracts in a Free 16-Hour Course"
},
{
"id": "61210d813bccf807612a4f5c",
"author": null,
"description": "Are you preparing for coding interviews? I designed a crash course series to help you out. I'm Lynn, a software engineer and a recent graduate from the University of Chicago. This is the third course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,",
"link": "https://www.freecodecamp.org/news/coding-interview-graph-traversal-crash-course-the-only-one-youll-ever-need/",
"publishedOn": "2021-09-09T17:24:25.000Z",
"wordCount": 1871,
"title": "Coding Interview Graph Traversal Crash Course The Only One You&#x27;ll Ever Need"
},
{
"id": "6139ca38852f4307d3729e87",
"author": null,
"description": "If you're curious about graph databases and how they compare with relational database management systems, then this beginner-friendly guide is for you. In this article, you'll discover of the power of graphs by working with a small movie data set. It is based on the built in dataset and guide",
"link": "https://www.freecodecamp.org/news/graph-database-vs-relational-database/",
"publishedOn": "2021-09-09T17:16:35.000Z",
"wordCount": 3242,
"title": "Graph Databases VS Relational Databases Learn How a Graph Database Works"
},
{
"id": "6133317cd6679a07b7d42191",
"author": null,
"description": "In this article, we will explore what middleware is in Redux, why it's used, and how you can create your own middleware from scratch. So let's get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to",
"link": "https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/",
"publishedOn": "2021-09-09T16:38:52.000Z",
"wordCount": 1250,
"title": "Redux Middleware What it is and How to Build it from Scratch"
},
{
"id": "61129a0572231b077cdacd2f",
"author": null,
"description": "If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a",
"link": "https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/",
"publishedOn": "2021-09-09T16:36:35.000Z",
"wordCount": 1199,
"title": "How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable"
},
{
"id": "61310196d6679a07b7d411dd",
"author": null,
"description": "Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality",
"link": "https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/",
"publishedOn": "2021-09-09T14:50:00.000Z",
"wordCount": 770,
"title": "Bash Array How to Declare an Array of Strings in a Bash Script"
},
{
"id": "6139e660852f4307d372a0a2",
"author": null,
"description": "Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have",
"link": "https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/",
"publishedOn": "2021-09-09T14:34:15.000Z",
"wordCount": 1176,
"title": "Java Array Declaration How to Initialize an Array in Java with Example Code"
},
{
"id": "612cc03eb5177808226d4a6b",
"author": null,
"description": "While you're in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic",
"link": "https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/",
"publishedOn": "2021-09-09T14:25:28.000Z",
"wordCount": 2377,
"title": "460 Free Textbooks Math, Science, and More [Online PDF for College and High School]"
},
{
"id": "6138f291852f4307d3729b64",
"author": null,
@ -499,78 +571,6 @@
"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"
}
]
}

259
feed.atom
View file

@ -1,10 +1,135 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-09-09T00:41:58.236Z</id>
<id>urn:2021-09-10T00:45:03.266Z</id>
<title>osmos::feed</title>
<updated>2021-09-09T00:41:58.236Z</updated>
<updated>2021-09-10T00:45:03.266Z</updated>
<generator>osmosfeed 1.11.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[Frameworks Helping Image Usage]]></title>
<id>https://css-tricks.com/?p=350644</id>
<link href="https://css-tricks.com/frameworks-helping-image-usage/"/>
<updated>2021-09-09T19:44:54.000Z</updated>
<summary type="html"><![CDATA[I recently blogged about how images are hard and it ended up being a big ol checklist of things that you could/should think about and implement when placing images on websites.
I think its encouraging to see frameworksthese …
The post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Improve Largest Contentful Paint (LCP) on Your Website With Ease]]></title>
<id>https://css-tricks.com/?p=351259</id>
<link href="https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/"/>
<updated>2021-09-09T19:43:03.000Z</updated>
<summary type="html"><![CDATA[(This is a sponsored post.)
Optimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …
The post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>ImageKit</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn Solidity, Blockchain, and Smart Contracts in a Free 16-Hour Course]]></title>
<id>613a5290852f4307d372aa23</id>
<link href="https://www.freecodecamp.org/news/learn-solidity-blockchain-and-smart-contracts-in-a-free/"/>
<updated>2021-09-09T18:36:16.000Z</updated>
<summary type="html"><![CDATA[Blockchain engineers are in extreme demand. Almost every day they are building billion dollar applications. We just released a full course on the freeCodeCamp.org YouTube channel that will teach you all about Solidity, the blockchain, and smart contracts. Solidity is an object-oriented programming language for writing smart contracts. This]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Coding Interview Graph Traversal Crash Course The Only One You&#x27;ll Ever Need]]></title>
<id>61210d813bccf807612a4f5c</id>
<link href="https://www.freecodecamp.org/news/coding-interview-graph-traversal-crash-course-the-only-one-youll-ever-need/"/>
<updated>2021-09-09T17:24:25.000Z</updated>
<summary type="html"><![CDATA[Are you preparing for coding interviews? I designed a crash course series to help you out. I'm Lynn, a software engineer and a recent graduate from the University of Chicago. This is the third course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Graph Databases VS Relational Databases Learn How a Graph Database Works]]></title>
<id>6139ca38852f4307d3729e87</id>
<link href="https://www.freecodecamp.org/news/graph-database-vs-relational-database/"/>
<updated>2021-09-09T17:16:35.000Z</updated>
<summary type="html"><![CDATA[If you're curious about graph databases and how they compare with relational database management systems, then this beginner-friendly guide is for you. In this article, you'll discover of the power of graphs by working with a small movie data set. It is based on the built in dataset and guide]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Redux Middleware What it is and How to Build it from Scratch]]></title>
<id>6133317cd6679a07b7d42191</id>
<link href="https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/"/>
<updated>2021-09-09T16:38:52.000Z</updated>
<summary type="html"><![CDATA[In this article, we will explore what middleware is in Redux, why it's used, and how you can create your own middleware from scratch. So let's get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable]]></title>
<id>61129a0572231b077cdacd2f</id>
<link href="https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/"/>
<updated>2021-09-09T16:36:35.000Z</updated>
<summary type="html"><![CDATA[If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Bash Array How to Declare an Array of Strings in a Bash Script]]></title>
<id>61310196d6679a07b7d411dd</id>
<link href="https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/"/>
<updated>2021-09-09T14:50:00.000Z</updated>
<summary type="html"><![CDATA[Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Java Array Declaration How to Initialize an Array in Java with Example Code]]></title>
<id>6139e660852f4307d372a0a2</id>
<link href="https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/"/>
<updated>2021-09-09T14:34:15.000Z</updated>
<summary type="html"><![CDATA[Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Mars Theme: A Deep Look at Frontitys Headless WordPress Theme]]></title>
<id>https://css-tricks.com/?p=350070</id>
<link href="https://css-tricks.com/mars-theme-a-deep-look-at-frontitys-headless-wordpress-theme/"/>
<updated>2021-09-09T14:31:18.000Z</updated>
<summary type="html"><![CDATA[Frontity is a framework for creating de-coupled (or "headless") WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.
The post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Ganesh Dahal</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[460 Free Textbooks Math, Science, and More [Online PDF for College and High School]]]></title>
<id>612cc03eb5177808226d4a6b</id>
<link href="https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/"/>
<updated>2021-09-09T14:25:28.000Z</updated>
<summary type="html"><![CDATA[While you're in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using SWR React Hooks With Next.js Incremental Static Regeneration (ISR)]]></title>
<id>https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/</id>
<link href="https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/"/>
<updated>2021-09-09T10:30:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Sam Poder)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Span VS Div HTML Tags What is the Difference?]]></title>
<id>6138f291852f4307d3729b64</id>
@ -36,46 +161,6 @@ The post Dont attach tooltips to document.body appeared first on CSS-Tricks.
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[CSS Flexbox and Grid Tutorial How to Build a Responsive Landing Page with HTML and CSS]]></title>
<id>612f86fcd6679a07b7d401b3</id>
<link href="https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/"/>
<updated>2021-09-08T17:16:00.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Variable Scope in C Local and Global Scope Explained]]></title>
<id>61345caed6679a07b7d42d3e</id>
<link href="https://www.freecodecamp.org/news/scope-of-variables-in-c-local-and-global-scope-explained/"/>
<updated>2021-09-08T16:40:21.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Event Bubbling and Event Catching in JavaScript and React A Beginner&#x27;s Guide]]></title>
<id>6136666dd6679a07b7d437d0</id>
<link href="https://www.freecodecamp.org/news/event-propagation-event-bubbling-event-catching-beginners-guide/"/>
<updated>2021-09-08T15:37:42.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Solve Einstein&#x27;s Five House Riddle]]></title>
<id>61366f23d6679a07b7d4380a</id>
<link href="https://www.freecodecamp.org/news/einsteins-riddle/"/>
<updated>2021-09-08T15:36:22.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Story Behind TryShape, a Showcase for the CSS clip-path property]]></title>
<id>https://css-tricks.com/?p=351043</id>
@ -88,16 +173,6 @@ The post The Story Behind TryShape, a Showcase for the CSS clip-path property ap
<name>Tapas Adhikary</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn Algorithms and Data Structures in Python]]></title>
<id>6138c58c852f4307d372989e</id>
<link href="https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python/"/>
<updated>2021-09-08T14:23:56.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Developer Decisions For Building Flexible Components]]></title>
<id>https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/</id>
@ -118,36 +193,6 @@ The post The Story Behind TryShape, a Showcase for the CSS clip-path property ap
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React Tutorial How to Build the 2048 Game in React]]></title>
<id>611827fe72231b077cdb021c</id>
<link href="https://www.freecodecamp.org/news/how-to-make-2048-game-in-react/"/>
<updated>2021-09-08T01:38:41.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Span HTML How to Use the Span Tag with CSS]]></title>
<id>61372fd1d6679a07b7d43e77</id>
<link href="https://www.freecodecamp.org/news/span-html-how-to-use-the-span-tag-with-css/"/>
<updated>2021-09-08T01:18:28.000Z</updated>
<summary type="html"><![CDATA[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]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is a Function? JavaScript Function Examples]]></title>
<id>6132237ad6679a07b7d418ca</id>
<link href="https://www.freecodecamp.org/news/what-is-a-function-javascript-function-examples/"/>
<updated>2021-09-07T23:46:55.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Can we have custom media queries, please?]]></title>
<id>https://css-tricks.com/?p=351276</id>
@ -209,7 +254,7 @@ The post Firefoxs `bolder` Default is a Problem for Variable Fonts appeared f
<id>https://css-tricks.com/?p=351402</id>
<link href="https://css-tricks.com/early-days-for-css-scoping/"/>
<updated>2021-09-06T18:47:19.000Z</updated>
<summary type="html"><![CDATA[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 …
<summary type="html"><![CDATA[There is a working draft spec for CSS scoping now. Other than a weird period where <style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a scoping proposal has gotten (the Level
The post Early Days for CSS Scoping appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
@ -303,44 +348,6 @@ The post If I work really hard on my Open Graph images, people will share my blo
<name>hello@smashingmagazine.com (Louis Lazaris)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[You dont need external assets in an HTML file]]></title>
<id>https://css-tricks.com/?p=351143</id>
<link href="https://shkspr.mobi/blog/2021/08/you-dont-need-external-assets-in-an-html-file/"/>
<updated>2021-09-02T00:29:23.000Z</updated>
<summary type="html"><![CDATA[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 …
The 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.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Accessing Your Data With Netlify Functions and React]]></title>
<id>https://css-tricks.com/?p=351172</id>
<link href="https://css-tricks.com/accessing-data-netlify-functions-react/"/>
<updated>2021-09-02T00:28:22.000Z</updated>
<summary type="html"><![CDATA[(This is a sponsored post.)
Static 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 …
The post Accessing Your Data With Netlify Functions and React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Tharaka Romesh</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What I Wish I Knew About CSS When Starting Out As A Front-Ender]]></title>
<id>https://css-tricks.com/?p=350752</id>
<link href="https://engineering.kablamo.com.au/posts/2021/my-first-css"/>
<updated>2021-09-01T23:25:45.000Z</updated>
<summary type="html"><![CDATA[Nathan Hardy shares when things “clicked”:
Reflecting 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:
• The Box Model (e.g. box-sizing, height, width, margin, padding)
• Layout
The 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.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Deep Dive Into The Wonderful World Of SVG Displacement Filtering]]></title>
<id>https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/</id>
@ -501,14 +508,4 @@ The post What I Wish I Knew About CSS When Starting Out As A Front-Ender appeare
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Handling Mounting And Unmounting Of Navigation Routes In React Native]]></title>
<id>https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/</id>
<link href="https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/"/>
<updated>2021-08-11T11:40:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Daniel Don)</name>
</author>
</entry>
</feed>

View file

@ -15,6 +15,166 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-09">2021-09-09</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Frameworks Helping Image Usage</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/frameworks-helping-image-usage/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I recently blogged about how images are hard and it ended up being a big ol checklist of things that you could/should think about and implement when placing images on websites.
I think its encouraging to see frameworksthese …
The post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Improve Largest Contentful Paint (LCP) on Your Website With Ease</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>(This is a sponsored post.)
Optimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …
The post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Mars Theme: A Deep Look at Frontitys Headless WordPress Theme</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/mars-theme-a-deep-look-at-frontitys-headless-wordpress-theme/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(33 min)</span>
<span>Frontity is a framework for creating de-coupled (or &quot;headless&quot;) WordPress sites. In this article, we dive into the process of spinning up such a site, with a detailed overview of the building blocks provided by Frontity and its flagship theme, Mars.
The post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn Solidity, Blockchain, and Smart Contracts in a Free 16-Hour Course</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-solidity-blockchain-and-smart-contracts-in-a-free/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Blockchain engineers are in extreme demand. Almost every day they are building billion dollar applications. We just released a full course on the freeCodeCamp.org YouTube channel that will teach you all about Solidity, the blockchain, and smart contracts. Solidity is an object-oriented programming language for writing smart contracts. This</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Coding Interview Graph Traversal Crash Course The Only One You&#x27;ll Ever Need</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/coding-interview-graph-traversal-crash-course-the-only-one-youll-ever-need/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Are you preparing for coding interviews? I designed a crash course series to help you out. I&#x27;m Lynn, a software engineer and a recent graduate from the University of Chicago. This is the third course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Graph Databases VS Relational Databases Learn How a Graph Database Works</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/graph-database-vs-relational-database/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>If you&#x27;re curious about graph databases and how they compare with relational database management systems, then this beginner-friendly guide is for you. In this article, you&#x27;ll discover of the power of graphs by working with a small movie data set. It is based on the built in dataset and guide</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Redux Middleware What it is and How to Build it from Scratch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In this article, we will explore what middleware is in Redux, why it&#x27;s used, and how you can create your own middleware from scratch. So let&#x27;s get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Bash Array How to Declare an Array of Strings in a Bash Script</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Java Array Declaration How to Initialize an Array in Java with Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">460 Free Textbooks Math, Science, and More [Online PDF for College and High School]</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>While you&#x27;re in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Using SWR React Hooks With Next.js Incremental Static Regeneration (ISR)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-08">2021-09-08</time></h2>
<ul class="sources card">
@ -76,83 +236,6 @@ The post The Story Behind TryShape, a Showcase for the CSS clip-path property ap
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">CSS Flexbox and Grid Tutorial How to Build a Responsive Landing Page with HTML and CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>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&#x27;ll also cover many other CSS concepts. And finally, we&#x27;ll learn how to make the</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Variable Scope in C Local and Global Scope Explained</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/scope-of-variables-in-c-local-and-global-scope-explained/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In programming, you&#x27;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&#x27;ll learn about variable scope in the C programming language. You&#x27;ll see some</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Event Bubbling and Event Catching in JavaScript and React A Beginner&#x27;s Guide</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/event-propagation-event-bubbling-event-catching-beginners-guide/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>In this article, I&#x27;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&#x27;ve gone through this thorough introduction to event bubbling and</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Solve Einstein&#x27;s Five House Riddle</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/einsteins-riddle/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>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</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn Algorithms and Data Structures in Python</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-algorithms-and-data-structures-in-python/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>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</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">React Tutorial How to Build the 2048 Game in React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-make-2048-game-in-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>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&#x27;ll make some CSS transitions using LESS. We are only going to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Span HTML How to Use the Span Tag with CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/span-html-how-to-use-the-span-tag-with-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>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</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -209,7 +292,7 @@ The post Can we have custom media queries, please? appeared first on CSS-Tricks.
<summary class="article-expander__title">Fire SVG animations (SMIL) when the SVG is visible</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.zachleat.com/web/svg-animate/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span class="article-reading-time">(5 min)</span>
<span>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.
Except this animation is an SVG SMIL animation: an …
The 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.</span>
@ -244,23 +327,6 @@ The post Firefoxs &#x60;bolder&#x60; Default is a Problem for Variable Fonts
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">What is a Function? JavaScript Function Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-a-function-javascript-function-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Functions are one of the main parts of computer programs. They are widely used and are one of JavaScript&#x27;s fundamental building blocks. In this article, we&#x27;ll go over the definition of functions and why they are so important. I&#x27;ll also show you how to get started writing functions in JavaScript.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
@ -293,7 +359,7 @@ The post Firefoxs &#x60;bolder&#x60; Default is a Problem for Variable Fonts
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/early-days-for-css-scoping/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where &lt;style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a …
<span>There is a working draft spec for CSS scoping now. Other than a weird period where &lt;style scoped shipped and then was subsequently removed from the spec (and browsers), this is the furthest a scoping proposal has gotten (the Level
The post Early Days for CSS Scoping appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
@ -418,31 +484,6 @@ The post If I work really hard on my Open Graph images, people will share my blo
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">You dont need external assets in an HTML file</summary>
<a class="article-summary-link article-summary-box-outer" href="https://shkspr.mobi/blog/2021/08/you-dont-need-external-assets-in-an-html-file/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>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 &lt;script and &lt;style tags. Images and …
The 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.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Accessing Your Data With Netlify Functions and React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/accessing-data-netlify-functions-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>(This is a sponsored post.)
Static 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 …
The post Accessing Your Data With Netlify Functions and React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -467,28 +508,6 @@ The post Accessing Your Data With Netlify Functions and React appeared first on
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-01">2021-09-01</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">What I Wish I Knew About CSS When Starting Out As A Front-Ender</summary>
<a class="article-summary-link article-summary-box-outer" href="https://engineering.kablamo.com.au/posts/2021/my-first-css">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Nathan Hardy shares when things “clicked”:
Reflecting 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:
• The Box Model (e.g. box-sizing, height, width, margin, padding)
• Layout
The 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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
@ -823,24 +842,13 @@ The post What I Wish I Knew About CSS When Starting Out As A Front-Ender appeare
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Handling Mounting And Unmounting Of Navigation Routes In React Native</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(17 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-09-09T00:41:58.219Z">2021-09-09T00:41:58.219Z</time>
<time id="build-timestamp" datetime="2021-09-10T00:45:03.250Z">2021-09-10T00:45:03.250Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>