This commit is contained in:
chuanqisun 2021-07-07 00:40:44 +00:00
parent 61aa42a76b
commit e33e14a985
3 changed files with 307 additions and 313 deletions

View file

@ -21,13 +21,40 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=343438",
"author": "Chris Coyier",
"description": "I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:\nIts a one-liner that toggles the class on the <body> so you can mock up different states and toggle between them on click.\n<body onclick=\"this.classList.toggle(\"active\");\"\nCould …\nThe post Body Toggle appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/body-toggle/",
"publishedOn": "2021-07-06T20:55:45.000Z",
"wordCount": 385,
"title": "Body Toggle"
},
{
"id": "https://css-tricks.com/?p=343560",
"author": "Chris Coyier",
"description": "And maybe an optional follow-up if youre up for it.\nAutomattic, the makers of Jetpack and many other WordPress-y things, have sponsored my site (me = Chris Coyier; site = CSS-Tricks) for quite a while. I use Jetpack myself, …\nThe post Ive got one question about Jetpack for you. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/ive-got-one-question-about-jetpack-for-you/",
"publishedOn": "2021-07-06T20:00:30.000Z",
"wordCount": 391,
"title": "Ive got one question about Jetpack for you."
},
{
"id": "https://css-tricks.com/?p=343149",
"author": "Martin Lexelius",
"description": "Normally, a project will have a set of pre-determined font sizes, usually as variables named in such a way that seeks some semblance of order and consistency. Any project of considerable size can use something like that. There are always …\nThe post The Dilemma of Naming Font Size Variables appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/the-dilemma-of-naming-font-size-variables/",
"publishedOn": "2021-07-06T14:41:22.000Z",
"wordCount": 2192,
"title": "The Dilemma of Naming Font Size Variables"
},
{
"id": "https://css-tricks.com/?p=343166",
"author": "Lari Maza",
"description": "If you zone out every time someone mentions “Kubernetes,” “containers,” or “pods,” this article is for you. No complex diagrams involved!\nAs a front-end developer, you dont have to know how to configure an infrastructure from scratch. However, if you …\nThe post Kubernetes Explained Simply: Containers, Pods and Images appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images/",
"publishedOn": "2021-07-05T14:17:33.000Z",
"wordCount": 1113,
"wordCount": 1152,
"title": "Kubernetes Explained Simply: Containers, Pods and Images"
},
{
@ -36,7 +63,7 @@
"description": "Web design is such a rectangle-based design medium that literally any deviation from it feels fresh. Michelle Barker gets into using math in various ways to programmatically draw lines, shapes, and animations that end up looking both beautiful and have …\nThe post Trigonometry in CSS and JavaScript: Beyond Triangles appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/",
"publishedOn": "2021-07-05T14:15:20.000Z",
"wordCount": 2662,
"wordCount": 2661,
"title": "Trigonometry in CSS and JavaScript: Beyond Triangles"
},
{
@ -45,7 +72,7 @@
"description": "Its CSS-Tricks birthday! Somehow that keeps coming around every year. Its that time where I reflect upon that past year. Its like the annual vibe check. \nIm writing this just days after my current home state of Oregon has …\nThe post The Fourteenth Fourth appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/the-fourteenth-fourth/",
"publishedOn": "2021-07-04T13:29:01.000Z",
"wordCount": 1921,
"wordCount": 1943,
"title": "The Fourteenth Fourth"
},
{
@ -128,33 +155,6 @@
"publishedOn": "2021-06-30T14:44:54.000Z",
"wordCount": 1103,
"title": "Fixing a Bug in Low-Resolution Mode"
},
{
"id": "https://css-tricks.com/?p=343470",
"author": "Chris Coyier",
"description": "I use this line, or one like it, in a lot of quick demos. Not that its not a production-worthy line of code—I just tend to be a bit more explicit on bigger projects. \nhtml {\n font: 110%/1.4 system-ui;\n}\n…\nThe post What does `font: 110%/1.4 system-ui` mean? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/what-does-font-110-1-4-system-ui-mean/",
"publishedOn": "2021-06-29T22:43:50.000Z",
"wordCount": 861,
"title": "What does `font: 110%/1.4 system-ui` mean?"
},
{
"id": "https://css-tricks.com/?p=343260",
"author": "Chris Coyier",
"description": "Delan Azabani digs into the (hopefully) coming soon ::spelling-error and ::grammar-error pseudo selectors in CSS. Design control is always nice. Hey, if we can style scrollbars and style selected text, why not this?\nThe squiggly lines that indicate possible spelling or grammar errors \n…\nThe post Chromium spelling and grammar features appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.azabani.com/2021/05/17/spelling-grammar.html",
"publishedOn": "2021-06-29T20:25:00.000Z",
"wordCount": 3316,
"title": "Chromium spelling and grammar features"
},
{
"id": "https://css-tricks.com/?p=342736",
"author": "Chris Coyier",
"description": "I needed to select some elements between two fixed indexes the other daylike literally the second through fifth elements. Ironically, I have a whole post on “Useful :nth-child Recipes” but this wasnt one of them. \nThe answer, it …\nThe post :nth-child Between Two Fixed Indexes appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/nth-child-between-two-fixed-indexes/",
"publishedOn": "2021-06-29T14:37:21.000Z",
"wordCount": 839,
"title": ":nth-child Between Two Fixed Indexes"
}
]
},
@ -163,13 +163,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/",
"author": "hello@smashingmagazine.com (Emmanuel Tissera)",
"description": "There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see whats new out there. For those starting out on their headless journey, this could be a guide on what to look for.",
"link": "https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/",
"publishedOn": "2021-07-06T10:30:00.000Z",
"wordCount": 4121,
"title": "How To Choose A Headless CMS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0fa37a67-9079-4b4d-9489-fcd87c7c3807/how-to-choose-a-headless-cms.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
"author": "hello@smashingmagazine.com (Ahmad Shadeed)",
"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": 1581,
"wordCount": 1582,
"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",
@ -183,7 +197,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": 4209,
"wordCount": 4197,
"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",
@ -197,7 +211,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": 4758,
"wordCount": 4767,
"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",
@ -211,7 +225,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": 4689,
"wordCount": 4742,
"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",
@ -225,7 +239,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": 3693,
"wordCount": 3646,
"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",
@ -267,7 +281,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": 2469,
"wordCount": 2518,
"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",
@ -281,7 +295,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": 5446,
"wordCount": 5448,
"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",
@ -295,7 +309,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": 3480,
"wordCount": 3481,
"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",
@ -309,7 +323,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": 4168,
"wordCount": 4170,
"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",
@ -337,7 +351,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": 1391,
"wordCount": 1398,
"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",
@ -365,7 +379,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": 5360,
"wordCount": 5349,
"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",
@ -379,7 +393,7 @@
"description": "Voice assistants are currently the most popular use case for voice user interfaces. However, due to the bad feedback loop resulting from voice assistants can only solve simple user tasks such as setting an alarm or playing music. In order for voice user interfaces to really break through, feedback to the user must be visual, not auditive.",
"link": "https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/",
"publishedOn": "2021-06-18T15:00:00.000Z",
"wordCount": 3413,
"wordCount": 3421,
"title": "An Alternative Voice UI To Voice Assistants",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8ebd2c76-ebe5-4885-be3e-f9acc3608072/alternative-voice-ui-voice-assistants.jpg",
@ -407,7 +421,7 @@
"description": "Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly every image you declare needs to have an alternate description.",
"link": "https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/",
"publishedOn": "2021-06-17T10:30:00.000Z",
"wordCount": 1636,
"wordCount": 1635,
"title": "Your Image Is Probably Not Decorative",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/95585fe9-52b8-4bd4-adac-a3580ef87b98/img-alt-attribute-alternate-description-decorative.jpg",
@ -421,7 +435,7 @@
"description": "In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently weve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Dont miss the next one.",
"link": "https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/",
"publishedOn": "2021-06-16T10:30:00.000Z",
"wordCount": 4058,
"wordCount": 4104,
"title": "A Complete Guide To Accessibility Tooling",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0e0ea8e6-a4ad-489c-b062-749a22d5e38e/complete-guide-accessibility-tooling.jpg",
@ -463,7 +477,7 @@
"description": "Spoiler alert: tooltips, modals, tabs, carousels, and dropdown menus are some of the user interface components that require more than CSS. To ensure accessibility of your interface, JavaScript is a necessary addition to accomplish focus management, respond to keyboard events, and toggle ARIA attributes.",
"link": "https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/",
"publishedOn": "2021-06-14T10:30:00.000Z",
"wordCount": 3666,
"wordCount": 3667,
"title": "When CSS Isnt Enough: JavaScript Requirements For Accessible Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9982fa1e-806c-4343-9de1-eb804a48451e/css-javascript-requirements-accessible-components.jpg",
@ -477,7 +491,7 @@
"description": "Design often revolves around visuals, but the other senses deserve love too. In this article, we tune in to audio features that are making sites sing.",
"link": "https://smashingmagazine.com/2021/06/web-design-done-well-audio/",
"publishedOn": "2021-06-11T15:00:00.000Z",
"wordCount": 1740,
"wordCount": 1751,
"title": "Web Design Done Well: Making Use Of Audio",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bf0cbb26-546e-43b7-9b9a-9077259ea84b/making-use-of-audio.jpg",
@ -491,7 +505,7 @@
"description": "We dont need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately.",
"link": "https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/",
"publishedOn": "2021-06-10T15:00:00.000Z",
"wordCount": 5159,
"wordCount": 5157,
"title": "Useful Front-End Boilerplates And Starter Kits",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/598e7f3e-9dca-4922-b17d-76089efab46f/25-frontend-boilerplates-starter-kits.png",
@ -505,7 +519,7 @@
"description": "Building a faster website can be a rocket task these days. There are so many things to consider, so its challenging to get everything right. Here are some less-known tools that might help you get there.",
"link": "https://smashingmagazine.com/2021/06/three-frontend-auditing-tools/",
"publishedOn": "2021-06-10T11:15:00.000Z",
"wordCount": 867,
"wordCount": 874,
"title": "Three Front-End Auditing Tools I Discovered Recently",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e21066b1-baa0-4a85-90ee-8074029d0a32/three-frontend-auditing-tools.jpg",
@ -519,7 +533,7 @@
"description": "What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, were going to check the early spec of the :has selector, and see how it should improve the CSS workflow once its released.",
"link": "https://smashingmagazine.com/2021/06/has-native-css-parent-selector/",
"publishedOn": "2021-06-09T10:30:00.000Z",
"wordCount": 2779,
"wordCount": 2777,
"title": "Meet <code>:has</code>, A Native CSS Parent Selector (And More)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/89aef48d-9be9-45df-a7f4-775168deb8dd/has-native-css-parent-selector.jpg",
@ -540,20 +554,6 @@
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/",
"author": "hello@smashingmagazine.com (Prince Chukwudire)",
"description": "In this guide, well be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapbox and Vue.js 2.6.11 to achieve this.",
"link": "https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/",
"publishedOn": "2021-06-07T11:00:00.000Z",
"wordCount": 2432,
"title": "How To Build A Geocoding App In Vue.js Using Mapbox",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/20dc2361-e5a5-4a78-b380-2f5942ecfba8/building-geocoding-app-vue-mapbox.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
@ -562,6 +562,42 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "60e16e1b134ad707be00d6bc",
"author": null,
"description": "In this article, I'm going to explain how to automatically upload an Android App Bundle (.aab file) to the Play Store's beta track. We'll use Android Studio and AWS as a cloud infrastructure provider. Once we've uploaded the app bundle, we'll trigger a Slack notification. This is a valuable use",
"link": "https://www.freecodecamp.org/news/automatically-upload-an-android-app-bundle-to-the-play-store/",
"publishedOn": "2021-07-06T21:08:39.000Z",
"wordCount": 2504,
"title": "How to Automatically Upload an Android App Bundle to the Play Store"
},
{
"id": "60b22e9611ffb70827ef9547",
"author": null,
"description": "In this tutorial, you will learn how to authenticate users and secure endpoints in Node.js. You'll also see how to implement Cross-Origin Resource Sharing (CORS) in Node. So let's get started. Prerequisites You'll need the following to follow along with this tutorial: A working understanding of JavaScript. A good",
"link": "https://www.freecodecamp.org/news/how-to-authenticate-users-and-implement-cors-in-nodejs-applications/",
"publishedOn": "2021-07-06T16:02:13.000Z",
"wordCount": 2286,
"title": "How to Authenticate Users and Implement CORS in Node.js Apps"
},
{
"id": "60df35f027f80207bcdbccea",
"author": null,
"description": "Let's look at five JavaScript tips you can use today to instantly improve your React applications. Because React is a JavaScript library, any improvements that we make in our JavaScript skills will directly improve the applications that we build with React. For this reason, I've put together a number of",
"link": "https://www.freecodecamp.org/news/javascript-tips-to-improve-your-react-code-today/",
"publishedOn": "2021-07-06T15:12:00.000Z",
"wordCount": 1570,
"title": "5 JavaScript Tips to Improve Your React Code"
},
{
"id": "60aa196411ffb70827ef5f43",
"author": null,
"description": "In this article, you will learn how to schedule a job in Node using node-cron. Node-cron is a handy npm package which you can use to schedule jobs to run at specific times or intervals. It is most suitable for scheduling repetitive jobs such as email notifications, file downloads, and",
"link": "https://www.freecodecamp.org/news/schedule-a-job-in-node-with-nodecron/",
"publishedOn": "2021-07-06T14:27:26.000Z",
"wordCount": 2989,
"title": "How to Schedule a Job in Node Using node-cron"
},
{
"id": "60de3cf127f80207bcdbc9af",
"author": null,
@ -615,42 +651,6 @@
"publishedOn": "2021-06-30T18:49:49.000Z",
"wordCount": 956,
"title": "Learn the CSS Box-Shadow Property by Coding a Beautiful Button ✨"
},
{
"id": "6055c55b687d62084bf68804",
"author": null,
"description": "This tutorial is an overview of basic concepts of the C programming language. It goes over the history of the language, why and where it is used, the compilation process, and some very basic programming concepts that are common in most popular programming languages. It is not a complete guide",
"link": "https://www.freecodecamp.org/news/what-is-the-c-programming-language-beginner-tutorial/",
"publishedOn": "2021-06-30T14:25:53.000Z",
"wordCount": 12270,
"title": "What is The C Programming Language? A Tutorial for Beginners"
},
{
"id": "60d5ea736e1a1407b6b0bc8d",
"author": null,
"description": "React Router is commonly used to make different routes for pages in React Applications. We just released a crash course on the freeCodeCamp.org YouTube channel that will teach you how to create routes in your React applications. Piyush Agarwal developed this course. Piyush is a prolific course creator on",
"link": "https://www.freecodecamp.org/news/learn-react-router/",
"publishedOn": "2021-06-30T14:01:01.000Z",
"wordCount": 5542,
"title": "Learn React Router"
},
{
"id": "60db519527f80207bcdbb6fa",
"author": null,
"description": "Whether you are new to coding interviews or are already familiar with the concept of backtracking, this is the crash course for you. We will learn about an all-purpose coding template and apply it to two LeetCode hard problems. Ready to crunch your next coding interview? Let's go!",
"link": "https://www.freecodecamp.org/news/coding-interview-backtracking-problems-crash-course/",
"publishedOn": "2021-06-29T20:00:32.000Z",
"wordCount": 908,
"title": "Coding Interview Backtracking Problems Crash Course The Only One You&#x27;ll Ever Need"
},
{
"id": "604b8c6ea7946308b7687683",
"author": null,
"description": "Every day, developers use various applications and run commands in the terminal. These applications can include a browser, code editor, terminal, video conferencing app, or music player. For each of these software applications that you open or commands you run, it creates a process or task. One beautiful feature of",
"link": "https://www.freecodecamp.org/news/linux-list-processes-how-to-check-running-processes/",
"publishedOn": "2021-06-29T19:47:13.000Z",
"wordCount": 1079,
"title": "Linux List Processes How to Check Running Processes"
}
]
}

