From 4d7543d768b4fec115493fec08cff08f6887b657 Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Wed, 16 Jun 2021 00:38:59 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 291 +++++++++++++++++++++--------------------- feed.atom | 282 ++++++++++++++++++++--------------------- index.html | 362 ++++++++++++++++++++++++++--------------------------- 3 files changed, 467 insertions(+), 468 deletions(-) diff --git a/cache.json b/cache.json index 1af74ee..4792846 100644 --- a/cache.json +++ b/cache.json @@ -40,15 +40,6 @@ "publishedOn": "2021-05-23T05:12:08.000Z", "wordCount": 341, "title": "v1.8.0" - }, - { - "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2", - "author": null, - "description": "⚠ Deprecated: To accommodate the monorepo setup, the node version in all templates/demos/examples has changed from 14 to 16. This is not a breaking change as our compile target is still node 14, and node 16 is backward compatible. We still recommend you start using node-version: \"16\" in your .github/workflows/update-feed.yaml today to get the performance/security improvements from the newer node. See example\nChore: Reorganize to monorepo with npm workspace.", - "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2", - "publishedOn": "2021-05-17T05:32:19.000Z", - "wordCount": 336, - "title": "v1.7.2" } ] }, @@ -57,13 +48,40 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=342198", + "author": "Chris Coyier", + "description": "Usually, when “unused” comes up in conversation regarding CSS, it’s about removing chunks of CSS that are not used in your site or, at least, the styles not currently in use on a specific page. The minimal amount of CSS …\nThe post Detect Unused Classes in… HTML appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/detect-unused-classes-in-html/", + "publishedOn": "2021-06-15T23:24:20.000Z", + "wordCount": 741, + "title": "Detect Unused Classes in… HTML" + }, + { + "id": "https://css-tricks.com/?p=342519", + "author": "Chris Coyier", + "description": "Max Böck took me up on my challenge to look through a codebase and see how many of the @media queries could ultimately become @container queries.\nI took the bait and had a look at some of my projects – \n…\nThe post Media Queries in Times of @container appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://mxb.dev/blog/media-queries-in-times-of-container-queries/", + "publishedOn": "2021-06-15T19:51:32.000Z", + "wordCount": 1907, + "title": "Media Queries in Times of @container" + }, + { + "id": "https://css-tricks.com/?p=342248", + "author": "Chris Coyier", + "description": "I wonder where headless WordPress will land. And by “headless” I mean only using the WordPress admin and building out the user-facing site through the WordPress REST API rather than the traditional WordPress theme structure.\nIs it… big? The future …\nThe post Just How Niche is Headless WordPress? appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/just-how-niche-is-headless-wordpress/", + "publishedOn": "2021-06-15T14:31:34.000Z", + "wordCount": 1844, + "title": "Just How Niche is Headless WordPress?" + }, { "id": "https://css-tricks.com/?p=342294", "author": "Chris Coyier", "description": "It wasn’t long ago when I looked at sticky headers and footers in HTML s in the blog post A table with both a sticky header and a sticky first column. In it, I never used position: sticky on …\nThe post Making Tables With Sticky Header and Footers Got a Bit Easier appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/making-tables-with-sticky-header-and-footers-got-a-bit-easier/", "publishedOn": "2021-06-14T22:04:41.000Z", - "wordCount": 711, + "wordCount": 875, "title": "Making Tables With Sticky Header and Footers Got a Bit Easier" }, { @@ -81,7 +99,7 @@ "description": "When you load a file from an external server, you’re trusting that the content you request is what you expect it to be. Since you don’t manage the server yourself, you’re relying on the security of yet another third party …\nThe post Securing Your Website With Subresource Integrity appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/securing-your-website-with-subresource-integrity/", "publishedOn": "2021-06-14T13:30:27.000Z", - "wordCount": 3261, + "wordCount": 3330, "title": "Securing Your Website With Subresource Integrity" }, { @@ -126,7 +144,7 @@ "description": "As awesome as flexbox is, what it’s doing under the hood is actually a little strange because, by default, it is doing two things at once. It first looks at the content size which is what we would get if by declaring width: max-content on an element. But on top of that, flex-shrink is also doing some work allowing the items to be smaller, but only if needed.\nLet’s break those two down and see how they work together.\nThe post Equal Columns With Flexbox: It’s More Complicated Than You Might Think appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/equal-columns-with-flexbox-its-more-complicated-than-you-might-think/", "publishedOn": "2021-06-10T14:34:22.000Z", - "wordCount": 4673, + "wordCount": 4695, "title": "Equal Columns With Flexbox: It’s More Complicated Than You Might Think" }, { @@ -164,33 +182,6 @@ "publishedOn": "2021-06-08T18:31:08.000Z", "wordCount": 3431, "title": "Looking at WCAG 2.5.5 for Better Target Sizes" - }, - { - "id": "https://css-tricks.com/?p=341884", - "author": "Chris Coyier", - "description": "WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that.\nAt first, the site …\nThe post CSS-Trickz: An Experiment with Netlify’s On-Demand Builders appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", - "link": "https://alex.party/posts/2021-05-31-css-trickz-an-experiment-with-netlify-s-on-demand-builders/", - "publishedOn": "2021-06-08T14:16:07.000Z", - "wordCount": 708, - "title": "CSS-Trickz: An Experiment with Netlify’s On-Demand Builders" - }, - { - "id": "https://css-tricks.com/?p=341805", - "author": "Chris Coyier", - "description": "Show/Hide password accessibility and password hints tutorial — Nicolas Steenhout goes deep on accessibility. For one thing, being able to toggle it to type=\"text\" should be possible, while announcing, politely, the change. But also, put the password hints \n…\nThe post Links on Accessibility appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/links-on-accessibility/", - "publishedOn": "2021-06-07T19:52:26.000Z", - "wordCount": 621, - "title": "Links on Accessibility" - }, - { - "id": "https://css-tricks.com/?p=340390", - "author": "Chris Coyier", - "description": "Let’s look at some extensions for VS Code that make writing and editing HTML (and languages that are basically HTML with extra powers) better. You may not like all of them. Maybe some of them don’t appeal to you, solve …\nThe post VS Code Extensions for HTML appeared first on CSS-Tricks.\nYou can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/vs-code-extensions-for-html/", - "publishedOn": "2021-06-07T14:13:50.000Z", - "wordCount": 1805, - "title": "VS Code Extensions for HTML" } ] }, @@ -199,13 +190,41 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/", + "author": "hello@smashingmagazine.com (Leonardo Losoviz)", + "description": "When developing themes and plugins for WordPress, we need to test them in different environments. How can we create multiple testing sites on our computer, quickly and easily, without having to become a sysadmin?", + "link": "https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/", + "publishedOn": "2021-06-15T10:15:00.000Z", + "wordCount": 2381, + "title": "Spinning Up Multiple WordPress Sites Locally With DevKinsta", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2798d879-8878-49e3-bc0f-a1b2008210c0/devkinsta-frontpage.png", + "length": "0", + "type": "image/png" + } + }, + { + "id": "https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/", + "author": "hello@smashingmagazine.com (Drew McLellan)", + "description": "In this episode of the Smashing Podcast, we’re talking about image optimization. What steps should we follow for performant images in 2021? We talk to expert Addy Osmani to find out.", + "link": "https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/", + "publishedOn": "2021-06-15T07:00:00.000Z", + "wordCount": 10715, + "title": "Smashing Podcast Episode 39 With Addy Osmani: Image Optimization", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bf1aeccc-a603-4cb3-b716-69bd0c86d33a/smashing-podcast-episode-39.jpg", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/", "author": "hello@smashingmagazine.com (Stephanie Eckles)", "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": 3665, + "wordCount": 3669, "title": "When CSS Isn’t 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", @@ -219,7 +238,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": 1736, + "wordCount": 1699, "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", @@ -233,7 +252,7 @@ "description": "We don’t 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": 5104, + "wordCount": 5108, "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", @@ -261,7 +280,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, we’re going to check the early spec of the :has selector, and see how it should improve the CSS workflow once it’s released.", "link": "https://smashingmagazine.com/2021/06/has-native-css-parent-selector/", "publishedOn": "2021-06-09T10:30:00.000Z", - "wordCount": 2773, + "wordCount": 2777, "title": "Meet :has, 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", @@ -289,7 +308,7 @@ "description": "In this guide, we’ll 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": 2426, + "wordCount": 2443, "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", @@ -317,7 +336,7 @@ "description": "Writing large-scale Vue applications can be a challenge. In this article, Shawn Wildermuth dives into the pros and cons of approaches like factories, shared objects, and using Vuex. He also explains what is coming in Vuex 5.0 that might change how we all use shared state in Vue 3.", "link": "https://smashingmagazine.com/2021/06/managing-shared-state-vue3/", "publishedOn": "2021-06-03T10:30:00.000Z", - "wordCount": 3669, + "wordCount": 3719, "title": "Managing Shared State In Vue 3", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0a70815d-28e5-44af-8306-0e992e99593a/managing-shared-state-vue3.jpg", @@ -331,7 +350,7 @@ "description": "Google’s Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so let’s have a look at ways of addressing any issues for that metric.", "link": "https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/", "publishedOn": "2021-06-02T12:30:00.000Z", - "wordCount": 4580, + "wordCount": 4582, "title": "How To Fix Cumulative Layout Shift (CLS) Issues", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/87fbe5f9-d311-4542-a3f0-14e860415946/cumulative-layout-shift-issues.jpg", @@ -345,7 +364,7 @@ "description": "Getting a good performance score from Google is hard for any website — but doing so for an online store is even harder. We achieved green scores — even several for mobile. Here is how we did it.", "link": "https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/", "publishedOn": "2021-06-02T10:30:00.000Z", - "wordCount": 5645, + "wordCount": 5648, "title": "Improving The Performance Of An Online Store (Case Study)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8a350bf5-9114-420c-b587-fee03ea4acb6/jewellerybox-uk-online-store-scipioerp.jpg", @@ -387,7 +406,7 @@ "description": "What could be a better way to welcome June than with some colorful inspiration? Well, we might have something for you: wallpapers created with love by artists and designers from across the globe.", "link": "https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/", "publishedOn": "2021-05-31T11:30:00.000Z", - "wordCount": 2765, + "wordCount": 2721, "title": "Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/374464b5-093e-4ca2-9397-6f26c83756d4/june-20-summer-coziness-preview-opt.png", @@ -401,7 +420,7 @@ "description": "In this article, we’ll be re-using the foundational WYSIWYG Editor built in the first article to build a commenting system for a WYSIWYG Editor that enables users to select text inside a document and share their comments on it. Let’s dig in!", "link": "https://smashingmagazine.com/2021/05/commenting-system-wysiwyg-editor/", "publishedOn": "2021-05-28T11:00:00.000Z", - "wordCount": 10594, + "wordCount": 10552, "title": "Adding A Commenting System To A WYSIWYG Editor", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ec39e154-d3d3-4a12-91fd-f0c068cd5247/commenting-system-wysiwyg-editor.jpg", @@ -415,7 +434,7 @@ "description": "Meet useful Visual Studio Code extensions for web developers: little helpers to minimize slow-downs and frustrations, and boost developer’s workflow along the way. With auto log messages, auto code formatting, file utils, file labels, code snippets, highlight brackets, tags, indents and workspaces, onboarding and remote SSH.", "link": "https://smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/", "publishedOn": "2021-05-27T13:30:00.000Z", - "wordCount": 4048, + "wordCount": 4058, "title": "Useful VS Code Extensions For Front-End Developers", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c5dbb73-94e1-486f-9daa-351699faaa2d/peacock-extension.png", @@ -443,7 +462,7 @@ "description": "Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers.", "link": "https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/", "publishedOn": "2021-05-26T13:20:00.000Z", - "wordCount": 1743, + "wordCount": 1749, "title": "Accessible SVGs: Perfect Patterns For Screen Reader Users", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/35bf2e3a-ae5b-49a3-843a-318b4c81f5af/accessible-svg-patterns.jpg", @@ -457,7 +476,7 @@ "description": "Mistakes. These cruel villains do not even stop at the beautiful world of software development. But although we cannot avoid making mistakes, we can learn to undo them! This post will show the right tools for your daily work with Git.", "link": "https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/", "publishedOn": "2021-05-25T14:00:00.000Z", - "wordCount": 2318, + "wordCount": 2283, "title": "A Guide To Undoing Mistakes With Git (Part 2)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/211042ae-7a72-42ba-804e-9f8132815200/undoing-mistakes-git-part1.jpg", @@ -471,7 +490,7 @@ "description": "Web fonts are often terrible for web performance and none of the font loading strategies are particularly effective to address that. Upcoming font options may finally deliver on the promise of making it easier to align fallback fonts to the final fonts.", "link": "https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/", "publishedOn": "2021-05-25T09:30:00.000Z", - "wordCount": 2250, + "wordCount": 2254, "title": "A New Way To Reduce Font Loading Impact: CSS Font Descriptors", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f0c69413-365e-4c39-9ee8-ad1d2b44e56b/reduce-font-loading-impact-css-descriptors.jpg", @@ -485,7 +504,7 @@ "description": "CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, we’re going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.", "link": "https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/", "publishedOn": "2021-05-24T11:30:00.000Z", - "wordCount": 2928, + "wordCount": 2932, "title": "CSS Container Queries: Use-Cases And Migration Strategies", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4d6d809b-0c1a-4074-9eeb-8509dc4d383f/css-container-queries-use-cases-migration-strategies.jpg", @@ -499,7 +518,7 @@ "description": "Let’s build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a toolbar and custom configurations.", "link": "https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/", "publishedOn": "2021-05-21T11:30:00.000Z", - "wordCount": 9792, + "wordCount": 9796, "title": "Building A Rich Text Editor (WYSIWYG)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bafdd817-038e-4e70-a830-de0f5da659c4/building-wysiwyg-editor-javascript-slatejs.jpg", @@ -527,7 +546,7 @@ "description": "A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. We’ll be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic API route for React.", "link": "https://smashingmagazine.com/2021/05/implement-authentication-nextjs-auth0/", "publishedOn": "2021-05-20T11:00:00.000Z", - "wordCount": 2181, + "wordCount": 2180, "title": "How To Implement Authentication In Next.js With Auth0", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3e905cbf-b17b-47da-aec4-15c9701bf4bf/implement-authentication-nextjs-auth0.jpg", @@ -541,7 +560,7 @@ "description": "Everything to keep in mind when designing and building a mega-dropdown, common pitfalls, hover entry/exit delays, trajectory triangle technique and SVG path exit areas.", "link": "https://smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/", "publishedOn": "2021-05-19T11:40:00.000Z", - "wordCount": 5303, + "wordCount": 5307, "title": "Frustrating Design Patterns: Mega-Dropdown Hover Menus", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7c233470-63c3-4557-93c0-a8cc6709b6dd/13-mega-dropdown-hover-menus.png", @@ -576,20 +595,6 @@ "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/05/core-web-vitals-case-study/", - "author": "hello@smashingmagazine.com (Beau Hartshorne)", - "description": "Google’s “Page Experience Update” will start rolling out in June. At first, sites that meet Core Web Vitals thresholds will have a minor ranking advantage in mobile search for all browsers. Search is important to any business, and this is the story of how Beau Hartshorne and his team at Instant Domain Search improved their Core Web Vitals scores.", - "link": "https://smashingmagazine.com/2021/05/core-web-vitals-case-study/", - "publishedOn": "2021-05-17T11:30:00.000Z", - "wordCount": 3157, - "title": "How We Improved Our Core Web Vitals (Case Study)", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b68aa1ba-94b7-4e70-83e5-5f58b37bf7cd/core-web-vitals-case-study.jpg", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -598,6 +603,78 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "60c91b2b4dc1a607ed7b389a", + "author": null, + "description": "DevOps is becoming an in-demand role at many software companies. We just released a DevOps Engineering course on the freeCodeCamp.org YouTube channel. Learn all about DevOps in this comprehensive course for beginners with three technical tutorials. Colin Chartier created this course. He is the co-founder and CEO at LayerCI.", + "link": "https://www.freecodecamp.org/news/devops-engineering-course-for-beginners/", + "publishedOn": "2021-06-15T21:33:17.000Z", + "wordCount": 455, + "title": "DevOps Engineering Course for Beginners" + }, + { + "id": "60c72a0ad3126007592d7e2a", + "author": null, + "description": "To understand what this truly means in JavaScript, let's take a look at a very similar concept in the English Language: Polysemy. Let's consider the word \"run\". Run is a single word which could mean many different things depending on the context. “I will run home” – means to move quickly", + "link": "https://www.freecodecamp.org/news/what-is-this-in-javascript/", + "publishedOn": "2021-06-15T21:19:12.000Z", + "wordCount": 1383, + "title": "What Does 'this' Mean in JavaScript? The this Keyword Explained with Examples" + }, + { + "id": "60c8912c4dc1a607ed7b2fff", + "author": null, + "description": "As a freelance developer, knowing how much to charge for a project can often feel like a gamble. It's easy to wonder \"Am I setting my price too high?\" This is normally the first question that comes to mind. And your brain will probably meet this question with a resounding", + "link": "https://www.freecodecamp.org/news/what-to-charge-as-a-freelance-developer-dont-be-the-cheapest/", + "publishedOn": "2021-06-15T21:10:54.000Z", + "wordCount": 2031, + "title": "What to Charge as a Freelance Developer – and Why You Should Avoid Being the Cheapest" + }, + { + "id": "60c3dcb3d3126007592d6c6d", + "author": null, + "description": "Python decorators allow you to change the behavior of a function without modifying the function itself. In this article I will show you how to create and use decorators. You will see how easy it is to use this advanced Python feature. In this article I will discuss the following", + "link": "https://www.freecodecamp.org/news/python-decorators-explained-with-examples/", + "publishedOn": "2021-06-15T17:57:54.000Z", + "wordCount": 1409, + "title": "Python Decorators – How to Create and Use Decorators in Python With Examples" + }, + { + "id": "602aaaf60a2838549dcc5c7f", + "author": null, + "description": "Any sufficiently old codebase eventually starts to contain legacy code. Architecture, performance, comments, and more begin to degrade the moment after they are written. Some parts of the codebase last longer than other parts, but inevitably new coding standards emerge to reduce technical debt. Then you have to rework a", + "link": "https://www.freecodecamp.org/news/what-is-the-strangler-pattern-in-software-development/", + "publishedOn": "2021-06-15T17:43:43.000Z", + "wordCount": 1292, + "title": "What is the Strangler Fig Pattern and How it Helps Manage Legacy Code" + }, + { + "id": "60b7cb6aacb62507dd1d7c1a", + "author": null, + "description": "You can now open anything (that you have access to) on GitHub directly from VS Code.", + "link": "https://www.freecodecamp.org/news/you-can-now-edit-anything-on-github-in-vs-code-without-cloning/", + "publishedOn": "2021-06-15T16:06:54.000Z", + "wordCount": 1714, + "title": "How to Open Any Repo in VS Code Without Cloning It" + }, + { + "id": "60c6aec3d3126007592d7bd5", + "author": null, + "description": "What is an Aggregate Function?SQL aggregate functions will seem very familiar if you have worked with spreadsheets. Have you ever used SUM in Google Sheets or Excel? The SUM function exists in SQL as well, and is called an aggregate function. Aggregate functions do a particular task across database", + "link": "https://www.freecodecamp.org/news/sql-aggregate-functions-with-example-data-queries-for-beginners/", + "publishedOn": "2021-06-15T15:48:09.000Z", + "wordCount": 888, + "title": "SQL Aggregate Functions – With Example Data Queries for Beginners" + }, + { + "id": "60bbdd8dacb62507dd1d9a2d", + "author": null, + "description": "You've probably seen the term \"full stack developer\" before, either on tech-related websites or in job applications you've perused. So have you ever wondered what exactly a full stack developer is and what skills you'd need to become one? Well if you're curious like I was, this article", + "link": "https://www.freecodecamp.org/news/what-is-a-fullstack-developer/", + "publishedOn": "2021-06-15T15:35:39.000Z", + "wordCount": 2706, + "title": "What is Full Stack? How to Become a Full Stack Developer" + }, { "id": "60873d1fdd38b9088c2c0842", "author": null, @@ -615,78 +692,6 @@ "publishedOn": "2021-06-14T22:39:00.000Z", "wordCount": 2563, "title": "How to Build a Custom Pagination Component in React" - }, - { - "id": "60c3b862d3126007592d689b", - "author": null, - "description": "Have you ever used the CSS order or direction properties? You've probably used them dozens of times, but did you realize that these properties will cause a disconnect between what's being displayed and what's actually in the DOM? Using the order property will create a disconnect between the visual presentation", - "link": "https://www.freecodecamp.org/news/html-roving-tabindex-attribute-explained-with-examples/", - "publishedOn": "2021-06-14T20:15:00.000Z", - "wordCount": 1297, - "title": "HTML Roving tabindex Attribute Explained with Examples" - }, - { - "id": "60c794e64dc1a607ed7b25ba", - "author": null, - "description": "A while ago, I was doing side gig for a client who had a website hosted on Squarespace. They asked me to implement an advanced design for a page that wasn't possible with the site's current DIY tools. For an experienced and battle-tested web developer like me, this was a", - "link": "https://www.freecodecamp.org/news/how-to-backup-squarespace-managed-styles-using-aws-cloud/", - "publishedOn": "2021-06-14T19:19:42.000Z", - "wordCount": 2588, - "title": "How to Backup Squarespace-Managed Styles using AWS Cloud" - }, - { - "id": "60c4b35ed3126007592d71bc", - "author": null, - "description": "Africa has over 2000 languages, but these languages are not well-represented in the existing Natural Language Processing ecosystem. One challenge is the lack of useful African language datasets that we can use to solve different social and economic problems. In this article, I have compiled a list of African language", - "link": "https://www.freecodecamp.org/news/african-language-datasets-for-data-science-projects/", - "publishedOn": "2021-06-14T18:37:44.000Z", - "wordCount": 1599, - "title": "10 Best African Language Datasets for Data Science Projects" - }, - { - "id": "60b72d5facb62507dd1d777b", - "author": null, - "description": "If you're in the world of tech, you will inevitably run into a work-related disaster now and then. These setbacks come in many forms such as cyber-attacks, theft, leaks, and corruption. And every business must be ready to face these things and plan for them. Sir Benjamin Franklin famously said,", - "link": "https://www.freecodecamp.org/news/disaster-recovery-plan-what-are-rto-and-rpo/", - "publishedOn": "2021-06-11T22:56:56.000Z", - "wordCount": 1569, - "title": "What is a Disaster Recovery Plan? How to Use RTO and RPO to Protect your Business" - }, - { - "id": "6063b9189618b008528a9d81", - "author": null, - "description": "Today I'm gonna show you how you can center and align your content with CSS. Along the way, we'll look at various alignment techniques. So, let's get started! 🥇 Table of Contents -> How to Use Flexbox to center anything horizontally center anything vertically center both horizontally & Vertically How", - "link": "https://www.freecodecamp.org/news/how-to-center-objects-using-css/", - "publishedOn": "2021-06-11T20:40:17.000Z", - "wordCount": 1427, - "title": "How to Center Anything in CSS Using Flexbox and Grid ✨" - }, - { - "id": "5f9c97e9740569d1a4ca1768", - "author": null, - "description": "How you can design an inclusive and accessible org chart experience and solutions to common development challenges you will face.", - "link": "https://www.freecodecamp.org/news/designing-keyboard-accessibility-for-complex-react-experiences/", - "publishedOn": "2021-06-11T19:10:00.000Z", - "wordCount": 2180, - "title": "How to Design Keyboard Accessibility for Complex React Experiences" - }, - { - "id": "60bc0444acb62507dd1d9a31", - "author": null, - "description": "Knowing how to ask effective technical questions is an essential skill every software engineer should have. You may be stuck with a bug, unable to figure out why your program isn't working correctly, or you might be having trouble learning how to implement a certain algorithm. In all of these", - "link": "https://www.freecodecamp.org/news/how-to-ask-good-technical-questions/", - "publishedOn": "2021-06-11T17:39:28.000Z", - "wordCount": 2143, - "title": "How to Ask Good Technical Questions – the Ultimate Guide" - }, - { - "id": "60c24cf8d3126007592d61d5", - "author": null, - "description": "Do you write conditionals correctly within your React applications? Good conditionals are an essential part of any React application. We use conditionals to show or hide elements or components in our applications. In short – to be an effective React developer, you must know how to write good conditionals. Let's go", - "link": "https://www.freecodecamp.org/news/learn-react-conditionals/", - "publishedOn": "2021-06-11T16:04:46.000Z", - "wordCount": 1323, - "title": "How to Level Up Your React Conditionals" } ] } diff --git a/feed.atom b/feed.atom index 286cd26..87f40c0 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,149 @@ - urn:2021-06-15T00:38:42.651Z + urn:2021-06-16T00:38:58.566Z osmos::feed - 2021-06-15T00:38:42.651Z + 2021-06-16T00:38:58.566Z osmosfeed 1.10.2 + + <![CDATA[Detect Unused Classes in… HTML]]> + https://css-tricks.com/?p=342198 + + 2021-06-15T23:24:20.000Z + + + Chris Coyier + + + + <![CDATA[DevOps Engineering Course for Beginners]]> + 60c91b2b4dc1a607ed7b389a + + 2021-06-15T21:33:17.000Z + + + freeCodeCamp.org + + + + <![CDATA[What Does 'this' Mean in JavaScript? The this Keyword Explained with Examples]]> + 60c72a0ad3126007592d7e2a + + 2021-06-15T21:19:12.000Z + + + freeCodeCamp.org + + + + <![CDATA[What to Charge as a Freelance Developer – and Why You Should Avoid Being the Cheapest]]> + 60c8912c4dc1a607ed7b2fff + + 2021-06-15T21:10:54.000Z + + + freeCodeCamp.org + + + + <![CDATA[Media Queries in Times of @container]]> + https://css-tricks.com/?p=342519 + + 2021-06-15T19:51:32.000Z + + + Chris Coyier + + + + <![CDATA[Python Decorators – How to Create and Use Decorators in Python With Examples]]> + 60c3dcb3d3126007592d6c6d + + 2021-06-15T17:57:54.000Z + + + freeCodeCamp.org + + + + <![CDATA[What is the Strangler Fig Pattern and How it Helps Manage Legacy Code]]> + 602aaaf60a2838549dcc5c7f + + 2021-06-15T17:43:43.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Open Any Repo in VS Code Without Cloning It]]> + 60b7cb6aacb62507dd1d7c1a + + 2021-06-15T16:06:54.000Z + + + freeCodeCamp.org + + + + <![CDATA[SQL Aggregate Functions – With Example Data Queries for Beginners]]> + 60c6aec3d3126007592d7bd5 + + 2021-06-15T15:48:09.000Z + + + freeCodeCamp.org + + + + <![CDATA[What is Full Stack? How to Become a Full Stack Developer]]> + 60bbdd8dacb62507dd1d9a2d + + 2021-06-15T15:35:39.000Z + + + freeCodeCamp.org + + + + <![CDATA[Just How Niche is Headless WordPress?]]> + https://css-tricks.com/?p=342248 + + 2021-06-15T14:31:34.000Z + + + Chris Coyier + + + + <![CDATA[Spinning Up Multiple WordPress Sites Locally With DevKinsta]]> + https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/ + + 2021-06-15T10:15:00.000Z + + + hello@smashingmagazine.com (Leonardo Losoviz) + + + + <![CDATA[Smashing Podcast Episode 39 With Addy Osmani: Image Optimization]]> + https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/ + + 2021-06-15T07:00:00.000Z + + + hello@smashingmagazine.com (Drew McLellan) + + <![CDATA[System Design Interview Tutorial – The Beginner's Guide to System Design]]> 60873d1fdd38b9088c2c0842 @@ -37,36 +176,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> Chris Coyier - - <![CDATA[HTML Roving tabindex Attribute Explained with Examples]]> - 60c3b862d3126007592d689b - - 2021-06-14T20:15:00.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Backup Squarespace-Managed Styles using AWS Cloud]]> - 60c794e64dc1a607ed7b25ba - - 2021-06-14T19:19:42.000Z - - - freeCodeCamp.org - - - - <![CDATA[10 Best African Language Datasets for Data Science Projects]]> - 60c4b35ed3126007592d71bc - - 2021-06-14T18:37:44.000Z - - - freeCodeCamp.org - - <![CDATA[CSS-Tricks Chronicle XXXX]]> https://css-tricks.com/?p=342229 @@ -105,16 +214,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> hello@smashingmagazine.com (Stephanie Eckles) - - <![CDATA[What is a Disaster Recovery Plan? How to Use RTO and RPO to Protect your Business]]> - 60b72d5facb62507dd1d777b - - 2021-06-11T22:56:56.000Z - - - freeCodeCamp.org - - <![CDATA[Safari 15: New UI, Theme Colors, and… a CSS-Tricks Cameo!]]> https://css-tricks.com/?p=342429 @@ -143,46 +242,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> Chris Coyier - - <![CDATA[How to Center Anything in CSS Using Flexbox and Grid ✨]]> - 6063b9189618b008528a9d81 - - 2021-06-11T20:40:17.000Z - How to Use Flexbox to center anything horizontally center anything vertically center both horizontally & Vertically How]]> - - freeCodeCamp.org - - - - <![CDATA[How to Design Keyboard Accessibility for Complex React Experiences]]> - 5f9c97e9740569d1a4ca1768 - - 2021-06-11T19:10:00.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Ask Good Technical Questions – the Ultimate Guide]]> - 60bc0444acb62507dd1d9a31 - - 2021-06-11T17:39:28.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Level Up Your React Conditionals]]> - 60c24cf8d3126007592d61d5 - - 2021-06-11T16:04:46.000Z - - - freeCodeCamp.org - - <![CDATA[Web Design Done Well: Making Use Of Audio]]> https://smashingmagazine.com/2021/06/web-design-done-well-audio/ @@ -313,19 +372,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> Todd Libby - - <![CDATA[CSS-Trickz: An Experiment with Netlify’s On-Demand Builders]]> - https://css-tricks.com/?p=341884 - - 2021-06-08T14:16:07.000Z - - - Chris Coyier - - <![CDATA[From AVIF to WebP: A New Smashing Book By Addy Osmani]]> https://smashingmagazine.com/2021/06/image-optimization-book-release/ @@ -336,31 +382,6 @@ You can support CSS-Tricks by being an MVP Supporter.]]> hello@smashingmagazine.com (Vitaly Friedman) - - <![CDATA[Links on Accessibility]]> - https://css-tricks.com/?p=341805 - - 2021-06-07T19:52:26.000Z - accessibility. For one thing, being able to toggle it to type="text" should be possible, while announcing, politely, the change. But also, put the password hints -… -The post Links on Accessibility appeared first on CSS-Tricks. -You can support CSS-Tricks by being an MVP Supporter.]]> - - Chris Coyier - - - - <![CDATA[VS Code Extensions for HTML]]> - https://css-tricks.com/?p=340390 - - 2021-06-07T14:13:50.000Z - - - Chris Coyier - - <![CDATA[How To Build A Geocoding App In Vue.js Using Mapbox]]> https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/ @@ -619,25 +640,4 @@ Thank you: @LooperXX.]]> hello@smashingmagazine.com (Drew McLellan) - - <![CDATA[How We Improved Our Core Web Vitals (Case Study)]]> - https://smashingmagazine.com/2021/05/core-web-vitals-case-study/ - - 2021-05-17T11:30:00.000Z - - - hello@smashingmagazine.com (Beau Hartshorne) - - - - <![CDATA[v1.7.2]]> - https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2 - - 2021-05-17T05:32:19.000Z - - - Release notes from osmosfeed - - \ No newline at end of file diff --git a/index.html b/index.html index 3802f38..f680d45 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,181 @@ +
+

+ +

  • @@ -215,67 +357,6 @@ You can support CSS-Tricks by being an MVP Supporter.
  • -
  • -
    -

    freeCodeCamp.org

    -
    - - - - - -
    -
  • Articles on Smashing Magazine — For Web Designers And Developers

    @@ -433,20 +514,6 @@ You can support CSS-Tricks by being an MVP Supporter. (11 min) Have you ever experienced the frustration of trying to tap a button on a mobile device only to have it do nothing because the target size is just not large enough **and it’s not picking up on your press? Maybe … The post Looking at WCAG 2.5.5 for Better Target Sizes appeared first on CSS-Tricks. -You can support CSS-Tricks by being an MVP Supporter. - - - - -
    -
    - CSS-Trickz: An Experiment with Netlify’s On-Demand Builders - -
    - (2 min) - WordPress sites have an API by default. Wanna see this site’s most recent posts, with just a specific set of data… in JSON format? Here ya go. Alex Riviere made a joke site using that. -At first, the site … -The post CSS-Trickz: An Experiment with Netlify’s On-Demand Builders appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -476,39 +543,6 @@ You can support CSS-Tricks by being an MVP Supporter.

    -
    -

    - -