From 33c248adf7751580abd99861386dfdc4979abf3f Mon Sep 17 00:00:00 2001 From: chuanqisun Date: Tue, 2 Nov 2021 00:45:19 +0000 Subject: [PATCH] deploy: 1f5684a2ae67184fc44cacebc2a14d1ec87ed0f6 --- cache.json | 244 ++++++++++++++++++++++----------------------- feed.atom | 236 ++++++++++++++++++++++---------------------- index.html | 285 +++++++++++++++++++++++++++-------------------------- 3 files changed, 385 insertions(+), 380 deletions(-) diff --git a/cache.json b/cache.json index 2deb3f8..5d0a47c 100644 --- a/cache.json +++ b/cache.json @@ -21,6 +21,42 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=354978", + "author": "Chris Coyier", + "description": "There are thousands of articles out there about buttons and links on the web; the differences and how to use them properly. Hey, I don’t mind. I wrote my own as well¹.\nIt’s such a common mistake on …\nThe post Buttons vs. Links appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/buttons-vs-links/", + "publishedOn": "2021-11-01T22:58:12.000Z", + "wordCount": 650, + "title": "Buttons vs. Links" + }, + { + "id": "https://css-tricks.com/?p=355034", + "author": "Chris Coyier", + "description": "A big heaping 19-minute bowl of not-too-hot, not-too-cold baby bear porridge website building from Rich Harris. \nI’ve certainly overheard more than my fair share of arguments about Single Page Apps (SPAs) vs Multi-Page Apps (MPAs). Although it’s only recently that …\nThe post Have Single-Page Apps Ruined the Web? (“Transitional Apps”) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/have-single-page-apps-ruined-the-web-transitional-apps/", + "publishedOn": "2021-11-01T21:43:10.000Z", + "wordCount": 576, + "title": "Have Single-Page Apps Ruined the Web? (“Transitional Apps”)" + }, + { + "id": "https://css-tricks.com/?p=354588", + "author": "Sarah Dayan", + "description": "We’re all familiar with the concept of autocompletion, right? You type something into a search box and it tries to guess what you’re looking for as you type, displaying suggestions, often below the cursor. While we’re used to autocomplete on …\nThe post So, You Want to Build an @mention Autocomplete Feature? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/so-you-want-to-build-an-mention-autocomplete-feature/", + "publishedOn": "2021-11-01T14:27:26.000Z", + "wordCount": 2114, + "title": "So, You Want to Build an @mention Autocomplete Feature?" + }, + { + "id": "https://css-tricks.com/?p=354804", + "author": "Ana Tudor", + "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, + "title": "CSS-ing Candy Ghost Buttons" + }, { "id": "https://css-tricks.com/?p=354581", "author": "Chris Coyier", @@ -117,44 +153,8 @@ "description": "If you have a page that includes a lot of information, it’s a good idea to let users search for what they might be looking for. I’m not talking about searching a database or even searching JSON data — I’m …\nThe post In-Page Filtered Search With Vanilla JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/in-page-filtered-search-with-vanilla-javascript/", "publishedOn": "2021-10-26T14:11:59.000Z", - "wordCount": 1874, + "wordCount": 1906, "title": "In-Page Filtered Search With Vanilla JavaScript" - }, - { - "id": "https://css-tricks.com/?p=353621", - "author": "Chris Coyier", - "description": "(This is a sponsored post.)\nBuilding products for users is a balance between your vision of what your product can do for them, and refining that vision based on their feedback. If you’re really a customer-focused company, you’re listening. …\nThe post Userwell is for Managing Customer Feedback appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/userwell-is-for-managing-customer-feedback/", - "publishedOn": "2021-10-26T14:10:05.000Z", - "wordCount": 621, - "title": "Userwell is for Managing Customer Feedback" - }, - { - "id": "https://css-tricks.com/?p=353728", - "author": "Chris Coyier", - "description": "When I wrote the “book” The Greatest CSS Tricks Vol. I, I put “book” in quotes because there wasn’t anything terribly book-like about it. The only way you could read it was online, logged into this website, with an …\nThe post The Greatest CSS Tricks Vol. I eBook (PDF and EPUB) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/the-greatest-css-tricks-vol-i-ebook-pdf-and-epub/", - "publishedOn": "2021-10-25T19:25:17.000Z", - "wordCount": 1860, - "title": "The Greatest CSS Tricks Vol. I eBook (PDF and EPUB)" - }, - { - "id": "https://css-tricks.com/?p=353496", - "author": "Mike Neumegen", - "description": "The past year has seen a healthy debate around the term ‘Jamstack’ as the definition gets stretched to include new use cases. I recently posted my take on a Jamstack definition in “Static vs. Dynamic vs. Jamstack: Where’s The Line?”…\nThe post The Semantics of Jamstack appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/the-semantics-of-jamstack/", - "publishedOn": "2021-10-25T14:20:08.000Z", - "wordCount": 1707, - "title": "The Semantics of Jamstack" - }, - { - "id": "https://css-tricks.com/?p=354567", - "author": "Chris Coyier", - "description": "A single-serving website from Alexander Vishnyakov for testing if it’s valid to put any particular HTML element within another type of HTML element. Kinda neat to have a quick reference for this.\nSome combinations feel fairly obvious: can you put …\nThe post Can Include (a Certain HTML element within another Certain HTML Element) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://caninclude.glitch.me/", - "publishedOn": "2021-10-22T17:57:30.000Z", - "wordCount": 136, - "title": "Can Include (a Certain HTML element within another Certain HTML Element)" } ] }, @@ -169,7 +169,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. Let’s make November colorful!", "link": "https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/", "publishedOn": "2021-10-31T08:20:00.000Z", - "wordCount": 2377, + "wordCount": 2379, "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", @@ -183,7 +183,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": 2507, + "wordCount": 2505, "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", @@ -197,7 +197,7 @@ "description": "The wealth of data that Amazon holds can make a huge difference when you’re designing a product or hunting for a bargain. But, how can a developer get that data? Simple, by using a web scraper. Here’s how to build your data extraction bot with Node.js.", "link": "https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/", "publishedOn": "2021-10-28T11:00:00.000Z", - "wordCount": 3165, + "wordCount": 3177, "title": "How To Build An Amazon Product Scraper With Node.js", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/069a1796-0f8d-4936-bfc0-4aa988ef0594/building-amazon-product-scraper-nodejs.jpg", @@ -211,7 +211,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 researcher’s toolbox.", "link": "https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/", "publishedOn": "2021-10-27T10:00:00.000Z", - "wordCount": 3507, + "wordCount": 3505, "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", @@ -225,7 +225,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": 3024, + "wordCount": 3029, "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", @@ -239,7 +239,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. Let’s dive in.", "link": "https://smashingmagazine.com/2021/10/object-fit-background-size-css/", "publishedOn": "2021-10-25T13:00:00.000Z", - "wordCount": 2035, + "wordCount": 2034, "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", @@ -253,7 +253,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 we’ll 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": 4915, + "wordCount": 4928, "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", @@ -267,7 +267,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": 4639, + "wordCount": 4638, "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", @@ -281,7 +281,7 @@ "description": "The `prefers-reduced-motion` media query has excellent support in all modern browsers going back a couple of years. In this article, Michelle Barker explains why there’s no reason not to use it today to make your sites more accessible.", "link": "https://smashingmagazine.com/2021/10/respecting-users-motion-preferences/", "publishedOn": "2021-10-21T10:30:00.000Z", - "wordCount": 2884, + "wordCount": 2885, "title": "Respecting Users’ Motion Preferences", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/df53065e-5b99-4a67-ad0c-2cd67b07dc2a/respecting-users-motion-preferences.jpg", @@ -295,7 +295,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": 5042, + "wordCount": 5041, "title": "Building The SSG I’ve 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", @@ -309,7 +309,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": 2525, + "wordCount": 2524, "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", @@ -337,7 +337,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": 2128, + "wordCount": 2136, "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", @@ -351,7 +351,7 @@ "description": "In this article, we’ll 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": 2842, + "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", @@ -365,7 +365,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": 4021, + "wordCount": 4023, "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", @@ -379,7 +379,7 @@ "description": "Writing CSS has probably never been more fun and exciting than it is today. In this post we’ll 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 you’re interested, we’ve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [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": 3523, + "wordCount": 3526, "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", @@ -407,7 +407,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": 2343, + "wordCount": 2353, "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", @@ -435,7 +435,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": 3734, + "wordCount": 3742, "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 +463,7 @@ "description": "In this article, we’ll be building an interactive fiction experience in which a user can insert words that match parts of speech given by the content creator. Let’s go!", "link": "https://smashingmagazine.com/2021/10/static-first-madlib-generator-portable-text-netlify-builder-functions/", "publishedOn": "2021-10-08T10:00:00.000Z", - "wordCount": 7097, + "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", @@ -477,7 +477,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": 998, + "wordCount": 1007, "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", @@ -491,7 +491,7 @@ "description": "Debugging in CSS means figuring out what might be the problem when you have unexpected layout results. We’ll 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": 5479, + "wordCount": 5476, "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", @@ -505,7 +505,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": 1788, + "wordCount": 1795, "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", @@ -519,7 +519,7 @@ "description": "In this article, we’ll be looking at how to set up a gallery that is expandable as well as accessible with a few tips and tricks along the way. Let’s get started!", "link": "https://smashingmagazine.com/2021/10/build-expandable-accessible-gallery/", "publishedOn": "2021-10-04T10:00:00.000Z", - "wordCount": 2610, + "wordCount": 2609, "title": "How To Build An Expandable Accessible Gallery", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8271f985-0b13-4db2-afd6-3f6026272fc2/build-expandable-accessible-gallery.jpg", @@ -534,6 +534,69 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "613f3cba852f4307d372c7e0", + "author": null, + "description": "A GIF (Graphics Interchange Format) is a small animated image that you can share with your friends and family. And there are many ways to create them without downloading any software. In this article, I will show you how to use the Make a Gif  site, where you can create", + "link": "https://www.freecodecamp.org/news/how-to-make-a-gif-create-animated-gifs-without-downloading-software/", + "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" + }, + { + "id": "6176aeb3d48e1707b6d7b0ab", + "author": null, + "description": "The modern age of Web Development is incredible. We have a plethora of frameworks and libraries to help us work more efficiently, tons of quality resources to learn from, and numerous projects to inspire us. My decade-long journey as a web developer may not be very different from many of", + "link": "https://www.freecodecamp.org/news/how-to-improve-your-web-development-workflow/", + "publishedOn": "2021-11-01T15:47:31.000Z", + "wordCount": 1588, + "title": "How to Improve and Automate Your Web Development Workflow" + }, { "id": "61353325d6679a07b7d4318c", "author": null, @@ -560,69 +623,6 @@ "publishedOn": "2021-10-28T23:44:02.000Z", "wordCount": 2235, "title": "How to Secure Your React.js Application" - }, - { - "id": "615c49eb0d91c9077974ca38", - "author": null, - "description": "Diagnosing and resolving issues in Kubernetes can be quite challenging. Kubernetes, after all, is a complex system. Resolving problems even in small K8s clusters, nodes, and containers can be tricky, and it's often hard to identify and address issues. And an issue isn't even always easy to trace – it might", - "link": "https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting/", - "publishedOn": "2021-10-28T22:43:01.000Z", - "wordCount": 1398, - "title": "How to Simplify Kubernetes Troubleshooting" - }, - { - "id": "617a63cf33422e07df366730", - "author": null, - "description": "What is a decimal place value? What is the difference between whole and decimal numbers? In this quick guide, you'll learn the basics of the decimal place value and how it works. Let's get started! How number systems work Numbers are used for performing mathematical operations and for representing data", - "link": "https://www.freecodecamp.org/news/decimal-place-value-hundreds-thousandths-and-beyond/", - "publishedOn": "2021-10-28T18:58:52.000Z", - "wordCount": 956, - "title": "Decimal Place Value – Hundreds, Thousandths, and Beyond" - }, - { - "id": "61795dda33422e07df365779", - "author": null, - "description": "If you're a beginner to Python, chances are you've come across lists. But have you heard about sets in Python? In this tutorial, we'll explore what sets are, how to create them, and the different operations you can use on them. What are sets in Python?In Python, sets are", - "link": "https://www.freecodecamp.org/news/python-set-operations-explained-with-examples/", - "publishedOn": "2021-10-28T18:17:35.000Z", - "wordCount": 1547, - "title": "Python Sets – Explained with Examples" - }, - { - "id": "6178541d33422e07df364eba", - "author": null, - "description": "In this article, I will show you how I quickly set up and ran a Docker container for free on Oracle Cloud Infrastructure. In short, I used a VM in the Always Free Tier of OCI, and for a side project I set up a dockerised Postgres database. Let's get", - "link": "https://www.freecodecamp.org/news/run-a-postgres-docker-container-on-oracle-cloud-infrastructure/", - "publishedOn": "2021-10-28T15:33:00.000Z", - "wordCount": 1065, - "title": "How to Run a Postgres Docker Container on Oracle Cloud Infrastructure" - }, - { - "id": "61784ef033422e07df364e34", - "author": null, - "description": "Hi! If you speak Spanish and you want you learn HTML and CSS, you're in the right place. In this article, you will find a brief introduction to the basics of HTML and CSS. Then you will find a free 5-hour course on HTML and CSS on our Spanish YouTube", - "link": "https://www.freecodecamp.org/news/learn-html-and-css-in-spanish-course-for-beginners/", - "publishedOn": "2021-10-28T15:32:02.000Z", - "wordCount": 2399, - "title": "Learn HTML and CSS in Spanish – Course for Beginners" - }, - { - "id": "61728f9ed48e1707b6d79b46", - "author": null, - "description": "Many JavaScript frameworks use ES6 features. So to help you learn these handy features, I'll introduce you to them and then show you how to apply them in React.js. Here are the ES6 features we'll cover in this guide: ModulesDestructuringSpread OperatorArrow functionsTemplate LiteralsAll the examples we'll see here are", - "link": "https://www.freecodecamp.org/news/how-to-use-es6-javascript-features-in-react/", - "publishedOn": "2021-10-28T15:23:00.000Z", - "wordCount": 1695, - "title": "How to Use ES6 Features in React" - }, - { - "id": "61797e0833422e07df365c36", - "author": null, - "description": "Creating a game is a great way to improve your JavaScript skills. We just published a JavaScript tutorial on the freeCodeCamp.org YouTube channel that will teach you how to create a puzzle game that gets an image for the puzzle from your computer's camera. Radu Mariescu-Istodor developed this course.", - "link": "https://www.freecodecamp.org/news/javascript-project-create-a-puzzlecam-game/", - "publishedOn": "2021-10-28T13:40:10.000Z", - "wordCount": 12249, - "title": "JavaScript Project: Create a PuzzleCam Game" } ] } diff --git a/feed.atom b/feed.atom index 087ee1a..2f700bc 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,126 @@ - urn:2021-11-01T00:43:34.264Z + urn:2021-11-02T00:45:18.677Z osmos::feed - 2021-11-01T00:43:34.264Z + 2021-11-02T00:45:18.677Z osmosfeed 1.11.3 + + <![CDATA[Buttons vs. Links]]> + https://css-tricks.com/?p=354978 + + 2021-11-01T22:58:12.000Z + + + Chris Coyier + + + + <![CDATA[Have Single-Page Apps Ruined the Web? (“Transitional Apps”)]]> + https://css-tricks.com/?p=355034 + + 2021-11-01T21:43:10.000Z + + + Chris Coyier + + + + <![CDATA[How to Make a gif – Create Animated gifs Without Downloading Software]]> + 613f3cba852f4307d372c7e0 + + 2021-11-01T21:31:16.000Z + + + freeCodeCamp.org + + + + <![CDATA[C++ Vector – STD Pattern Vector in CPP with Example Code]]> + 617e651033422e07df36827a + + 2021-11-01T21:27:30.000Z + + + freeCodeCamp.org + + + + <![CDATA[Creating APIs with Python - Free 19-Hour Course]]> + 61804dde8bcfae07ca4dfbfd + + 2021-11-01T21:00:54.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Authenticate Users in Flask with Flask-Login]]> + 617a7da433422e07df3668f0 + + 2021-11-01T20:00:24.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Use Built-in Looping Functions in Python]]> + 6114cfae72231b077cdae432 + + 2021-11-01T18:34:42.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Use CodePen – A Beginner's Guide]]> + 6048a6f0a7946308b7685a2c + + 2021-11-01T15:47:46.000Z + + + freeCodeCamp.org + + + + <![CDATA[How to Improve and Automate Your Web Development Workflow]]> + 6176aeb3d48e1707b6d7b0ab + + 2021-11-01T15:47:31.000Z + + + freeCodeCamp.org + + + + <![CDATA[So, You Want to Build an @mention Autocomplete Feature?]]> + https://css-tricks.com/?p=354588 + + 2021-11-01T14:27:26.000Z + + + Sarah Dayan + + + + <![CDATA[CSS-ing Candy Ghost Buttons]]> + https://css-tricks.com/?p=354804 + + 2021-11-01T01:04:53.000Z + + + Ana Tudor + + <![CDATA[A Splash Of Color For Misty Days (November 2021 Desktop Wallpapers Edition)]]> https://smashingmagazine.com/2021/10/desktop-wallpaper-calendars-november-2021/ @@ -78,16 +194,6 @@ The post Create Your Own Automated Social Images With Resoc appeared first on CS freeCodeCamp.org - - <![CDATA[How to Simplify Kubernetes Troubleshooting]]> - 615c49eb0d91c9077974ca38 - - 2021-10-28T22:43:01.000Z - - - freeCodeCamp.org - - <![CDATA[Okhsv and Okhsl]]> https://css-tricks.com/?p=354922 @@ -99,26 +205,6 @@ The post Okhsv and Okhsl appeared first on CSS-Tricks. You can support CSS-Trick Chris Coyier - - <![CDATA[Decimal Place Value – Hundreds, Thousandths, and Beyond]]> - 617a63cf33422e07df366730 - - 2021-10-28T18:58:52.000Z - - - freeCodeCamp.org - - - - <![CDATA[Python Sets – Explained with Examples]]> - 61795dda33422e07df365779 - - 2021-10-28T18:17:35.000Z - - - freeCodeCamp.org - - <![CDATA[Vite + _____]]> https://css-tricks.com/?p=355166 @@ -130,36 +216,6 @@ The post Vite + _____ appeared first on CSS-Tricks. You can support CSS-Tricks b Chris Coyier - - <![CDATA[How to Run a Postgres Docker Container on Oracle Cloud Infrastructure]]> - 6178541d33422e07df364eba - - 2021-10-28T15:33:00.000Z - - - freeCodeCamp.org - - - - <![CDATA[Learn HTML and CSS in Spanish – Course for Beginners]]> - 61784ef033422e07df364e34 - - 2021-10-28T15:32:02.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Use ES6 Features in React]]> - 61728f9ed48e1707b6d79b46 - - 2021-10-28T15:23:00.000Z - - - freeCodeCamp.org - - <![CDATA[Merge Conflicts: What They Are and How to Deal with Them​]]> https://css-tricks.com/?p=354389 @@ -183,16 +239,6 @@ The post Building an Angular Data Grid With Filtering appeared first on CSS-Tric Geoff Graham - - <![CDATA[JavaScript Project: Create a PuzzleCam Game]]> - 61797e0833422e07df365c36 - - 2021-10-28T13:40:10.000Z - - - freeCodeCamp.org - - <![CDATA[How To Build An Amazon Product Scraper With Node.js]]> https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/ @@ -272,18 +318,6 @@ The post In-Page Filtered Search With Vanilla JavaScript appeared first on CSS-T Hilman Ramadhan - - <![CDATA[Userwell is for Managing Customer Feedback]]> - https://css-tricks.com/?p=353621 - - 2021-10-26T14:10:05.000Z - - - Chris Coyier - - <![CDATA[Optimizing Next.js Applications With Nx]]> https://smashingmagazine.com/2021/10/optimizing-nextjs-applications-nx/ @@ -294,28 +328,6 @@ The post Userwell is for Managing Customer Feedback appeared first on CSS-Tricks hello@smashingmagazine.com (Melvin Kosisochukwu) - - <![CDATA[The Greatest CSS Tricks Vol. I eBook (PDF and EPUB)]]> - https://css-tricks.com/?p=353728 - - 2021-10-25T19:25:17.000Z - - - Chris Coyier - - - - <![CDATA[The Semantics of Jamstack]]> - https://css-tricks.com/?p=353496 - - 2021-10-25T14:20:08.000Z - - - Mike Neumegen - - <![CDATA[A Deep Dive Into object-fit And background-size In CSS]]> https://smashingmagazine.com/2021/10/object-fit-background-size-css/ @@ -336,18 +348,6 @@ The post The Semantics of Jamstack appeared first on CSS-Tricks. You can support hello@smashingmagazine.com (Joel Olawanle) - - <![CDATA[Can Include (a Certain HTML element within another Certain HTML Element)]]> - https://css-tricks.com/?p=354567 - - 2021-10-22T17:57:30.000Z - - - Chris Coyier - - <![CDATA[How To Build A Real-Time Multi-User Game From Scratch]]> https://smashingmagazine.com/2021/10/real-time-multi-user-game/ diff --git a/index.html b/index.html index 119036c..f13a8b6 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,150 @@ +
+

+ +

  • @@ -388,19 +455,6 @@ The post In-Page Filtered Search With Vanilla JavaScript appeared first on CSS-T -
  • @@ -425,36 +479,6 @@ The post Userwell is for Managing Customer Feedback appeared first on CSS-Tricks