This commit is contained in:
chuanqisun 2021-11-04 00:42:01 +00:00
parent 7ce685981a
commit b017b3afa4
3 changed files with 276 additions and 270 deletions

View file

@ -21,22 +21,31 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=354925",
"author": "Jay Hoffmann",
"description": "In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …\nThe post Chapter 10: Browser Wars appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/chapter-10-browser-wars/",
"publishedOn": "2021-11-03T15:09:50.000Z",
"wordCount": 6546,
"title": "Chapter 10: Browser Wars"
},
{
"id": "https://css-tricks.com/?p=354619",
"author": "Chris Coyier",
"description": "First, check out how incredibly easy it is to write a Cloudflare Worker to proxy another URL:\naddEventListener(\"fetch\", (event) ={\n event.respondWith(\n fetch(\"https://css-tricks.com\")\n );\n});\nIt doesnt have any error handling or anything, but hey, it works:\nNow imagine how …\nThe post Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/proxying-third-party-javascript-as-first-party-javascript-and-the-potential-effect-on-analytics/",
"publishedOn": "2021-11-02T22:50:37.000Z",
"wordCount": 1137,
"wordCount": 1238,
"title": "Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)"
},
{
"id": "https://css-tricks.com/?p=355016",
"author": "Chris Coyier",
"description": "I keep bookmarking Adams GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup. \nFor example, a recent …\nThe post GUI Challenges appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://web.dev/shows/gui-challenges/",
"link": "https://css-tricks.com/gui-challenges/",
"publishedOn": "2021-11-02T21:28:22.000Z",
"wordCount": 547,
"wordCount": 698,
"title": "GUI Challenges"
},
{
@ -45,7 +54,7 @@
"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!\nMost developers understand that its important to use branches in Git. In …\nThe post Rebase vs. Merge: Integrating Changes in Git appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/rebase-vs-merge-integrating-changes-in-git/",
"publishedOn": "2021-11-02T14:19:12.000Z",
"wordCount": 2057,
"wordCount": 2121,
"title": "Rebase vs. Merge: Integrating Changes in Git"
},
{
@ -54,7 +63,7 @@
"description": "High five to Jeremy on the big release of Responsible JavaScript on A Book Apart. There is a lot of talk about how the proliferation of JavaScript has had a negative impact on the web, but now we have …\nThe post Responsible JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/responsible-javascript-2/",
"publishedOn": "2021-11-02T14:17:55.000Z",
"wordCount": 692,
"wordCount": 697,
"title": "Responsible JavaScript"
},
{
@ -90,7 +99,7 @@
"description": "Recently, while looking for some ideas on what to code as I have zero artistic sense so the only thing I can do is find pretty things that other people have come up with and remake them with clean and …\nThe post CSS-ing Candy Ghost Buttons appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-ing-candy-ghost-buttons/",
"publishedOn": "2021-11-01T01:04:53.000Z",
"wordCount": 6455,
"wordCount": 6473,
"title": "CSS-ing Candy Ghost Buttons"
},
{
@ -115,9 +124,9 @@
"id": "https://css-tricks.com/?p=354922",
"author": "Chris Coyier",
"description": "There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …\nThe post Okhsv and Okhsl appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://bottosson.github.io/posts/colorpicker/",
"link": "https://css-tricks.com/okhsv-and-okhsl/",
"publishedOn": "2021-10-28T20:20:07.000Z",
"wordCount": 5616,
"wordCount": 523,
"title": "Okhsv and Okhsl"
},
{
@ -146,15 +155,6 @@
"publishedOn": "2021-10-28T14:03:11.000Z",
"wordCount": 1277,
"title": "Building an Angular Data Grid With Filtering"
},
{
"id": "https://css-tricks.com/?p=354777",
"author": "Chris Coyier",
"description": "I ran across this 30 seconds of code website the other day, and they have a CSS section which is really good! The first example snippet I looked at was this “floating section headers” example, reminding me yet again how …\nThe post Sticky Definition Lists appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/sticky-definition-lists/",
"publishedOn": "2021-10-27T23:17:18.000Z",
"wordCount": 658,
"title": "Sticky Definition Lists"
}
]
},
@ -163,13 +163,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/",
"author": "hello@smashingmagazine.com (Ikeh Akinyemi)",
"description": "Serverless UI is simply a free, open-source command-line utility for quickly building and deploying serverless applications on the AWS platform. In this article, we will learn and cover everything needed on using Serverless UI to deploy our projects or serverless applications to cloud services providers.",
"link": "https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/",
"publishedOn": "2021-11-03T11:30:00.000Z",
"wordCount": 3625,
"title": "A Deep Dive Into Serverless UI With TypeScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/aff46dfe-164d-4bf7-8e14-057470001b41/deep-dive-into-serverless-ui-typescript.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/11/magento-pwa-customizing-themes-coding/",
"author": "hello@smashingmagazine.com (Alex Husar)",
"description": "This article sheds the spotlight on Magento PWAs and explains why business owners are getting them (often instead of native applications). Alex Husar introduces ways of how progressive web applications can be developed on Magento, as well as go over the major pros and cons of each development path.",
"link": "https://smashingmagazine.com/2021/11/magento-pwa-customizing-themes-coding/",
"publishedOn": "2021-11-02T12:00:00.000Z",
"wordCount": 5953,
"wordCount": 5956,
"title": "Creating A Magento PWA: Customizing Themes vs. Coding From Scratch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/77155632-96bd-44a8-af99-50ebad7534e6/magento-pwa-customizing-themes-coding.jpg",
@ -183,7 +197,7 @@
"description": "November is just around the corner, and with it, a new collection of desktop wallpapers to celebrate the beginning of the month. Designed by creatives from all across the globe, they come in versions with and without a calendar. Lets make November colorful!",
"link": "https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/",
"publishedOn": "2021-10-31T08:20:00.000Z",
"wordCount": 2374,
"wordCount": 2373,
"title": "A Splash Of Color For Misty Days (November 2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7a2a341f-4f72-4716-91c6-ed6da6add2fd/nov-21-no-shave-november-preview-opt.png",
@ -197,7 +211,7 @@
"description": "Stop wasting time and effort writing copy that falls flat. Raise your copywriting game and boost your powers of persuasion with these rich and informative online resources.",
"link": "https://smashingmagazine.com/2021/10/resources-tools-turbocharge-copywriting-skills/",
"publishedOn": "2021-10-29T10:00:00.000Z",
"wordCount": 2502,
"wordCount": 2507,
"title": "50 Resources And Tools To Turbocharge Your Copywriting Skills",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/376436ee-7e40-4d99-ad14-e934df9f92c9/resources-tools-turbocharge-copywriting-skills.jpg",
@ -225,7 +239,7 @@
"description": "Thanks to technology, eye-tracking has become more accessible to UX research as it allows researchers to get insights about users visual attention. This article explores the latest trends in the eye-tracking market and how the methodology can be included in the UX researchers toolbox.",
"link": "https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/",
"publishedOn": "2021-10-27T10:00:00.000Z",
"wordCount": 3516,
"wordCount": 3500,
"title": "Eye-Tracking In Mobile UX Research",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3012986b-e407-4c49-8186-13a99528ef13/eye-tracking-mobile-ux-research.jpg",
@ -239,7 +253,7 @@
"description": "Nx is a build framework that facilitates optimization, efficient scaling of applications, and other features such as shared libraries and components. In this article, we will be looking at how we can effectively scale Next.js applications by using Nx.",
"link": "https://smashingmagazine.com/2021/10/optimizing-nextjs-applications-nx/",
"publishedOn": "2021-10-26T10:00:00.000Z",
"wordCount": 3021,
"wordCount": 3026,
"title": "Optimizing Next.js Applications With Nx",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/32b5517f-415c-43ed-98a6-70215d408f7a/optimizing-nextjs-applications-nx.jpg",
@ -253,7 +267,7 @@
"description": "In this article, we will go through how `object-fit` and `background-size` work, when we can use them, and why, along with some practical use cases and recommendations. Lets dive in.",
"link": "https://smashingmagazine.com/2021/10/object-fit-background-size-css/",
"publishedOn": "2021-10-25T13:00:00.000Z",
"wordCount": 2032,
"wordCount": 2031,
"title": "A Deep Dive Into object-fit And background-size In CSS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/19e7f717-46d5-4949-96f4-671f4744d0e1/object-fit-background-size-css.jpg",
@ -267,7 +281,7 @@
"description": "Quasar is an open-source Vue.js-based cross-platform framework that allows you, as a developer, to easily build apps for both desktop and mobile using technologies such as Cordova and Electron and writing your code once. The app well build will store and get its data from Firebase, meaning that we will also be seeing how to use Firebase in Quasar.",
"link": "https://smashingmagazine.com/2021/10/introduction-quasar-framework-cross-platform-applications/",
"publishedOn": "2021-10-23T11:00:00.000Z",
"wordCount": 4909,
"wordCount": 4918,
"title": "An Introduction To Quasar Framework: Building Cross-Platform Applications",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e64d5e62-7c13-430a-90c6-f21b1c0325fe/introduction-quasar-framework-cross-platform-applications.jpg",
@ -281,7 +295,7 @@
"description": "This article highlights the process, technical decisions and lessons learned behind building the real-time game Autowuzzler. Learn how to share game state across multiple clients in real-time with Colyseus, do physics calculations with Matter.js, store data in Supabase.io and build the front-end with SvelteKit.",
"link": "https://smashingmagazine.com/2021/10/real-time-multi-user-game/",
"publishedOn": "2021-10-22T09:30:00.000Z",
"wordCount": 4633,
"wordCount": 4621,
"title": "How To Build A Real-Time Multi-User Game From Scratch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f27da7cf-e0e3-4ed4-a845-6fd61fdb0e70/real-time-multi-user-game.jpg",
@ -309,7 +323,7 @@
"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": 5038,
"wordCount": 5044,
"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",
@ -323,7 +337,7 @@
"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": 2526,
"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",
@ -351,7 +365,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": 2126,
"wordCount": 2140,
"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",
@ -365,7 +379,7 @@
"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": 2841,
"wordCount": 2846,
"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",
@ -379,7 +393,7 @@
"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": 4020,
"wordCount": 4018,
"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",
@ -393,7 +407,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": 3520,
"wordCount": 3519,
"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",
@ -421,7 +435,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": 2347,
"wordCount": 2350,
"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",
@ -449,7 +463,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": 3730,
"wordCount": 3728,
"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",
@ -463,7 +477,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": 2812,
"wordCount": 2814,
"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",
@ -477,7 +491,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": 7098,
"wordCount": 7090,
"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",
@ -491,7 +505,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": 1004,
"wordCount": 1000,
"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",
@ -505,27 +519,13 @@
"description": "Debugging in CSS means figuring out what might be the problem when you have unexpected layout results. Well look at a few categories bugs often fit into, see how we can evaluate the situation, and explore techniques that help prevent these bugs.",
"link": "https://smashingmagazine.com/2021/10/guide-debugging-css/",
"publishedOn": "2021-10-06T10:00:00.000Z",
"wordCount": 5472,
"wordCount": 5475,
"title": "A Guide To CSS Debugging",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/334beb39-13a4-4159-ab77-86c7dac406d8/guide-debugging-css.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/local-testing-serverless-api-gateway-lambda/",
"author": "hello@smashingmagazine.com (Tom Hudson)",
"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": 1788,
"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",
"length": "0",
"type": "image/jpg"
}
}
]
},
@ -534,6 +534,51 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "6181896c8bcfae07ca4e0407",
"author": null,
"description": "Ever since the outbreak of COVID-19 in December 2019, researchers in the field of artificial intelligence and machine learning have been trying to find better ways to diagnose the disease. They've worked on developing algorithms that would detect the disease within a matter of seconds and only by looking at",
"link": "https://www.freecodecamp.org/news/deep-learning-with-pytorch/",
"publishedOn": "2021-11-03T19:49:35.000Z",
"wordCount": 4229,
"title": "Deep Learning Tutorial How to Use PyTorch and Transfer Learning to Diagnose COVID-19 Patients"
},
{
"id": "6130917fd6679a07b7d40727",
"author": null,
"description": "In programming, you'll use loops when you need to repeat a block of code multiple times. These repetitions of the same block of code a certain number of times are called iterations. And there's a looping condition that decides the number of iterations. The for and the while loops are",
"link": "https://www.freecodecamp.org/news/for-loops-in-c/",
"publishedOn": "2021-11-03T15:56:21.000Z",
"wordCount": 1034,
"title": "For Loops in C Explained with Code Examples"
},
{
"id": "61825f588bcfae07ca4e091e",
"author": null,
"description": "Zip files often contain multiple large files, so you might want to encrypt them or protect them with a password. That way, only certain people will have access to it. In this guide, I will show you a great way to password protect a zip file, so you can be",
"link": "https://www.freecodecamp.org/news/password-protect-zip-file-windows10/",
"publishedOn": "2021-11-03T15:49:56.000Z",
"wordCount": 790,
"title": "How to Password Protect a Zip File [Windows 10 PC Guide]"
},
{
"id": "618216228bcfae07ca4e0733",
"author": null,
"description": "As you are building out a project, there might be times where you need to rename a local branch. But how do you do that in Git? In this article, I will provide you with two methods for renaming  local branches in Git. How to Rename a Branch in Git",
"link": "https://www.freecodecamp.org/news/git-rename-branch-how-to-change-a-local-branch-name/",
"publishedOn": "2021-11-03T15:42:12.000Z",
"wordCount": 549,
"title": "Git Rename Branch How to Change a Local Branch Name"
},
{
"id": "61828b8a8bcfae07ca4e0a1f",
"author": null,
"description": "Touch cat tail. Find man head. Who? The previous seven words are common Linux commands. If you are a programmer, you are likely going to need to use Linux and terminal commands at some point. We just published a course on the freeCodeCamp.org YouTube channel that will teach you",
"link": "https://www.freecodecamp.org/news/learn-the-50-most-used-linux-terminal-commands/",
"publishedOn": "2021-11-03T13:33:59.000Z",
"wordCount": 368,
"title": "Learn the 50 Most Used Linux & Terminal Commands"
},
{
"id": "617fffad8bcfae07ca4df6d2",
"author": null,
@ -578,51 +623,6 @@
"publishedOn": "2021-11-01T21:31:16.000Z",
"wordCount": 534,
"title": "How to Make a gif Create Animated gifs Without Downloading Software"
},
{
"id": "617e651033422e07df36827a",
"author": null,
"description": "Vectors in C++ are a helpful way to store dynamic data. They also help you avoid having to deal with the not so flexible arrays that are inherited from the C programming language. This article is a beginner friendly introduction to vectors. It will show you some of their basic",
"link": "https://www.freecodecamp.org/news/c-vector-std-pattern-vector-in-cpp-with-example-code/",
"publishedOn": "2021-11-01T21:27:30.000Z",
"wordCount": 1325,
"title": "C++ Vector STD Pattern Vector in CPP with Example Code"
},
{
"id": "61804dde8bcfae07ca4dfbfd",
"author": null,
"description": "A lot of API tutorials just teach the absolute minimum. But a production-ready API is much more complicated than what most tutorials teach. We just published a massive 19-hour course on the freeCodeCamp.org YouTube channel that will teach you how to build a full-fledged API using Python and the",
"link": "https://www.freecodecamp.org/news/creating-apis-with-python-free-19-hour-course/",
"publishedOn": "2021-11-01T21:00:54.000Z",
"wordCount": 887,
"title": "Creating APIs with Python - Free 19-Hour Course"
},
{
"id": "617a7da433422e07df3668f0",
"author": null,
"description": "When you're developing applications for the general public, it's important to protect your users' credentials and information. This means you need to know about code structure and how to implement various security measures. In this article, we'll walk through the steps to create a user authentication web app with Flask,",
"link": "https://www.freecodecamp.org/news/how-to-authenticate-users-in-flask/",
"publishedOn": "2021-11-01T20:00:24.000Z",
"wordCount": 2104,
"title": "How to Authenticate Users in Flask with Flask-Login"
},
{
"id": "6114cfae72231b077cdae432",
"author": null,
"description": "When you're looping through a sequence in Python like a list, tuple, string, or dictionary, do you ever feel like your code is messy or you want to remove some variables from it? Fortunately, Python has some useful inbuilt functions which make your code more concise and more readable. In",
"link": "https://www.freecodecamp.org/news/python-looping-functions/",
"publishedOn": "2021-11-01T18:34:42.000Z",
"wordCount": 1603,
"title": "How to Use Built-in Looping Functions in Python"
},
{
"id": "6048a6f0a7946308b7685a2c",
"author": null,
"description": "CodePen is a popular online code editor used by many developers around the world. It is also one of the recommended editors you can use for the freeCodeCamp curriculum. CodePen is only for frontend projects and supports HTML, CSS, and JavaScript. If you need to build a project with a",
"link": "https://www.freecodecamp.org/news/how-to-use-codepen/",
"publishedOn": "2021-11-01T15:47:46.000Z",
"wordCount": 1378,
"title": "How to Use CodePen A Beginner's Guide"
}
]
}