181
feed.atom
View file

@ -1,10 +1,97 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-07-06T00:40:21.775Z</id>
<id>urn:2021-07-07T00:40:44.176Z</id>
<title>osmos::feed</title>
<updated>2021-07-06T00:40:21.775Z</updated>
<updated>2021-07-07T00:40:44.176Z</updated>
<generator>osmosfeed 1.11.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[How to Automatically Upload an Android App Bundle to the Play Store]]></title>
<id>60e16e1b134ad707be00d6bc</id>
<link href="https://www.freecodecamp.org/news/automatically-upload-an-android-app-bundle-to-the-play-store/"/>
<updated>2021-07-06T21:08:39.000Z</updated>
<summary type="html"><![CDATA[In this article, I'm going to explain how to automatically upload an Android App Bundle (.aab file) to the Play Store's beta track. We'll use Android Studio and AWS as a cloud infrastructure provider. Once we've uploaded the app bundle, we'll trigger a Slack notification. This is a valuable use]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Body Toggle]]></title>
<id>https://css-tricks.com/?p=343438</id>
<link href="https://css-tricks.com/body-toggle/"/>
<updated>2021-07-06T20:55:45.000Z</updated>
<summary type="html"><![CDATA[I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:
Its a one-liner that toggles the class on the <body> so you can mock up different states and toggle between them on click.
<body onclick="this.classList.toggle("active");"
Could …
The post Body Toggle 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[Ive got one question about Jetpack for you.]]></title>
<id>https://css-tricks.com/?p=343560</id>
<link href="https://css-tricks.com/ive-got-one-question-about-jetpack-for-you/"/>
<updated>2021-07-06T20:00:30.000Z</updated>
<summary type="html"><![CDATA[And maybe an optional follow-up if youre up for it.
Automattic, the makers of Jetpack and many other WordPress-y things, have sponsored my site (me = Chris Coyier; site = CSS-Tricks) for quite a while. I use Jetpack myself, …
The post Ive got one question about Jetpack for you. 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 Authenticate Users and Implement CORS in Node.js Apps]]></title>
<id>60b22e9611ffb70827ef9547</id>
<link href="https://www.freecodecamp.org/news/how-to-authenticate-users-and-implement-cors-in-nodejs-applications/"/>
<updated>2021-07-06T16:02:13.000Z</updated>
<summary type="html"><![CDATA[In this tutorial, you will learn how to authenticate users and secure endpoints in Node.js. You'll also see how to implement Cross-Origin Resource Sharing (CORS) in Node. So let's get started. Prerequisites You'll need the following to follow along with this tutorial: A working understanding of JavaScript. A good]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[5 JavaScript Tips to Improve Your React Code]]></title>
<id>60df35f027f80207bcdbccea</id>
<link href="https://www.freecodecamp.org/news/javascript-tips-to-improve-your-react-code-today/"/>
<updated>2021-07-06T15:12:00.000Z</updated>
<summary type="html"><![CDATA[Let's look at five JavaScript tips you can use today to instantly improve your React applications. Because React is a JavaScript library, any improvements that we make in our JavaScript skills will directly improve the applications that we build with React. For this reason, I've put together a number of]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Dilemma of Naming Font Size Variables]]></title>
<id>https://css-tricks.com/?p=343149</id>
<link href="https://css-tricks.com/the-dilemma-of-naming-font-size-variables/"/>
<updated>2021-07-06T14:41:22.000Z</updated>
<summary type="html"><![CDATA[Normally, a project will have a set of pre-determined font sizes, usually as variables named in such a way that seeks some semblance of order and consistency. Any project of considerable size can use something like that. There are always …
The post The Dilemma of Naming Font Size Variables appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Martin Lexelius</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Schedule a Job in Node Using node-cron]]></title>
<id>60aa196411ffb70827ef5f43</id>
<link href="https://www.freecodecamp.org/news/schedule-a-job-in-node-with-nodecron/"/>
<updated>2021-07-06T14:27:26.000Z</updated>
<summary type="html"><![CDATA[In this article, you will learn how to schedule a job in Node using node-cron. Node-cron is a handy npm package which you can use to schedule jobs to run at specific times or intervals. It is most suitable for scheduling repetitive jobs such as email notifications, file downloads, and]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Choose A Headless CMS]]></title>
<id>https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/</id>
<link href="https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/"/>
<updated>2021-07-06T10:30:00.000Z</updated>
<summary type="html"><![CDATA[There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see whats new out there. For those starting out on their headless journey, this could be a guide on what to look for.]]></summary>
<author>
<name>hello@smashingmagazine.com (Emmanuel Tissera)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Kubernetes Explained Simply: Containers, Pods and Images]]></title>
<id>https://css-tricks.com/?p=343166</id>
@ -233,26 +320,6 @@ The post Fixing a Bug in Low-Resolution Mode appeared first on CSS-Tricks. You c
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is The C Programming Language? A Tutorial for Beginners]]></title>
<id>6055c55b687d62084bf68804</id>
<link href="https://www.freecodecamp.org/news/what-is-the-c-programming-language-beginner-tutorial/"/>
<updated>2021-06-30T14:25:53.000Z</updated>
<summary type="html"><![CDATA[This tutorial is an overview of basic concepts of the C programming language. It goes over the history of the language, why and where it is used, the compilation process, and some very basic programming concepts that are common in most popular programming languages. It is not a complete guide]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn React Router]]></title>
<id>60d5ea736e1a1407b6b0bc8d</id>
<link href="https://www.freecodecamp.org/news/learn-react-router/"/>
<updated>2021-06-30T14:01:01.000Z</updated>
<summary type="html"><![CDATA[React Router is commonly used to make different routes for pages in React Applications. We just released a crash course on the freeCodeCamp.org YouTube channel that will teach you how to create routes in your React applications. Piyush Agarwal developed this course. Piyush is a prolific course creator on]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The State Of Web Workers In 2021]]></title>
<id>https://smashingmagazine.com/2021/06/web-workers-2021/</id>
@ -273,66 +340,6 @@ The post Fixing a Bug in Low-Resolution Mode appeared first on CSS-Tricks. You c
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What does `font: 110%/1.4 system-ui` mean?]]></title>
<id>https://css-tricks.com/?p=343470</id>
<link href="https://css-tricks.com/what-does-font-110-1-4-system-ui-mean/"/>
<updated>2021-06-29T22:43:50.000Z</updated>
<summary type="html"><![CDATA[I use this line, or one like it, in a lot of quick demos. Not that its not a production-worthy line of code—I just tend to be a bit more explicit on bigger projects.
html {
font: 110%/1.4 system-ui;
}
The post What does `font: 110%/1.4 system-ui` mean? 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[Chromium spelling and grammar features]]></title>
<id>https://css-tricks.com/?p=343260</id>
<link href="https://www.azabani.com/2021/05/17/spelling-grammar.html"/>
<updated>2021-06-29T20:25:00.000Z</updated>
<summary type="html"><![CDATA[Delan Azabani digs into the (hopefully) coming soon ::spelling-error and ::grammar-error pseudo selectors in CSS. Design control is always nice. Hey, if we can style scrollbars and style selected text, why not this?
The squiggly lines that indicate possible spelling or grammar errors
The post Chromium spelling and grammar features 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[Coding Interview Backtracking Problems Crash Course The Only One You&#x27;ll Ever Need]]></title>
<id>60db519527f80207bcdbb6fa</id>
<link href="https://www.freecodecamp.org/news/coding-interview-backtracking-problems-crash-course/"/>
<updated>2021-06-29T20:00:32.000Z</updated>
<summary type="html"><![CDATA[Whether you are new to coding interviews or are already familiar with the concept of backtracking, this is the crash course for you. We will learn about an all-purpose coding template and apply it to two LeetCode hard problems. Ready to crunch your next coding interview? Let's go!]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Linux List Processes How to Check Running Processes]]></title>
<id>604b8c6ea7946308b7687683</id>
<link href="https://www.freecodecamp.org/news/linux-list-processes-how-to-check-running-processes/"/>
<updated>2021-06-29T19:47:13.000Z</updated>
<summary type="html"><![CDATA[Every day, developers use various applications and run commands in the terminal. These applications can include a browser, code editor, terminal, video conferencing app, or music player. For each of these software applications that you open or commands you run, it creates a process or task. One beautiful feature of]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[:nth-child Between Two Fixed Indexes]]></title>
<id>https://css-tricks.com/?p=342736</id>
<link href="https://css-tricks.com/nth-child-between-two-fixed-indexes/"/>
<updated>2021-06-29T14:37:21.000Z</updated>
<summary type="html"><![CDATA[I needed to select some elements between two fixed indexes the other daylike literally the second through fifth elements. Ironically, I have a whole post on “Useful :nth-child Recipes” but this wasnt one of them.
The answer, it …
The post :nth-child Between Two Fixed Indexes 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[Breaking Down Bulky Builds With Netlify And Next.js]]></title>
<id>https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/</id>
@ -572,14 +579,4 @@ Thank you @PiyushLosalka]]></summary>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Build A Geocoding App In Vue.js Using Mapbox]]></title>
<id>https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/</id>
<link href="https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/"/>
<updated>2021-06-07T11:00:00.000Z</updated>
<summary type="html"><![CDATA[In this guide, well be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapbox and Vue.js 2.6.11 to achieve this.]]></summary>
<author>
<name>hello@smashingmagazine.com (Prince Chukwudire)</name>
</author>
</entry>
</feed>

View file

@ -15,6 +15,124 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-06">2021-07-06</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">Body Toggle</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/body-toggle/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:
Its a one-liner that toggles the class on the so you can mock up different states and toggle between them on click.
&lt;body onclick&#x3D;&quot;this.classList.toggle(&quot;active&quot;);&quot;
Could …
The post Body Toggle 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">Ive got one question about Jetpack for you.</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/ive-got-one-question-about-jetpack-for-you/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>And maybe an optional follow-up if youre up for it.
Automattic, the makers of Jetpack and many other WordPress-y things, have sponsored my site (me &#x3D; Chris Coyier; site &#x3D; CSS-Tricks) for quite a while. I use Jetpack myself, …
The post Ive got one question about Jetpack for you. 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">The Dilemma of Naming Font Size Variables</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/the-dilemma-of-naming-font-size-variables/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Normally, a project will have a set of pre-determined font sizes, usually as variables named in such a way that seeks some semblance of order and consistency. Any project of considerable size can use something like that. There are always …
The post The Dilemma of Naming Font Size Variables 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">How to Automatically Upload an Android App Bundle to the Play Store</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/automatically-upload-an-android-app-bundle-to-the-play-store/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this article, I&#x27;m going to explain how to automatically upload an Android App Bundle (.aab file) to the Play Store&#x27;s beta track. We&#x27;ll use Android Studio and AWS as a cloud infrastructure provider. Once we&#x27;ve uploaded the app bundle, we&#x27;ll trigger a Slack notification. This is a valuable use</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Authenticate Users and Implement CORS in Node.js Apps</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-authenticate-users-and-implement-cors-in-nodejs-applications/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this tutorial, you will learn how to authenticate users and secure endpoints in Node.js. You&#x27;ll also see how to implement Cross-Origin Resource Sharing (CORS) in Node. So let&#x27;s get started. Prerequisites You&#x27;ll need the following to follow along with this tutorial: A working understanding of JavaScript. A good</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">5 JavaScript Tips to Improve Your React Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-tips-to-improve-your-react-code-today/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Let&#x27;s look at five JavaScript tips you can use today to instantly improve your React applications. Because React is a JavaScript library, any improvements that we make in our JavaScript skills will directly improve the applications that we build with React. For this reason, I&#x27;ve put together a number of</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Schedule a Job in Node Using node-cron</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/schedule-a-job-in-node-with-nodecron/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>In this article, you will learn how to schedule a job in Node using node-cron. Node-cron is a handy npm package which you can use to schedule jobs to run at specific times or intervals. It is most suitable for scheduling repetitive jobs such as email notifications, file downloads, and</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 Choose A Headless CMS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see whats new out there. For those starting out on their headless journey, this could be a guide on what to look for.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-05">2021-07-05</time></h2>
<ul class="sources card">
@ -351,28 +469,6 @@ The post Fixing a Bug in Low-Resolution Mode appeared first on CSS-Tricks. You c
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What is The C Programming Language? A Tutorial for Beginners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-the-c-programming-language-beginner-tutorial/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(41 min)</span>
<span>This tutorial is an overview of basic concepts of the C programming language. It goes over the history of the language, why and where it is used, the compilation process, and some very basic programming concepts that are common in most popular programming languages. It is not a complete guide</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn React Router</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-react-router/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>React Router is commonly used to make different routes for pages in React Applications. We just released a crash course on the freeCodeCamp.org YouTube channel that will teach you how to create routes in your React applications. Piyush Agarwal developed this course. Piyush is a prolific course creator on</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -408,83 +504,6 @@ The post Fixing a Bug in Low-Resolution Mode appeared first on CSS-Tricks. You c
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-29">2021-06-29</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 does &#x60;font: 110%/1.4 system-ui&#x60; mean?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/what-does-font-110-1-4-system-ui-mean/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I use this line, or one like it, in a lot of quick demos. Not that its not a production-worthy line of code—I just tend to be a bit more explicit on bigger projects.
html {
font: 110%/1.4 system-ui;
}
The post What does &#x60;font: 110%/1.4 system-ui&#x60; mean? 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">Chromium spelling and grammar features</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.azabani.com/2021/05/17/spelling-grammar.html">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Delan Azabani digs into the (hopefully) coming soon ::spelling-error and ::grammar-error pseudo selectors in CSS. Design control is always nice. Hey, if we can style scrollbars and style selected text, why not this?
The squiggly lines that indicate possible spelling or grammar errors
The post Chromium spelling and grammar features 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">:nth-child Between Two Fixed Indexes</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/nth-child-between-two-fixed-indexes/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I needed to select some elements between two fixed indexes the other daylike literally the second through fifth elements. Ironically, I have a whole post on “Useful :nth-child Recipes” but this wasnt one of them.
The answer, it …
The post :nth-child Between Two Fixed Indexes 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">Coding Interview Backtracking Problems 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-backtracking-problems-crash-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Whether you are new to coding interviews or are already familiar with the concept of backtracking, this is the crash course for you. We will learn about an all-purpose coding template and apply it to two LeetCode hard problems. Ready to crunch your next coding interview? Let&#x27;s go!</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Linux List Processes How to Check Running Processes</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/linux-list-processes-how-to-check-running-processes/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Every day, developers use various applications and run commands in the terminal. These applications can include a browser, code editor, terminal, video conferencing app, or music player. For each of these software applications that you open or commands you run, it creates a process or task. One beautiful feature of</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>
@ -926,31 +945,9 @@ Thank you @PiyushLosalka</span>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-07">2021-06-07</time></h2>
<ul class="sources card">
<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 Build A Geocoding App In Vue.js Using Mapbox</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this guide, well be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapbox and Vue.js 2.6.11 to achieve this.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-07-06T00:40:21.756Z">2021-07-06T00:40:21.756Z</time>
<time id="build-timestamp" datetime="2021-07-07T00:40:44.160Z">2021-07-07T00:40:44.160Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>