This commit is contained in:
chuanqisun 2021-10-21 00:48:43 +00:00
parent 6db88039c4
commit 7785c5a46e
3 changed files with 321 additions and 296 deletions

View file

@ -30,6 +30,24 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=353866",
"author": "Chris Coyier",
"description": "Do you know what to use the @ sign for something other than email addresses and Twitter handles? I do! —  Pawel Grzybek notes how some old physical typewriters had an “Arroba” on them which was represented with the @ \n…\nThe post Some Typography Links VIII appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/some-typography-links-viii/",
"publishedOn": "2021-10-20T23:25:22.000Z",
"wordCount": 608,
"title": "Some Typography Links VIII"
},
{
"id": "https://css-tricks.com/?p=353638",
"author": "Emily Leung",
"description": "No matter what stage youre at as a developer, the tasks we complete—whether big or small—make a huge impact in our personal and professional growth. Unfortunately, those tasks arent always recognized because they can easily get lost in the sea …\nThe post Creating Your Own Bragdoc With Eleventy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/creating-your-own-bragdoc-with-eleventy/",
"publishedOn": "2021-10-20T15:02:28.000Z",
"wordCount": 6168,
"title": "Creating Your Own Bragdoc With Eleventy"
},
{
"id": "https://css-tricks.com/?p=354115",
"author": "Chris Coyier",
@ -45,7 +63,7 @@
"description": "Hey folks! Elad reached out to me to show me his new CSS reset project called the-new-css-reset. Its quite interesting! I thought a neat way to share it with you is not only to point you toward it, but …\nThe post An Interview With Elad Shechter on “The New CSS Reset” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/an-interview-with-elad-shechter-on-the-new-css-reset/",
"publishedOn": "2021-10-19T14:48:40.000Z",
"wordCount": 2966,
"wordCount": 3284,
"title": "An Interview With Elad Shechter on “The New CSS Reset”"
},
{
@ -72,7 +90,7 @@
"description": "I love CSS Grid. I love how, with just a few lines of code, we can achieve fully responsive grid layouts, often without any media queries at all. Im quite comfortable wrangling CSS Grid to produce interesting layouts, while keeping …\nThe post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/expandable-sections-within-a-css-grid/",
"publishedOn": "2021-10-15T16:18:20.000Z",
"wordCount": 3427,
"wordCount": 3737,
"title": "Expandable Sections Within a CSS Grid"
},
{
@ -81,7 +99,7 @@
"description": "One way to work with Custom Properties is to think of them as design tokens. Colors, spacings, fonts, and whatnot. You set them at the root of the page and use them throughout your CSS. Very useful, and the classic …\nThe post Different Degrees of Custom Property Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/different-degrees-of-custom-property-usage/",
"publishedOn": "2021-10-14T14:35:42.000Z",
"wordCount": 1832,
"wordCount": 1780,
"title": "Different Degrees of Custom Property Usage"
},
{
@ -146,24 +164,6 @@
"publishedOn": "2021-10-11T22:12:35.000Z",
"wordCount": 1350,
"title": "Those “Get The App” Banners"
},
{
"id": "https://css-tricks.com/?p=353431",
"author": "Chris Coyier",
"description": "The README for Cash is straightforward:\nCash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods \n…\nThe post Cash (Tiny jQuery Alternative) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/cash-tiny-jquery-alternative/",
"publishedOn": "2021-10-11T20:28:24.000Z",
"wordCount": 710,
"title": "Cash (Tiny jQuery Alternative)"
},
{
"id": "https://css-tricks.com/?p=352569",
"author": "Tobias Günther",
"description": "This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about the next articles!\nIn this third installment of our “Advanced Git” series, well look at …\nThe post Better Collaboration With Pull Requests appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/better-collaboration-with-pull-requests/",
"publishedOn": "2021-10-11T14:29:44.000Z",
"wordCount": 1716,
"title": "Better Collaboration With Pull Requests"
}
]
},
@ -172,13 +172,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/",
"author": "hello@smashingmagazine.com (Ben Holmes)",
"description": "Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own build pipeline from absolute ground zero and created “Slinkity”.",
"link": "https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/",
"publishedOn": "2021-10-20T11:00:00.000Z",
"wordCount": 5041,
"title": "Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1ff6275f-bf33-480f-bdd4-690e94f96314/building-ssg-11ty-vite-jam-sandwich.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/building-api-gatsby-functions/",
"author": "hello@smashingmagazine.com (Paul Scanlon)",
"description": "In this tutorial, Paul Scanlon explains how to build an API by using Gatsby Functions and what you need to keep in mind when deploying it to Gatsby Cloud.",
"link": "https://smashingmagazine.com/2021/10/building-api-gatsby-functions/",
"publishedOn": "2021-10-19T14:00:00.000Z",
"wordCount": 2528,
"wordCount": 2532,
"title": "Building An API With Gatsby Functions",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/110c2aa7-7744-48d6-a234-9e67e903cbe5/building-api-gatsby-functions.jpg",
@ -206,7 +220,7 @@
"description": "Cumulative Layout Shift is one of the hardest core web vital to debug. In this article, we go through different tools to investigate CLS, when to use them(and when not), and solutions to some of the CLS issues we faced in our Next.js-based e-commerce website.",
"link": "https://smashingmagazine.com/2021/10/nextjs-ecommerce-cls-case-study/",
"publishedOn": "2021-10-18T14:00:00.000Z",
"wordCount": 2143,
"wordCount": 2141,
"title": "Solving CLS Issues In A Next.js-Powered E-Commerce Website (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8e522651-eaf2-45e7-a544-9da7beb7b23e/nextjs-ecommerce-cls-case-study.jpg",
@ -214,13 +228,27 @@
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/",
"author": "hello@smashingmagazine.com (Dave Oscar)",
"description": "In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can use to make your custom routine.",
"link": "https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/",
"publishedOn": "2021-10-16T10:00:00.000Z",
"wordCount": 2844,
"title": "A Simple But Effective Mental Health Routine For Programmers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c36dd2b2-f807-42a7-b8d1-9e6e9a00b3e7/effective-mental-health-routine-for-programmers.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/tips-tricks-evaluating-ux-ui-designers/",
"author": "hello@smashingmagazine.com (Nataliya Sambir)",
"description": "Customers may start using your app because you offer a unique product, but user experience is what makes them stay. For that, you need excellent UX designers, and the know-how to spot them when hiring.",
"link": "https://smashingmagazine.com/2021/10/tips-tricks-evaluating-ux-ui-designers/",
"publishedOn": "2021-10-15T13:00:00.000Z",
"wordCount": 4021,
"wordCount": 4022,
"title": "Tips And Tricks For Evaluating UX/UI Designers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/727cbd89-cbf4-4a29-af64-ac51d777ffba/tips-tricks-evaluating-ux-ui-designers.jpg",
@ -234,7 +262,7 @@
"description": "Writing CSS has probably never been more fun and exciting than it is today. In this post well take a look at common problems and use cases we all have to face in our work and how to solve them with modern CSS. If youre interested, weve 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/), [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/10/modern-css-solutions-for-common-problems/",
"publishedOn": "2021-10-14T12:00:00.000Z",
"wordCount": 3526,
"wordCount": 3523,
"title": "Smart CSS Solutions For Common UI Challenges",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e3bf0115-0bc9-41b7-b027-3ea8b6b7e848/transition-css-gradients-opt.png",
@ -262,7 +290,7 @@
"description": "React with JSX is a fantastic tool for making easy-to-use components. Typescript components make it an absolute pleasure for developers to integrate your components into their apps and explore your APIs. Learn about three lesser-known React APIs that can take your components to the next level, and help you build even better React Components in this article.",
"link": "https://smashingmagazine.com/2021/10/react-apis-building-flexible-components-typescript/",
"publishedOn": "2021-10-12T12:00:00.000Z",
"wordCount": 2339,
"wordCount": 2337,
"title": "Useful React APIs For Building Flexible Components With TypeScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8fbb65d7-6494-4494-9a78-099e178b83da/react-apis-building-flexible-components-typescript.jpg",
@ -290,7 +318,7 @@
"description": "A “dark pattern” is a deceptive UX pattern that tricks users into doing things they may not really want to do. In this article, Alvaro Montoro does a little experiment to find out how much privacy is taken away from users across three different browsers.",
"link": "https://smashingmagazine.com/2021/10/autofill-dark-pattern/",
"publishedOn": "2021-10-11T10:00:00.000Z",
"wordCount": 3736,
"wordCount": 3727,
"title": "The Autofill Dark Pattern",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8722ec01-912f-4013-8b8a-2ba0ab43cc20/autofill-dark-pattern.jpg",
@ -304,7 +332,7 @@
"description": "Most animation libraries like GSAP and Framer Motion are built purely with JavaScript or TypeScript, unlike AnimXYZ, which is labelled “the first composable CSS animation toolkit”, built mainly with SCSS While a simple library, it can be used to achieve a lot of awesome animation on the web in a short amount of time and little code.",
"link": "https://smashingmagazine.com/2021/10/composable-css-animation-vue-animxyz/",
"publishedOn": "2021-10-09T10:00:00.000Z",
"wordCount": 2816,
"wordCount": 2818,
"title": "Composable CSS Animation In Vue With AnimXYZ",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0b5365f4-e57d-4fa8-96ed-1742adb243ec/composable-css-animation-vue-animxyz.jpg",
@ -318,7 +346,7 @@
"description": "In this article, well be building an interactive fiction experience in which a user can insert words that match parts of speech given by the content creator. Lets go!",
"link": "https://smashingmagazine.com/2021/10/static-first-madlib-generator-portable-text-netlify-builder-functions/",
"publishedOn": "2021-10-08T10:00:00.000Z",
"wordCount": 7089,
"wordCount": 7094,
"title": "Building A Static-First MadLib Generator With Portable Text And Netlify On-Demand Builder Functions",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d9de142e-09f1-4257-99f5-606cc09b8c00/static-first-madlib-generator-portable-text-netlify-builder-functions.jpg",
@ -332,7 +360,7 @@
"description": "Every once in a while, we publish [freebies](https://www.smashingmagazine.com/category/freebies/) related to different occasions and themes. We hope that with this icon set, every designer will be able to find their own use case and contribute to saving lives. Free for personal and commercial use.",
"link": "https://smashingmagazine.com/2021/10/freebie-coronavirus-icon-set/",
"publishedOn": "2021-10-07T09:00:00.000Z",
"wordCount": 1009,
"wordCount": 996,
"title": "Freebie: COVID-19 Icon Set (56 Icons, AI, EPS, SVG, PNG)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ef22f452-44d9-49ae-94f9-c7f1c57a8378/coronavirus.png",
@ -360,7 +388,7 @@
"description": "Have you ever struggled with testing cloud services locally? Specifically, have you ever struggled with locally testing an API that uses API Gateway and Lambda, with the Serverless framework, on AWS? In this article, Tom Hudson shares a quick overview of how easy it is to quickly set up your project to test locally before deploying to AWS.",
"link": "https://smashingmagazine.com/2021/10/local-testing-serverless-api-gateway-lambda/",
"publishedOn": "2021-10-05T10:00:00.000Z",
"wordCount": 1800,
"wordCount": 1789,
"title": "Local Testing A Serverless API (API Gateway And Lambda)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d43ff4a2-4767-4595-9f46-f1ca18f64060/local-testing-serverless-api-gateway-lambda.jpg",
@ -388,7 +416,7 @@
"description": "Many websites have some sort of search feature because it helps users navigate through their content easily. Implementing it the right way can be tricky and might not give a good user experience. In this tutorial, we will be integrating Algolia, a popular and powerful search service for the best experience on our Nuxt site.",
"link": "https://smashingmagazine.com/2021/10/search-functionality-nuxt-app-algolia-instantsearch/",
"publishedOn": "2021-10-01T10:00:00.000Z",
"wordCount": 4902,
"wordCount": 4899,
"title": "How To Implement Search Functionality In Your Nuxt App Using Algolia InstantSearch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/584ac63f-f493-4e93-8d6a-5e6bc640d7ea/search-functionality-nuxt-app-algolia-instantsearch.jpg",
@ -402,7 +430,7 @@
"description": "Get your desktop ready for fall and the upcoming Halloween season with a fresh batch of desktop wallpapers. Created with love by designers and artists from across the globe, they come in versions with and without a calendar for October 2021.",
"link": "https://smashingmagazine.com/2021/09/desktop-wallpaper-calendars-october-2021/",
"publishedOn": "2021-09-30T08:00:00.000Z",
"wordCount": 2481,
"wordCount": 2476,
"title": "A Time Of Transition (October 2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8987d365-d643-429d-b840-56ff195a9da5/oct-21-autumn-vibes-preview-opt.png",
@ -416,7 +444,7 @@
"description": "In this article, well highlight how modern image formats (AVIF or WebP) can improve compression by up to 50% and deliver better quality per-byte while still looking visually appealing. Well compare whats possible at high-quality, low-quality and file-size targets.",
"link": "https://smashingmagazine.com/2021/09/modern-image-formats-avif-webp/",
"publishedOn": "2021-09-29T08:25:00.000Z",
"wordCount": 5052,
"wordCount": 5051,
"title": "Using Modern Image Formats: AVIF And WebP",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/67b6e428-ea96-41b4-baf2-6be51577910d/modern-image-formats-avif-webp.jpg",
@ -430,7 +458,7 @@
"description": "You can find Markdown in many places on the Internet. This article covers different aspects of Markdown and how it interacts with other technology.",
"link": "https://smashingmagazine.com/2021/09/improving-accessibility-of-markdown/",
"publishedOn": "2021-09-28T09:00:00.000Z",
"wordCount": 3867,
"wordCount": 3871,
"title": "Improving The Accessibility Of Your Markdown",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa95c8d2-8322-4766-ac8d-891dabff0dd6/improving-accessibility-of-markdown.jpg",
@ -444,7 +472,7 @@
"description": "Is end-to-end testing a painful topic for you? In this article, Ramona Schwering explains how to handle end-to-end testing with Cypress and make it make it not so tedious and expensive for yourself, but fun instead.",
"link": "https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/",
"publishedOn": "2021-09-27T11:30:00.000Z",
"wordCount": 4958,
"wordCount": 4950,
"title": "Lets Dive Into Cypress For End-to-End Testing",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c42e65f-5a60-4844-a252-00169b21ab0c/cypress-end-to-end-testing.jpg",
@ -458,7 +486,7 @@
"description": "We made the switch from a more traditional integrated e-commerce platform to a headless platform with Next.js. Here are the most important lessons learned while rebuilding a large e-commerce site with Next.js.",
"link": "https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/",
"publishedOn": "2021-09-24T10:00:00.000Z",
"wordCount": 3792,
"wordCount": 3806,
"title": "Rebuilding A Large E-Commerce Website With Next.js (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5f1d9e62-ec85-435a-8899-56ac48b4190b/lessons-learned-ecommerce-nextjs.jpg",
@ -486,7 +514,7 @@
"description": "The new CSS `accent-color` property makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. In this article well take a look at what it does and how to use it alongside `color-scheme` for simple, accessible checkboxes and radio buttons — and imagine how we might use it in the future.",
"link": "https://smashingmagazine.com/2021/09/simplifying-form-styles-accent-color/",
"publishedOn": "2021-09-23T11:00:00.000Z",
"wordCount": 2157,
"wordCount": 2156,
"title": "Simplifying Form Styles With `accent-color`",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/195a9e83-5686-47fd-80d9-3c1d6dc4655a/simplifying-form-styles-accent-color.jpg",
@ -507,34 +535,6 @@
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/09/mouseless-development-environment/",
"author": "hello@smashingmagazine.com (Matthieu Cneude)",
"description": "Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.",
"link": "https://smashingmagazine.com/2021/09/mouseless-development-environment/",
"publishedOn": "2021-09-21T11:30:00.000Z",
"wordCount": 4155,
"title": "How To Build Your Own Mouseless Development Environment",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5c58e67b-deff-4745-b162-f60f468469ac/mouseless-development-environment.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/",
"author": "hello@smashingmagazine.com (Frederick OBrien)",
"description": "The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools to adapt in real-time.",
"link": "https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/",
"publishedOn": "2021-09-21T09:30:00.000Z",
"wordCount": 1686,
"title": "How Web Development Tools Are Helping Users Keep Pace With Rapid Change",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d8f1b98f-ddeb-407f-ab88-c34305a5380b/web-development-tools-users-keep-pace-rapid-change.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
@ -543,6 +543,42 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "617058f3d48e1707b6d7913d",
"author": null,
"description": "When you're coding in React or any other tool, you might want or need to use a third-party library. Let's talk about an approach which will ensure that the third-party libraries you use will blend well with your application. As application developers, there's no need to reinvent the wheel every",
"link": "https://www.freecodecamp.org/news/adapter-design-in-react/",
"publishedOn": "2021-10-21T00:33:49.000Z",
"wordCount": 907,
"title": "How to Use the Adapter Design Pattern in React"
},
{
"id": "61708409d48e1707b6d79387",
"author": null,
"description": "Angular is a TypeScript-based free and open-source web application framework created by Google. We just published a 2-hour Angular crash course on the freeCodeCamp.org YouTube channel. Slobodan Gajic created this course. Slobodan has created a bunch of amazing courses on his own channel. In this course you will learn",
"link": "https://www.freecodecamp.org/news/learn-angular-full-course/",
"publishedOn": "2021-10-20T21:07:05.000Z",
"wordCount": 303,
"title": "Learn Angular - Crash Course"
},
{
"id": "616945f580d82d07c45a5160",
"author": null,
"description": "Most devices nowadays come with a notch at the top of the screen. So when you're building a mobile application using React Native, you need to make sure that the content of the app's screen is rendered correctly across different types of devices. In this article, we'll look at two",
"link": "https://www.freecodecamp.org/news/how-to-use-safe-area-context-to-avoid-notches-in-react-native-apps/",
"publishedOn": "2021-10-20T19:37:59.000Z",
"wordCount": 1090,
"title": "How to Use Safe Area Context in React Native Apps to Avoid the Notch"
},
{
"id": "616ffc6dd48e1707b6d78992",
"author": null,
"description": "Sometimes you might need to know your routers IP address. This will give you access to the setup page so you can make configuration changes like changing passwords, kicking out unwanted users, limiting users, and so on. In this article, I will show you how to find out what",
"link": "https://www.freecodecamp.org/news/what-is-my-ip-address-for-my-router-how-to-find-your-wifi-address/",
"publishedOn": "2021-10-20T19:36:40.000Z",
"wordCount": 703,
"title": "What is my IP Address for my Router? How to Find your Wifi Address"
},
{
"id": "616bcb8580d82d07c45a5deb",
"author": null,
@ -596,42 +632,6 @@
"publishedOn": "2021-10-18T22:40:12.000Z",
"wordCount": 1007,
"title": "Python String split() and join() Methods Explained with Examples"
},
{
"id": "616bf9ac80d82d07c45a5f84",
"author": null,
"description": "If you've had some experience with NLP, you probably know that tokenization is at the helm of any NLP pipeline. Tokenization is often regarded as a subfield of NLP but it has its own story of evolution. And now it underpins many state-of-the-art NLP models. This post is all about",
"link": "https://www.freecodecamp.org/news/train-algorithms-from-scratch-with-hugging-face/",
"publishedOn": "2021-10-18T22:27:40.000Z",
"wordCount": 2086,
"title": "How to Train BPE, WordPiece, and Unigram Tokenizers from Scratch using Hugging Face"
},
{
"id": "6167a24680d82d07c45a4519",
"author": null,
"description": "A great conversation I had this evening got me thinking about and revisiting a concept I've toyed with before currying. But this time, I'd like to explore it with you all! The concept of currying is not a new one, but it is very useful. It is also foundational for",
"link": "https://www.freecodecamp.org/news/how-to-use-currying-and-composition-in-javascript/",
"publishedOn": "2021-10-18T22:06:59.000Z",
"wordCount": 2226,
"title": "How to Use Currying and Composition in JavaScript"
},
{
"id": "616db48dd48e1707b6d7789b",
"author": null,
"description": "A DAT file is a data file that contains specific information about the program used to create it. This file always has the .dat file extension, which is a generic format that can contain any information video, audio, PDF, and virtually any other type of file. Many desktop and mobile",
"link": "https://www.freecodecamp.org/news/dat-file-how-to-open-the-dat-file-format-extension/",
"publishedOn": "2021-10-18T21:05:35.000Z",
"wordCount": 846,
"title": "DAT File How to Open the .dat File Format Extension"
},
{
"id": "61694c9980d82d07c45a51ce",
"author": null,
"description": "So you want to develop using the JavaScript run-everywhere platform on the same computer where you game, edit videos, code C# desktop apps, or whatever. You are also aware that there are multiple Node.js versions in active development and it is fairly common to find projects in the wild",
"link": "https://www.freecodecamp.org/news/set-up-windows-for-nodejs-development-with-nvm/",
"publishedOn": "2021-10-18T20:56:58.000Z",
"wordCount": 1202,
"title": "How to Set Up Windows for Node.js Development with NVM"
}
]
}

