diff --git a/cache.json b/cache.json index 52387c5..4fb04ae 100644 --- a/cache.json +++ b/cache.json @@ -11,7 +11,7 @@ "description": "Added: support an experimental template for YouTube feed šŸ“ŗ Demo | Source\n\nAggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id=\nVideos are embedded via iframe and loading accelerated by youtube-lite-embed\nAds are reduced thanks to YouTube's policy for embedded videos šŸ™ƒ\nWorks on mobile devices with butter smooth horizontal scroll.\nCaveat: the template works only with YouTube content. You cannot mix textual RSS feed or other video sources such as Vimeo.\nChanged: Default HTML template meta tag adjusted to match convention\nChanged: sources in template data is now ordered by last update timestamp (as opposed to alphabetical)\nThank you @PiyushLosalka", "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0", "publishedOn": "2021-06-23T05:57:59.000Z", - "wordCount": 368, + "wordCount": 370, "title": "v1.11.0" }, { @@ -22,15 +22,6 @@ "publishedOn": "2021-06-01T04:39:30.000Z", "wordCount": 263, "title": "v1.10.2" - }, - { - "id": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0", - "author": null, - "description": "Added: experimental support for iTunes podcast feed: Demo | Source. With this new release, you can render an audio control to play the mp3 file and display iTunes episode duration. It is \"experimental\" due to these caveats:\n\nThis feature is currently only available through custom template.\niTunes has no strict format requirement for duration. The unit is most likely seconds but can be \"hh:mm:ss\" or \"mm:ss\" for some sources. A future version may expose a human readable string to the template.\nNo image support yet. Some shows might have disabled CORS or use a relative URL for image, which forces osmosfeed to download the image during build. A future version may support it.\nYou can't republish the podcast in the feed output. Supporting this goes beyond the scope of the project at the moment.\nFixed: the articles in template data were not sorted.\nThank you @Zenigata", - "link": "https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0", - "publishedOn": "2021-05-26T06:02:55.000Z", - "wordCount": 412, - "title": "v1.9.0" } ] }, @@ -39,13 +30,22 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=342818", + "author": "Jay Hoffmann", + "description": "In April of 2009, Yahoo! shut down GeoCities. Practically overnight, the once beloved service had its signup page replaced with a vague message announcing its closure.\nWe have decided to discontinue the process of allowing new customers to sign up \n…\nThe post Chapter 9: Community appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/chapter-9-community/", + "publishedOn": "2021-06-24T14:30:11.000Z", + "wordCount": 6342, + "title": "Chapter 9: Community" + }, { "id": "https://css-tricks.com/?p=343076", "author": "Chris Coyier", "description": "When I blogged ā€œMaking Tables With Sticky Header and Footers Got a BitĀ Easierā€ recently, I mentioned that the ā€œstickinessā€ improvement was just one of the features that got better for s in Chrome as part of the TablesNG upgrade…\nThe post TablesNG — Improvements to table rendering in Chromium appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://www.bram.us/2021/06/21/tablesng-improvements-to-table-rendering-in-chromium/", "publishedOn": "2021-06-23T21:37:14.000Z", - "wordCount": 1325, + "wordCount": 1540, "title": "TablesNG — Improvements to table rendering in Chromium" }, { @@ -54,7 +54,7 @@ "description": "The CSS image-set() function has been supported in Chromium-based browsers since 2012 and in Safari since version 6. Support recently landed in Firefox 88. Let’s dive in and see what we can and can’t do today with image-set().…\nThe post Using Performant Next-Gen Images in CSS with image-set appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/using-performant-next-gen-images-in-css-with-image-set/", "publishedOn": "2021-06-23T19:10:54.000Z", - "wordCount": 1244, + "wordCount": 1257, "title": "Using Performant Next-Gen Images in CSS with image-set" }, { @@ -72,7 +72,7 @@ "description": "There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, I’d say I see the inherit used the most. Perhaps because it’s been around the longest (I think?) but also …\nThe post inherit, initial, unset, revert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/inherit-initial-unset-revert/", "publishedOn": "2021-06-22T21:20:20.000Z", - "wordCount": 687, + "wordCount": 708, "title": "inherit, initial, unset, revert" }, { @@ -90,7 +90,7 @@ "description": "I’m not here to raise a shield protecting CSS utility frameworks. I don’t even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I can’t tell you how many times I’ve …\nThe post If we’re gonna criticize utility-class frameworks, let’s be fair about it appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/", "publishedOn": "2021-06-22T14:33:41.000Z", - "wordCount": 3340, + "wordCount": 3488, "title": "If we’re gonna criticize utility-class frameworks, let’s be fair about it" }, { @@ -164,15 +164,6 @@ "publishedOn": "2021-06-16T19:08:33.000Z", "wordCount": 870, "title": "Useful and Useless Code Comments" - }, - { - "id": "https://css-tricks.com/?p=342353", - "author": "Okiki Ojo", - "description": "The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to …\nThe post How I Used the WAAPI to Build an Animation Library appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/how-i-used-the-waapi-to-build-an-animation-library/", - "publishedOn": "2021-06-16T14:26:58.000Z", - "wordCount": 2416, - "title": "How I Used the WAAPI to Build an Animation Library" } ] }, @@ -181,6 +172,20 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/", + "author": "hello@smashingmagazine.com (Josh Singer)", + "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": 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", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/06/new-smashing-online-workshops-frontend-ux-design/", "author": "hello@smashingmagazine.com (Iris LjeÅ”njanin)", @@ -201,7 +206,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 hadn’t 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": 1350, + "wordCount": 1391, "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", @@ -229,7 +234,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": 5358, + "wordCount": 5359, "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", @@ -257,7 +262,7 @@ "description": "Next.js has a file-based routing system in which each page automatically becomes a route based on its file name. This article will guide you through almost everything you need to know about Routing in Next.js and point you in the direction of related topics and concepts.", "link": "https://smashingmagazine.com/2021/06/client-side-routing-next-js/", "publishedOn": "2021-06-18T13:00:00.000Z", - "wordCount": 3916, + "wordCount": 3966, "title": "Client-Side Routing In Next.js", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a51f6c83-5e1a-4535-b28a-2018310ffc3b/client-side-routing-next-js.jpg", @@ -271,7 +276,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": 1639, + "wordCount": 1638, "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", @@ -285,7 +290,7 @@ "description": "In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently we’ve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Don’t miss the next one.", "link": "https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/", "publishedOn": "2021-06-16T10:30:00.000Z", - "wordCount": 4104, + "wordCount": 4105, "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", @@ -327,7 +332,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": 3670, + "wordCount": 3672, "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", @@ -341,7 +346,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": 1741, + "wordCount": 1754, "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", @@ -355,7 +360,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": 5149, + "wordCount": 5113, "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", @@ -383,7 +388,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": 2779, + "wordCount": 2782, "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", @@ -411,7 +416,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": 2445, + "wordCount": 2429, "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", @@ -425,7 +430,7 @@ "description": "Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Let’s take a deep dive into what webpack is and how to use it in your development workflow.", "link": "https://smashingmagazine.com/2021/06/getting-started-webpack/", "publishedOn": "2021-06-04T10:00:00.000Z", - "wordCount": 4412, + "wordCount": 4413, "title": "Getting Started With Webpack", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/66ba7a41-2a37-471b-9c60-66a3162d8f05/webpack-dependency-graph-opt.png", @@ -439,7 +444,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": 3729, + "wordCount": 3713, "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", @@ -453,7 +458,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": 4585, + "wordCount": 4584, "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", @@ -467,7 +472,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": 5663, + "wordCount": 5613, "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", @@ -509,7 +514,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": 2772, + "wordCount": 2723, "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", @@ -523,7 +528,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": 10593, + "wordCount": 10597, "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", @@ -537,7 +542,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": 4050, + "wordCount": 4061, "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", @@ -565,27 +570,13 @@ "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": 1750, + "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", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/", - "author": "hello@smashingmagazine.com (Tobias Günther)", - "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": 2337, - "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", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -594,13 +585,31 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "60d3ee396e1a1407b6b0b6ef", + "author": null, + "description": "Let's go over the most common mistakes you might be making in your React code right now, plus how to fix them. If you want to create amazing React applications, it's essential to avoid many common errors along the way. In this article, we'll not only cover how to fix", + "link": "https://www.freecodecamp.org/news/common-react-mistakes-and-how-to-fix-them/", + "publishedOn": "2021-06-24T17:01:44.000Z", + "wordCount": 1511, + "title": "4 Common React Mistakes You Might Be Making – And How to Fix Them" + }, + { + "id": "60d4b5e96e1a1407b6b0bac4", + "author": null, + "description": "If you want good performance in your application, you need to collect data to figure out where to make improvements. That's where OpenTelemetry comes in. OpenTelemetry offers a single set of APIs and libraries that standardize how you collect and transfer telemetry data. OpenTelemetry provides a specification for instrumentation so", + "link": "https://www.freecodecamp.org/news/how-to-use-opentelemetry/", + "publishedOn": "2021-06-24T16:50:36.000Z", + "wordCount": 9777, + "title": "How to Use OpenTelemetry to Understand Software Performance" + }, { "id": "605abca5687d62084bf6b7cd", "author": null, "description": "Data Analysis is the process of exploring, investigating, and gathering insights from data using statistical measures and visualizations. The objective of data analysis is to develop an understanding of data by uncovering trends, relationships, and patterns. Data analysis is both a science and an art. On the one hand it", "link": "https://www.freecodecamp.org/news/exploratory-data-analysis-with-numpy-pandas-matplotlib-seaborn/", "publishedOn": "2021-06-24T00:11:01.000Z", - "wordCount": 8365, + "wordCount": 8363, "title": "What is Data Analysis? How to Visualize Data with Python, Numpy, Pandas, Matplotlib & Seaborn Tutorial" }, { @@ -618,7 +627,7 @@ "description": ".NET is a popular software framework developed by Microsoft. We just released a course on the freeCodeCamp.org YouTube channel that will teach you how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The course uses the C# programming language.", "link": "https://www.freecodecamp.org/news/create-a-rest-api-with-dot-net-5-and-c-sharp/", "publishedOn": "2021-06-23T18:08:14.000Z", - "wordCount": 60401, + "wordCount": 60402, "title": "Create a REST API with .NET 5 and C#" }, { @@ -630,6 +639,15 @@ "wordCount": 2330, "title": "How to Create a Great Technical Course" }, + { + "id": "607f5fafdd38b9088c2bd0c9", + "author": null, + "description": "When you're debating someone, you want to use all the resources at your disposal to convince them you're right. And that's great – but you should be careful that you don't end up using a logical fallacy to help you make your point. What is a Logical Fallacy?A logical fallacy", + "link": "https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/", + "publishedOn": "2021-06-23T04:19:00.000Z", + "wordCount": 6255, + "title": "Logical Fallacies – Definition and Fallacy Examples" + }, { "id": "60d2323d6e1a1407b6b0ac4f", "author": null, @@ -656,33 +674,6 @@ "publishedOn": "2021-06-22T16:20:36.000Z", "wordCount": 7385, "title": "How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot" - }, - { - "id": "60cfff5a4dc1a607ed7b5e58", - "author": null, - "description": "Do you have a story idea that you'd like to turn into a novel? How about adding visual appeal and interactivity to that novel? A Visual Novel might be the game genre you are looking for. And this tutorial is here to help set you up in 10 minutes, with", - "link": "https://www.freecodecamp.org/news/use-python-to-create-a-visual-novel/", - "publishedOn": "2021-06-22T16:18:29.000Z", - "wordCount": 1611, - "title": "How to Use Python to Create a Visual Novel Game in 10 Minutes" - }, - { - "id": "60c81f774dc1a607ed7b2f66", - "author": null, - "description": "I've been using Vim since the first year I started coding. For all the IDEs/editors that I have used, the Vim plugin is always the very first plugin that I install. I know that Vim can be challenging to work in for people who are not familiar with it.", - "link": "https://www.freecodecamp.org/news/how-to-exit-vim/", - "publishedOn": "2021-06-21T21:52:43.000Z", - "wordCount": 1785, - "title": "How to Exit Vim – Vim Save and Quit Command Tutorial" - }, - { - "id": "60bce157acb62507dd1d9f11", - "author": null, - "description": "When you're working with Python lists, you often need to combine data from multiple lists. So how do you do that? In this tutorial, we'll see the different ways you can combine data from multiple lists. We'll also learn how the list methods append() and extend() work through simple examples.", - "link": "https://www.freecodecamp.org/news/python-list-methods-append-vs-extend/", - "publishedOn": "2021-06-21T21:25:11.000Z", - "wordCount": 1085, - "title": "Python List Methods – append( ) vs extend( ) in Python Explained with Code Examples" } ] } diff --git a/feed.atom b/feed.atom index 66196e2..009e1ea 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,53 @@ - urn:2021-06-24T00:30:15.599Z + urn:2021-06-25T00:41:42.503Z osmos::feed - 2021-06-24T00:30:15.599Z + 2021-06-25T00:41:42.503Z osmosfeed 1.11.0 + + <![CDATA[4 Common React Mistakes You Might Be Making – And How to Fix Them]]> + 60d3ee396e1a1407b6b0b6ef + + 2021-06-24T17:01:44.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Use OpenTelemetry to Understand Software Performance]]> + 60d4b5e96e1a1407b6b0bac4 + + 2021-06-24T16:50:36.000Z + + + freeCodeCamp.org + + + + <![CDATA[Chapter 9: Community]]> + https://css-tricks.com/?p=342818 + + 2021-06-24T14:30:11.000Z + + + Jay Hoffmann + + + + <![CDATA[The Rise Of Design Thinking As A Problem Solving Strategy]]> + https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/ + + 2021-06-24T14:00:00.000Z + + + hello@smashingmagazine.com (Josh Singer) + + <![CDATA[What is Data Analysis? How to Visualize Data with Python, Numpy, Pandas, Matplotlib & Seaborn Tutorial]]> 605abca5687d62084bf6b7cd @@ -117,6 +160,16 @@ Thank you @PiyushLosalka]]> Release notes from osmosfeed + + <![CDATA[Logical Fallacies – Definition and Fallacy Examples]]> + 607f5fafdd38b9088c2bd0c9 + + 2021-06-23T04:19:00.000Z + + + freeCodeCamp.org + + <![CDATA[inherit, initial, unset, revert]]> https://css-tricks.com/?p=342930 @@ -158,16 +211,6 @@ The post inherit, initial, unset, revert appeared first on CSS-Tricks. You can s freeCodeCamp.org - - <![CDATA[How to Use Python to Create a Visual Novel Game in 10 Minutes]]> - 60cfff5a4dc1a607ed7b5e58 - - 2021-06-22T16:18:29.000Z - - - freeCodeCamp.org - - <![CDATA[Using Custom Elements in Svelte]]> https://css-tricks.com/?p=342634 @@ -200,26 +243,6 @@ The post If we’re gonna criticize utility-class frameworks, let’s be fair ab hello@smashingmagazine.com (Mikołaj Dobrucki) - - <![CDATA[How to Exit Vim – Vim Save and Quit Command Tutorial]]> - 60c81f774dc1a607ed7b2f66 - - 2021-06-21T21:52:43.000Z - - - freeCodeCamp.org - - - - <![CDATA[Python List Methods – append( ) vs extend( ) in Python Explained with Code Examples]]> - 60bce157acb62507dd1d9f11 - - 2021-06-21T21:25:11.000Z - - - freeCodeCamp.org - - <![CDATA[Are we in a new era of web design? What do we call it?]]> https://css-tricks.com/?p=342887 @@ -358,17 +381,6 @@ The post Useful and Useless Code Comments appeared first on CSS-Tricks. You can Chris Coyier - - <![CDATA[How I Used the WAAPI to Build an Animation Library]]> - https://css-tricks.com/?p=342353 - - 2021-06-16T14:26:58.000Z - - - Okiki Ojo - - <![CDATA[A Complete Guide To Accessibility Tooling]]> https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/ @@ -589,31 +601,4 @@ The post How I Used the WAAPI to Build an Animation Library appeared first on CS hello@smashingmagazine.com (Carie Fisher) - - <![CDATA[v1.9.0]]> - https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0 - - 2021-05-26T06:02:55.000Z - - - Release notes from osmosfeed - - - - <![CDATA[A Guide To Undoing Mistakes With Git (Part 2)]]> - https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/ - - 2021-05-25T14:00:00.000Z - - - hello@smashingmagazine.com (Tobias Günther) - - \ No newline at end of file diff --git a/index.html b/index.html index 6d9355d..40c28b6 100644 --- a/index.html +++ b/index.html @@ -18,10 +18,52 @@