150
feed.atom
View file

@ -1,10 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-11-03T00:41:26.047Z</id>
<id>urn:2021-11-04T00:42:00.341Z</id>
<title>osmos::feed</title>
<updated>2021-11-03T00:41:26.047Z</updated>
<updated>2021-11-04T00:42:00.341Z</updated>
<generator>osmosfeed 1.11.3</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[Deep Learning Tutorial How to Use PyTorch and Transfer Learning to Diagnose COVID-19 Patients]]></title>
<id>6181896c8bcfae07ca4e0407</id>
<link href="https://www.freecodecamp.org/news/deep-learning-with-pytorch/"/>
<updated>2021-11-03T19:49:35.000Z</updated>
<summary type="html"><![CDATA[Ever since the outbreak of COVID-19 in December 2019, researchers in the field of artificial intelligence and machine learning have been trying to find better ways to diagnose the disease. They've worked on developing algorithms that would detect the disease within a matter of seconds and only by looking at]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[For Loops in C Explained with Code Examples]]></title>
<id>6130917fd6679a07b7d40727</id>
<link href="https://www.freecodecamp.org/news/for-loops-in-c/"/>
<updated>2021-11-03T15:56:21.000Z</updated>
<summary type="html"><![CDATA[In programming, you'll use loops when you need to repeat a block of code multiple times. These repetitions of the same block of code a certain number of times are called iterations. And there's a looping condition that decides the number of iterations. The for and the while loops are]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Password Protect a Zip File [Windows 10 PC Guide]]]></title>
<id>61825f588bcfae07ca4e091e</id>
<link href="https://www.freecodecamp.org/news/password-protect-zip-file-windows10/"/>
<updated>2021-11-03T15:49:56.000Z</updated>
<summary type="html"><![CDATA[Zip files often contain multiple large files, so you might want to encrypt them or protect them with a password. That way, only certain people will have access to it. In this guide, I will show you a great way to password protect a zip file, so you can be]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Git Rename Branch How to Change a Local Branch Name]]></title>
<id>618216228bcfae07ca4e0733</id>
<link href="https://www.freecodecamp.org/news/git-rename-branch-how-to-change-a-local-branch-name/"/>
<updated>2021-11-03T15:42:12.000Z</updated>
<summary type="html"><![CDATA[As you are building out a project, there might be times where you need to rename a local branch. But how do you do that in Git? In this article, I will provide you with two methods for renaming  local branches in Git. How to Rename a Branch in Git]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Chapter 10: Browser Wars]]></title>
<id>https://css-tricks.com/?p=354925</id>
<link href="https://css-tricks.com/chapter-10-browser-wars/"/>
<updated>2021-11-03T15:09:50.000Z</updated>
<summary type="html"><![CDATA[In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …
The post Chapter 10: Browser Wars appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Jay Hoffmann</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn the 50 Most Used Linux &amp; Terminal Commands]]></title>
<id>61828b8a8bcfae07ca4e0a1f</id>
<link href="https://www.freecodecamp.org/news/learn-the-50-most-used-linux-terminal-commands/"/>
<updated>2021-11-03T13:33:59.000Z</updated>
<summary type="html"><![CDATA[Touch cat tail. Find man head. Who? The previous seven words are common Linux commands. If you are a programmer, you are likely going to need to use Linux and terminal commands at some point. We just published a course on the freeCodeCamp.org YouTube channel that will teach you]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Deep Dive Into Serverless UI With TypeScript]]></title>
<id>https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/</id>
<link href="https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/"/>
<updated>2021-11-03T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Serverless UI is simply a free, open-source command-line utility for quickly building and deploying serverless applications on the AWS platform. In this article, we will learn and cover everything needed on using Serverless UI to deploy our projects or serverless applications to cloud services providers.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ikeh Akinyemi)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Proxying Third-Party JavaScript as First-Party JavaScript (and the Potential Effect on Analytics)]]></title>
<id>https://css-tricks.com/?p=354619</id>
@ -26,7 +97,7 @@ The post Proxying Third-Party JavaScript as First-Party JavaScript (and the Pote
<entry>
<title type="html"><![CDATA[GUI Challenges]]></title>
<id>https://css-tricks.com/?p=355016</id>
<link href="https://web.dev/shows/gui-challenges/"/>
<link href="https://css-tricks.com/gui-challenges/"/>
<updated>2021-11-02T21:28:22.000Z</updated>
<summary type="html"><![CDATA[I keep bookmarking Adams GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup.
For example, a recent …
@ -142,56 +213,6 @@ The post Have Single-Page Apps Ruined the Web? (“Transitional Apps”) appeare
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[C++ Vector STD Pattern Vector in CPP with Example Code]]></title>
<id>617e651033422e07df36827a</id>
<link href="https://www.freecodecamp.org/news/c-vector-std-pattern-vector-in-cpp-with-example-code/"/>
<updated>2021-11-01T21:27:30.000Z</updated>
<summary type="html"><![CDATA[Vectors in C++ are a helpful way to store dynamic data. They also help you avoid having to deal with the not so flexible arrays that are inherited from the C programming language. This article is a beginner friendly introduction to vectors. It will show you some of their basic]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Creating APIs with Python - Free 19-Hour Course]]></title>
<id>61804dde8bcfae07ca4dfbfd</id>
<link href="https://www.freecodecamp.org/news/creating-apis-with-python-free-19-hour-course/"/>
<updated>2021-11-01T21:00:54.000Z</updated>
<summary type="html"><![CDATA[A lot of API tutorials just teach the absolute minimum. But a production-ready API is much more complicated than what most tutorials teach. We just published a massive 19-hour course on the freeCodeCamp.org YouTube channel that will teach you how to build a full-fledged API using Python and the]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Authenticate Users in Flask with Flask-Login]]></title>
<id>617a7da433422e07df3668f0</id>
<link href="https://www.freecodecamp.org/news/how-to-authenticate-users-in-flask/"/>
<updated>2021-11-01T20:00:24.000Z</updated>
<summary type="html"><![CDATA[When you're developing applications for the general public, it's important to protect your users' credentials and information. This means you need to know about code structure and how to implement various security measures. In this article, we'll walk through the steps to create a user authentication web app with Flask,]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Built-in Looping Functions in Python]]></title>
<id>6114cfae72231b077cdae432</id>
<link href="https://www.freecodecamp.org/news/python-looping-functions/"/>
<updated>2021-11-01T18:34:42.000Z</updated>
<summary type="html"><![CDATA[When you're looping through a sequence in Python like a list, tuple, string, or dictionary, do you ever feel like your code is messy or you want to remove some variables from it? Fortunately, Python has some useful inbuilt functions which make your code more concise and more readable. In]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use CodePen A Beginner&#x27;s Guide]]></title>
<id>6048a6f0a7946308b7685a2c</id>
<link href="https://www.freecodecamp.org/news/how-to-use-codepen/"/>
<updated>2021-11-01T15:47:46.000Z</updated>
<summary type="html"><![CDATA[CodePen is a popular online code editor used by many developers around the world. It is also one of the recommended editors you can use for the freeCodeCamp curriculum. CodePen is only for frontend projects and supports HTML, CSS, and JavaScript. If you need to build a project with a]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[So, You Want to Build an @mention Autocomplete Feature?]]></title>
<id>https://css-tricks.com/?p=354588</id>
@ -260,7 +281,7 @@ The post Create Your Own Automated Social Images With Resoc appeared first on CS
<entry>
<title type="html"><![CDATA[Okhsv and Okhsl]]></title>
<id>https://css-tricks.com/?p=354922</id>
<link href="https://bottosson.github.io/posts/colorpicker/"/>
<link href="https://css-tricks.com/okhsv-and-okhsl/"/>
<updated>2021-10-28T20:20:07.000Z</updated>
<summary type="html"><![CDATA[There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …
The post Okhsv and Okhsl appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
@ -312,17 +333,6 @@ The post Building an Angular Data Grid With Filtering appeared first on CSS-Tric
<name>hello@smashingmagazine.com (Robert Sfichi)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Sticky Definition Lists]]></title>
<id>https://css-tricks.com/?p=354777</id>
<link href="https://css-tricks.com/sticky-definition-lists/"/>
<updated>2021-10-27T23:17:18.000Z</updated>
<summary type="html"><![CDATA[I ran across this 30 seconds of code website the other day, and they have a CSS section which is really good! The first example snippet I looked at was this “floating section headers” example, reminding me yet again how …
The post Sticky Definition Lists 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[Eye-Tracking In Mobile UX Research]]></title>
<id>https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/</id>
@ -545,14 +555,4 @@ Thank you: @hirdot]]></summary>
<name>hello@smashingmagazine.com (Stephanie Eckles)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Local Testing A Serverless API (API Gateway And Lambda)]]></title>
<id>https://smashingmagazine.com/2021/10/local-testing-serverless-api-gateway-lambda/</id>
<link href="https://smashingmagazine.com/2021/10/local-testing-serverless-api-gateway-lambda/"/>
<updated>2021-10-05T10:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Tom Hudson)</name>
</author>
</entry>
</feed>