172
feed.atom
View file

@ -1,10 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-10-20T00:44:18.658Z</id>
<id>urn:2021-10-21T00:48:43.349Z</id>
<title>osmos::feed</title>
<updated>2021-10-20T00:44:18.658Z</updated>
<updated>2021-10-21T00:48:43.349Z</updated>
<generator>osmosfeed 1.11.3</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[How to Use the Adapter Design Pattern in React]]></title>
<id>617058f3d48e1707b6d7913d</id>
<link href="https://www.freecodecamp.org/news/adapter-design-in-react/"/>
<updated>2021-10-21T00:33:49.000Z</updated>
<summary type="html"><![CDATA[When you're coding in React or any other tool, you might want or need to use a third-party library. Let's talk about an approach which will ensure that the third-party libraries you use will blend well with your application. As application developers, there's no need to reinvent the wheel every]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Some Typography Links VIII]]></title>
<id>https://css-tricks.com/?p=353866</id>
<link href="https://css-tricks.com/some-typography-links-viii/"/>
<updated>2021-10-20T23:25:22.000Z</updated>
<summary type="html"><![CDATA[Do you know what to use the @ sign for something other than email addresses and Twitter handles? I do! —  Pawel Grzybek notes how some old physical typewriters had an “Arroba” on them which was represented with the @
The post Some Typography Links VIII appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn Angular - Crash Course]]></title>
<id>61708409d48e1707b6d79387</id>
<link href="https://www.freecodecamp.org/news/learn-angular-full-course/"/>
<updated>2021-10-20T21:07:05.000Z</updated>
<summary type="html"><![CDATA[Angular is a TypeScript-based free and open-source web application framework created by Google. We just published a 2-hour Angular crash course on the freeCodeCamp.org YouTube channel. Slobodan Gajic created this course. Slobodan has created a bunch of amazing courses on his own channel. In this course you will learn]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Safe Area Context in React Native Apps to Avoid the Notch]]></title>
<id>616945f580d82d07c45a5160</id>
<link href="https://www.freecodecamp.org/news/how-to-use-safe-area-context-to-avoid-notches-in-react-native-apps/"/>
<updated>2021-10-20T19:37:59.000Z</updated>
<summary type="html"><![CDATA[Most devices nowadays come with a notch at the top of the screen. So when you're building a mobile application using React Native, you need to make sure that the content of the app's screen is rendered correctly across different types of devices. In this article, we'll look at two]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is my IP Address for my Router? How to Find your Wifi Address]]></title>
<id>616ffc6dd48e1707b6d78992</id>
<link href="https://www.freecodecamp.org/news/what-is-my-ip-address-for-my-router-how-to-find-your-wifi-address/"/>
<updated>2021-10-20T19:36:40.000Z</updated>
<summary type="html"><![CDATA[Sometimes you might need to know your routers IP address. This will give you access to the setup page so you can make configuration changes like changing passwords, kicking out unwanted users, limiting users, and so on. In this article, I will show you how to find out what]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Creating Your Own Bragdoc With Eleventy]]></title>
<id>https://css-tricks.com/?p=353638</id>
<link href="https://css-tricks.com/creating-your-own-bragdoc-with-eleventy/"/>
<updated>2021-10-20T15:02:28.000Z</updated>
<summary type="html"><![CDATA[No matter what stage youre at as a developer, the tasks we complete—whether big or small—make a huge impact in our personal and professional growth. Unfortunately, those tasks arent always recognized because they can easily get lost in the sea …
The post Creating Your Own Bragdoc With Eleventy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Emily Leung</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich]]></title>
<id>https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/</id>
<link href="https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/"/>
<updated>2021-10-20T11:00:00.000Z</updated>
<summary type="html"><![CDATA[Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own build pipeline from absolute ground zero and created “Slinkity”.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ben Holmes)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[@supports selector()]]></title>
<id>https://css-tricks.com/?p=354115</id>
@ -119,46 +192,6 @@ The post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Train BPE, WordPiece, and Unigram Tokenizers from Scratch using Hugging Face]]></title>
<id>616bf9ac80d82d07c45a5f84</id>
<link href="https://www.freecodecamp.org/news/train-algorithms-from-scratch-with-hugging-face/"/>
<updated>2021-10-18T22:27:40.000Z</updated>
<summary type="html"><![CDATA[If you've had some experience with NLP, you probably know that tokenization is at the helm of any NLP pipeline. Tokenization is often regarded as a subfield of NLP but it has its own story of evolution. And now it underpins many state-of-the-art NLP models. This post is all about]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Currying and Composition in JavaScript]]></title>
<id>6167a24680d82d07c45a4519</id>
<link href="https://www.freecodecamp.org/news/how-to-use-currying-and-composition-in-javascript/"/>
<updated>2021-10-18T22:06:59.000Z</updated>
<summary type="html"><![CDATA[A great conversation I had this evening got me thinking about and revisiting a concept I've toyed with before currying. But this time, I'd like to explore it with you all! The concept of currying is not a new one, but it is very useful. It is also foundational for]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[DAT File How to Open the .dat File Format Extension]]></title>
<id>616db48dd48e1707b6d7789b</id>
<link href="https://www.freecodecamp.org/news/dat-file-how-to-open-the-dat-file-format-extension/"/>
<updated>2021-10-18T21:05:35.000Z</updated>
<summary type="html"><![CDATA[A DAT file is a data file that contains specific information about the program used to create it. This file always has the .dat file extension, which is a generic format that can contain any information video, audio, PDF, and virtually any other type of file. Many desktop and mobile]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Set Up Windows for Node.js Development with NVM]]></title>
<id>61694c9980d82d07c45a51ce</id>
<link href="https://www.freecodecamp.org/news/set-up-windows-for-nodejs-development-with-nvm/"/>
<updated>2021-10-18T20:56:58.000Z</updated>
<summary type="html"><![CDATA[So you want to develop using the JavaScript run-everywhere platform on the same computer where you game, edit videos, code C# desktop apps, or whatever. You are also aware that there are multiple Node.js versions in active development and it is fairly common to find projects in the wild]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Build a Nearly Headless WordPress Website]]></title>
<id>https://css-tricks.com/?p=353308</id>
@ -180,6 +213,16 @@ The post How to Build a Nearly Headless WordPress Website appeared first on CSS-
<name>hello@smashingmagazine.com (Arijit Mondal)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Simple But Effective Mental Health Routine For Programmers]]></title>
<id>https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/</id>
<link href="https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/"/>
<updated>2021-10-16T10:00:00.000Z</updated>
<summary type="html"><![CDATA[In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can use to make your custom routine.]]></summary>
<author>
<name>hello@smashingmagazine.com (Dave Oscar)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.11.3]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.3</id>
@ -345,31 +388,6 @@ The post Those “Get The App” Banners appeared first on CSS-Tricks. You can s
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Cash (Tiny jQuery Alternative)]]></title>
<id>https://css-tricks.com/?p=353431</id>
<link href="https://css-tricks.com/cash-tiny-jquery-alternative/"/>
<updated>2021-10-11T20:28:24.000Z</updated>
<summary type="html"><![CDATA[The README for Cash is straightforward:
Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods
The post Cash (Tiny jQuery Alternative) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Better Collaboration With Pull Requests]]></title>
<id>https://css-tricks.com/?p=352569</id>
<link href="https://css-tricks.com/better-collaboration-with-pull-requests/"/>
<updated>2021-10-11T14:29:44.000Z</updated>
<summary type="html"><![CDATA[This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about the next articles!
In this third installment of our “Advanced Git” series, well look at …
The post Better Collaboration With Pull Requests appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Tobias Günther</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Autofill Dark Pattern]]></title>
<id>https://smashingmagazine.com/2021/10/autofill-dark-pattern/</id>
@ -544,24 +562,4 @@ Thank you: @CaptNo1]]></summary>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Build Your Own Mouseless Development Environment]]></title>
<id>https://smashingmagazine.com/2021/09/mouseless-development-environment/</id>
<link href="https://smashingmagazine.com/2021/09/mouseless-development-environment/"/>
<updated>2021-09-21T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.]]></summary>
<author>
<name>hello@smashingmagazine.com (Matthieu Cneude)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How Web Development Tools Are Helping Users Keep Pace With Rapid Change]]></title>
<id>https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/</id>
<link href="https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/"/>
<updated>2021-09-21T09:30:00.000Z</updated>
<summary type="html"><![CDATA[The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools to adapt in real-time.]]></summary>
<author>
<name>hello@smashingmagazine.com (Frederick OBrien)</name>
</author>
</entry>
</feed>

