mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
deploy: 1f5684a2ae
This commit is contained in:
parent
d6a6368068
commit
03fbd3217c
3 changed files with 460 additions and 464 deletions
296
cache.json
296
cache.json
|
|
@ -21,13 +21,49 @@
|
|||
"feedUrl": "https://css-tricks.com/feed/",
|
||||
"siteUrl": "https://css-tricks.com",
|
||||
"articles": [
|
||||
{
|
||||
"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/",
|
||||
"publishedOn": "2021-10-28T20:20:07.000Z",
|
||||
"wordCount": 5616,
|
||||
"title": "Okhsv and Okhsl"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=355166",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Vite, “Next Generation Frontend Tooling” from Evan You, has been capturing a lot of attention. I’ve heard rave reviews from developers, even in private chats (you gotta try this!). Being from Evan, Vite works great with Vue, …\nThe post Vite + _____ appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/vite-plus-blank/",
|
||||
"publishedOn": "2021-10-28T18:07:21.000Z",
|
||||
"wordCount": 553,
|
||||
"title": "Vite + _____"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=354389",
|
||||
"author": "Tobias Günther",
|
||||
"description": "Merge conflicts... Nobody likes them. Some of us even fear them. But they are a fact of life when you're working with Git, especially when you're teaming up with other developers. In most cases, merge conflicts aren't as scary as you might think. In this fourth part of our “Advanced Git” series we'll talk about when they can happen, what they actually are, and how to solve them.\nThe post Merge Conflicts: What They Are and How to Deal with Them appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them/",
|
||||
"publishedOn": "2021-10-28T14:07:12.000Z",
|
||||
"wordCount": 1996,
|
||||
"title": "Merge Conflicts: What They Are and How to Deal with Them"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=354782",
|
||||
"author": "Geoff Graham",
|
||||
"description": "(This is a sponsored post.)\nKendo UI makes it possible to go from a basic idea to a full-fledged app, thanks to a massive component library. We’re talking well over 100 components that are ready for you to drop …\nThe post Building an Angular Data Grid With Filtering appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/building-an-angular-data-grid-with-filtering/",
|
||||
"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": 545,
|
||||
"wordCount": 587,
|
||||
"title": "Sticky Definition Lists"
|
||||
},
|
||||
{
|
||||
|
|
@ -36,7 +72,7 @@
|
|||
"description": "A look from Christian Kozalla on the <dialog> HTML element and using it to create a nice-looking and accessible modal. \nCodePen Embed Fallback\nI’m attracted to the <dialog> element as it’s one of those “you get a lot for free” …\nThe post How to Implement and Style the Dialog Element appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/how-to-implement-and-style-the-dialog-element/",
|
||||
"publishedOn": "2021-10-27T20:17:48.000Z",
|
||||
"wordCount": 578,
|
||||
"wordCount": 1053,
|
||||
"title": "How to Implement and Style the Dialog Element"
|
||||
},
|
||||
{
|
||||
|
|
@ -54,7 +90,7 @@
|
|||
"description": "We’ve covered URL schemes: \nA URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!\nI’d call it non-trivial, but developers can register new …\nThe post On Browser-Specific URL Schemes appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/on-browser-specific-url-schemes/",
|
||||
"publishedOn": "2021-10-26T20:06:29.000Z",
|
||||
"wordCount": 1296,
|
||||
"wordCount": 1355,
|
||||
"title": "On Browser-Specific URL Schemes"
|
||||
},
|
||||
{
|
||||
|
|
@ -63,7 +99,7 @@
|
|||
"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": 1806,
|
||||
"wordCount": 1874,
|
||||
"title": "In-Page Filtered Search With Vanilla JavaScript"
|
||||
},
|
||||
{
|
||||
|
|
@ -119,42 +155,6 @@
|
|||
"publishedOn": "2021-10-21T22:14:21.000Z",
|
||||
"wordCount": 575,
|
||||
"title": "What if… you could use Visual Studio Code as the editor of in-browser Developer Tools?"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=353318",
|
||||
"author": "Chris Coyier",
|
||||
"description": "(This is a sponsored post.)\nI only half-jokingly refer to the CSS-in-JS world as CSS-in-React. Many of the libraries listed below theoretically work in non-React situations — they generally call that “framework-agnostic”) — but I’d guess the vast majority …\nThe post The CSS-in-React Landscape appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/the-css-in-react-landscape/",
|
||||
"publishedOn": "2021-10-21T22:13:57.000Z",
|
||||
"wordCount": 1579,
|
||||
"title": "The CSS-in-React Landscape"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=353128",
|
||||
"author": "Monica Powell",
|
||||
"description": "We’re going to create a contact form with Next.js and Netlify that displays a confirmation screen and features enhanced spam detection.\nNext.js is a powerful React framework for developing performant React applications that scale. By integrating a Next.js site with …\nThe post How to Create a Contact Form With Next.js and Netlify appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/how-to-create-a-contact-form-with-next-js-and-netlify/",
|
||||
"publishedOn": "2021-10-21T14:26:03.000Z",
|
||||
"wordCount": 1711,
|
||||
"title": "How to Create a Contact Form With Next.js and Netlify"
|
||||
},
|
||||
{
|
||||
"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 you’re 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 aren’t 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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -163,13 +163,27 @@
|
|||
"feedUrl": "https://www.smashingmagazine.com/feed/",
|
||||
"siteUrl": "https://www.smashingmagazine.com/",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/",
|
||||
"author": "hello@smashingmagazine.com (Robert Sfichi)",
|
||||
"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": 3161,
|
||||
"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",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/10/eye-tracking-mobile-ux-research/",
|
||||
"author": "hello@smashingmagazine.com (Mariana Macedo)",
|
||||
"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": 3509,
|
||||
"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",
|
||||
|
|
@ -183,7 +197,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": 3028,
|
||||
"wordCount": 3038,
|
||||
"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",
|
||||
|
|
@ -197,7 +211,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": 2034,
|
||||
"wordCount": 2037,
|
||||
"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",
|
||||
|
|
@ -211,7 +225,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": 4914,
|
||||
"wordCount": 4922,
|
||||
"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",
|
||||
|
|
@ -225,7 +239,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": 4626,
|
||||
"wordCount": 4639,
|
||||
"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",
|
||||
|
|
@ -239,7 +253,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": 2882,
|
||||
"wordCount": 2881,
|
||||
"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",
|
||||
|
|
@ -253,7 +267,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": 5046,
|
||||
"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",
|
||||
|
|
@ -267,7 +281,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": 2541,
|
||||
"wordCount": 2535,
|
||||
"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",
|
||||
|
|
@ -295,7 +309,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": 2134,
|
||||
"wordCount": 2143,
|
||||
"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",
|
||||
|
|
@ -309,7 +323,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": 2846,
|
||||
"wordCount": 2850,
|
||||
"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",
|
||||
|
|
@ -323,7 +337,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": 4022,
|
||||
"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",
|
||||
|
|
@ -337,7 +351,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": 3522,
|
||||
"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",
|
||||
|
|
@ -365,7 +379,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": 2342,
|
||||
"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",
|
||||
|
|
@ -393,7 +407,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": 3728,
|
||||
"wordCount": 3732,
|
||||
"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",
|
||||
|
|
@ -407,7 +421,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": 2817,
|
||||
"wordCount": 2819,
|
||||
"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",
|
||||
|
|
@ -421,7 +435,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": 7095,
|
||||
"wordCount": 7101,
|
||||
"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",
|
||||
|
|
@ -435,7 +449,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": 1000,
|
||||
"wordCount": 1001,
|
||||
"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",
|
||||
|
|
@ -449,7 +463,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": 5476,
|
||||
"wordCount": 5477,
|
||||
"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",
|
||||
|
|
@ -463,7 +477,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": 1798,
|
||||
"wordCount": 1786,
|
||||
"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",
|
||||
|
|
@ -477,7 +491,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": 2613,
|
||||
"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",
|
||||
|
|
@ -491,7 +505,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": 4897,
|
||||
"wordCount": 4898,
|
||||
"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",
|
||||
|
|
@ -505,27 +519,13 @@
|
|||
"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": 2483,
|
||||
"wordCount": 2479,
|
||||
"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",
|
||||
"length": "0",
|
||||
"type": "image/png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/09/modern-image-formats-avif-webp/",
|
||||
"author": "hello@smashingmagazine.com (Addy Osmani)",
|
||||
"description": "In this article, we’ll 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. We’ll compare what’s 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": 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",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -534,6 +534,78 @@
|
|||
"feedUrl": "https://www.freecodecamp.org/news/rss/",
|
||||
"siteUrl": "https://www.freecodecamp.org/news",
|
||||
"articles": [
|
||||
{
|
||||
"id": "617a55f533422e07df366544",
|
||||
"author": null,
|
||||
"description": "React.js is a scalable open-source JavaScript library and is one of the most commonly used front-end frameworks out there today. It's dynamic and is easy to get started with if you want to create interactive web applications with reusable components. There are lots of reasons to use React.js",
|
||||
"link": "https://www.freecodecamp.org/news/best-practices-for-security-of-your-react-js-application/",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "61772e2833422e07df36437b",
|
||||
"author": null,
|
||||
|
|
@ -551,78 +623,6 @@
|
|||
"publishedOn": "2021-10-27T20:30:15.000Z",
|
||||
"wordCount": 709,
|
||||
"title": "What Items Should Be Configurable in an Application?"
|
||||
},
|
||||
{
|
||||
"id": "617440c7d48e1707b6d7a054",
|
||||
"author": null,
|
||||
"description": "Whether you decide to take Andrew Ng’s Machine Learning and Deep Learning course on YouTube or any Data Science bootcamp, you will need a certain degree of mathematical and statistical knowledge. This will not only help you understand basic ML/DS concepts, but it will also help you make",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-prepare-for-googles-machine-learning-data-science-course/",
|
||||
"publishedOn": "2021-10-27T20:03:29.000Z",
|
||||
"wordCount": 1631,
|
||||
"title": "What to Know Before Taking Google's Machine Learning or Data Science Course"
|
||||
},
|
||||
{
|
||||
"id": "615d55910d91c9077974d3e8",
|
||||
"author": null,
|
||||
"description": "There are a few ways to record your phone calls on your iPhone. But it is really important that you ask for the other caller's permission first before making a recording. Is there a built in recording option? There is no built in option on iPhone to record your phone",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-record-a-phone-call-on-iphone/",
|
||||
"publishedOn": "2021-10-27T18:35:31.000Z",
|
||||
"wordCount": 639,
|
||||
"title": "How to Record a Phone Call on iPhone"
|
||||
},
|
||||
{
|
||||
"id": "6179723c33422e07df365a14",
|
||||
"author": null,
|
||||
"description": "React is one of the most popular front-end frameworks for JavaScript. We just published another React course on the freeCodeCamp.org YouTube channel that will teach you how to use React by building an e-Commerce application with class components. The course covers topics such as component basics, rendering various items",
|
||||
"link": "https://www.freecodecamp.org/news/learn-react-by-building-an-ecommerce-site/",
|
||||
"publishedOn": "2021-10-27T15:43:42.000Z",
|
||||
"wordCount": 352,
|
||||
"title": "Learn React by Building an eCommerce Site"
|
||||
},
|
||||
{
|
||||
"id": "617836d333422e07df364bdd",
|
||||
"author": null,
|
||||
"description": "You may have heard the terms descending and ascending order before, but what do they actually mean? This article explains in plain English the basic differences between those two terms and gives an analogy that may help you distinguish one from the other. What is descending order? When a series",
|
||||
"link": "https://www.freecodecamp.org/news/descending-order-vs-ascending-order-what-does-it-mean/",
|
||||
"publishedOn": "2021-10-27T15:21:30.000Z",
|
||||
"wordCount": 724,
|
||||
"title": "Descending Order VS Ascending Order – What Does it Mean?"
|
||||
},
|
||||
{
|
||||
"id": "615d55d10d91c9077974d400",
|
||||
"author": null,
|
||||
"description": "When FaceTime came out in 2010, it became a popular way for friends and family to connect over live video. But when FaceTime is not working, it can be a frustrating experience. In this article, I will provide some reasons why FaceTime might not be working and tips on how",
|
||||
"link": "https://www.freecodecamp.org/news/why-is-my-facetime-not-working/",
|
||||
"publishedOn": "2021-10-27T15:10:30.000Z",
|
||||
"wordCount": 882,
|
||||
"title": "Why is my FaceTime Not Working?"
|
||||
},
|
||||
{
|
||||
"id": "61769fd2d48e1707b6d7afc5",
|
||||
"author": null,
|
||||
"description": "Flowbite is an open-source library of web components built with the utility-first classes from Tailwind CSS. It also includes interactive elements such as dropdowns, modals, datepickers. Tailwind CSS is a framework that I've been using a lot lately in my web-related projects because of how fast it is to build",
|
||||
"link": "https://www.freecodecamp.org/news/tailwind-css-components-flowbite/",
|
||||
"publishedOn": "2021-10-27T00:53:05.000Z",
|
||||
"wordCount": 1368,
|
||||
"title": "Tailwind CSS Components Tutorial – How to get started with Flowbite"
|
||||
},
|
||||
{
|
||||
"id": "613711a5d6679a07b7d43dce",
|
||||
"author": null,
|
||||
"description": "When you're programming, there are times when you'll want the values of certain variables to remain unchanged. In the C language, you'll likely define them as constants. You can define constants in C in a few different ways. In this tutorial, you'll learn how to use #define and the const",
|
||||
"link": "https://www.freecodecamp.org/news/constants-in-c-explained-how-to-use-define-and-const-keyword/",
|
||||
"publishedOn": "2021-10-26T21:13:20.000Z",
|
||||
"wordCount": 1092,
|
||||
"title": "Constants in C Explained – How to Use #define and the const Qualifier to Define Constants"
|
||||
},
|
||||
{
|
||||
"id": "616fcad6d48e1707b6d78874",
|
||||
"author": null,
|
||||
"description": "Security is an extremely important aspect of software development, server management, and application development these days. And if you use Linux, you're in luck – it comes with an excellent feature called SE Linux that helps you add an additional layer of security. What is SE Linux?SE Linux was developed",
|
||||
"link": "https://www.freecodecamp.org/news/securing-linux-servers-with-se-linux/",
|
||||
"publishedOn": "2021-10-26T17:33:34.000Z",
|
||||
"wordCount": 866,
|
||||
"title": "How to Secure Linux Servers with SE Linux"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
276
feed.atom
276
feed.atom
|
|
@ -1,10 +1,145 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>urn:2021-10-28T00:41:23.599Z</id>
|
||||
<id>urn:2021-10-29T00:39:49.859Z</id>
|
||||
<title>osmos::feed</title>
|
||||
<updated>2021-10-28T00:41:23.599Z</updated>
|
||||
<updated>2021-10-29T00:39:49.859Z</updated>
|
||||
<generator>osmosfeed 1.11.3</generator>
|
||||
<link rel="alternate" href="index.html"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Secure Your React.js Application]]></title>
|
||||
<id>617a55f533422e07df366544</id>
|
||||
<link href="https://www.freecodecamp.org/news/best-practices-for-security-of-your-react-js-application/"/>
|
||||
<updated>2021-10-28T23:44:02.000Z</updated>
|
||||
<summary type="html"><![CDATA[React.js is a scalable open-source JavaScript library and is one of the most commonly used front-end frameworks out there today. It's dynamic and is easy to get started with if you want to create interactive web applications with reusable components. There are lots of reasons to use React.js]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Simplify Kubernetes Troubleshooting]]></title>
|
||||
<id>615c49eb0d91c9077974ca38</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting/"/>
|
||||
<updated>2021-10-28T22:43:01.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<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/"/>
|
||||
<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>
|
||||
<author>
|
||||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Decimal Place Value – Hundreds, Thousandths, and Beyond]]></title>
|
||||
<id>617a63cf33422e07df366730</id>
|
||||
<link href="https://www.freecodecamp.org/news/decimal-place-value-hundreds-thousandths-and-beyond/"/>
|
||||
<updated>2021-10-28T18:58:52.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Python Sets – Explained with Examples]]></title>
|
||||
<id>61795dda33422e07df365779</id>
|
||||
<link href="https://www.freecodecamp.org/news/python-set-operations-explained-with-examples/"/>
|
||||
<updated>2021-10-28T18:17:35.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Vite + _____]]></title>
|
||||
<id>https://css-tricks.com/?p=355166</id>
|
||||
<link href="https://css-tricks.com/vite-plus-blank/"/>
|
||||
<updated>2021-10-28T18:07:21.000Z</updated>
|
||||
<summary type="html"><![CDATA[Vite, “Next Generation Frontend Tooling” from Evan You, has been capturing a lot of attention. I’ve heard rave reviews from developers, even in private chats (you gotta try this!). Being from Evan, Vite works great with Vue, …
|
||||
The post Vite + _____ 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[How to Run a Postgres Docker Container on Oracle Cloud Infrastructure]]></title>
|
||||
<id>6178541d33422e07df364eba</id>
|
||||
<link href="https://www.freecodecamp.org/news/run-a-postgres-docker-container-on-oracle-cloud-infrastructure/"/>
|
||||
<updated>2021-10-28T15:33:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Learn HTML and CSS in Spanish – Course for Beginners]]></title>
|
||||
<id>61784ef033422e07df364e34</id>
|
||||
<link href="https://www.freecodecamp.org/news/learn-html-and-css-in-spanish-course-for-beginners/"/>
|
||||
<updated>2021-10-28T15:32:02.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Use ES6 Features in React]]></title>
|
||||
<id>61728f9ed48e1707b6d79b46</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-use-es6-javascript-features-in-react/"/>
|
||||
<updated>2021-10-28T15:23:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Merge Conflicts: What They Are and How to Deal with Them]]></title>
|
||||
<id>https://css-tricks.com/?p=354389</id>
|
||||
<link href="https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them/"/>
|
||||
<updated>2021-10-28T14:07:12.000Z</updated>
|
||||
<summary type="html"><![CDATA[Merge conflicts... Nobody likes them. Some of us even fear them. But they are a fact of life when you're working with Git, especially when you're teaming up with other developers. In most cases, merge conflicts aren't as scary as you might think. In this fourth part of our “Advanced Git” series we'll talk about when they can happen, what they actually are, and how to solve them.
|
||||
The post Merge Conflicts: What They Are and How to Deal with Them 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[Building an Angular Data Grid With Filtering]]></title>
|
||||
<id>https://css-tricks.com/?p=354782</id>
|
||||
<link href="https://css-tricks.com/building-an-angular-data-grid-with-filtering/"/>
|
||||
<updated>2021-10-28T14:03:11.000Z</updated>
|
||||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||||
Kendo UI makes it possible to go from a basic idea to a full-fledged app, thanks to a massive component library. We’re talking well over 100 components that are ready for you to drop …
|
||||
The post Building an Angular Data Grid With Filtering appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Geoff Graham</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[JavaScript Project: Create a PuzzleCam Game]]></title>
|
||||
<id>61797e0833422e07df365c36</id>
|
||||
<link href="https://www.freecodecamp.org/news/javascript-project-create-a-puzzlecam-game/"/>
|
||||
<updated>2021-10-28T13:40:10.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How To Build An Amazon Product Scraper With Node.js]]></title>
|
||||
<id>https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/</id>
|
||||
<link href="https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/"/>
|
||||
<updated>2021-10-28T11:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<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>
|
||||
|
|
@ -49,56 +184,6 @@ The post How to Implement and Style the Dialog Element appeared first on CSS-Tri
|
|||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What to Know Before Taking Google's Machine Learning or Data Science Course]]></title>
|
||||
<id>617440c7d48e1707b6d7a054</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-prepare-for-googles-machine-learning-data-science-course/"/>
|
||||
<updated>2021-10-27T20:03:29.000Z</updated>
|
||||
<summary type="html"><![CDATA[Whether you decide to take Andrew Ng’s Machine Learning and Deep Learning course on YouTube or any Data Science bootcamp, you will need a certain degree of mathematical and statistical knowledge. This will not only help you understand basic ML/DS concepts, but it will also help you make]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Record a Phone Call on iPhone]]></title>
|
||||
<id>615d55910d91c9077974d3e8</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-record-a-phone-call-on-iphone/"/>
|
||||
<updated>2021-10-27T18:35:31.000Z</updated>
|
||||
<summary type="html"><![CDATA[There are a few ways to record your phone calls on your iPhone. But it is really important that you ask for the other caller's permission first before making a recording. Is there a built in recording option? There is no built in option on iPhone to record your phone]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Learn React by Building an eCommerce Site]]></title>
|
||||
<id>6179723c33422e07df365a14</id>
|
||||
<link href="https://www.freecodecamp.org/news/learn-react-by-building-an-ecommerce-site/"/>
|
||||
<updated>2021-10-27T15:43:42.000Z</updated>
|
||||
<summary type="html"><![CDATA[React is one of the most popular front-end frameworks for JavaScript. We just published another React course on the freeCodeCamp.org YouTube channel that will teach you how to use React by building an e-Commerce application with class components. The course covers topics such as component basics, rendering various items]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Descending Order VS Ascending Order – What Does it Mean?]]></title>
|
||||
<id>617836d333422e07df364bdd</id>
|
||||
<link href="https://www.freecodecamp.org/news/descending-order-vs-ascending-order-what-does-it-mean/"/>
|
||||
<updated>2021-10-27T15:21:30.000Z</updated>
|
||||
<summary type="html"><![CDATA[You may have heard the terms descending and ascending order before, but what do they actually mean? This article explains in plain English the basic differences between those two terms and gives an analogy that may help you distinguish one from the other. What is descending order? When a series]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Why is my FaceTime Not Working?]]></title>
|
||||
<id>615d55d10d91c9077974d400</id>
|
||||
<link href="https://www.freecodecamp.org/news/why-is-my-facetime-not-working/"/>
|
||||
<updated>2021-10-27T15:10:30.000Z</updated>
|
||||
<summary type="html"><![CDATA[When FaceTime came out in 2010, it became a popular way for friends and family to connect over live video. But when FaceTime is not working, it can be a frustrating experience. In this article, I will provide some reasons why FaceTime might not be working and tips on how]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Testing Vue Components With Cypress]]></title>
|
||||
<id>https://css-tricks.com/?p=353842</id>
|
||||
|
|
@ -120,26 +205,6 @@ The post Testing Vue Components With Cypress appeared first on CSS-Tricks. You c
|
|||
<name>hello@smashingmagazine.com (Mariana Macedo)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Tailwind CSS Components Tutorial – How to get started with Flowbite]]></title>
|
||||
<id>61769fd2d48e1707b6d7afc5</id>
|
||||
<link href="https://www.freecodecamp.org/news/tailwind-css-components-flowbite/"/>
|
||||
<updated>2021-10-27T00:53:05.000Z</updated>
|
||||
<summary type="html"><![CDATA[Flowbite is an open-source library of web components built with the utility-first classes from Tailwind CSS. It also includes interactive elements such as dropdowns, modals, datepickers. Tailwind CSS is a framework that I've been using a lot lately in my web-related projects because of how fast it is to build]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Constants in C Explained – How to Use #define and the const Qualifier to Define Constants]]></title>
|
||||
<id>613711a5d6679a07b7d43dce</id>
|
||||
<link href="https://www.freecodecamp.org/news/constants-in-c-explained-how-to-use-define-and-const-keyword/"/>
|
||||
<updated>2021-10-26T21:13:20.000Z</updated>
|
||||
<summary type="html"><![CDATA[When you're programming, there are times when you'll want the values of certain variables to remain unchanged. In the C language, you'll likely define them as constants. You can define constants in C in a few different ways. In this tutorial, you'll learn how to use #define and the const]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[On Browser-Specific URL Schemes]]></title>
|
||||
<id>https://css-tricks.com/?p=354365</id>
|
||||
|
|
@ -153,16 +218,6 @@ The post On Browser-Specific URL Schemes appeared first on CSS-Tricks. You can s
|
|||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Secure Linux Servers with SE Linux]]></title>
|
||||
<id>616fcad6d48e1707b6d78874</id>
|
||||
<link href="https://www.freecodecamp.org/news/securing-linux-servers-with-se-linux/"/>
|
||||
<updated>2021-10-26T17:33:34.000Z</updated>
|
||||
<summary type="html"><![CDATA[Security is an extremely important aspect of software development, server management, and application development these days. And if you use Linux, you're in luck – it comes with an excellent feature called SE Linux that helps you add an additional layer of security. What is SE Linux?SE Linux was developed]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[In-Page Filtered Search With Vanilla JavaScript]]></title>
|
||||
<id>https://css-tricks.com/?p=353747</id>
|
||||
|
|
@ -288,30 +343,6 @@ The post What if… you could use Visual Studio Code as the editor of in-browser
|
|||
<name>Geoff Graham</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[The CSS-in-React Landscape]]></title>
|
||||
<id>https://css-tricks.com/?p=353318</id>
|
||||
<link href="https://css-tricks.com/the-css-in-react-landscape/"/>
|
||||
<updated>2021-10-21T22:13:57.000Z</updated>
|
||||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||||
I only half-jokingly refer to the CSS-in-JS world as CSS-in-React. Many of the libraries listed below theoretically work in non-React situations — they generally call that “framework-agnostic”) — but I’d guess the vast majority …
|
||||
The post The CSS-in-React Landscape 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[How to Create a Contact Form With Next.js and Netlify]]></title>
|
||||
<id>https://css-tricks.com/?p=353128</id>
|
||||
<link href="https://css-tricks.com/how-to-create-a-contact-form-with-next-js-and-netlify/"/>
|
||||
<updated>2021-10-21T14:26:03.000Z</updated>
|
||||
<summary type="html"><![CDATA[We’re going to create a contact form with Next.js and Netlify that displays a confirmation screen and features enhanced spam detection.
|
||||
Next.js is a powerful React framework for developing performant React applications that scale. By integrating a Next.js site with …
|
||||
The post How to Create a Contact Form With Next.js and Netlify appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Monica Powell</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Respecting Users’ Motion Preferences]]></title>
|
||||
<id>https://smashingmagazine.com/2021/10/respecting-users-motion-preferences/</id>
|
||||
|
|
@ -322,29 +353,6 @@ The post How to Create a Contact Form With Next.js and Netlify appeared first on
|
|||
<name>hello@smashingmagazine.com (Michelle Barker)</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[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 you’re 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 aren’t 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 I’ve Always Wanted: An 11ty, Vite And JAM Sandwich]]></title>
|
||||
<id>https://smashingmagazine.com/2021/10/building-ssg-11ty-vite-jam-sandwich/</id>
|
||||
|
|
@ -547,14 +555,4 @@ Thank you: @hirdot]]></summary>
|
|||
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Using Modern Image Formats: AVIF And WebP]]></title>
|
||||
<id>https://smashingmagazine.com/2021/09/modern-image-formats-avif-webp/</id>
|
||||
<link href="https://smashingmagazine.com/2021/09/modern-image-formats-avif-webp/"/>
|
||||
<updated>2021-09-29T08:25:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[In this article, we’ll 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. We’ll compare what’s possible at high-quality, low-quality and file-size targets.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Addy Osmani)</name>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
352
index.html
352
index.html
|
|
@ -15,6 +15,177 @@
|
|||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-10-28">2021-10-28</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">Okhsv and Okhsl</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://bottosson.github.io/posts/colorpicker/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(19 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>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Vite + _____</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/vite-plus-blank/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>Vite, “Next Generation Frontend Tooling” from Evan You, has been capturing a lot of attention. I’ve heard rave reviews from developers, even in private chats (you gotta try this!). Being from Evan, Vite works great with Vue, …
|
||||
The post Vite + _____ 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">Merge Conflicts: What They Are and How to Deal with Them</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/merge-conflicts-what-they-are-and-how-to-deal-with-them/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>Merge conflicts... Nobody likes them. Some of us even fear them. But they are a fact of life when you're working with Git, especially when you're teaming up with other developers. In most cases, merge conflicts aren't as scary as you might think. In this fourth part of our “Advanced Git” series we'll talk about when they can happen, what they actually are, and how to solve them.
|
||||
The post Merge Conflicts: What They Are and How to Deal with Them 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">Building an Angular Data Grid With Filtering</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/building-an-angular-data-grid-with-filtering/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>(This is a sponsored post.)
|
||||
Kendo UI makes it possible to go from a basic idea to a full-fledged app, thanks to a massive component library. We’re talking well over 100 components that are ready for you to drop …
|
||||
The post Building an Angular Data Grid With Filtering 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">How to Secure Your React.js Application</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/best-practices-for-security-of-your-react-js-application/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>React.js is a scalable open-source JavaScript library and is one of the most commonly used front-end frameworks out there today. It's dynamic and is easy to get started with if you want to create interactive web applications with reusable components. There are lots of reasons to use React.js</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Simplify Kubernetes Troubleshooting</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-simplify-kubernetes-troubleshooting/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Decimal Place Value – Hundreds, Thousandths, and Beyond</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/decimal-place-value-hundreds-thousandths-and-beyond/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Python Sets – Explained with Examples</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-set-operations-explained-with-examples/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Run a Postgres Docker Container on Oracle Cloud Infrastructure</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/run-a-postgres-docker-container-on-oracle-cloud-infrastructure/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Learn HTML and CSS in Spanish – Course for Beginners</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-html-and-css-in-spanish-course-for-beginners/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(8 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Use ES6 Features in React</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-es6-javascript-features-in-react/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>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</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">JavaScript Project: Create a PuzzleCam Game</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-project-create-a-puzzlecam-game/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(41 min)</span>
|
||||
<span>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.</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">How To Build An Amazon Product Scraper With Node.js</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-amazon-product-scraper-nodejs/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(11 min)</span>
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-10-27">2021-10-27</time></h2>
|
||||
<ul class="sources card">
|
||||
|
|
@ -39,7 +210,7 @@ The post Sticky Definition Lists appeared first on CSS-Tricks. You can support C
|
|||
<summary class="article-expander__title">How to Implement and Style the Dialog Element</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-implement-and-style-the-dialog-element/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>A look from Christian Kozalla on the HTML element and using it to create a nice-looking and accessible modal.
|
||||
CodePen Embed Fallback
|
||||
I’m attracted to the element as it’s one of those “you get a lot for free” …
|
||||
|
|
@ -88,72 +259,6 @@ The post Testing Vue Components With Cypress appeared first on CSS-Tricks. You c
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What to Know Before Taking Google's Machine Learning or Data Science Course</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-prepare-for-googles-machine-learning-data-science-course/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>Whether you decide to take Andrew Ng’s Machine Learning and Deep Learning course on YouTube or any Data Science bootcamp, you will need a certain degree of mathematical and statistical knowledge. This will not only help you understand basic ML/DS concepts, but it will also help you make</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Record a Phone Call on iPhone</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-record-a-phone-call-on-iphone/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>There are a few ways to record your phone calls on your iPhone. But it is really important that you ask for the other caller's permission first before making a recording. Is there a built in recording option? There is no built in option on iPhone to record your phone</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Learn React by Building an eCommerce Site</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-react-by-building-an-ecommerce-site/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(1 min)</span>
|
||||
<span>React is one of the most popular front-end frameworks for JavaScript. We just published another React course on the freeCodeCamp.org YouTube channel that will teach you how to use React by building an e-Commerce application with class components. The course covers topics such as component basics, rendering various items</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Descending Order VS Ascending Order – What Does it Mean?</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/descending-order-vs-ascending-order-what-does-it-mean/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>You may have heard the terms descending and ascending order before, but what do they actually mean? This article explains in plain English the basic differences between those two terms and gives an analogy that may help you distinguish one from the other. What is descending order? When a series</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Why is my FaceTime Not Working?</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/why-is-my-facetime-not-working/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>When FaceTime came out in 2010, it became a popular way for friends and family to connect over live video. But when FaceTime is not working, it can be a frustrating experience. In this article, I will provide some reasons why FaceTime might not be working and tips on how</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Tailwind CSS Components Tutorial – How to get started with Flowbite</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/tailwind-css-components-flowbite/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>Flowbite is an open-source library of web components built with the utility-first classes from Tailwind CSS. It also includes interactive elements such as dropdowns, modals, datepickers. Tailwind CSS is a framework that I've been using a lot lately in my web-related projects because of how fast it is to build</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
|
|
@ -187,7 +292,7 @@ The post Testing Vue Components With Cypress appeared first on CSS-Tricks. You c
|
|||
<summary class="article-expander__title">On Browser-Specific URL Schemes</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/on-browser-specific-url-schemes/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>We’ve covered URL schemes:
|
||||
A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!
|
||||
I’d call it non-trivial, but developers can register new …
|
||||
|
|
@ -223,34 +328,6 @@ The post Userwell is for Managing Customer Feedback appeared first on CSS-Tricks
|
|||
</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">Constants in C Explained – How to Use #define and the const Qualifier to Define Constants</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/constants-in-c-explained-how-to-use-define-and-const-keyword/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>When you're programming, there are times when you'll want the values of certain variables to remain unchanged. In the C language, you'll likely define them as constants. You can define constants in C in a few different ways. In this tutorial, you'll learn how to use #define and the const</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Secure Linux Servers with SE Linux</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/securing-linux-servers-with-se-linux/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>Security is an extremely important aspect of software development, server management, and application development these days. And if you use Linux, you're in luck – it comes with an excellent feature called SE Linux that helps you add an additional layer of security. What is SE Linux?SE Linux was developed</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>
|
||||
|
|
@ -422,32 +499,6 @@ The post What if… you could use Visual Studio Code as the editor of in-browser
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">The CSS-in-React Landscape</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/the-css-in-react-landscape/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>(This is a sponsored post.)
|
||||
I only half-jokingly refer to the CSS-in-JS world as CSS-in-React. Many of the libraries listed below theoretically work in non-React situations — they generally call that “framework-agnostic”) — but I’d guess the vast majority …
|
||||
The post The CSS-in-React Landscape 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">How to Create a Contact Form With Next.js and Netlify</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-create-a-contact-form-with-next-js-and-netlify/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>We’re going to create a contact form with Next.js and Netlify that displays a confirmation screen and features enhanced spam detection.
|
||||
Next.js is a powerful React framework for developing performant React applications that scale. By integrating a Next.js site with …
|
||||
The post How to Create a Contact Form With Next.js and Netlify 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">
|
||||
|
|
@ -472,37 +523,6 @@ The post How to Create a Contact Form With Next.js and Netlify appeared first on
|
|||
<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 you’re 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 aren’t 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.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
|
||||
|
|
@ -608,7 +628,7 @@ Thank you: @hirdot</span>
|
|||
<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 class="article-reading-time">(10 min)</span>
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -915,31 +935,9 @@ Thank you: @hirdot</span>
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-09-29">2021-09-29</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">Using Modern Image Formats: AVIF And WebP</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/modern-image-formats-avif-webp/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(17 min)</span>
|
||||
<span>In this article, we’ll 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. We’ll compare what’s possible at high-quality, low-quality and file-size targets.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-10-28T00:41:23.581Z">2021-10-28T00:41:23.581Z</time>
|
||||
<time id="build-timestamp" datetime="2021-10-29T00:39:49.841Z">2021-10-29T00:39:49.841Z</time>
|
||||
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue