diff --git a/cache.json b/cache.json index 3c5e6ee..20e158d 100644 --- a/cache.json +++ b/cache.json @@ -11,13 +11,40 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=350573", + "author": "Chris Coyier", + "description": "When I think about what front-end development really is and feels like, this is at the heart of it: designing around a huge set of unknowns, and really embracing that notion as a strength of the web rather …\nThe post Designing for the Unexpected appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://alistapart.com/article/designing-for-the-unexpected/", + "publishedOn": "2021-08-26T23:07:31.000Z", + "wordCount": 4512, + "title": "Designing for the Unexpected" + }, + { + "id": "https://css-tricks.com/?p=350298", + "author": "Chris Coyier", + "description": "The perfect link — Rian Rietveld defines them: “When you click on them, they take you somewhere else.” Not much code in here (we’ve got that), just a lot of practical accessibility advice. For example, the alt text \n…\nThe post Some Articles About Accessibility I’ve Saved Recently III appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/some-articles-about-accessibility-ive-saved-recently-iii/", + "publishedOn": "2021-08-26T19:35:21.000Z", + "wordCount": 843, + "title": "Some Articles About Accessibility I’ve Saved Recently III" + }, + { + "id": "https://css-tricks.com/?p=350223", + "author": "Mariana Beldi", + "description": "While learning Vue.js, I started building free web tools that involved the exploration of SVG, with the goal of learning something about both! Let’s take a look at one of those tools: a generator that makes SVG loaders and …\nThe post How I Made a Generator for SVG Loaders With Sass and SMIL Options appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/how-i-made-a-generator-for-svg-loaders-with-sass-and-smil-options/", + "publishedOn": "2021-08-26T14:35:03.000Z", + "wordCount": 2061, + "title": "How I Made a Generator for SVG Loaders With Sass and SMIL Options" + }, { "id": "https://css-tricks.com/?p=350311", "author": "Chris Coyier", "description": "A question:\nIf you copy a code sample that uses two-space indentation and you want to convert it to four-space indentation, what’s the *fastest* and easiest option?\nMatt Stauffer, Twitter\n\nI wrote about doing this in Sublime Text a …\nThe post One Way to Convert Code Indentation appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/one-way-to-convert-code-indentation/", "publishedOn": "2021-08-25T22:34:04.000Z", - "wordCount": 754, + "wordCount": 871, "title": "One Way to Convert Code Indentation" }, { @@ -26,7 +53,7 @@ "description": "Today’s websites are overflowing with animations—often too many. They get in the way of the content and slow down our busy users. But at the same time: they’re wonderful. They bring websites to life, are fun to implement and …\nThe post Stealing Game Animation Techniques to Engage Users appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/stealing-game-animation-techniques-to-engage-users/", "publishedOn": "2021-08-25T14:55:17.000Z", - "wordCount": 2905, + "wordCount": 2952, "title": "Stealing Game Animation Techniques to Engage Users" }, { @@ -35,7 +62,7 @@ "description": "This is a bit of advice for developers on Macs I’ve heard quite a few times, and I’ll echo it: go into System Preferences > General > Show scroll bars and set to always. This isn’t about you, it’s …\nThe post Scrollbar Reflowing appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/scrollbar-reflowing/", "publishedOn": "2021-08-24T19:13:30.000Z", - "wordCount": 1052, + "wordCount": 1134, "title": "Scrollbar Reflowing" }, { @@ -53,7 +80,7 @@ "description": "Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs.\nThis …\nThe post Introduction to the Solid JavaScript Library appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/introduction-to-the-solid-javascript-library/", "publishedOn": "2021-08-24T14:30:50.000Z", - "wordCount": 1907, + "wordCount": 2021, "title": "Introduction to the Solid JavaScript Library" }, { @@ -80,7 +107,7 @@ "description": "I appreciated this bit of nuance from a post on Viget’s blog:\nThere could be a whole article written about the many flavours of Tailwind, but broadly speaking those flavours are:\n1. Stock tailwind, ie. no changes to the \n…\nThe post “Disambiguating Tailwind” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/disambiguating-tailwind/", "publishedOn": "2021-08-20T19:59:47.000Z", - "wordCount": 685, + "wordCount": 745, "title": "“Disambiguating Tailwind”" }, { @@ -118,33 +145,6 @@ "publishedOn": "2021-08-19T14:30:41.000Z", "wordCount": 2398, "title": "Implementing a single GraphQL across multiple data sources" - }, - { - "id": "https://css-tricks.com/?p=348288", - "author": "Chris Coyier", - "description": "Over at the JS Party podcast:\n[Kend C. Dodds]: […] ask anybody who’s done regular, old CSS and they’ll tell you that “I don’t know if it’s okay for me to change this, so I’m gonna duplicate it.” And now \n…\nThe post “We had 90% unused CSS because everybody was afraid to touch the old stuff” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/we-had-90-unused-css-because-everybody-was-afraid-to-touch-the-old-stuff/", - "publishedOn": "2021-08-18T22:16:42.000Z", - "wordCount": 1164, - "title": "“We had 90% unused CSS because everybody was afraid to touch the old stuff”" - }, - { - "id": "https://css-tricks.com/?p=346147", - "author": "Paulina Hetman", - "description": "Have you already tried using WordPress headlessly with Gatsby? If you haven’t, you might check this article around the new Gatsby source plugin for WordPress; gatsby-source-wordpress is the official source plugin introduced in March 2021 as a part of the …\nThe post Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/native-search-vs-jetpack-instant-search-in-headless-wordpress-with-gatsby/", - "publishedOn": "2021-08-18T14:46:09.000Z", - "wordCount": 3679, - "title": "Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby" - }, - { - "id": "https://css-tricks.com/?p=346697", - "author": "Chris Coyier", - "description": "Dave points to Sarah’s post on Developer Experience (DX) at Netlify. Part of what Sarah did there is lay out what the role means. It’s a three-part thing:\nIntegrations Engineering (e.g. features)\nDeveloper Experience Engineering (e.g. building integrations \n…\nThe post DX, to Whom? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/dx-to-whom/", - "publishedOn": "2021-08-17T21:09:32.000Z", - "wordCount": 542, - "title": "DX, to Whom?" } ] }, @@ -153,13 +153,27 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/", + "author": "hello@smashingmagazine.com (Robin Berjon)", + "description": "The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users’ data, and how you can too.", + "link": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/", + "publishedOn": "2021-08-26T08:00:00.000Z", + "wordCount": 3772, + "title": "Pushing Back Against Privacy Infringement On The Web", + "enclosure": { + "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fbab17a6-483b-4e8e-b9f1-9ab583202df1/against-privacy-infringement-web.jpg", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/", "author": "hello@smashingmagazine.com (Leonardo Losoviz)", "description": "In this article, Leonardo explains how to use a \"multi-monorepo\" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.", "link": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/", "publishedOn": "2021-08-25T07:10:00.000Z", - "wordCount": 3496, + "wordCount": 3501, "title": "Creating A Public/Private Multi-Monorepo For PHP Projects", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a223ab2b-d926-4fec-a422-bed6e7b02178/01-architecture.png", @@ -173,7 +187,7 @@ "description": "In this article, you’ll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.", "link": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/", "publishedOn": "2021-08-24T13:00:00.000Z", - "wordCount": 3243, + "wordCount": 3233, "title": "How To Automate Documentation Workflow For Developers", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/68266575-8f47-415b-9c91-7004a02944ee/action-github-1.png", @@ -187,7 +201,7 @@ "description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.", "link": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/", "publishedOn": "2021-08-23T06:20:00.000Z", - "wordCount": 10544, + "wordCount": 10545, "title": "HTTP/3: Performance Improvements (Part 2)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9d5e5ddd-7a90-48c6-84c5-dc5c335e2305/congestion-control.png", @@ -201,7 +215,7 @@ "description": "The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where they’re heading in the next decade.", "link": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/", "publishedOn": "2021-08-20T08:00:00.000Z", - "wordCount": 4593, + "wordCount": 4599, "title": "Jamstack CMS: The Past, The Present and The Future", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f2f37c71-d2c5-4634-b62c-2dc2eea127c1/history-future-jamstack-cms.jpg", @@ -215,7 +229,7 @@ "description": "Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure you’re respecting the dignity and welfare of your research participants.", "link": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/", "publishedOn": "2021-08-19T10:00:00.000Z", - "wordCount": 5343, + "wordCount": 5348, "title": "How To Build An Ethical User Research Practice At Any Organization", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/72fbade7-8284-47ba-93d7-0f8a7aefdb7e/ethical-user-research-practice.jpg", @@ -229,7 +243,7 @@ "description": "In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.", "link": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/", "publishedOn": "2021-08-18T08:00:00.000Z", - "wordCount": 3319, + "wordCount": 3320, "title": "Creating An Interactive Gantt Chart Component With Vanilla JavaScript", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3bcf1248-c58e-47f4-a94f-3cbac5c60b45/interactive-gantt-chart-component-vanillajs.jpg", @@ -243,7 +257,7 @@ "description": "Your project is on a tight budget? We’ve collected some wonderful, free icons and goodies that we’ve discovered lately and that are bound to give your design the finishing touch. We’ve also just recently covered [Figma plugins](https://www.smashingmagazine.com/2021/08/figma-tools-plugins-resources/), [SVG generators](https://www.smashingmagazine.com/2021/03/svg-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/) and [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) — you might find them useful, too.", "link": "https://smashingmagazine.com/2021/08/open-source-icons/", "publishedOn": "2021-08-17T07:25:00.000Z", - "wordCount": 1865, + "wordCount": 1868, "title": "Free Open-Source Icons", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/337b471a-0798-410d-9670-1d63c5bebfdc/05-tourism.jpg", @@ -257,7 +271,7 @@ "description": "Software development without a roadmap is akin to driving off a cliff — an undertaking that seriously jeopardizes your product’s life. Here’s how to develop a business technology roadmap that ensures your project safely reaches its final destination.", "link": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/", "publishedOn": "2021-08-16T06:55:00.000Z", - "wordCount": 2946, + "wordCount": 2951, "title": "How To Develop Your Business’ Technology Roadmap", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a6b3fa2a-b540-45e6-9423-f299fc4b6835/develop-business-technology-roadmap.jpg", @@ -271,7 +285,7 @@ "description": "Useful Figma plugins that will help you fix all the little slowdowns and boost your productivity. From color management and image assets to SVG shapes and animation. That’s our new guide to Figma.", "link": "https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/", "publishedOn": "2021-08-12T13:30:00.000Z", - "wordCount": 6663, + "wordCount": 6655, "title": "Useful Figma Plugins And Tools", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2a4221c8-35b1-4545-9561-12fe84087ae6/6681a4b9-c319-4421-8364-6d2654cf6e53-cover.jpg", @@ -299,7 +313,7 @@ "description": "Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React Native.", "link": "https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/", "publishedOn": "2021-08-11T11:40:00.000Z", - "wordCount": 5028, + "wordCount": 5026, "title": "Handling Mounting And Unmounting Of Navigation Routes In React Native", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/03d97d60-d23b-419c-acb3-23e467d4cc16/mounting-unmounting-navigation-routes-react-native.jpg", @@ -341,7 +355,7 @@ "description": "What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Let’s find out.", "link": "https://smashingmagazine.com/2021/08/http3-core-concepts-part1/", "publishedOn": "2021-08-09T11:00:00.000Z", - "wordCount": 6962, + "wordCount": 6966, "title": "HTTP/3 From A To Z: Core Concepts (Part 1)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8f9f9146-4b77-494d-af72-4db28567a6fe/http3-core-concepts-part1.jpg", @@ -369,7 +383,7 @@ "description": "How can we make disabled buttons more inclusive? When do they work well, and when do they fail on us? And finally, when do we actually need them, and how can we avoid them? Let’s find out.", "link": "https://smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/", "publishedOn": "2021-08-05T13:30:00.000Z", - "wordCount": 6584, + "wordCount": 6581, "title": "Frustrating Design Patterns: Disabled Buttons", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b9a10b5d-3bad-4083-a83c-082ff772fa9f/frustrating-design-patterns-disabled-buttons.jpg", @@ -383,7 +397,7 @@ "description": "In this article, we’ll discuss and learn about the use case of iterating over React `children` and the ways to do it. In particular, we will deep dive into one of the utility methods, `React.Children.toArray`, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.", "link": "https://smashingmagazine.com/2021/08/react-children-iteration-methods/", "publishedOn": "2021-08-04T10:30:00.000Z", - "wordCount": 3345, + "wordCount": 3335, "title": "React Children And Iteration Methods", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ae9c0d62-009e-45c0-a600-d747533e49e5/react-children-iteration-methods.jpg", @@ -397,7 +411,7 @@ "description": "Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.", "link": "https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/", "publishedOn": "2021-08-03T11:00:00.000Z", - "wordCount": 2951, + "wordCount": 2953, "title": "How To Build Resilient JavaScript UIs", "enclosure": { "url": "blob:http://www.smashingmagazine.com/c8b93225-8b34-431c-94f1-2f2d0a4fb95a", @@ -411,7 +425,7 @@ "description": "In this article, we’ll take a deep dive into the refactoring process itself, and cover incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase.", "link": "https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/", "publishedOn": "2021-08-02T11:00:00.000Z", - "wordCount": 5995, + "wordCount": 5993, "title": "Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1005065b-5daf-4b21-8ac6-89b91effa5b9/refactoring-css-strategy-regression-testing-maintenance-part2.jpg", @@ -425,7 +439,7 @@ "description": "New month, new wallpapers! In this post, you’ll find unique and inspiring wallpapers for August 2021. Created with love by the community for the community, they come in versions with and without a calendar for the month.", "link": "https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-2021/", "publishedOn": "2021-07-31T07:15:00.000Z", - "wordCount": 2539, + "wordCount": 2529, "title": "Good Vibes In August (2021 Desktop Wallpapers Edition)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/44276d4d-0b57-4f7a-91cd-c6f3708d09d7/aug-21-cowabunga-preview-opt.png", @@ -439,7 +453,7 @@ "description": "Having an e-commerce store is crucial for any store owner as more and more customers are turning to online shopping. In this tutorial, we shall go through how to create an e-commerce site with Angular 11. The site will use the Commerce Layer as a headless e-commerce API and use Paypal to process payments.", "link": "https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/", "publishedOn": "2021-07-30T11:00:00.000Z", - "wordCount": 12548, + "wordCount": 12544, "title": "How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/959013b7-26f7-4620-af11-f26f306c1512/ecommerce-angular11-headless-paypal.jpg", @@ -453,27 +467,13 @@ "description": "What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units aren’t so absolute.", "link": "https://smashingmagazine.com/2021/07/css-absolute-units/", "publishedOn": "2021-07-29T10:30:00.000Z", - "wordCount": 2965, + "wordCount": 2967, "title": "There Is No Such Thing As A CSS Absolute Unit", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/6ee35630-bbe1-486c-8877-dacdd4b12869/css-absolute-units.jpg", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/", - "author": "hello@smashingmagazine.com (Kitty Giraudel)", - "description": "Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.", - "link": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/", - "publishedOn": "2021-07-28T11:00:00.000Z", - "wordCount": 3098, - "title": "Creating An Accessible Dialog From Scratch", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4ef51448-125a-4906-98f1-11af0e3fad58/accessible-dialog-from-scratch.jpg", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -482,6 +482,87 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "612203fb3bccf807612a5756", + "author": null, + "description": "Have you ever wondered if there is a method to delay your JavaScript code by a few seconds? In this article, I will explain what the setTimeout() method is with code examples and how it differs from setInterval(). What is setTimeout() in JavaScript?setTimeout() is a method that will execute", + "link": "https://www.freecodecamp.org/news/javascript-settimeout-js-timer-to-delay-n-seconds/", + "publishedOn": "2021-08-26T23:57:34.000Z", + "wordCount": 1114, + "title": "JavaScript setTimeout() – JS Timer to Delay N Seconds" + }, + { + "id": "6117b37a72231b077cdafea8", + "author": null, + "description": "Choosing the right font is an important first step in making your website usable and accessible. How text is formatted affects how readable your designs and webpages are. You can modify how your HTML text appears in many ways using CSS. You can select the type of font you want", + "link": "https://www.freecodecamp.org/news/html-font-css-font-family-example-serif-and-sans-serif-characters/", + "publishedOn": "2021-08-26T22:15:30.000Z", + "wordCount": 1459, + "title": "HTML Font – CSS Font Family Example (Serif and Sans Serif Characters)" + }, + { + "id": "6107c0083306a507d1bfc549", + "author": null, + "description": "In a Relational Database, tables are often related to each other in a way that allows their information to only be written once in the whole database. Then, when you need to analyze the data, you'll need to combine the info from those related tables. To do this in SQL,", + "link": "https://www.freecodecamp.org/news/sql-left-join-example-join-statement-syntax/", + "publishedOn": "2021-08-26T20:29:12.000Z", + "wordCount": 1425, + "title": "SQL Left Join – Example Join Statement Syntax" + }, + { + "id": "60b5025111ffb70827ef9ebe", + "author": null, + "description": "Would you like to talk to a chatbot that speaks like your favorite character, fictional or non-fictional? Let's build one! In case you've seen my previous tutorial on this topic, stick with me as this version features lots of updates. You can follow along with this tutorial using the code", + "link": "https://www.freecodecamp.org/news/discord-ai-chatbot/", + "publishedOn": "2021-08-26T19:30:00.000Z", + "wordCount": 1750, + "title": "How to Build a Discord AI Chatbot that Talks Like Your Favorite Character" + }, + { + "id": "6125f93b3bccf807612a7b84", + "author": null, + "description": "Git is a popular version control system and an essential tool in a web developer's toolkit. Branches are a powerful and integral part of working with Git. In this article, you will learn the basics about how to remove local and remote branches in Git. What are Branches in Git?", + "link": "https://www.freecodecamp.org/news/git-delete-branch-how-to-remove-a-local-or-remote-branch/", + "publishedOn": "2021-08-26T17:00:36.000Z", + "wordCount": 1172, + "title": "Git Delete Branch – How to Remove a Local or Remote Branch" + }, + { + "id": "612439163bccf807612a6e69", + "author": null, + "description": "Welcome! If you speak Spanish and you want you learn JavaScript, you're in the right place. freeCodeCamp just published a free 9-hour JavaScript course for beginners. You will learn everything you need to know to get started with JavaScript, a key programming language for web development and many other applications.", + "link": "https://www.freecodecamp.org/news/learn-javascript-in-spanish-full-course-for-beginners/", + "publishedOn": "2021-08-26T16:35:47.000Z", + "wordCount": 567, + "title": "Learn JavaScript in Spanish – Full Course for Beginners" + }, + { + "id": "611f3dde3bccf807612a37c3", + "author": null, + "description": "In this article, we're going to learn how to integrate a splash screen in a Flutter app. But first, why is having a splash screen in your app essential? What is a Splash Screen?A splash screen is an initial screen that gets displayed right when the user launches the", + "link": "https://www.freecodecamp.org/news/how-to-add-a-splash-screen-in-flutter-app/", + "publishedOn": "2021-08-26T16:30:17.000Z", + "wordCount": 1515, + "title": "How to Add a Splash Screen to Your Flutter App" + }, + { + "id": "6123a7673bccf807612a64bf", + "author": null, + "description": "The Array.filter() method is arguably the most important and widely used method for iterating over an array in JavaScript. The way the filter() method works is very simple. It entails filtering out one or more items (a subset) from a larger collection of items (a superset) based on some", + "link": "https://www.freecodecamp.org/news/javascript-array-filter-tutorial-how-to-iterate-through-elements-in-an-array/", + "publishedOn": "2021-08-26T16:07:48.000Z", + "wordCount": 1344, + "title": "JavaScript Array.filter() Tutorial – How to Iterate Through Elements in an Array" + }, + { + "id": "61279c123bccf807612a8bda", + "author": null, + "description": "You can use artificial intelligence to make a Discord chat bot talk like your favorite character. It could be a Rick and Morty character, Harry Potter, Peppa Pig, or someone else. We just released a tutorial on the freeCodeCamp.org YouTube channel that will teach you how to create a", + "link": "https://www.freecodecamp.org/news/make-a-discord-bot-that-talks-like-rick-sanchez/", + "publishedOn": "2021-08-26T13:59:54.000Z", + "wordCount": 5274, + "title": "Make a Discord Chat Bot That Talks Like Rick Sanchez" + }, { "id": "612114773bccf807612a5084", "author": null, @@ -490,87 +571,6 @@ "publishedOn": "2021-08-25T21:39:37.000Z", "wordCount": 2157, "title": "Data Science Interview Questions for Beginners" - }, - { - "id": "612633433bccf807612a7bf4", - "author": null, - "description": "JSON stands for JavaScript Object Notation. A JSON file has .json as its extension and the data inside are represented in a key:value pair, just like a traditional JavaScript object. JSON and objects aren't exactly the same, though. The core difference is that the key in JSON must be", - "link": "https://www.freecodecamp.org/news/what-is-a-json-file-example-javascript-code/", - "publishedOn": "2021-08-25T20:04:19.000Z", - "wordCount": 1085, - "title": "What is a JSON File? Example JavaScript Code" - }, - { - "id": "611e7d553bccf807612a33ec", - "author": null, - "description": "IntroductionAre you curious about the IoT (Internet of Things?) Have you always wanted to try to make your own robot, smart mirror, or bird feeder camera? What about building a computer for a fraction of the cost of a commercially available machine? If you said yes to any of these", - "link": "https://www.freecodecamp.org/news/what-is-raspberry-pi-specs-and-models-2021-guide/", - "publishedOn": "2021-08-25T16:17:20.000Z", - "wordCount": 1210, - "title": "What is Raspberry Pi? Specs and Models (2021 Guide)" - }, - { - "id": "61064a8d3306a507d1bfbff9", - "author": null, - "description": "JavaScript was created over 26 years ago and is currently one of the most popular programming languages. But what is JavaScript? JavaScript is used with HTML and CSS to create dynamic and interactive web pages and mobile applications. We often call it one of the building blocks of web development.", - "link": "https://www.freecodecamp.org/news/what-is-javascript-javascript-code-explained-in-plain-english/", - "publishedOn": "2021-08-25T15:44:41.000Z", - "wordCount": 1396, - "title": "What is JavaScript? JavaScript Code Explained in Plain English" - }, - { - "id": "6063b8f89618b008528a9d7d", - "author": null, - "description": "Today we're gonna learn how to use the CSS units EM, REM, VW and VH by working through some practical examples. We'll also see how to make responsive websites with these units. Let's start. 💖 Table of ContentsWhy learn relative units?What are REM Units?How to make responsive websites with", - "link": "https://www.freecodecamp.org/news/learn-css-units-em-rem-vh-vw-with-code-examples/", - "publishedOn": "2021-08-25T15:34:28.000Z", - "wordCount": 1563, - "title": "Learn CSS Units – Em, Rem, VH, and VW with Code Examples ✨✨" - }, - { - "id": "611f54d33bccf807612a38c4", - "author": null, - "description": "Outliers are an important part of a dataset. They can hold useful information about your data. Outliers can give helpful insights into the data you're studying, and they can have an effect on statistical results. This can potentially help you disover inconsistencies and detect any errors in your statistical processes.", - "link": "https://www.freecodecamp.org/news/what-is-an-outlier-definition-and-how-to-find-outliers-in-statistics/", - "publishedOn": "2021-08-24T20:32:36.000Z", - "wordCount": 1951, - "title": "What is an Outlier? Definition and How to Find Outliers in Statistics" - }, - { - "id": "6114599172231b077cdae0ec", - "author": null, - "description": "You can use extensions in your browser to remove parts of a webpage you don't want to see. Removing annoyances, distractions, and irrelevant content is a great way to stay focused and remain efficient while you consume information on the internet. There are many extensions that add this functionality to", - "link": "https://www.freecodecamp.org/news/how-to-block-content-from-web-pages-using-ublock-origin/", - "publishedOn": "2021-08-24T19:39:53.000Z", - "wordCount": 1136, - "title": "How to Block Unwanted Content From Web Pages Using uBlock Origin" - }, - { - "id": "611255c472231b077cdac90c", - "author": null, - "description": "What if you could monitor your Colab, Kaggle, or AzureML Machine Learning projects on your mobile phone? You'd be able to check in on your models on the fly – even while taking a walk🚶. If you are an ML developer, you know how training models can easily take a long", - "link": "https://www.freecodecamp.org/news/how-to-monitor-ml-projects-on-mobile-devices/", - "publishedOn": "2021-08-24T19:20:03.000Z", - "wordCount": 1492, - "title": "How to Monitor Machine Learning Projects on Your Mobile Device📱" - }, - { - "id": "6120b2f13bccf807612a4826", - "author": null, - "description": "Python has a bunch of helpful built-in functions you can use to do all sorts of stuff. And each one performs a specific task. But did you know that Python also allows you to define your own functions? This article will show you how to create and call your own", - "link": "https://www.freecodecamp.org/news/python-function-examples-how-to-declare-and-invoke-with-parameters-2/", - "publishedOn": "2021-08-24T19:04:21.000Z", - "wordCount": 2372, - "title": "Python Function Examples – How to Declare and Invoke with Parameters" - }, - { - "id": "60cf7e594dc1a607ed7b5de0", - "author": null, - "description": "When you're working with an application, sometimes it no longer makes sense to try to continue and improve what already exists. Instead, you need to rethink, restructure, and rebuild. Making the decision to give up all the work you and others have put into the existing system is a difficult", - "link": "https://www.freecodecamp.org/news/sacrificial-architecture-make-tough-decisions-to-abandon-and-rebuild-systems/", - "publishedOn": "2021-08-24T19:02:30.000Z", - "wordCount": 1391, - "title": "Sacrificial Architecture – How to Make Tough Decisions to Abandon and Rebuild Systems" } ] } diff --git a/feed.atom b/feed.atom index 2ae009e..afd4677 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,144 @@ - urn:2021-08-26T00:36:54.793Z + urn:2021-08-27T00:42:27.151Z osmos::feed - 2021-08-26T00:36:54.793Z + 2021-08-27T00:42:27.151Z osmosfeed 1.11.0 + + <![CDATA[JavaScript setTimeout() – JS Timer to Delay N Seconds]]> + 612203fb3bccf807612a5756 + + 2021-08-26T23:57:34.000Z + + + freeCodeCamp.org + + + + <![CDATA[Designing for the Unexpected]]> + https://css-tricks.com/?p=350573 + + 2021-08-26T23:07:31.000Z + + + Chris Coyier + + + + <![CDATA[HTML Font – CSS Font Family Example (Serif and Sans Serif Characters)]]> + 6117b37a72231b077cdafea8 + + 2021-08-26T22:15:30.000Z + + + freeCodeCamp.org + + + + <![CDATA[SQL Left Join – Example Join Statement Syntax]]> + 6107c0083306a507d1bfc549 + + 2021-08-26T20:29:12.000Z + + + freeCodeCamp.org + + + + <![CDATA[Some Articles About Accessibility I’ve Saved Recently III]]> + https://css-tricks.com/?p=350298 + + 2021-08-26T19:35:21.000Z + + + Chris Coyier + + + + <![CDATA[How to Build a Discord AI Chatbot that Talks Like Your Favorite Character]]> + 60b5025111ffb70827ef9ebe + + 2021-08-26T19:30:00.000Z + + + freeCodeCamp.org + + + + <![CDATA[Git Delete Branch – How to Remove a Local or Remote Branch]]> + 6125f93b3bccf807612a7b84 + + 2021-08-26T17:00:36.000Z + + + freeCodeCamp.org + + + + <![CDATA[Learn JavaScript in Spanish – Full Course for Beginners]]> + 612439163bccf807612a6e69 + + 2021-08-26T16:35:47.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Add a Splash Screen to Your Flutter App]]> + 611f3dde3bccf807612a37c3 + + 2021-08-26T16:30:17.000Z + + + freeCodeCamp.org + + + + <![CDATA[JavaScript Array.filter() Tutorial – How to Iterate Through Elements in an Array]]> + 6123a7673bccf807612a64bf + + 2021-08-26T16:07:48.000Z + + + freeCodeCamp.org + + + + <![CDATA[How I Made a Generator for SVG Loaders With Sass and SMIL Options]]> + https://css-tricks.com/?p=350223 + + 2021-08-26T14:35:03.000Z + + + Mariana Beldi + + + + <![CDATA[Make a Discord Chat Bot That Talks Like Rick Sanchez]]> + 61279c123bccf807612a8bda + + 2021-08-26T13:59:54.000Z + + + freeCodeCamp.org + + + + <![CDATA[Pushing Back Against Privacy Infringement On The Web]]> + https://smashingmagazine.com/2021/08/against-privacy-infringement-web/ + + 2021-08-26T08:00:00.000Z + + + hello@smashingmagazine.com (Robin Berjon) + + <![CDATA[One Way to Convert Code Indentation]]> https://css-tricks.com/?p=350311 @@ -30,46 +164,6 @@ The post One Way to Convert Code Indentation appeared first on CSS-Tricks. You c freeCodeCamp.org - - <![CDATA[What is a JSON File? Example JavaScript Code]]> - 612633433bccf807612a7bf4 - - 2021-08-25T20:04:19.000Z - - - freeCodeCamp.org - - - - <![CDATA[What is Raspberry Pi? Specs and Models (2021 Guide)]]> - 611e7d553bccf807612a33ec - - 2021-08-25T16:17:20.000Z - - - freeCodeCamp.org - - - - <![CDATA[What is JavaScript? JavaScript Code Explained in Plain English]]> - 61064a8d3306a507d1bfbff9 - - 2021-08-25T15:44:41.000Z - - - freeCodeCamp.org - - - - <![CDATA[Learn CSS Units – Em, Rem, VH, and VW with Code Examples ✨✨]]> - 6063b8f89618b008528a9d7d - - 2021-08-25T15:34:28.000Z - - - freeCodeCamp.org - - <![CDATA[Stealing Game Animation Techniques to Engage Users]]> https://css-tricks.com/?p=346612 @@ -91,36 +185,6 @@ The post Stealing Game Animation Techniques to Engage Users appeared first on CS hello@smashingmagazine.com (Leonardo Losoviz) - - <![CDATA[What is an Outlier? Definition and How to Find Outliers in Statistics]]> - 611f54d33bccf807612a38c4 - - 2021-08-24T20:32:36.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Block Unwanted Content From Web Pages Using uBlock Origin]]> - 6114599172231b077cdae0ec - - 2021-08-24T19:39:53.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Monitor Machine Learning Projects on Your Mobile Device📱]]> - 611255c472231b077cdac90c - - 2021-08-24T19:20:03.000Z - - - freeCodeCamp.org - - <![CDATA[Scrollbar Reflowing]]> https://css-tricks.com/?p=350486 @@ -146,26 +210,6 @@ The post Architecting With Next.js appeared first on CSS-Tricks. You can support Chris Coyier - - <![CDATA[Python Function Examples – How to Declare and Invoke with Parameters]]> - 6120b2f13bccf807612a4826 - - 2021-08-24T19:04:21.000Z - - - freeCodeCamp.org - - - - <![CDATA[Sacrificial Architecture – How to Make Tough Decisions to Abandon and Rebuild Systems]]> - 60cf7e594dc1a607ed7b5de0 - - 2021-08-24T19:02:30.000Z - - - freeCodeCamp.org - - <![CDATA[Introduction to the Solid JavaScript Library]]> https://css-tricks.com/?p=346597 @@ -314,30 +358,6 @@ The post Implementing a single GraphQL across multiple data sources appeared fir hello@smashingmagazine.com (Devin Harold) - - <![CDATA[“We had 90% unused CSS because everybody was afraid to touch the old stuff”]]> - https://css-tricks.com/?p=348288 - - 2021-08-18T22:16:42.000Z - - - Chris Coyier - - - - <![CDATA[Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby]]> - https://css-tricks.com/?p=346147 - - 2021-08-18T14:46:09.000Z - - - Paulina Hetman - - <![CDATA[Creating An Interactive Gantt Chart Component With Vanilla JavaScript]]> https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/ @@ -348,20 +368,6 @@ The post Native Search vs. Jetpack Instant Search in Headless WordPress With Gat hello@smashingmagazine.com (Anna Prenzel) - - <![CDATA[DX, to Whom?]]> - https://css-tricks.com/?p=346697 - - 2021-08-17T21:09:32.000Z - - - Chris Coyier - - <![CDATA[Free Open-Source Icons]]> https://smashingmagazine.com/2021/08/open-source-icons/ @@ -522,14 +528,4 @@ The post DX, to Whom? appeared first on CSS-Tricks. You can support CSS-Tricks b hello@smashingmagazine.com (Elad Shechter) - - <![CDATA[Creating An Accessible Dialog From Scratch]]> - https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/ - - 2021-07-28T11:00:00.000Z - - - hello@smashingmagazine.com (Kitty Giraudel) - - \ No newline at end of file diff --git a/index.html b/index.html index 3fde1dc..e109030 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,176 @@ +
+

+ +

  • @@ -171,7 +297,7 @@ The post Architecting With Next.js appeared first on CSS-Tricks. You can support Introduction to the Solid JavaScript Library
    - (6 min) + (7 min) Solid is a reactive JavaScript library for creating user interfaces without a virtual DOM. It compiles templates down to real DOM nodes once and wraps updates in fine-grained reactions so that when state updates, only the related code runs. This … The post Introduction to the Solid JavaScript Library appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter. @@ -181,67 +307,6 @@ The post Introduction to the Solid JavaScript Library appeared first on CSS-Tric
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -451,38 +516,6 @@ The post Implementing a single GraphQL across multiple data sources appeared fir