View file

@ -15,6 +15,107 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-03">2021-11-03</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">Chapter 10: Browser Wars</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/chapter-10-browser-wars/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(22 min)</span>
<span>In June of 1995, representatives from Microsoft arrived at the Netscape offices. The stated goal was to find ways to work together—Netscape as the single dominant force in the browser market and Microsoft as a tech giant just beginning to …
The post Chapter 10: Browser Wars 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">Deep Learning Tutorial How to Use PyTorch and Transfer Learning to Diagnose COVID-19 Patients</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/deep-learning-with-pytorch/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>Ever since the outbreak of COVID-19 in December 2019, researchers in the field of artificial intelligence and machine learning have been trying to find better ways to diagnose the disease. They&#x27;ve worked on developing algorithms that would detect the disease within a matter of seconds and only by looking at</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">For Loops in C Explained with Code Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/for-loops-in-c/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>In programming, you&#x27;ll use loops when you need to repeat a block of code multiple times. These repetitions of the same block of code a certain number of times are called iterations. And there&#x27;s a looping condition that decides the number of iterations. The for and the while loops are</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Password Protect a Zip File [Windows 10 PC Guide]</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/password-protect-zip-file-windows10/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Zip files often contain multiple large files, so you might want to encrypt them or protect them with a password. That way, only certain people will have access to it. In this guide, I will show you a great way to password protect a zip file, so you can be</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Git Rename Branch How to Change a Local Branch Name</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/git-rename-branch-how-to-change-a-local-branch-name/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>As you are building out a project, there might be times where you need to rename a local branch. But how do you do that in Git? In this article, I will provide you with two methods for renaming  local branches in Git. How to Rename a Branch in Git</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn the 50 Most Used Linux &amp; Terminal Commands</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-the-50-most-used-linux-terminal-commands/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Touch cat tail. Find man head. Who? The previous seven words are common Linux commands. If you are a programmer, you are likely going to need to use Linux and terminal commands at some point. We just published a course on the freeCodeCamp.org YouTube channel that will teach you</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">A Deep Dive Into Serverless UI With TypeScript</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/11/deep-dive-into-serverless-ui-typescript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Serverless UI is simply a free, open-source command-line utility for quickly building and deploying serverless applications on the AWS platform. In this article, we will learn and cover everything needed on using Serverless UI to deploy our projects or serverless applications to cloud services providers.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-11-02">2021-11-02</time></h2>
<ul class="sources card">
@ -44,7 +145,7 @@ The post Proxying Third-Party JavaScript as First-Party JavaScript (and the Pote
<article>
<details class="article-expander">
<summary class="article-expander__title">GUI Challenges</summary>
<a class="article-summary-link article-summary-box-outer" href="https://web.dev/shows/gui-challenges/">
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/gui-challenges/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>I keep bookmarking Adams GUI Challenges posts/videos and, before I even have a chance to review and link them up, another one is already published! Fortunately, the homepage for them on web.dev is a nice roundup.
@ -224,61 +325,6 @@ The post CSS-ing Candy Ghost Buttons appeared first on CSS-Tricks. You can suppo
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">C++ Vector STD Pattern Vector in CPP with Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/c-vector-std-pattern-vector-in-cpp-with-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Vectors in C++ are a helpful way to store dynamic data. They also help you avoid having to deal with the not so flexible arrays that are inherited from the C programming language. This article is a beginner friendly introduction to vectors. It will show you some of their basic</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Creating APIs with Python - Free 19-Hour Course</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/creating-apis-with-python-free-19-hour-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>A lot of API tutorials just teach the absolute minimum. But a production-ready API is much more complicated than what most tutorials teach. We just published a massive 19-hour course on the freeCodeCamp.org YouTube channel that will teach you how to build a full-fledged API using Python and the</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Authenticate Users in Flask with Flask-Login</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-authenticate-users-in-flask/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>When you&#x27;re developing applications for the general public, it&#x27;s important to protect your users&#x27; credentials and information. This means you need to know about code structure and how to implement various security measures. In this article, we&#x27;ll walk through the steps to create a user authentication web app with Flask,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Built-in Looping Functions in Python</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-looping-functions/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>When you&#x27;re looping through a sequence in Python like a list, tuple, string, or dictionary, do you ever feel like your code is messy or you want to remove some variables from it? Fortunately, Python has some useful inbuilt functions which make your code more concise and more readable. In</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use CodePen A Beginner&#x27;s Guide</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-codepen/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>CodePen is a popular online code editor used by many developers around the world. It is also one of the recommended editors you can use for the freeCodeCamp curriculum. CodePen is only for frontend projects and supports HTML, CSS, and JavaScript. If you need to build a project with a</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
@ -368,9 +414,9 @@ The post Create Your Own Automated Social Images With Resoc appeared first on CS
<article>
<details class="article-expander">
<summary class="article-expander__title">Okhsv and Okhsl</summary>
<a class="article-summary-link article-summary-box-outer" href="https://bottosson.github.io/posts/colorpicker/">
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/okhsv-and-okhsl/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(19 min)</span>
<span class="article-reading-time">(2 min)</span>
<span>There is an old Russian fable where Okhsv and Okhsl are on a rowboat and Okhsv says to Okhsl, “What are the known shortcomings of HSL and HSV color pickers in design applications?” I kid, I kid. But really, what …
The post Okhsv and Okhsl appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -438,24 +484,6 @@ The post Building an Angular Data Grid With Filtering appeared first on CSS-Tric
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-27">2021-10-27</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">Sticky Definition Lists</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/sticky-definition-lists/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>I ran across this 30 seconds of code website the other day, and they have a CSS section which is really good! The first example snippet I looked at was this “floating section headers” example, reminding me yet again how …
The post Sticky Definition Lists 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.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
@ -912,31 +940,9 @@ Thank you: @hirdot</span>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-05">2021-10-05</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">Local Testing A Serverless API (API Gateway And Lambda)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/local-testing-serverless-api-gateway-lambda/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-11-03T00:41:26.025Z">2021-11-03T00:41:26.025Z</time>
<time id="build-timestamp" datetime="2021-11-04T00:42:00.317Z">2021-11-04T00:42:00.317Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
</footer>
<script src="index.js"></script>