From 5db44585b7eeaef966dcb015d8594b2ad22c142a Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Sat, 21 Aug 2021 00:38:14 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 202 ++++++++++++++++++++----------------------- feed.atom | 164 +++++++++++++++++------------------ index.html | 246 ++++++++++++++++++++++++----------------------------- 3 files changed, 280 insertions(+), 332 deletions(-) diff --git a/cache.json b/cache.json index cd89512..55fc0f7 100644 --- a/cache.json +++ b/cache.json @@ -11,6 +11,24 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=350186", + "author": "Chris Coyier", + "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": 585, + "title": "“Disambiguating Tailwind”" + }, + { + "id": "https://css-tricks.com/?p=346702", + "author": "Ganesh Dahal", + "description": "Frontity is a WordPress-focused React-based server-side dynamic-rendering framework (phew!) that allows us to create fast headless websites. Chris has a good introduction to Frontity. I guess you could think of it like Next.js for WordPress. And while the demand …\nThe post Creating a Headless WordPress Site With Frontity appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/creating-headless-wordpress-site-with-frontity/", + "publishedOn": "2021-08-20T14:59:30.000Z", + "wordCount": 2966, + "title": "Creating a Headless WordPress Site With Frontity" + }, { "id": "https://css-tricks.com/?p=350054", "author": "Chris Coyier", @@ -26,7 +44,7 @@ "description": "Nuxt is a JavaScript framework that extends the existing functionality of Vue.js with features like server-side rendering, static page generation, file-based routing, and automatic code splitting among other things.\nI’ve been enjoying using frameworks like Nuxt and Next because they …\nThe post Using Nuxt and Supabase for a Multi-User Blogging App appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/using-nuxt-and-supabase-for-a-multi-user-blogging-app/", "publishedOn": "2021-08-19T14:32:57.000Z", - "wordCount": 4189, + "wordCount": 4202, "title": "Using Nuxt and Supabase for a Multi-User Blogging App" }, { @@ -35,7 +53,7 @@ "description": "(This is a sponsored post.)\nIn this article, we will discuss how we can apply schema stitching across multiple Fauna instances. We will also discuss how to combine other GraphQL services and data sources with Fauna in one graph.…\nThe post Implementing a single GraphQL across multiple data sources appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/implementing-a-single-graphql-across-multiple-data-sources/", "publishedOn": "2021-08-19T14:30:41.000Z", - "wordCount": 2398, + "wordCount": 2571, "title": "Implementing a single GraphQL across multiple data sources" }, { @@ -44,7 +62,7 @@ "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": 962, + "wordCount": 1088, "title": "“We had 90% unused CSS because everybody was afraid to touch the old stuff”" }, { @@ -71,7 +89,7 @@ "description": "I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work …\nThe post From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/from-a-single-repo-to-multi-repos-to-monorepo-to-multi-monorepo/", "publishedOn": "2021-08-17T14:53:41.000Z", - "wordCount": 4025, + "wordCount": 4143, "title": "From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo" }, { @@ -98,7 +116,7 @@ "description": "HTML is not a programming language.\nI’ve heard that sentence so many times and it’s tiring. Normally, it is followed by something like, It doesn’t have logic, or, It is not Turing complete,.so… obviously it is not a programming …\nThe post HTML is Not a Programming Language? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/html-is-not-a-programming-language/", "publishedOn": "2021-08-16T14:44:35.000Z", - "wordCount": 4790, + "wordCount": 4882, "title": "HTML is Not a Programming Language?" }, { @@ -125,26 +143,8 @@ "description": "A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …\nThe post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://dev.to/richharris/stay-alert-d", "publishedOn": "2021-08-12T21:10:22.000Z", - "wordCount": 9944, + "wordCount": 9928, "title": "Stay alert" - }, - { - "id": "https://css-tricks.com/?p=345687", - "author": "John Rhea", - "description": "Now that we’ve seen that web components and interactive web components are both easier than you think, let’s take a look at adding them to a content management system, namely WordPress.\nThere are three major ways we can add them. …\nThe post Using Web Components in WordPress is Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/using-web-components-in-wordpress-is-easier-than-you-think/", - "publishedOn": "2021-08-12T14:38:36.000Z", - "wordCount": 3452, - "title": "Using Web Components in WordPress is Easier Than You Think" - }, - { - "id": "https://css-tricks.com/?p=346388", - "author": "Chris Coyier", - "description": "Heck of a CSS trick here from Dongsung Kim. \nThere are hidden HDR videos playing at the corners of this page. When a HDR-capable browser encounters one, it switches to HDR mode. For some reason, CSS backdrop-filter + brightness >100% \n…\nThe post Wanna see a whiter white? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://kidi.ng/wanna-see-a-whiter-white/", - "publishedOn": "2021-08-11T19:09:36.000Z", - "wordCount": 351, - "title": "Wanna see a whiter white?" } ] }, @@ -153,13 +153,27 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/", + "author": "hello@smashingmagazine.com (Mike Neumegen)", + "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": 4596, + "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", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/", "author": "hello@smashingmagazine.com (Devin Harold)", "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": 5339, + "wordCount": 5349, "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", @@ -173,7 +187,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": 3323, + "wordCount": 3321, "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", @@ -201,7 +215,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": 2948, + "wordCount": 2963, "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", @@ -215,7 +229,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": 6665, + "wordCount": 6663, "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", @@ -243,7 +257,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": 5031, "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", @@ -285,7 +299,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": 6880, + "wordCount": 6881, "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", @@ -299,7 +313,7 @@ "description": "VS Code can be supercharged wuth hundreds of [VS Code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/). In this article, Leonardo shares four useful extensions that help him in his daily work.", "link": "https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/", "publishedOn": "2021-08-06T10:00:00.000Z", - "wordCount": 572, + "wordCount": 580, "title": "Four Useful VSCode Extensions For Web Developers", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2f984846-0510-48f5-a415-326027d14a88/3-useful-vscode-extensions-web-developers.png", @@ -313,7 +327,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": 6583, + "wordCount": 6582, "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", @@ -327,7 +341,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": 3338, + "wordCount": 3342, "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", @@ -341,7 +355,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": 2955, + "wordCount": 2957, "title": "How To Build Resilient JavaScript UIs", "enclosure": { "url": "blob:http://www.smashingmagazine.com/c8b93225-8b34-431c-94f1-2f2d0a4fb95a", @@ -355,7 +369,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": 5994, + "wordCount": 5995, "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", @@ -369,7 +383,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": 2527, + "wordCount": 2528, "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", @@ -397,7 +411,7 @@ "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": 2967, + "wordCount": 2963, "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", @@ -411,7 +425,7 @@ "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": 3101, + "wordCount": 3102, "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", @@ -425,7 +439,7 @@ "description": "Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.", "link": "https://smashingmagazine.com/2021/07/global-local-styling-nextjs/", "publishedOn": "2021-07-27T11:00:00.000Z", - "wordCount": 3588, + "wordCount": 3586, "title": "Global vs. Local Styling In Next.js", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a1756133-541e-429d-82dd-fb6f3988ef56/global-local-styling-nextjs.jpg", @@ -439,7 +453,7 @@ "description": "Gatsby recently announced the launch of “functions”. In this article, Paul Scanlon explains how to get the current location of the International Space Station (ISS) as it orbits the Earth in real-time using [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/) and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).", "link": "https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/", "publishedOn": "2021-07-26T10:30:00.000Z", - "wordCount": 3104, + "wordCount": 3094, "title": "Gatsby Serverless Functions And The International Space Station", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c07c5052-399e-4aee-aa83-706eb1f0c1b6/gatsby-serverless-functions-international-space-station.jpg", @@ -453,41 +467,13 @@ "description": "Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.", "link": "https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/", "publishedOn": "2021-07-23T11:00:00.000Z", - "wordCount": 3407, + "wordCount": 3415, "title": "A Guide To Attracting Clients To Your Agency", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1d72d311-2839-48d2-8d23-dbe8951c4ab5/guide-attracting-clients-agency.jpg", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/", - "author": "hello@smashingmagazine.com (Matthew Talebi)", - "description": "Are you running a business and have too many things going on at once? Meetings, bugs, customer feedback, new clients in addition to your already tight deadlines? Let’s face it, time management is hard, and it becomes even more difficult in the trying times we are in.", - "link": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/", - "publishedOn": "2021-07-22T12:30:00.000Z", - "wordCount": 2583, - "title": "Adding Time To Your Schedule As A Professional", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/75bfca56-7f2b-488f-b9eb-7fa00d930444/5-time-scheduling.png", - "length": "0", - "type": "image/png" - } - }, - { - "id": "https://smashingmagazine.com/2021/07/color-tools-resources/", - "author": "hello@smashingmagazine.com (Cosima Mielke)", - "description": "Do you need a little inspiration boost? We’ve collected some useful color tools and resources that we’ve discovered lately — to help you get the most out of your creativity. We’ve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.", - "link": "https://smashingmagazine.com/2021/07/color-tools-resources/", - "publishedOn": "2021-07-21T13:00:00.000Z", - "wordCount": 3075, - "title": "Color Tools And Resources", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/17380a77-f247-450e-be45-2b2e139f7a33/cool-backgrounds.png", - "length": "0", - "type": "image/png" - } } ] }, @@ -496,13 +482,49 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "611fd94c3bccf807612a4160", + "author": null, + "description": "As a React developer, I have gone through my fair share of front-end coding interviews. Recently, I had the opportunity to experience the process from the other side – as an interviewer. Here is what I've learned. Coding interview usually involve a multi-step process where interviewers assess everything from basic technical", + "link": "https://www.freecodecamp.org/news/how-to-stand-out-during-your-react-coding-interview/", + "publishedOn": "2021-08-20T18:20:42.000Z", + "wordCount": 1713, + "title": "React Coding Interview – How to Stand Out and Ace the Challenges" + }, + { + "id": "611bf4f8e884de0752180979", + "author": null, + "description": "In this tutorial, you will build an app with React. And you will learn how to create a truly reusable auto-suggestion component from scratch. This application will allow a user to search for a country in a list of countries. It will display matching suggestions below the input field for", + "link": "https://www.freecodecamp.org/news/how-to-create-a-truly-reusable-react-component-from-scratch/", + "publishedOn": "2021-08-20T17:54:40.000Z", + "wordCount": 1935, + "title": "How to Create a Truly Reusable React Component from Scratch" + }, + { + "id": "611f9b083bccf807612a3df0", + "author": null, + "description": "When you're writing HTML, you often need to insert line breaks. A line break is essential in addresses, poems, or when text exceeds the available browser width. If you don't insert your own line breaks, then the text gets formatted in an odd way. In this tutorial, I'm going to", + "link": "https://www.freecodecamp.org/news/html-line-break-how-to-break-a-line-with-the-html-br-tag/", + "publishedOn": "2021-08-20T17:21:23.000Z", + "wordCount": 960, + "title": "HTML Line Break – How to Break a Line with the HTML <br> Tag" + }, + { + "id": "611d56d3e884de07521810f9", + "author": null, + "description": "At the start of this year, I published a mind map on the Data Science learning roadmap (shown below). Many people found the roadmap useful, my article got translated into different languages, and a large number of folks thanked me for publishing it. Everything was good until a few developers", + "link": "https://www.freecodecamp.org/news/first-steps-to-learn-data-science-or-ml-after-the-roadmap/", + "publishedOn": "2021-08-20T03:21:20.000Z", + "wordCount": 1620, + "title": "Programming, Math, and Statistics You Need to Know for Data Science and Machine Learning" + }, { "id": "611e8bac3bccf807612a34df", "author": null, "description": "When you code in HTML and add some text, you don’t want to leave it like that. You want to make that text look good. And to do that, you need to change their appearance through the color and font-size properties of CSS. In this tutorial, I will show", "link": "https://www.freecodecamp.org/news/html-font-style-how-to-change-text-color-and-size-with-an-html-tag/", "publishedOn": "2021-08-19T23:23:07.000Z", - "wordCount": 651, + "wordCount": 652, "title": "HTML Font Style – How to Change Text Color and Size with an HTML Tag" }, { @@ -511,7 +533,7 @@ "description": "In CSS, the display property determines how an element looks. It is also a crucial part of the presentation of you HTML code as it has a significant impact on layouts. In fact, to use the modern Flexbox and Grid models, you need to use the display property before you", "link": "https://www.freecodecamp.org/news/the-css-display-property-display-none-display-table-inline-block-and-more/", "publishedOn": "2021-08-19T20:47:14.000Z", - "wordCount": 1716, + "wordCount": 1717, "title": "The CSS Display Property – Display None, Display Table, Inline Block and More" }, { @@ -529,7 +551,7 @@ "description": "In HTML, you can't create an extra blank space after the space ( ) character with the spacebar. If you want 10 blank spaces in your HTML code and you try to add them with the spacebar, you'll only see one space in the browser. Also, one or more of the words", "link": "https://www.freecodecamp.org/news/html-space-how-to-add-a-non-breaking-space-with-the-nbsp-character-entity/", "publishedOn": "2021-08-19T17:29:46.000Z", - "wordCount": 1200, + "wordCount": 1201, "title": "HTML Space – How to Add a Non-breaking Space with the &nbsp; Character Entity" }, { @@ -549,42 +571,6 @@ "publishedOn": "2021-08-19T12:43:56.000Z", "wordCount": 636, "title": "Learn the Java Native Interface - Free 28-Hour Course" - }, - { - "id": "61135a3472231b077cdad609", - "author": null, - "description": "If you're a web developer, it's important for you to have a personal portfolio website – especially when you're applying for jobs. If you have a nice online portfolio site, you'll have a better chance of getting attention from recruiters than if you don't. Instead of sending your CV and asking", - "link": "https://www.freecodecamp.org/news/how-to-build-a-portfolio-site-with-nextjs-tailwindcss/", - "publishedOn": "2021-08-18T18:02:02.000Z", - "wordCount": 2883, - "title": "How to Build a Portfolio Site with Next.js and TailwindCSS" - }, - { - "id": "610d63b33306a507d1bff79f", - "author": null, - "description": "You might think that software development is all about writing code, but that's not true. A huge part of the job is communicating with others. And as we all move towards more remote work, written communication is becoming increasingly important. “In their first few years on the job, engineers spend", - "link": "https://www.freecodecamp.org/news/writing-tips-software-developers/", - "publishedOn": "2021-08-18T16:48:00.000Z", - "wordCount": 1812, - "title": "Writing Tips for Software Developers – How to Become a Better Tech Writer" - }, - { - "id": "611c1448e884de0752180af9", - "author": null, - "description": "If your screen is too bright, it can give you eye problems – especially if you sit in front of a computer coding all day. This is because a too-bright screen can cause eye strain and fatigue, which can lead to headaches and other maladies. If you're a regular computer user,", - "link": "https://www.freecodecamp.org/news/how-to-change-screen-brightness-on-windows-10/", - "publishedOn": "2021-08-17T21:03:08.000Z", - "wordCount": 885, - "title": "How to Change Screen Brightness on Windows 10 – Brightness Settings and How to Turn Brightness Down" - }, - { - "id": "611b91d2e884de07521804a5", - "author": null, - "description": "These days, there are a lot resources out there for learning how to code. And many of them are readily available online for free – so choosing one can be overwhelming. But there's definitely an upside: you don't need to attend a paid bootcamp or university anymore in order to learn", - "link": "https://www.freecodecamp.org/news/how-to-code-coding-for-beginners-and-how-to-learn-programming-for-free/", - "publishedOn": "2021-08-17T18:06:09.000Z", - "wordCount": 1426, - "title": "How to Code – Coding for Beginners and How to Learn Programming for Free" } ] } diff --git a/feed.atom b/feed.atom index 7a9fd43..5e26b75 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,85 @@ - urn:2021-08-20T00:38:33.319Z + urn:2021-08-21T00:38:14.174Z osmos::feed - 2021-08-20T00:38:33.319Z + 2021-08-21T00:38:14.174Z osmosfeed 1.11.0 + + <![CDATA[“Disambiguating Tailwind”]]> + https://css-tricks.com/?p=350186 + + 2021-08-20T19:59:47.000Z + + + Chris Coyier + + + + <![CDATA[React Coding Interview – How to Stand Out and Ace the Challenges]]> + 611fd94c3bccf807612a4160 + + 2021-08-20T18:20:42.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Create a Truly Reusable React Component from Scratch]]> + 611bf4f8e884de0752180979 + + 2021-08-20T17:54:40.000Z + + + freeCodeCamp.org + + + + <![CDATA[HTML Line Break – How to Break a Line with the HTML <br> Tag]]> + 611f9b083bccf807612a3df0 + + 2021-08-20T17:21:23.000Z + + + freeCodeCamp.org + + + + <![CDATA[Creating a Headless WordPress Site With Frontity]]> + https://css-tricks.com/?p=346702 + + 2021-08-20T14:59:30.000Z + + + Ganesh Dahal + + + + <![CDATA[Jamstack CMS: The Past, The Present and The Future]]> + https://smashingmagazine.com/2021/08/history-future-jamstack-cms/ + + 2021-08-20T08:00:00.000Z + + + hello@smashingmagazine.com (Mike Neumegen) + + + + <![CDATA[Programming, Math, and Statistics You Need to Know for Data Science and Machine Learning]]> + 611d56d3e884de07521810f9 + + 2021-08-20T03:21:20.000Z + + + freeCodeCamp.org + + <![CDATA[HTML Font Style – How to Change Text Color and Size with an HTML Tag]]> 611e8bac3bccf807612a34df @@ -129,26 +204,6 @@ The post “We had 90% unused CSS because everybody was afraid to touch the old Chris Coyier - - <![CDATA[How to Build a Portfolio Site with Next.js and TailwindCSS]]> - 61135a3472231b077cdad609 - - 2021-08-18T18:02:02.000Z - - - freeCodeCamp.org - - - - <![CDATA[Writing Tips for Software Developers – How to Become a Better Tech Writer]]> - 610d63b33306a507d1bff79f - - 2021-08-18T16:48:00.000Z - - - freeCodeCamp.org - - <![CDATA[Native Search vs. Jetpack Instant Search in Headless WordPress With Gatsby]]> https://css-tricks.com/?p=346147 @@ -184,26 +239,6 @@ The post DX, to Whom? appeared first on CSS-Tricks. You can support CSS-Tricks b Chris Coyier - - <![CDATA[How to Change Screen Brightness on Windows 10 – Brightness Settings and How to Turn Brightness Down]]> - 611c1448e884de0752180af9 - - 2021-08-17T21:03:08.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Code – Coding for Beginners and How to Learn Programming for Free]]> - 611b91d2e884de07521804a5 - - 2021-08-17T18:06:09.000Z - - - freeCodeCamp.org - - <![CDATA[From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo]]> https://css-tricks.com/?p=346449 @@ -303,18 +338,6 @@ The post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by Robin Rendle - - <![CDATA[Using Web Components in WordPress is Easier Than You Think]]> - https://css-tricks.com/?p=345687 - - 2021-08-12T14:38:36.000Z - - - John Rhea - - <![CDATA[Useful Figma Plugins And Tools]]> https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/ @@ -325,19 +348,6 @@ The post Using Web Components in WordPress is Easier Than You Think appeared fir hello@smashingmagazine.com (Janet John) - - <![CDATA[Wanna see a whiter white?]]> - https://css-tricks.com/?p=346388 - - 2021-08-11T19:09:36.000Z - 100% -… -The post Wanna see a whiter white? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]> - - Chris Coyier - - <![CDATA[New Smashing Workshops on Front-End & Design]]> https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/ @@ -508,24 +518,4 @@ The post Wanna see a whiter white? appeared first on CSS-Tricks. You can support hello@smashingmagazine.com (Paul Boag) - - <![CDATA[Adding Time To Your Schedule As A Professional]]> - https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/ - - 2021-07-22T12:30:00.000Z - - - hello@smashingmagazine.com (Matthew Talebi) - - - - <![CDATA[Color Tools And Resources]]> - https://smashingmagazine.com/2021/07/color-tools-resources/ - - 2021-07-21T13:00:00.000Z - - - hello@smashingmagazine.com (Cosima Mielke) - - \ No newline at end of file diff --git a/index.html b/index.html index 3f0474b..7113fdf 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,111 @@ +
+

+ +

-
  • -
    -

    freeCodeCamp.org

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

    @@ -268,7 +345,7 @@ The post DX, to Whom? appeared first on CSS-Tricks. You can support CSS-Tricks b From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo
    - (13 min) + (14 min) I’ve been working on the same project for several years. Its initial version was a huge monolithic app containing thousands of files. It was poorly architected and non-reusable, but was hosted in a single repo making it easy to work … The post From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.
    @@ -277,34 +354,6 @@ The post From a Single Repo, to Multi-Repos, to Monorepo, to Multi-Monorepo appe
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -444,19 +493,6 @@ The post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by -
  • @@ -481,26 +517,6 @@ The post Using Web Components in WordPress is Easier Than You Think appeared fir

    -
    -

    - -
    -
    -

    - -