This commit is contained in:
chuanqisun 2021-07-21 00:40:46 +00:00
parent f167994fd9
commit 90ee20a6b1
3 changed files with 349 additions and 315 deletions

View file

@ -21,22 +21,49 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=345062",
"author": "Robin Rendle",
"description": "Heres a really good ol post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever were building interfaces. Vince Speelman writes:\nModern UI teams are designing components \n…\nThe post The Nine States of Design appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85",
"publishedOn": "2021-07-20T23:34:53.000Z",
"wordCount": 836,
"title": "The Nine States of Design"
},
{
"id": "https://css-tricks.com/?p=344944",
"author": "Chris Coyier",
"description": "Eric doesnt mince words, especially in the title, but also in the conclusion:\nIn modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in \n…\nThe post Your Image Is Probably Not Decorative appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/",
"publishedOn": "2021-07-20T20:02:06.000Z",
"wordCount": 1646,
"title": "Your Image Is Probably Not Decorative"
},
{
"id": "https://css-tricks.com/?p=344497",
"author": "Murtuzaali Surti",
"description": "I watched Kevin Powells video where he was able to recreate a nice typewriter-like animation using CSS. Its neat and you should definitely check it out because there are bonafide CSS tricks in there. Im sure youve seen other CSS …\nThe post Typewriter Animation That Handles Anything You Throw at It appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/",
"publishedOn": "2021-07-20T15:03:40.000Z",
"wordCount": 3131,
"title": "Typewriter Animation That Handles Anything You Throw at It"
},
{
"id": "https://css-tricks.com/?p=344404",
"author": "Chris Coyier",
"description": "Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use <img and link it to a valid source in the src attribute and youre done. Except that there are (counts fingers) 927 things you could (and …\nThe post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/images-are-hard/",
"publishedOn": "2021-07-19T20:51:07.000Z",
"wordCount": 901,
"wordCount": 943,
"title": "Images are hard."
},
{
"id": "https://css-tricks.com/?p=343893",
"author": "Bramus Van Damme",
"description": "The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Using the @scroll-timeline at-rule and animation-timeline property this specification provides you can control the time position of regular CSS Animations by scrolling.\nIn this post, we take a …\nThe post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"description": "The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Thanks to the @scroll-timeline at-rule and animation-timeline property this specification provides, you can control the time position of regular CSS Animations by scrolling.\nIn this post, well take …\nThe post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/practical-use-cases-for-scroll-linked-animations-in-css-with-scroll-timelines/",
"publishedOn": "2021-07-19T14:43:29.000Z",
"wordCount": 2018,
"wordCount": 2139,
"title": "Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines"
},
{
@ -72,7 +99,7 @@
"description": "Dynamically scaling CSS values based on the viewport width is hardly a new topic. You can find plenty of in-depth coverage right here on CSS-Tricks in articles like this one or this one.\nMost of those examples, though, use …\nThe post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/how-to-get-a-pixel-perfect-linearly-scaled-ui/",
"publishedOn": "2021-07-15T14:40:03.000Z",
"wordCount": 2218,
"wordCount": 2258,
"title": "How to Get a Pixel-Perfect, Linearly Scaled UI"
},
{
@ -126,35 +153,8 @@
"description": "The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, …\nThe post Meet `:has`, A Native CSS Parent Selector appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/",
"publishedOn": "2021-07-12T19:45:00.000Z",
"wordCount": 2785,
"wordCount": 2786,
"title": "Meet `:has`, A Native CSS Parent Selector"
},
{
"id": "https://css-tricks.com/?p=343613",
"author": "Mojtaba Seyedi",
"description": "I dont know about you, but I write these three declarations many times in my CSS:\nul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n}\nYou might yell at me and say I can just put those in my CSS …\nThe post Using the Specificity of :where() as a CSS Reset appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/",
"publishedOn": "2021-07-12T14:30:34.000Z",
"wordCount": 999,
"title": "Using the Specificity of :where() as a CSS Reset"
},
{
"id": "https://css-tricks.com/?p=344334",
"author": "Chris Coyier",
"description": "This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (thats the sort of work they do). They call it Open Prioritization. …\nThe post :focus-visible in WebKit appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://blogs.igalia.com/mrego/2021/06/07/focus-visible-in-webkit-may-2021/",
"publishedOn": "2021-07-09T18:53:51.000Z",
"wordCount": 1281,
"title": ":focus-visible in WebKit"
},
{
"id": "https://css-tricks.com/?p=343598",
"author": "Philippe Bernard",
"description": "Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?\nThe task is more non-trivial than you might think. As we will see in this …\nThe post SVG Favicons in Action appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/svg-favicons-in-action/",
"publishedOn": "2021-07-09T14:31:57.000Z",
"wordCount": 2485,
"title": "SVG Favicons in Action"
}
]
},
@ -163,6 +163,20 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/",
"author": "hello@smashingmagazine.com (Alba Silvente)",
"description": "In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.",
"link": "https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/",
"publishedOn": "2021-07-20T10:30:00.000Z",
"wordCount": 5509,
"title": "How To Migrate From WordPress To A Headless CMS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7bddb338-e4de-4f6b-a6ee-1a00c82f42ee/wordpress-headless-cms-storyblok.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/",
"author": "hello@smashingmagazine.com (Colby Fayock)",
@ -183,7 +197,7 @@
"description": "Web app accessibility appears difficult because it seems that there is little information on the subject available online. Lets take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.",
"link": "https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/",
"publishedOn": "2021-07-16T13:00:00.000Z",
"wordCount": 4799,
"wordCount": 4791,
"title": "Three Insights I Gained While Researching Vue.js Accessibility",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c3908803-4ddc-4820-8f4e-85e11b4ebbb7/three-insights-vuejs-accessibility.jpg",
@ -197,7 +211,7 @@
"description": "There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. Whats the difference? Lets figure it out.",
"link": "https://smashingmagazine.com/2021/07/isr-dpr-explained/",
"publishedOn": "2021-07-15T14:00:00.000Z",
"wordCount": 1071,
"wordCount": 1063,
"title": "ISR vs DPR: Big Words, Quick Explanation",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8e4090b9-8bd9-4d5a-aaed-5177c46a6803/isr-dpr-explained.jpg",
@ -225,7 +239,7 @@
"description": "Too often dealing with filters can be frustrating. Lets get them right. That means never freeze the UI on a single input, provide text input fallback and never auto-scroll users on a single input. Heres why.",
"link": "https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/",
"publishedOn": "2021-07-14T13:30:00.000Z",
"wordCount": 5284,
"wordCount": 5282,
"title": "Frustrating Design Patterns: Broken Filters",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0c5f2df3-3d78-4563-a599-8c924604e84a/7-frustrating-design-patterns.png",
@ -239,7 +253,7 @@
"description": "In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.",
"link": "https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/",
"publishedOn": "2021-07-13T12:00:00.000Z",
"wordCount": 3261,
"wordCount": 3264,
"title": "Building A Dynamic Header With Intersection Observer",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/67cc7303-3dc9-4d67-b0f4-b6f77783380f/dynamic-header-intersection-observer.jpg",
@ -267,7 +281,7 @@
"description": "CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.",
"link": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/",
"publishedOn": "2021-07-12T13:30:00.000Z",
"wordCount": 3618,
"wordCount": 3616,
"title": "Refactoring CSS: Introduction (Part 1)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg",
@ -281,7 +295,7 @@
"description": "Accessibility is often overlooked or bolted on to the end of a project. Lets figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.",
"link": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/",
"publishedOn": "2021-07-09T10:30:00.000Z",
"wordCount": 2952,
"wordCount": 2949,
"title": "Making A Strong Case For Accessibility",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9c226eaa-3251-4d02-9ade-96a88ad759fc/strong-case-for-accessibility.jpg",
@ -295,7 +309,7 @@
"description": "Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, were looking at ways to make writing Vue.js a breeze.",
"link": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/",
"publishedOn": "2021-07-08T11:00:00.000Z",
"wordCount": 4782,
"wordCount": 4795,
"title": "Tools And Practices To Speed Up The Vue.js Development Process",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/83768020-8004-41f2-b9a9-14b86c18eb4d/tools-practices-speed-up-vuejs-development-process.jpg",
@ -309,7 +323,7 @@
"description": "Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Lets explore how it can reduce the time and effort needed to create interactions for your mock-ups.",
"link": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/",
"publishedOn": "2021-07-07T11:00:00.000Z",
"wordCount": 4063,
"wordCount": 4062,
"title": "An Introduction To Figma Interactive Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a8390d0-26c0-4476-bc00-19e8c89b60c5/introduction-figma-interactive-components.jpg",
@ -337,7 +351,7 @@
"description": "In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.",
"link": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
"publishedOn": "2021-07-05T10:30:00.000Z",
"wordCount": 1589,
"wordCount": 1590,
"title": "Using HSL Colors In CSS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/73607a1e-fe7f-47ea-aada-df79342d823a/hsl-colors-css.jpg",
@ -351,7 +365,7 @@
"description": "With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.",
"link": "https://smashingmagazine.com/2021/07/email-testing-flow/",
"publishedOn": "2021-07-02T10:30:00.000Z",
"wordCount": 4206,
"wordCount": 4220,
"title": "Email Testing Flow As It Should Be",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/57a53d31-9651-4d88-b2fe-f8de70c08da1/email-testing-flow.jpg",
@ -365,7 +379,7 @@
"description": "When writing front-end tests, youll find a lot of pitfalls along the way. Lets explore common mistakes developers make, and how to avoid them. Testing doesnt need to be painful, after all.",
"link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/",
"publishedOn": "2021-07-01T12:30:00.000Z",
"wordCount": 4773,
"wordCount": 4768,
"title": "Its A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/dc1434b9-70c3-4fb2-821e-2128e3373246/frontend-testing-pitfalls.jpg",
@ -379,7 +393,7 @@
"description": "The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Lets get up to speed on Workers on the Web!",
"link": "https://smashingmagazine.com/2021/06/web-workers-2021/",
"publishedOn": "2021-06-30T12:00:00.000Z",
"wordCount": 4747,
"wordCount": 4734,
"title": "The State Of Web Workers In 2021",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/379e4510-b4ab-4fde-9a5d-122738be19b2/web-workers-2021.jpg",
@ -393,7 +407,7 @@
"description": "Lets welcome July with some fresh desktop wallpapers. Designed by artists and designers from around the world, they are available with and without a calendar. Enjoy!",
"link": "https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/",
"publishedOn": "2021-06-30T09:30:00.000Z",
"wordCount": 3729,
"wordCount": 3727,
"title": "The Many Shades Of July (2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/814b3b6e-1510-4c12-8504-433157173355/july-21-against-the-current-preview-opt.png",
@ -435,7 +449,7 @@
"description": "In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.",
"link": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/",
"publishedOn": "2021-06-28T10:30:00.000Z",
"wordCount": 2534,
"wordCount": 2536,
"title": "Creating Custom Emmet Snippets In VS Code",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b7ff6227-3a15-4237-8e58-aa783fc9c485/custom-emmet-snippets-vscode.jpg",
@ -449,7 +463,7 @@
"description": "This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.",
"link": "https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/",
"publishedOn": "2021-06-25T11:30:00.000Z",
"wordCount": 5449,
"wordCount": 5452,
"title": "Creating A Multi-Author Blog With Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/28d0f286-9b01-4f8d-aede-01248ba3491d/creating-multi-author-blog-nextjs.jpg",
@ -463,7 +477,7 @@
"description": "This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsens usability guidelines. To get started, Mark Lankmiller shares all of the criteria and metrics he used for his UX audit.",
"link": "https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/",
"publishedOn": "2021-06-25T10:00:00.000Z",
"wordCount": 3525,
"wordCount": 3527,
"title": "How To Run A UX Audit For A Major EdTech Platform (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d5116c31-3d66-47b0-aa81-1a6759c68b92/ux-audit-edtech-platform-case-study.jpg",
@ -477,7 +491,7 @@
"description": "In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solving abilities are limited, our goal can shift from delivering full solutions to developing tools that empower our users to adaptively design for themselves.",
"link": "https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/",
"publishedOn": "2021-06-24T14:00:00.000Z",
"wordCount": 4175,
"wordCount": 4176,
"title": "The Rise Of Design Thinking As A Problem Solving Strategy",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e5ea9274-2ff4-49d8-b259-a5f0904cec77/design-thinking-problem-solving-strategy.jpg",
@ -505,7 +519,7 @@
"description": "Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-end testing with real assistive technology? Since I hadnt seen this before, I set out to build Auto VO, a driver for the VoiceOver screen reader.",
"link": "https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/",
"publishedOn": "2021-06-23T09:30:00.000Z",
"wordCount": 1415,
"wordCount": 1400,
"title": "Automating Screen Reader Testing On macOS Using Auto VO",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c81018b9-c45e-4c21-9762-dff84dd2682c/automating-screen-reader-testing-macos-autovo.jpg",
@ -533,7 +547,7 @@
"description": "Do you have to process data manually because it is served through images or scanned documents? An image-to-text conversion makes it possible to extract text from images to automate the processing of texts on images, videos, and scanned documents. In this article, we look at how to convert an image to text with React and Tesseract.js(OCR), preprocess images, and deal with the limitations of Tesseract (OCR).",
"link": "https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/",
"publishedOn": "2021-06-21T14:30:00.000Z",
"wordCount": 5357,
"wordCount": 5369,
"title": "Image To Text Conversion With React And Tesseract.js (OCR)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/012f3fbe-980a-44fc-b973-a459f6d9bf1a/image-text-conversion-react-tesseract-js-ocr.jpg",
@ -548,6 +562,51 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "605301d528094f59be257c67",
"author": null,
"description": "In this article, we are going to learn about the <u> tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you'd use this tag as a way to underline text. We are going to learn about the new HTML 5",
"link": "https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/",
"publishedOn": "2021-07-20T22:48:13.000Z",
"wordCount": 667,
"title": "HTML Underline Text How to Use the &lt;u&gt; Tag with Example Code"
},
{
"id": "60f2dbac66c61b07d458e5c9",
"author": null,
"description": "In my very early days as a budding web developer, I made a fairly common mistake. On Facebook, I sent a friend request to a senior software engineer (I wasn't aware of his position at the time) and started a chat with him thereafter. Done with greetings and pleasantries, I",
"link": "https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/",
"publishedOn": "2021-07-20T20:04:12.000Z",
"wordCount": 1350,
"title": "Programming VS Coding VS Development What&#x27;s the Difference?"
},
{
"id": "60ed44c866c61b07d458d023",
"author": null,
"description": "Have you ever gotten into trouble trying to handle a single process that's really huge or heavy? If so, I can help you figure out how to better manage it. In this article I will be sharing how I'm currently managing a single message that is too big to be",
"link": "https://www.freecodecamp.org/news/scale-system-split-processes/",
"publishedOn": "2021-07-20T19:26:45.000Z",
"wordCount": 1209,
"title": "How to Scale a System With Process Splitting and Redis"
},
{
"id": "60e009e527f80207bcdbd00a",
"author": null,
"description": "If you're building a website, making it responsive is one of the most important things you'll do. It can be difficult to create websites that look good across a variety of screen sizes. You'll have to handle rendering an element's width or height, and specifying varied width sizes using media",
"link": "https://www.freecodecamp.org/news/css-properties-examples/",
"publishedOn": "2021-07-20T17:09:20.000Z",
"wordCount": 835,
"title": "CSS Properties Max-width, Min-width, Max-height, and Min-height Explained with Examples"
},
{
"id": "60f1d20a66c61b07d458e4a3",
"author": null,
"description": "MySql is one of the most popular databases. We just published a MySQL Database course on the freeCodeCamp.org YouTube channel. Bharath Ram Manoharan from Execute on Command created this course. He is a senior database engineer and great teacher. This course starts with SQL basics. Then it also goes",
"link": "https://www.freecodecamp.org/news/learn-to-use-the-mysql-database/",
"publishedOn": "2021-07-20T13:18:33.000Z",
"wordCount": 15838,
"title": "Learn to Use the MySQL Database"
},
{
"id": "60f3e5ca66c61b07d458eb2d",
"author": null,
@ -587,56 +646,11 @@
{
"id": "60e7d016134ad707be00f47c",
"author": null,
"description": "Wherever there is a number, there is beauty. -Proclus Wherever there are numbers, you're probably dealing with a math-related topic. And wherever there is math, the chances of it being a nightmare for some people are also high. For many people, math is not their cup of tea. But if",
"description": "In this article, you'll learn how to use Excel to calculate percentage change, and also how to find the increase and decrease in percentage values. Let's get into it. How to Calculate Percentage Change in Excel To calculate percentage change in Excel, you'll need to use a formula. For example,",
"link": "https://www.freecodecamp.org/news/how-to-calculate-percent-change-in-excel-find-increase-and-decrease-percentage/",
"publishedOn": "2021-07-19T15:25:39.000Z",
"wordCount": 1079,
"wordCount": 958,
"title": "How to Calculate Percent Change in Excel Find Increase and Decrease Percentage"
},
{
"id": "60dbcc7c27f80207bcdbbcff",
"author": null,
"description": "In this article, we will learn what Kerberos is, how it works, and the various pros and cons of using this authentication protocol.   What is Kerberos?Have you ever wondered what happens when you type in your username and password at work, and magically have access to file servers, email",
"link": "https://www.freecodecamp.org/news/how-does-kerberos-work-authentication-protocol/",
"publishedOn": "2021-07-19T14:34:59.000Z",
"wordCount": 2641,
"title": "How Does Kerberos Work? The Authentication Protocol Explained"
},
{
"id": "60f18a9666c61b07d458e2b0",
"author": null,
"description": "In one sense, recursion is simple. In fact, most of what you need to know about recursion can be summed up in this gif: However, as you go deeper in, it becomes apparent that recursion can be tricky to fully grasp. But it doesn't have to be. We just released",
"link": "https://www.freecodecamp.org/news/understanding-recursion-in-programming/",
"publishedOn": "2021-07-19T13:56:48.000Z",
"wordCount": 18791,
"title": "Understanding Recursion in Programming"
},
{
"id": "60eef23666c61b07d458d43c",
"author": null,
"description": "When it comes to styling your React app, you have a ton of different options. Which do you choose? I have broken down the 5 primary ways you have to choose between when writing CSS in your React app. There is no #1 way to approach to writing styles in",
"link": "https://www.freecodecamp.org/news/how-to-style-react-apps-with-css/",
"publishedOn": "2021-07-16T18:41:57.000Z",
"wordCount": 2999,
"title": "How to Style Your React App 5 Ways to Write CSS in 2021"
},
{
"id": "60e74160134ad707be00f23f",
"author": null,
"description": "The FARM stack is FastAPI, React, and MongoDB. It is a simpler form of the MERN stack that can make developing apps even faster. We just released a FARM stack course on the freeCodeCamp.org YouTube channel.  You will learn how to create a basic CRUD application. FastAPI is where",
"link": "https://www.freecodecamp.org/news/learn-the-farm-stack-fastapi-reactjs-mongodb/",
"publishedOn": "2021-07-15T13:43:01.000Z",
"wordCount": 8503,
"title": "Learn the FARM Stack! (FastAPI, React, MongoDB)"
},
{
"id": "60ead07ee8ee9b08300ed387",
"author": null,
"description": "There are lots of data-storage options available today. You have to choose between managed or unmanaged, relational or NoSQL, write- or read-optimized, proprietary or open-source — and it doesn't end there. Once you begin your search, you will end up in the universe that is database marketing. All of the vendors",
"link": "https://www.freecodecamp.org/news/the-apache-cassandra-beginner-tutorial/",
"publishedOn": "2021-07-15T13:13:02.000Z",
"wordCount": 7095,
"title": "The Apache Cassandra Beginner Tutorial"
}
]
}