View file

@ -15,6 +15,120 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-21">2021-10-21</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use the Adapter Design Pattern in React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/adapter-design-in-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>When you&#x27;re coding in React or any other tool, you might want or need to use a third-party library. Let&#x27;s talk about an approach which will ensure that the third-party libraries you use will blend well with your application. As application developers, there&#x27;s no need to reinvent the wheel every</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-20">2021-10-20</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Some Typography Links VIII</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/some-typography-links-viii/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Do you know what to use the @ sign for something other than email addresses and Twitter handles? I do! —  Pawel Grzybek notes how some old physical typewriters had an “Arroba” on them which was represented with the @
The post Some Typography Links VIII appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Creating Your Own Bragdoc With Eleventy</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/creating-your-own-bragdoc-with-eleventy/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(21 min)</span>
<span>No matter what stage youre at as a developer, the tasks we complete—whether big or small—make a huge impact in our personal and professional growth. Unfortunately, those tasks arent always recognized because they can easily get lost in the sea …
The post Creating Your Own Bragdoc With Eleventy appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn Angular - Crash Course</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-angular-full-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Angular is a TypeScript-based free and open-source web application framework created by Google. We just published a 2-hour Angular crash course on the freeCodeCamp.org YouTube channel. Slobodan Gajic created this course. Slobodan has created a bunch of amazing courses on his own channel. In this course you will learn</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Safe Area Context in React Native Apps to Avoid the Notch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-safe-area-context-to-avoid-notches-in-react-native-apps/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Most devices nowadays come with a notch at the top of the screen. So when you&#x27;re building a mobile application using React Native, you need to make sure that the content of the app&#x27;s screen is rendered correctly across different types of devices. In this article, we&#x27;ll look at two</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What is my IP Address for my Router? How to Find your Wifi Address</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-my-ip-address-for-my-router-how-to-find-your-wifi-address/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Sometimes you might need to know your routers IP address. This will give you access to the setup page so you can make configuration changes like changing passwords, kicking out unwanted users, limiting users, and so on. In this article, I will show you how to find out what</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Building The SSG Ive Always Wanted: An 11ty, Vite And JAM Sandwich</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(17 min)</span>
<span>Back in January 2020, Ben Holmes set out to do what just about every web developer does each year: rebuild his personal site. In this article, he shares his story of how he set out to build his own build pipeline from absolute ground zero and created “Slinkity”.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-19">2021-10-19</time></h2>
<ul class="sources card">
@ -39,7 +153,7 @@ The post @supports selector() appeared first on CSS-Tricks. You can support CSS-
<summary class="article-expander__title">An Interview With Elad Shechter on “The New CSS Reset”</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/an-interview-with-elad-shechter-on-the-new-css-reset/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span class="article-reading-time">(11 min)</span>
<span>Hey folks! Elad reached out to me to show me his new CSS reset project called the-new-css-reset. Its quite interesting! I thought a neat way to share it with you is not only to point you toward it, but …
The post An Interview With Elad Shechter on “The New CSS Reset” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -188,50 +302,6 @@ The post How to Build a Nearly Headless WordPress Website appeared first on CSS-
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Train BPE, WordPiece, and Unigram Tokenizers from Scratch using Hugging Face</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/train-algorithms-from-scratch-with-hugging-face/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>If you&#x27;ve had some experience with NLP, you probably know that tokenization is at the helm of any NLP pipeline. Tokenization is often regarded as a subfield of NLP but it has its own story of evolution. And now it underpins many state-of-the-art NLP models. This post is all about</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Currying and Composition in JavaScript</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-currying-and-composition-in-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>A great conversation I had this evening got me thinking about and revisiting a concept I&#x27;ve toyed with before currying. But this time, I&#x27;d like to explore it with you all! The concept of currying is not a new one, but it is very useful. It is also foundational for</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">DAT File How to Open the .dat File Format Extension</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/dat-file-how-to-open-the-dat-file-format-extension/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>A DAT file is a data file that contains specific information about the program used to create it. This file always has the .dat file extension, which is a generic format that can contain any information video, audio, PDF, and virtually any other type of file. Many desktop and mobile</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Set Up Windows for Node.js Development with NVM</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/set-up-windows-for-nodejs-development-with-nvm/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>So you want to develop using the JavaScript run-everywhere platform on the same computer where you game, edit videos, code C# desktop apps, or whatever. You are also aware that there are multiple Node.js versions in active development and it is fairly common to find projects in the wild</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -275,6 +345,23 @@ Thank you: @hirdot</span>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Simple But Effective Mental Health Routine For Programmers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/effective-mental-health-routine-programmers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>In this article, well look at why taking care of our work-life balance is important, how to develop a simple and effective mental health routine, and the most common and efficient techniques you can use to make your custom routine.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
@ -289,7 +376,7 @@ Thank you: @hirdot</span>
<summary class="article-expander__title">Expandable Sections Within a CSS Grid</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/expandable-sections-within-a-css-grid/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span class="article-reading-time">(12 min)</span>
<span>I love CSS Grid. I love how, with just a few lines of code, we can achieve fully responsive grid layouts, often without any media queries at all. Im quite comfortable wrangling CSS Grid to produce interesting layouts, while keeping …
The post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -519,33 +606,6 @@ The post Those “Get The App” Banners appeared first on CSS-Tricks. You can s
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Cash (Tiny jQuery Alternative)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/cash-tiny-jquery-alternative/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>The README for Cash is straightforward:
Cash is an absurdly small jQuery alternative for modern browsers (IE11+) that provides jQuery-style syntax for manipulating the DOM. Utilizing modern browser features to minimize the codebase, developers can use the familiar chainable methods
The post Cash (Tiny jQuery Alternative) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Better Collaboration With Pull Requests</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/better-collaboration-with-pull-requests/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>This article is part of our “Advanced Git” series. Be sure to follow us on Twitter or sign up for our newsletter to hear about the next articles!
In this third installment of our “Advanced Git” series, well look at …
The post Better Collaboration With Pull Requests appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -912,42 +972,9 @@ Thank you: @CaptNo1</span>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-21">2021-09-21</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Build Your Own Mouseless Development Environment</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/mouseless-development-environment/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How Web Development Tools Are Helping Users Keep Pace With Rapid Change</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools to adapt in real-time.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-10-20T00:44:18.639Z">2021-10-20T00:44:18.639Z</time>
<time id="build-timestamp" datetime="2021-10-21T00:48:43.331Z">2021-10-21T00:48:43.331Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
</footer>
<script src="index.js"></script>