@@ -49,7 +108,7 @@ TablesNG — Improvements to table rendering in Chromium
- (4 min) + (5 min) When I blogged ā€œMaking Tables With Sticky Header and Footers Got a BitĀ Easierā€ recently, I mentioned that the ā€œstickinessā€ improvement was just one of the features that got better for s in Chrome as part of the TablesNG upgrade… The post TablesNG — Improvements to table rendering in Chromium appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. @@ -146,6 +205,17 @@ Thank you @PiyushLosalka +
  • @@ -214,7 +284,7 @@ The post Using Custom Elements in Svelte appeared first on CSS-Tricks. You can s If we’re gonna criticize utility-class frameworks, let’s be fair about it
    - (11 min) + (12 min) I’m not here to raise a shield protecting CSS utility frameworks. I don’t even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I can’t tell you how many times I’ve … The post If we’re gonna criticize utility-class frameworks, let’s be fair about it appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -260,17 +330,6 @@ The post If we’re gonna criticize utility-class frameworks, let’s be fair ab
    -
  • @@ -325,34 +384,6 @@ The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appe
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -529,18 +560,6 @@ The post Useful and Useless Code Comments appeared first on CSS-Tricks. You can -
    -
    - How I Used the WAAPI to Build an Animation Library - -
    - (8 min) - The Web Animations API lets us construct animations and control their playback with JavaScript. The API opens the browser’s animation engine to developers and was designed to underlie implementations of both CSS animations and transitions, leaving the door open to … -The post How I Used the WAAPI to Build an Animation Library appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. -
    -
    -
    -
  • @@ -945,30 +964,6 @@ The post How I Used the WAAPI to Build an Animation Library appeared first on CS

    -
    -

    - -