197
feed.atom
View file

@ -1,10 +1,107 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-07-20T00:41:57.358Z</id>
<id>urn:2021-07-21T00:40:45.665Z</id>
<title>osmos::feed</title>
<updated>2021-07-20T00:41:57.358Z</updated>
<updated>2021-07-21T00:40:45.665Z</updated>
<generator>osmosfeed 1.11.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[The Nine States of Design]]></title>
<id>https://css-tricks.com/?p=345062</id>
<link href="https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85"/>
<updated>2021-07-20T23:34:53.000Z</updated>
<summary type="html"><![CDATA[Heres a really good ol post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever were building interfaces. Vince Speelman writes:
Modern UI teams are designing components
The post The Nine States of Design appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Robin Rendle</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[HTML Underline Text How to Use the &lt;u&gt; Tag with Example Code]]></title>
<id>605301d528094f59be257c67</id>
<link href="https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/"/>
<updated>2021-07-20T22:48:13.000Z</updated>
<summary type="html"><![CDATA[In this article, we are going to learn about the <u> tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you'd use this tag as a way to underline text. We are going to learn about the new HTML 5]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Programming VS Coding VS Development What&#x27;s the Difference?]]></title>
<id>60f2dbac66c61b07d458e5c9</id>
<link href="https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/"/>
<updated>2021-07-20T20:04:12.000Z</updated>
<summary type="html"><![CDATA[In my very early days as a budding web developer, I made a fairly common mistake. On Facebook, I sent a friend request to a senior software engineer (I wasn't aware of his position at the time) and started a chat with him thereafter. Done with greetings and pleasantries, I]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Your Image Is Probably Not Decorative]]></title>
<id>https://css-tricks.com/?p=344944</id>
<link href="https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/"/>
<updated>2021-07-20T20:02:06.000Z</updated>
<summary type="html"><![CDATA[Eric doesnt mince words, especially in the title, but also in the conclusion:
In modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in
The post Your Image Is Probably Not Decorative 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[How to Scale a System With Process Splitting and Redis]]></title>
<id>60ed44c866c61b07d458d023</id>
<link href="https://www.freecodecamp.org/news/scale-system-split-processes/"/>
<updated>2021-07-20T19:26:45.000Z</updated>
<summary type="html"><![CDATA[Have you ever gotten into trouble trying to handle a single process that's really huge or heavy? If so, I can help you figure out how to better manage it. In this article I will be sharing how I'm currently managing a single message that is too big to be]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[CSS Properties Max-width, Min-width, Max-height, and Min-height Explained with Examples]]></title>
<id>60e009e527f80207bcdbd00a</id>
<link href="https://www.freecodecamp.org/news/css-properties-examples/"/>
<updated>2021-07-20T17:09:20.000Z</updated>
<summary type="html"><![CDATA[If you're building a website, making it responsive is one of the most important things you'll do. It can be difficult to create websites that look good across a variety of screen sizes. You'll have to handle rendering an element's width or height, and specifying varied width sizes using media]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Typewriter Animation That Handles Anything You Throw at It]]></title>
<id>https://css-tricks.com/?p=344497</id>
<link href="https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/"/>
<updated>2021-07-20T15:03:40.000Z</updated>
<summary type="html"><![CDATA[I watched Kevin Powells video where he was able to recreate a nice typewriter-like animation using CSS. Its neat and you should definitely check it out because there are bonafide CSS tricks in there. Im sure youve seen other CSS …
The post Typewriter Animation That Handles Anything You Throw at It appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Murtuzaali Surti</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn to Use the MySQL Database]]></title>
<id>60f1d20a66c61b07d458e4a3</id>
<link href="https://www.freecodecamp.org/news/learn-to-use-the-mysql-database/"/>
<updated>2021-07-20T13:18:33.000Z</updated>
<summary type="html"><![CDATA[MySql is one of the most popular databases. We just published a MySQL Database course on the freeCodeCamp.org YouTube channel. Bharath Ram Manoharan from Execute on Command created this course. He is a senior database engineer and great teacher. This course starts with SQL basics. Then it also goes]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Migrate From WordPress To A Headless CMS]]></title>
<id>https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/</id>
<link href="https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/"/>
<updated>2021-07-20T10:30:00.000Z</updated>
<summary type="html"><![CDATA[In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.]]></summary>
<author>
<name>hello@smashingmagazine.com (Alba Silvente)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Install Xcode Command Line Tools on a Mac]]></title>
<id>60f3e5ca66c61b07d458eb2d</id>
@ -61,7 +158,7 @@ The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tric
<id>60e7d016134ad707be00f47c</id>
<link href="https://www.freecodecamp.org/news/how-to-calculate-percent-change-in-excel-find-increase-and-decrease-percentage/"/>
<updated>2021-07-19T15:25:39.000Z</updated>
<summary type="html"><![CDATA[Wherever there is a number, there is beauty. -Proclus Wherever there are numbers, you're probably dealing with a math-related topic. And wherever there is math, the chances of it being a nightmare for some people are also high. For many people, math is not their cup of tea. But if]]></summary>
<summary type="html"><![CDATA[In this article, you'll learn how to use Excel to calculate percentage change, and also how to find the increase and decrease in percentage values. Let's get into it. How to Calculate Percentage Change in Excel To calculate percentage change in Excel, you'll need to use a formula. For example,]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
@ -71,33 +168,13 @@ The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tric
<id>https://css-tricks.com/?p=343893</id>
<link href="https://css-tricks.com/practical-use-cases-for-scroll-linked-animations-in-css-with-scroll-timelines/"/>
<updated>2021-07-19T14:43:29.000Z</updated>
<summary type="html"><![CDATA[The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Using the @scroll-timeline at-rule and animation-timeline property this specification provides you can control the time position of regular CSS Animations by scrolling.
In this post, we take a
<summary type="html"><![CDATA[The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Thanks to the @scroll-timeline at-rule and animation-timeline property this specification provides, you can control the time position of regular CSS Animations by scrolling.
In this post, well take …
The post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Bramus Van Damme</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How Does Kerberos Work? The Authentication Protocol Explained]]></title>
<id>60dbcc7c27f80207bcdbbcff</id>
<link href="https://www.freecodecamp.org/news/how-does-kerberos-work-authentication-protocol/"/>
<updated>2021-07-19T14:34:59.000Z</updated>
<summary type="html"><![CDATA[In this article, we will learn what Kerberos is, how it works, and the various pros and cons of using this authentication protocol.   What is Kerberos?Have you ever wondered what happens when you type in your username and password at work, and magically have access to file servers, email]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Understanding Recursion in Programming]]></title>
<id>60f18a9666c61b07d458e2b0</id>
<link href="https://www.freecodecamp.org/news/understanding-recursion-in-programming/"/>
<updated>2021-07-19T13:56:48.000Z</updated>
<summary type="html"><![CDATA[In one sense, recursion is simple. In fact, most of what you need to know about recursion can be summed up in this gif: However, as you go deeper in, it becomes apparent that recursion can be tricky to fully grasp. But it doesn't have to be. We just released]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Maintaining End-To-End Quality With Visual Testing]]></title>
<id>https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/</id>
@ -119,16 +196,6 @@ The post WordPress Admin Warnings in the Block Editor appeared first on CSS-Tric
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Style Your React App 5 Ways to Write CSS in 2021]]></title>
<id>60eef23666c61b07d458d43c</id>
<link href="https://www.freecodecamp.org/news/how-to-style-react-apps-with-css/"/>
<updated>2021-07-16T18:41:57.000Z</updated>
<summary type="html"><![CDATA[When it comes to styling your React app, you have a ton of different options. Which do you choose? I have broken down the 5 primary ways you have to choose between when writing CSS in your React app. There is no #1 way to approach to writing styles in]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Of Course We Can Make a CSS-Only Clock That Tells the Current Time!]]></title>
<id>https://css-tricks.com/?p=344147</id>
@ -195,26 +262,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr
<name>hello@smashingmagazine.com (Zara Cooper)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn the FARM Stack! (FastAPI, React, MongoDB)]]></title>
<id>60e74160134ad707be00f23f</id>
<link href="https://www.freecodecamp.org/news/learn-the-farm-stack-fastapi-reactjs-mongodb/"/>
<updated>2021-07-15T13:43:01.000Z</updated>
<summary type="html"><![CDATA[The FARM stack is FastAPI, React, and MongoDB. It is a simpler form of the MERN stack that can make developing apps even faster. We just released a FARM stack course on the freeCodeCamp.org YouTube channel.  You will learn how to create a basic CRUD application. FastAPI is where]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Apache Cassandra Beginner Tutorial]]></title>
<id>60ead07ee8ee9b08300ed387</id>
<link href="https://www.freecodecamp.org/news/the-apache-cassandra-beginner-tutorial/"/>
<updated>2021-07-15T13:13:02.000Z</updated>
<summary type="html"><![CDATA[There are lots of data-storage options available today. You have to choose between managed or unmanaged, relational or NoSQL, write- or read-optimized, proprietary or open-source — and it doesn't end there. Once you begin your search, you will end up in the universe that is database marketing. All of the vendors]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Build Complex CSS Transitions using Custom Properties and cubic-bezier()]]></title>
<id>https://css-tricks.com/?p=344249</id>
@ -312,23 +359,6 @@ The post Meet `:has`, A Native CSS Parent Selector appeared first on CSS-Tricks.
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using the Specificity of :where() as a CSS Reset]]></title>
<id>https://css-tricks.com/?p=343613</id>
<link href="https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/"/>
<updated>2021-07-12T14:30:34.000Z</updated>
<summary type="html"><![CDATA[I dont know about you, but I write these three declarations many times in my CSS:
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
You might yell at me and say I can just put those in my CSS …
The post Using the Specificity of :where() as a CSS Reset appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Mojtaba Seyedi</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Refactoring CSS: Introduction (Part 1)]]></title>
<id>https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/</id>
@ -339,29 +369,6 @@ The post Using the Specificity of :where() as a CSS Reset appeared first on CSS-
<name>hello@smashingmagazine.com (Adrian Bece)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[:focus-visible in WebKit]]></title>
<id>https://css-tricks.com/?p=344334</id>
<link href="https://blogs.igalia.com/mrego/2021/06/07/focus-visible-in-webkit-may-2021/"/>
<updated>2021-07-09T18:53:51.000Z</updated>
<summary type="html"><![CDATA[This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (thats the sort of work they do). They call it Open Prioritization. …
The post :focus-visible in WebKit 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[SVG Favicons in Action]]></title>
<id>https://css-tricks.com/?p=343598</id>
<link href="https://css-tricks.com/svg-favicons-in-action/"/>
<updated>2021-07-09T14:31:57.000Z</updated>
<summary type="html"><![CDATA[Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?
The task is more non-trivial than you might think. As we will see in this …
The post SVG Favicons in Action appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Philippe Bernard</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Making A Strong Case For Accessibility]]></title>
<id>https://smashingmagazine.com/2021/07/strong-case-for-accessibility/</id>

View file

@ -15,6 +15,135 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-20">2021-07-20</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">The Nine States of Design</summary>
<a class="article-summary-link article-summary-box-outer" href="https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Heres a really good ol post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever were building interfaces. Vince Speelman writes:
Modern UI teams are designing components
The post The Nine States of Design 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">Your Image Is Probably Not Decorative</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Eric doesnt mince words, especially in the title, but also in the conclusion:
In modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in
The post Your Image Is Probably Not Decorative 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">Typewriter Animation That Handles Anything You Throw at It</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>I watched Kevin Powells video where he was able to recreate a nice typewriter-like animation using CSS. Its neat and you should definitely check it out because there are bonafide CSS tricks in there. Im sure youve seen other CSS …
The post Typewriter Animation That Handles Anything You Throw at It 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">HTML Underline Text How to Use the &lt;u&gt; Tag with Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-underline-text-how-to-use-the-u-tag-with-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>In this article, we are going to learn about the tag and when it is appropriate to use it in HTML 5. In older versions of HTML, you&#x27;d use this tag as a way to underline text. We are going to learn about the new HTML 5</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Programming VS Coding VS Development What&#x27;s the Difference?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/programming-coding-developement-whats-the-difference/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>In my very early days as a budding web developer, I made a fairly common mistake. On Facebook, I sent a friend request to a senior software engineer (I wasn&#x27;t aware of his position at the time) and started a chat with him thereafter. Done with greetings and pleasantries, I</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Scale a System With Process Splitting and Redis</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/scale-system-split-processes/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Have you ever gotten into trouble trying to handle a single process that&#x27;s really huge or heavy? If so, I can help you figure out how to better manage it. In this article I will be sharing how I&#x27;m currently managing a single message that is too big to be</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">CSS Properties Max-width, Min-width, Max-height, and Min-height Explained with Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-properties-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>If you&#x27;re building a website, making it responsive is one of the most important things you&#x27;ll do. It can be difficult to create websites that look good across a variety of screen sizes. You&#x27;ll have to handle rendering an element&#x27;s width or height, and specifying varied width sizes using media</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn to Use the MySQL Database</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-to-use-the-mysql-database/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(53 min)</span>
<span>MySql is one of the most popular databases. We just published a MySQL Database course on the freeCodeCamp.org YouTube channel. Bharath Ram Manoharan from Execute on Command created this course. He is a senior database engineer and great teacher. This course starts with SQL basics. Then it also goes</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">How To Migrate From WordPress To A Headless CMS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-19">2021-07-19</time></h2>
<ul class="sources card">
@ -40,8 +169,8 @@ The post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tric
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/practical-use-cases-for-scroll-linked-animations-in-css-with-scroll-timelines/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Using the @scroll-timeline at-rule and animation-timeline property this specification provides you can control the time position of regular CSS Animations by scrolling.
In this post, we take a
<span>The Scroll-Linked Animations specification is an upcoming and experimental addition to CSS. Thanks to the @scroll-timeline at-rule and animation-timeline property this specification provides, you can control the time position of regular CSS Animations by scrolling.
In this post, well take …
The post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Timelines appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
@ -102,30 +231,8 @@ The post Practical Use Cases for Scroll-Linked Animations in CSS with Scroll Tim
<summary class="article-expander__title">How to Calculate Percent Change in Excel Find Increase and Decrease Percentage</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-calculate-percent-change-in-excel-find-increase-and-decrease-percentage/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Wherever there is a number, there is beauty. -Proclus Wherever there are numbers, you&#x27;re probably dealing with a math-related topic. And wherever there is math, the chances of it being a nightmare for some people are also high. For many people, math is not their cup of tea. But if</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How Does Kerberos Work? The Authentication Protocol Explained</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-does-kerberos-work-authentication-protocol/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>In this article, we will learn what Kerberos is, how it works, and the various pros and cons of using this authentication protocol.   What is Kerberos?Have you ever wondered what happens when you type in your username and password at work, and magically have access to file servers, email</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Understanding Recursion in Programming</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/understanding-recursion-in-programming/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(63 min)</span>
<span>In one sense, recursion is simple. In fact, most of what you need to know about recursion can be summed up in this gif: However, as you go deeper in, it becomes apparent that recursion can be tricky to fully grasp. But it doesn&#x27;t have to be. We just released</span>
<span class="article-reading-time">(3 min)</span>
<span>In this article, you&#x27;ll learn how to use Excel to calculate percentage change, and also how to find the increase and decrease in percentage values. Let&#x27;s get into it. How to Calculate Percentage Change in Excel To calculate percentage change in Excel, you&#x27;ll need to use a formula. For example,</span>
</div>
</a>
</details>
@ -198,23 +305,6 @@ The post Some Typography Links appeared first on CSS-Tricks. You can support CSS
</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">How to Style Your React App 5 Ways to Write CSS in 2021</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-style-react-apps-with-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>When it comes to styling your React app, you have a ton of different options. Which do you choose? I have broken down the 5 primary ways you have to choose between when writing CSS in your React app. There is no #1 way to approach to writing styles in</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>
@ -246,7 +336,7 @@ The post Some Typography Links appeared first on CSS-Tricks. You can support CSS
<summary class="article-expander__title">How to Get a Pixel-Perfect, Linearly Scaled UI</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-get-a-pixel-perfect-linearly-scaled-ui/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span class="article-reading-time">(8 min)</span>
<span>Dynamically scaling CSS values based on the viewport width is hardly a new topic. You can find plenty of in-depth coverage right here on CSS-Tricks in articles like this one or this one.
Most of those examples, though, use …
The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
@ -256,34 +346,6 @@ The post How to Get a Pixel-Perfect, Linearly Scaled UI appeared first on CSS-Tr
</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 the FARM Stack! (FastAPI, React, MongoDB)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-the-farm-stack-fastapi-reactjs-mongodb/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(28 min)</span>
<span>The FARM stack is FastAPI, React, and MongoDB. It is a simpler form of the MERN stack that can make developing apps even faster. We just released a FARM stack course on the freeCodeCamp.org YouTube channel.  You will learn how to create a basic CRUD application. FastAPI is where</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">The Apache Cassandra Beginner Tutorial</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/the-apache-cassandra-beginner-tutorial/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(24 min)</span>
<span>There are lots of data-storage options available today. You have to choose between managed or unmanaged, relational or NoSQL, write- or read-optimized, proprietary or open-source — and it doesn&#x27;t end there. Once you begin your search, you will end up in the universe that is database marketing. All of the vendors</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>
@ -461,24 +523,6 @@ The post Meet &#x60;:has&#x60;, A Native CSS Parent Selector appeared first on C
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Using the Specificity of :where() as a CSS Reset</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I dont know about you, but I write these three declarations many times in my CSS:
ul {
padding: 0;
margin: 0;
list-style-type: none;
}
You might yell at me and say I can just put those in my CSS …
The post Using the Specificity of :where() as a CSS Reset 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">
@ -503,37 +547,6 @@ The post Using the Specificity of :where() as a CSS Reset appeared first on CSS-
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-09">2021-07-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">:focus-visible in WebKit</summary>
<a class="article-summary-link article-summary-box-outer" href="https://blogs.igalia.com/mrego/2021/06/07/focus-visible-in-webkit-may-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (thats the sort of work they do). They call it Open Prioritization. …
The post :focus-visible in WebKit 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">SVG Favicons in Action</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/svg-favicons-in-action/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?
The task is more non-trivial than you might think. As we will see in this …
The post SVG Favicons in Action 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>
@ -933,7 +946,7 @@ Thank you @PiyushLosalka</span>
</section>
<footer>
<time id="build-timestamp" datetime="2021-07-20T00:41:57.339Z">2021-07-20T00:41:57.339Z</time>
<time id="build-timestamp" datetime="2021-07-21T00:40:45.633Z">2021-07-21T00:40:45.633Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>