diff --git a/cache.json b/cache.json index 8750cfc..5db7d68 100644 --- a/cache.json +++ b/cache.json @@ -21,6 +21,24 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=344355", + "author": "Chris Coyier", + "description": "The reasons that are often cited that make container queries difficult or impossible is things like infinite loops—e.g. changing the width of an element, invalidating a container query, which changes the width again, which makes the container query take effect, …\nThe post Meet `:has`, A Native CSS Parent Selector appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://www.smashingmagazine.com/2021/06/has-native-css-parent-selector/", + "publishedOn": "2021-07-12T19:45:00.000Z", + "wordCount": 2792, + "title": "Meet `:has`, A Native CSS Parent Selector" + }, + { + "id": "https://css-tricks.com/?p=343613", + "author": "Mojtaba Seyedi", + "description": "I don’t know about you, but I write these three declarations many times in my CSS:\nul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n}\nYou might yell at me and say I can just put those in my CSS …\nThe post Using the Specificity of :where() as a CSS Reset appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/using-the-specificity-of-where-as-a-css-reset/", + "publishedOn": "2021-07-12T14:30:34.000Z", + "wordCount": 855, + "title": "Using the Specificity of :where() as a CSS Reset" + }, { "id": "https://css-tricks.com/?p=344334", "author": "Chris Coyier", @@ -36,7 +54,7 @@ "description": "Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?\nThe task is more non-trivial than you might think. As we will see in this …\nThe post SVG Favicons in Action appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/svg-favicons-in-action/", "publishedOn": "2021-07-09T14:31:57.000Z", - "wordCount": 2265, + "wordCount": 2463, "title": "SVG Favicons in Action" }, { @@ -54,7 +72,7 @@ "description": "The wonderful company I work for, Payoneer, has a new logo, and my job was to recreate it and animate it for a loader component in our app. I’ll explain exactly how I did it, share the problems I …\nThe post My Struggle to Use and Animate a Conic Gradient in SVG appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/my-struggle-to-use-and-animate-a-conic-gradient-in-svg/", "publishedOn": "2021-07-08T14:35:38.000Z", - "wordCount": 1989, + "wordCount": 2007, "title": "My Struggle to Use and Animate a Conic Gradient in SVG" }, { @@ -72,7 +90,7 @@ "description": "Astro is a brand new framework for building websites. To me, the big thing is that it allows you to build a site like you’re using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. …\nThe post A Look at Building with Astro appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/a-look-at-building-with-astro/", "publishedOn": "2021-07-07T21:06:35.000Z", - "wordCount": 2789, + "wordCount": 2866, "title": "A Look at Building with Astro" }, { @@ -99,7 +117,7 @@ "description": "And maybe an optional follow-up if you’re 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 I’ve 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": 620, + "wordCount": 720, "title": "I’ve got one question about Jetpack for you." }, { @@ -108,7 +126,7 @@ "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": 4139, + "wordCount": 4348, "title": "The Dilemma of Naming Font Size Variables" }, { @@ -117,7 +135,7 @@ "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 don’t 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": 1304, + "wordCount": 1350, "title": "Kubernetes Explained Simply: Containers, Pods and Images" }, { @@ -126,7 +144,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": 2661, + "wordCount": 2673, "title": "Trigonometry in CSS and JavaScript: Beyond Triangles" }, { @@ -137,24 +155,6 @@ "publishedOn": "2021-07-04T13:29:01.000Z", "wordCount": 1943, "title": "The Fourteenth Fourth" - }, - { - "id": "https://css-tricks.com/?p=343435", - "author": "Chris Coyier", - "description": "The name zero-width space is antithetical, but it’s not without uses. In text, maybe you’d use it around slashes because you want to be sure the words are treated individually but not have any physical space around the slash:…\nThe post Zero-Width Space appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/zero-width-space/", - "publishedOn": "2021-07-02T20:39:04.000Z", - "wordCount": 1834, - "title": "Zero-Width Space" - }, - { - "id": "https://css-tricks.com/?p=342995", - "author": "Sarah Drasner", - "description": "Like it or not, meetings are essential to a good working environment and communication. Therefore, it’s crucial that we work on making them as productive as possible. Today we’ll explore myriad ways to keep meetings coordinated, well documented, and talk …\nThe post Good Meetings appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/good-meetings/", - "publishedOn": "2021-07-02T14:41:26.000Z", - "wordCount": 3441, - "title": "Good Meetings" } ] }, @@ -163,13 +163,27 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/", + "author": "hello@smashingmagazine.com (Adrian Bece)", + "description": "CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.", + "link": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/", + "publishedOn": "2021-07-12T13:30:00.000Z", + "wordCount": 3624, + "title": "Refactoring CSS: Introduction (Part 1)", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/", "author": "hello@smashingmagazine.com (Todd Libby)", "description": "Accessibility is often overlooked or bolted on to the end of a project. Let’s figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.", "link": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/", "publishedOn": "2021-07-09T10:30:00.000Z", - "wordCount": 2956, + "wordCount": 2964, "title": "Making A Strong Case For Accessibility", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9c226eaa-3251-4d02-9ade-96a88ad759fc/strong-case-for-accessibility.jpg", @@ -183,7 +197,7 @@ "description": "Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, we’re looking at ways to make writing Vue.js a breeze.", "link": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/", "publishedOn": "2021-07-08T11:00:00.000Z", - "wordCount": 4785, + "wordCount": 4796, "title": "Tools And Practices To Speed Up The Vue.js Development Process", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/83768020-8004-41f2-b9a9-14b86c18eb4d/tools-practices-speed-up-vuejs-development-process.jpg", @@ -197,7 +211,7 @@ "description": "Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Let’s explore how it can reduce the time and effort needed to create interactions for your mock-ups.", "link": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/", "publishedOn": "2021-07-07T11:00:00.000Z", - "wordCount": 4076, + "wordCount": 4071, "title": "An Introduction To Figma Interactive Components", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a8390d0-26c0-4476-bc00-19e8c89b60c5/introduction-figma-interactive-components.jpg", @@ -225,7 +239,7 @@ "description": "In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.", "link": "https://smashingmagazine.com/2021/07/hsl-colors-css/", "publishedOn": "2021-07-05T10:30:00.000Z", - "wordCount": 1599, + "wordCount": 1601, "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", @@ -239,7 +253,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": 4166, + "wordCount": 4213, "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", @@ -253,7 +267,7 @@ "description": "When writing front-end tests, you’ll find a lot of pitfalls along the way. Let’s explore common mistakes developers make, and how to avoid them. Testing doesn’t need to be painful, after all.", "link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/", "publishedOn": "2021-07-01T12:30:00.000Z", - "wordCount": 4779, + "wordCount": 4788, "title": "It’s 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", @@ -267,7 +281,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. Let’s 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": 4757, + "wordCount": 4750, "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", @@ -281,7 +295,7 @@ "description": "Let’s 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": 3701, + "wordCount": 3700, "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", @@ -323,7 +337,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": 2526, + "wordCount": 2540, "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", @@ -337,7 +351,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": 5464, + "wordCount": 5454, "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", @@ -351,7 +365,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 Nielsen’s 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": 3552, + "wordCount": 3551, "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", @@ -421,7 +435,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": 5317, + "wordCount": 5380, "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", @@ -435,7 +449,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": 3434, + "wordCount": 3427, "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", @@ -449,7 +463,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": 3969, + "wordCount": 3983, "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", @@ -463,7 +477,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": 1649, + "wordCount": 1651, "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", @@ -477,7 +491,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": 4117, + "wordCount": 4127, "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", @@ -519,7 +533,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": 3683, + "wordCount": 3685, "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", @@ -534,6 +548,33 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "60e753aa134ad707be00f2c1", + "author": null, + "description": "SPSS Statistics is a software package used for interactive, or batched, statistical analysis. We just released a full course on the freeCodeCamp.org YouTube channel that will teach you how to use the popular statistical application SPSS from IBM. This course provides a concise overview of how you can use", + "link": "https://www.freecodecamp.org/news/spss-full-course/", + "publishedOn": "2021-07-12T13:34:03.000Z", + "wordCount": 22122, + "title": "Learn How to Use SPSS to Explore and Analyze Data" + }, + { + "id": "60e981aae8ee9b08300ed1ae", + "author": null, + "description": "Artificial intelligence and machine learning are two popular and often hyped terms these days. And people often use them interchangeably to describe an intelligent software or system. But even though both AI and ML are based on statistics and mathematics, they are not the same thing. In this article, you", + "link": "https://www.freecodecamp.org/news/ai-vs-ml-whats-the-difference/", + "publishedOn": "2021-07-12T11:46:56.000Z", + "wordCount": 899, + "title": "AI vs ML – What’s the Difference Between Artificial Intelligence and Machine Learning?" + }, + { + "id": "60e76d88134ad707be00f347", + "author": null, + "description": "Gone are the days of storing your data in a CSV file or an Excel spreadsheet. If you want to quickly analyze millions of data rows in seconds, BigQuery is the way to go. In this getting started guide, we'll learn about BigQuery and how we can use it to", + "link": "https://www.freecodecamp.org/news/google-bigquery-beginners-guide/", + "publishedOn": "2021-07-12T11:26:39.000Z", + "wordCount": 1208, + "title": "Google BigQuery Beginner's Guide – How to Analyze Large Datasets" + }, { "id": "60e8864de8ee9b08300ecc3f", "author": null, @@ -596,33 +637,6 @@ "publishedOn": "2021-07-08T16:23:19.000Z", "wordCount": 1935, "title": "How to Build Accessible Vue Applications" - }, - { - "id": "60df723627f80207bcdbcf36", - "author": null, - "description": "According to Google trends, React is the most popular JavaScript frontend framework. Unless you're in the U.S. state of Nebraska, that is. 😀 Google Trends (React vs Angular)React is a declarative, efficient, and flexible JavaScript library for building user interfaces. We just released a full React course on the", - "link": "https://www.freecodecamp.org/news/learn-react-js-in-this-free-7-hour-course/", - "publishedOn": "2021-07-08T15:44:30.000Z", - "wordCount": 68137, - "title": "Learn React JS in This Free 7-Hour Course" - }, - { - "id": "60e521aa134ad707be00e41d", - "author": null, - "description": "Objects are one of the most valuable things you can learn in JavaScript. You can use them to take your programs to the next level. An object is a collection of data – or key value pairs – which consist of variables and functions that you can access using dot notation. Now", - "link": "https://www.freecodecamp.org/news/what-is-a-javascript-object/", - "publishedOn": "2021-07-07T22:04:00.000Z", - "wordCount": 761, - "title": "What is a JavaScript Object? Key Value Pairs and Dot Notation Explained" - }, - { - "id": "60ccd1794dc1a607ed7b4feb", - "author": null, - "description": "A lot of people want to learn machine learning these days. But the daunting bottom-up curriculum that most ML teachers propose is enough discourage a lot of newcomers. In this tutorial I flip the curriculum upside down and will outline what I think is the fastest and easiest way to", - "link": "https://www.freecodecamp.org/news/how-to-learn-machine-learning-practical-tips-and-resources/", - "publishedOn": "2021-07-07T17:28:00.000Z", - "wordCount": 5411, - "title": "How to Learn Machine Learning – Tips and Resources to Learn ML the Practical Way" } ] } diff --git a/feed.atom b/feed.atom index 9eced2b..8a4a10c 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,78 @@ - urn:2021-07-12T00:37:51.708Z + urn:2021-07-13T00:41:47.180Z osmos::feed - 2021-07-12T00:37:51.708Z + 2021-07-13T00:41:47.180Z osmosfeed 1.11.0 + + <![CDATA[Meet `:has`, A Native CSS Parent Selector]]> + https://css-tricks.com/?p=344355 + + 2021-07-12T19:45:00.000Z + + + Chris Coyier + + + + <![CDATA[Using the Specificity of :where() as a CSS Reset]]> + https://css-tricks.com/?p=343613 + + 2021-07-12T14:30:34.000Z + + + Mojtaba Seyedi + + + + <![CDATA[Learn How to Use SPSS to Explore and Analyze Data]]> + 60e753aa134ad707be00f2c1 + + 2021-07-12T13:34:03.000Z + + + freeCodeCamp.org + + + + <![CDATA[Refactoring CSS: Introduction (Part 1)]]> + https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/ + + 2021-07-12T13:30:00.000Z + + + hello@smashingmagazine.com (Adrian Bece) + + + + <![CDATA[AI vs ML – What’s the Difference Between Artificial Intelligence and Machine Learning?]]> + 60e981aae8ee9b08300ed1ae + + 2021-07-12T11:46:56.000Z + + + freeCodeCamp.org + + + + <![CDATA[Google BigQuery Beginner's Guide – How to Analyze Large Datasets]]> + 60e76d88134ad707be00f347 + + 2021-07-12T11:26:39.000Z + + + freeCodeCamp.org + + <![CDATA[5 React Libraries Every Project Should Use in 2021]]> 60e8864de8ee9b08300ecc3f @@ -119,16 +187,6 @@ The post Beginner JavaScript Notes appeared first on CSS-Tricks. You can support freeCodeCamp.org - - <![CDATA[Learn React JS in This Free 7-Hour Course]]> - 60df723627f80207bcdbcf36 - - 2021-07-08T15:44:30.000Z - - - freeCodeCamp.org - - <![CDATA[My Struggle to Use and Animate a Conic Gradient in SVG]]> https://css-tricks.com/?p=343623 @@ -161,16 +219,6 @@ The post Building a Command Line Tool with Nodejs and Fauna appeared first on CS hello@smashingmagazine.com (Uma Victor) - - <![CDATA[What is a JavaScript Object? Key Value Pairs and Dot Notation Explained]]> - 60e521aa134ad707be00e41d - - 2021-07-07T22:04:00.000Z - - - freeCodeCamp.org - - <![CDATA[A Look at Building with Astro]]> https://css-tricks.com/?p=343495 @@ -182,16 +230,6 @@ The post A Look at Building with Astro appeared first on CSS-Tricks. You can sup Chris Coyier - - <![CDATA[How to Learn Machine Learning – Tips and Resources to Learn ML the Practical Way]]> - 60ccd1794dc1a607ed7b4feb - - 2021-07-07T17:28:00.000Z - - - freeCodeCamp.org - - <![CDATA[The Web’s Worst Default]]> https://css-tricks.com/?p=343388 @@ -305,28 +343,6 @@ The post The Fourteenth Fourth appeared first on CSS-Tricks. You can support CSS Chris Coyier - - <![CDATA[Zero-Width Space]]> - https://css-tricks.com/?p=343435 - - 2021-07-02T20:39:04.000Z - - - Chris Coyier - - - - <![CDATA[Good Meetings]]> - https://css-tricks.com/?p=342995 - - 2021-07-02T14:41:26.000Z - - - Sarah Drasner - - <![CDATA[Email Testing Flow As It Should Be]]> https://smashingmagazine.com/2021/07/email-testing-flow/ diff --git a/index.html b/index.html index e07d0bf..d4017c5 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,103 @@ +
+

+ +

  • @@ -244,7 +330,7 @@ The post Building a Command Line Tool with Nodejs and Fauna appeared first on CS A Look at Building with Astro
    - (9 min) + (10 min) Astro is a brand new framework for building websites. To me, the big thing is that it allows you to build a site like you’re using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. … The post A Look at Building with Astro appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -265,34 +351,6 @@ The post The Web’s Worst Default appeared first on CSS-Tricks. You can support
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -392,7 +450,7 @@ The post The Dilemma of Naming Font Size Variables appeared first on CSS-Tricks. Kubernetes Explained Simply: Containers, Pods and Images
    - (4 min) + (5 min) If you zone out every time someone mentions “Kubernetes,” “containers,” or “pods,” this article is for you. No complex diagrams involved! As a front-end developer, you don’t have to know how to configure an infrastructure from scratch. However, if you … The post Kubernetes Explained Simply: Containers, Pods and Images appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. @@ -460,36 +518,6 @@ The post The Fourteenth Fourth appeared first on CSS-Tricks. You can support CSS