This commit is contained in:
chuanqisun 2021-10-20 00:44:19 +00:00
parent 63efa6899c
commit 6db88039c4
3 changed files with 337 additions and 316 deletions

View file

@ -30,13 +30,31 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=354115",
"author": "Chris Coyier",
"description": "I didnt realize the support for @supports determining selector support was so good! I usually think of @supports as a way to test for property: value pair support. But with the selector() function, we can test for selector support …\nThe post @supports selector() appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/supports-selector/",
"publishedOn": "2021-10-19T21:12:18.000Z",
"wordCount": 869,
"title": "@supports selector()"
},
{
"id": "https://css-tricks.com/?p=353462",
"author": "Elad Shechter",
"description": "Hey folks! Elad reached out to me to show me his new CSS reset project called the-new-css-reset. Its quite interesting! I thought a neat way to share it with you is not only to point you toward it, but …\nThe post An Interview With Elad Shechter on “The New CSS Reset” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/an-interview-with-elad-shechter-on-the-new-css-reset/",
"publishedOn": "2021-10-19T14:48:40.000Z",
"wordCount": 2966,
"title": "An Interview With Elad Shechter on “The New CSS Reset”"
},
{
"id": "https://css-tricks.com/?p=354269",
"author": "Chris Coyier",
"description": "This isnt supposed to be any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do make those decisions.\nKarl Dubost notes that there is a significant change coming to them, notably moving the version …\nThe post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"description": "We arent supposed to be doing any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do.\nKarl Dubost notes that there is a significant change coming to them, notably moving the version integer past …\nThe post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/three-digit-browser-versions-in-march-2022/",
"publishedOn": "2021-10-18T22:53:05.000Z",
"wordCount": 484,
"wordCount": 528,
"title": "Three-Digit Browser Versions in March 2022"
},
{
@ -54,7 +72,7 @@
"description": "I love CSS Grid. I love how, with just a few lines of code, we can achieve fully responsive grid layouts, often without any media queries at all. Im quite comfortable wrangling CSS Grid to produce interesting layouts, while keeping …\nThe post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/expandable-sections-within-a-css-grid/",
"publishedOn": "2021-10-15T16:18:20.000Z",
"wordCount": 2894,
"wordCount": 3427,
"title": "Expandable Sections Within a CSS Grid"
},
{
@ -90,7 +108,7 @@
"description": "As someone just sittin back watching CSS evolve, it feels like were at one of the hottest moments of innovation in CSS history. It was really something when we got flexbox across all browsers, and not terribly long after, grid. …\nThe post CSS is Going Gosh-Darned Hog Wild, I Tell Ya What appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-is-going-gosh-darned-hog-wild-i-tell-ya-what/",
"publishedOn": "2021-10-13T15:36:43.000Z",
"wordCount": 1958,
"wordCount": 1973,
"title": "CSS is Going Gosh-Darned Hog Wild, I Tell Ya What"
},
{
@ -126,7 +144,7 @@
"description": "Why would a company promote a native app over their perfectly usable website?\nWed have to ask them, I suppose. But its hard not to see this push to native as a matter of priorities: that these companies consider native \n…\nThe post Those “Get The App” Banners appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/those-get-the-app-banners/",
"publishedOn": "2021-10-11T22:12:35.000Z",
"wordCount": 1111,
"wordCount": 1350,
"title": "Those “Get The App” Banners"
},
{
@ -146,24 +164,6 @@
"publishedOn": "2021-10-11T14:29:44.000Z",
"wordCount": 1716,
"title": "Better Collaboration With Pull Requests"
},
{
"id": "https://css-tricks.com/?p=353429",
"author": "Chris Coyier",
"description": "A good essay from Jean Yang. \nWhat I mean by developer experience is the sum total of how developers interface with their tools, end-to-end, day-in and day-out. Sure, theres more focus than ever on how developers use and adopt tools, and \n…\nThe post The Case for Developer Experience appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://future.a16z.com/the-case-for-developer-experience/",
"publishedOn": "2021-10-08T20:23:42.000Z",
"wordCount": 4617,
"title": "The Case for Developer Experience"
},
{
"id": "https://css-tricks.com/?p=353374",
"author": "Chris Coyier",
"description": "I like the pushback from Katie Kodes here. Ive said in the past that I dont think server-side languages havent quite nailed “building in components” as well as JavaScript has, but hey, this is a good point:\n1. Any basic \n…\nThe post Jekyll doesnt do components? Liar! appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://katiekodes.com/jekyll-components-wysiwyg/",
"publishedOn": "2021-10-08T17:14:05.000Z",
"wordCount": 2734,
"title": "Jekyll doesnt do components? Liar!"
}
]
},
@ -172,13 +172,41 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/10/building-api-gatsby-functions/",
"author": "hello@smashingmagazine.com (Paul Scanlon)",
"description": "In this tutorial, Paul Scanlon explains how to build an API by using Gatsby Functions and what you need to keep in mind when deploying it to Gatsby Cloud.",
"link": "https://smashingmagazine.com/2021/10/building-api-gatsby-functions/",
"publishedOn": "2021-10-19T14:00:00.000Z",
"wordCount": 2528,
"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",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/",
"author": "hello@smashingmagazine.com (Drew McLellan)",
"description": "In this episode, were talking about DevOps. What is it, and is it a string to add to your web development bow? Drew McLellan talks to expert Jeff Smith to find out.",
"link": "https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/",
"publishedOn": "2021-10-19T10:00:00.000Z",
"wordCount": 9120,
"title": "Smashing Podcast Episode 42 With Jeff Smith: What Is DevOps?",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4f30e407-6c98-4abf-80f3-8d312ac20eb2/smashing-podcast-episode-42.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/10/nextjs-ecommerce-cls-case-study/",
"author": "hello@smashingmagazine.com (Arijit Mondal)",
"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": 2132,
"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",
@ -192,7 +220,7 @@
"description": "Customers may start using your app because you offer a unique product, but user experience is what makes them stay. For that, you need excellent UX designers, and the know-how to spot them when hiring.",
"link": "https://smashingmagazine.com/2021/10/tips-tricks-evaluating-ux-ui-designers/",
"publishedOn": "2021-10-15T13:00:00.000Z",
"wordCount": 4020,
"wordCount": 4021,
"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",
@ -206,7 +234,7 @@
"description": "Writing CSS has probably never been more fun and exciting than it is today. In this post well take a look at common problems and use cases we all have to face in our work and how to solve them with modern CSS. If youre interested, weve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.",
"link": "https://smashingmagazine.com/2021/10/modern-css-solutions-for-common-problems/",
"publishedOn": "2021-10-14T12:00:00.000Z",
"wordCount": 3525,
"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",
@ -234,7 +262,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": 2340,
"wordCount": 2339,
"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",
@ -262,7 +290,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": 3727,
"wordCount": 3736,
"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",
@ -276,7 +304,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": 2815,
"wordCount": 2816,
"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",
@ -290,7 +318,7 @@
"description": "In this article, well be building an interactive fiction experience in which a user can insert words that match parts of speech given by the content creator. Lets go!",
"link": "https://smashingmagazine.com/2021/10/static-first-madlib-generator-portable-text-netlify-builder-functions/",
"publishedOn": "2021-10-08T10:00:00.000Z",
"wordCount": 7104,
"wordCount": 7089,
"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",
@ -304,7 +332,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": 1003,
"wordCount": 1009,
"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",
@ -318,7 +346,7 @@
"description": "Debugging in CSS means figuring out what might be the problem when you have unexpected layout results. Well look at a few categories bugs often fit into, see how we can evaluate the situation, and explore techniques that help prevent these bugs.",
"link": "https://smashingmagazine.com/2021/10/guide-debugging-css/",
"publishedOn": "2021-10-06T10:00:00.000Z",
"wordCount": 5476,
"wordCount": 5478,
"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",
@ -332,7 +360,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": 1801,
"wordCount": 1800,
"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",
@ -360,7 +388,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": 4899,
"wordCount": 4902,
"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",
@ -374,7 +402,7 @@
"description": "Get your desktop ready for fall and the upcoming Halloween season with a fresh batch of desktop wallpapers. Created with love by designers and artists from across the globe, they come in versions with and without a calendar for October 2021.",
"link": "https://smashingmagazine.com/2021/09/desktop-wallpaper-calendars-october-2021/",
"publishedOn": "2021-09-30T08:00:00.000Z",
"wordCount": 2464,
"wordCount": 2481,
"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",
@ -402,7 +430,7 @@
"description": "You can find Markdown in many places on the Internet. This article covers different aspects of Markdown and how it interacts with other technology.",
"link": "https://smashingmagazine.com/2021/09/improving-accessibility-of-markdown/",
"publishedOn": "2021-09-28T09:00:00.000Z",
"wordCount": 3873,
"wordCount": 3867,
"title": "Improving The Accessibility Of Your Markdown",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa95c8d2-8322-4766-ac8d-891dabff0dd6/improving-accessibility-of-markdown.jpg",
@ -416,7 +444,7 @@
"description": "Is end-to-end testing a painful topic for you? In this article, Ramona Schwering explains how to handle end-to-end testing with Cypress and make it make it not so tedious and expensive for yourself, but fun instead.",
"link": "https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/",
"publishedOn": "2021-09-27T11:30:00.000Z",
"wordCount": 4964,
"wordCount": 4958,
"title": "Lets Dive Into Cypress For End-to-End Testing",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2c42e65f-5a60-4844-a252-00169b21ab0c/cypress-end-to-end-testing.jpg",
@ -430,7 +458,7 @@
"description": "We made the switch from a more traditional integrated e-commerce platform to a headless platform with Next.js. Here are the most important lessons learned while rebuilding a large e-commerce site with Next.js.",
"link": "https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/",
"publishedOn": "2021-09-24T10:00:00.000Z",
"wordCount": 3794,
"wordCount": 3792,
"title": "Rebuilding A Large E-Commerce Website With Next.js (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5f1d9e62-ec85-435a-8899-56ac48b4190b/lessons-learned-ecommerce-nextjs.jpg",
@ -486,7 +514,7 @@
"description": "Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.",
"link": "https://smashingmagazine.com/2021/09/mouseless-development-environment/",
"publishedOn": "2021-09-21T11:30:00.000Z",
"wordCount": 4164,
"wordCount": 4155,
"title": "How To Build Your Own Mouseless Development Environment",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/5c58e67b-deff-4745-b162-f60f468469ac/mouseless-development-environment.jpg",
@ -507,20 +535,6 @@
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/",
"author": "hello@smashingmagazine.com (Ken Harker)",
"description": "Content scraping is a fact of life on the Internet. When you think of web scraping, you probably do not think about the scrapers turning around and immediately serving your entire, whole page content on another website. But what if your site content is being re-published? It might be already happening.",
"link": "https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/",
"publishedOn": "2021-09-20T11:30:00.000Z",
"wordCount": 3957,
"title": "Are Imposter Domains Re-Publishing Your Website?",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4504ea89-0356-45c7-a7c1-a5c360ecc471/imposter-domains-republishing-website.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
@ -529,6 +543,51 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "616bcb8580d82d07c45a5deb",
"author": null,
"description": "If you are a front end developer who is new to the world of GraphQL and you're thinking about getting started with it, this article is for you. In this article, we will explore GraphQL basics and kick start our journey with it by building a simple project. What is",
"link": "https://www.freecodecamp.org/news/graphql-for-front-end-developers/",
"publishedOn": "2021-10-19T17:19:00.000Z",
"wordCount": 1488,
"title": "GraphQL for Front End Developers"
},
{
"id": "616ef9b5d48e1707b6d78265",
"author": null,
"description": "A binary tree is a common data structure used in software development. It is also a frequent topic in technical coding interviews. We just published a course on the freeCodeCamp.org YouTube channel that will teach you all about binary tree algorithms and prepare you to use them in coding",
"link": "https://www.freecodecamp.org/news/how-to-implement-binary-tree-algorithms-in-technical-interviews/",
"publishedOn": "2021-10-19T17:13:24.000Z",
"wordCount": 370,
"title": "How to Implement Binary Tree Algorithms in Technical Interviews"
},
{
"id": "616ef6efd48e1707b6d7822c",
"author": null,
"description": "TensorFlow Lite is an open source deep learning framework that can be used on small devices. We just published a TensorFlow Lite course on the freeCodeCamp.org YouTube channel. Bhavesh Bhatt created this course. Bhavesh has created many courses on his own channel and is a great teacher. TensorFlow Lite",
"link": "https://www.freecodecamp.org/news/learn-tensorflow-lite-for-edge-devices/",
"publishedOn": "2021-10-19T16:58:53.000Z",
"wordCount": 365,
"title": "Learn TensorFlow Lite for Edge Devices"
},
{
"id": "616eda9cd48e1707b6d7801b",
"author": null,
"description": "The Windows 10 Event Viewer is an app that shows a log detailing information about significant events on your computer. This information includes automatically downloaded updates, errors, and warnings. In this article, you'll learn what the event viewer is, the different logs it has, and most importantly, how to access",
"link": "https://www.freecodecamp.org/news/event-viewer-how-to-access-the-windows-10-activity-log/",
"publishedOn": "2021-10-19T16:33:26.000Z",
"wordCount": 878,
"title": "Event Viewer How to Access the Windows 10 Activity Log"
},
{
"id": "616d9050d48e1707b6d77622",
"author": null,
"description": "Data Engineering jobs are in high demand. And getting a certification in the subject is a good way to learn and to deepen and prove your skills. Each cloud provider offers a certification specialized to their Data Engineering services. They carry weight but are not easy to pass. The Azure",
"link": "https://www.freecodecamp.org/news/how-to-pass-microsoft-azure-data-engineer-certification-dp-203/",
"publishedOn": "2021-10-19T16:02:51.000Z",
"wordCount": 2093,
"title": "How to Pass Microsofts Azure Data Engineer Certification DP-203 Exam Guide"
},
{
"id": "6169435380d82d07c45a5119",
"author": null,
@ -573,51 +632,6 @@
"publishedOn": "2021-10-18T20:56:58.000Z",
"wordCount": 1202,
"title": "How to Set Up Windows for Node.js Development with NVM"
},
{
"id": "616c101880d82d07c45a5f9a",
"author": null,
"description": "When you're coding in C++, there will often be times when you'll want to convert one data type to a different one. In this article you'll learn how to convert a string to an integer in C++ by seeing two of the most popular ways to do so. Let's get",
"link": "https://www.freecodecamp.org/news/string-to-int-in-c-how-to-convert-a-string-to-an-integer-example/",
"publishedOn": "2021-10-18T14:54:58.000Z",
"wordCount": 1321,
"title": "String to Int in C++ How to Convert a String to an Integer Example"
},
{
"id": "61063abe3306a507d1bfbfb0",
"author": null,
"description": "If you are new to tech, you might have just discovered UI/ UX design and want to pursue that career path. But what is the starting salary for entry level UX/UI designers? In this article, I will provide definitions for UI/ UX design as well as starting salary information",
"link": "https://www.freecodecamp.org/news/ux-designer-salary-how-much-do-ux-ui-designers-make-entry-level-range/",
"publishedOn": "2021-10-15T17:39:48.000Z",
"wordCount": 669,
"title": "UX Designer Salary How much do UX/UI Designers Make? Entry Level Range"
},
{
"id": "61694be680d82d07c45a51bf",
"author": null,
"description": "If you're using Microsoft Word, you don't want blank pages appearing in the middle of your document, or extra pages at the end. These extra pages could be caused by tables, hitting the ENTER key too many times, unnecessary section breaks, unintentional page breaks, extra paragraph markers, and more. You",
"link": "https://www.freecodecamp.org/news/how-to-delete-a-page-in-word-remove-blank-or-extra-pages/",
"publishedOn": "2021-10-15T16:49:29.000Z",
"wordCount": 622,
"title": "How to Delete a Page in Word Remove Blank or Extra Pages"
},
{
"id": "61680b4480d82d07c45a4661",
"author": null,
"description": "The Internet is one of our greatest inventions. Millions of people use the Internet every second of the day, and it has changed many aspects of our lives from creating new jobs and a new way of working to influencing how news is consumed and how decisions are made. Although",
"link": "https://www.freecodecamp.org/news/ipv4-vs-ipv6-what-is-the-difference-between-ip-addressing-schemes/",
"publishedOn": "2021-10-15T16:30:13.000Z",
"wordCount": 1764,
"title": "IPV4 vs IPV6 What is the Difference Between IP Addressing Schemes?"
},
{
"id": "61686f8b80d82d07c45a4e4a",
"author": null,
"description": "React hooks have been around for a while now. Most developers have gotten pretty comfortable with how they work and their common use cases. But there is one useEffect gotcha that a lot of us keep falling for. The use caseLet's start with a simple scenario. We are building a",
"link": "https://www.freecodecamp.org/news/most-common-react-useeffect-problems-and-how-to-fix-them/",
"publishedOn": "2021-10-14T22:07:02.000Z",
"wordCount": 1154,
"title": "React.useEffect Hook Common Problems and How to Fix Them"
}
]
}

186
feed.atom
View file

@ -1,17 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-10-19T00:45:23.999Z</id>
<id>urn:2021-10-20T00:44:18.658Z</id>
<title>osmos::feed</title>
<updated>2021-10-19T00:45:23.999Z</updated>
<updated>2021-10-20T00:44:18.658Z</updated>
<generator>osmosfeed 1.11.3</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[@supports selector()]]></title>
<id>https://css-tricks.com/?p=354115</id>
<link href="https://css-tricks.com/supports-selector/"/>
<updated>2021-10-19T21:12:18.000Z</updated>
<summary type="html"><![CDATA[I didnt realize the support for @supports determining selector support was so good! I usually think of @supports as a way to test for property: value pair support. But with the selector() function, we can test for selector support …
The post @supports selector() 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[GraphQL for Front End Developers]]></title>
<id>616bcb8580d82d07c45a5deb</id>
<link href="https://www.freecodecamp.org/news/graphql-for-front-end-developers/"/>
<updated>2021-10-19T17:19:00.000Z</updated>
<summary type="html"><![CDATA[If you are a front end developer who is new to the world of GraphQL and you're thinking about getting started with it, this article is for you. In this article, we will explore GraphQL basics and kick start our journey with it by building a simple project. What is]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Implement Binary Tree Algorithms in Technical Interviews]]></title>
<id>616ef9b5d48e1707b6d78265</id>
<link href="https://www.freecodecamp.org/news/how-to-implement-binary-tree-algorithms-in-technical-interviews/"/>
<updated>2021-10-19T17:13:24.000Z</updated>
<summary type="html"><![CDATA[A binary tree is a common data structure used in software development. It is also a frequent topic in technical coding interviews. We just published a course on the freeCodeCamp.org YouTube channel that will teach you all about binary tree algorithms and prepare you to use them in coding]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn TensorFlow Lite for Edge Devices]]></title>
<id>616ef6efd48e1707b6d7822c</id>
<link href="https://www.freecodecamp.org/news/learn-tensorflow-lite-for-edge-devices/"/>
<updated>2021-10-19T16:58:53.000Z</updated>
<summary type="html"><![CDATA[TensorFlow Lite is an open source deep learning framework that can be used on small devices. We just published a TensorFlow Lite course on the freeCodeCamp.org YouTube channel. Bhavesh Bhatt created this course. Bhavesh has created many courses on his own channel and is a great teacher. TensorFlow Lite]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Event Viewer How to Access the Windows 10 Activity Log]]></title>
<id>616eda9cd48e1707b6d7801b</id>
<link href="https://www.freecodecamp.org/news/event-viewer-how-to-access-the-windows-10-activity-log/"/>
<updated>2021-10-19T16:33:26.000Z</updated>
<summary type="html"><![CDATA[The Windows 10 Event Viewer is an app that shows a log detailing information about significant events on your computer. This information includes automatically downloaded updates, errors, and warnings. In this article, you'll learn what the event viewer is, the different logs it has, and most importantly, how to access]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Pass Microsofts Azure Data Engineer Certification DP-203 Exam Guide]]></title>
<id>616d9050d48e1707b6d77622</id>
<link href="https://www.freecodecamp.org/news/how-to-pass-microsoft-azure-data-engineer-certification-dp-203/"/>
<updated>2021-10-19T16:02:51.000Z</updated>
<summary type="html"><![CDATA[Data Engineering jobs are in high demand. And getting a certification in the subject is a good way to learn and to deepen and prove your skills. Each cloud provider offers a certification specialized to their Data Engineering services. They carry weight but are not easy to pass. The Azure]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[An Interview With Elad Shechter on “The New CSS Reset”]]></title>
<id>https://css-tricks.com/?p=353462</id>
<link href="https://css-tricks.com/an-interview-with-elad-shechter-on-the-new-css-reset/"/>
<updated>2021-10-19T14:48:40.000Z</updated>
<summary type="html"><![CDATA[Hey folks! Elad reached out to me to show me his new CSS reset project called the-new-css-reset. Its quite interesting! I thought a neat way to share it with you is not only to point you toward it, but …
The post An Interview With Elad Shechter on “The New CSS Reset” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Elad Shechter</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Building An API With Gatsby Functions]]></title>
<id>https://smashingmagazine.com/2021/10/building-api-gatsby-functions/</id>
<link href="https://smashingmagazine.com/2021/10/building-api-gatsby-functions/"/>
<updated>2021-10-19T14:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Paul Scanlon)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Smashing Podcast Episode 42 With Jeff Smith: What Is DevOps?]]></title>
<id>https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/</id>
<link href="https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/"/>
<updated>2021-10-19T10:00:00.000Z</updated>
<summary type="html"><![CDATA[In this episode, were talking about DevOps. What is it, and is it a string to add to your web development bow? Drew McLellan talks to expert Jeff Smith to find out.]]></summary>
<author>
<name>hello@smashingmagazine.com (Drew McLellan)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Three-Digit Browser Versions in March 2022]]></title>
<id>https://css-tricks.com/?p=354269</id>
<link href="https://css-tricks.com/three-digit-browser-versions-in-march-2022/"/>
<updated>2021-10-18T22:53:05.000Z</updated>
<summary type="html"><![CDATA[This isnt supposed to be any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do make those decisions.
Karl Dubost notes that there is a significant change coming to them, notably moving the version …
<summary type="html"><![CDATA[We arent supposed to be doing any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do.
Karl Dubost notes that there is a significant change coming to them, notably moving the version integer past
The post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
@ -67,16 +159,6 @@ The post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[String to Int in C++ How to Convert a String to an Integer Example]]></title>
<id>616c101880d82d07c45a5f9a</id>
<link href="https://www.freecodecamp.org/news/string-to-int-in-c-how-to-convert-a-string-to-an-integer-example/"/>
<updated>2021-10-18T14:54:58.000Z</updated>
<summary type="html"><![CDATA[When you're coding in C++, there will often be times when you'll want to convert one data type to a different one. In this article you'll learn how to convert a string to an integer in C++ by seeing two of the most popular ways to do so. Let's get]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Build a Nearly Headless WordPress Website]]></title>
<id>https://css-tricks.com/?p=353308</id>
@ -110,36 +192,6 @@ Thank you: @hirdot]]></summary>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[UX Designer Salary How much do UX/UI Designers Make? Entry Level Range]]></title>
<id>61063abe3306a507d1bfbfb0</id>
<link href="https://www.freecodecamp.org/news/ux-designer-salary-how-much-do-ux-ui-designers-make-entry-level-range/"/>
<updated>2021-10-15T17:39:48.000Z</updated>
<summary type="html"><![CDATA[If you are new to tech, you might have just discovered UI/ UX design and want to pursue that career path. But what is the starting salary for entry level UX/UI designers? In this article, I will provide definitions for UI/ UX design as well as starting salary information]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Delete a Page in Word Remove Blank or Extra Pages]]></title>
<id>61694be680d82d07c45a51bf</id>
<link href="https://www.freecodecamp.org/news/how-to-delete-a-page-in-word-remove-blank-or-extra-pages/"/>
<updated>2021-10-15T16:49:29.000Z</updated>
<summary type="html"><![CDATA[If you're using Microsoft Word, you don't want blank pages appearing in the middle of your document, or extra pages at the end. These extra pages could be caused by tables, hitting the ENTER key too many times, unnecessary section breaks, unintentional page breaks, extra paragraph markers, and more. You]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[IPV4 vs IPV6 What is the Difference Between IP Addressing Schemes?]]></title>
<id>61680b4480d82d07c45a4661</id>
<link href="https://www.freecodecamp.org/news/ipv4-vs-ipv6-what-is-the-difference-between-ip-addressing-schemes/"/>
<updated>2021-10-15T16:30:13.000Z</updated>
<summary type="html"><![CDATA[The Internet is one of our greatest inventions. Millions of people use the Internet every second of the day, and it has changed many aspects of our lives from creating new jobs and a new way of working to influencing how news is consumed and how decisions are made. Although]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Expandable Sections Within a CSS Grid]]></title>
<id>https://css-tricks.com/?p=353473</id>
@ -161,16 +213,6 @@ The post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You
<name>hello@smashingmagazine.com (Nataliya Sambir)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React.useEffect Hook Common Problems and How to Fix Them]]></title>
<id>61686f8b80d82d07c45a4e4a</id>
<link href="https://www.freecodecamp.org/news/most-common-react-useeffect-problems-and-how-to-fix-them/"/>
<updated>2021-10-14T22:07:02.000Z</updated>
<summary type="html"><![CDATA[React hooks have been around for a while now. Most developers have gotten pretty comfortable with how they work and their common use cases. But there is one useEffect gotcha that a lot of us keep falling for. The use caseLet's start with a simple scenario. We are building a]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Different Degrees of Custom Property Usage]]></title>
<id>https://css-tricks.com/?p=353057</id>
@ -348,32 +390,6 @@ The post Better Collaboration With Pull Requests appeared first on CSS-Tricks. Y
<name>hello@smashingmagazine.com (Ejiro Asiuwhu)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Case for Developer Experience]]></title>
<id>https://css-tricks.com/?p=353429</id>
<link href="https://future.a16z.com/the-case-for-developer-experience/"/>
<updated>2021-10-08T20:23:42.000Z</updated>
<summary type="html"><![CDATA[A good essay from Jean Yang.
What I mean by developer experience is the sum total of how developers interface with their tools, end-to-end, day-in and day-out. Sure, theres more focus than ever on how developers use and adopt tools, and
The post The Case for Developer Experience 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[Jekyll doesnt do components? Liar!]]></title>
<id>https://css-tricks.com/?p=353374</id>
<link href="https://katiekodes.com/jekyll-components-wysiwyg/"/>
<updated>2021-10-08T17:14:05.000Z</updated>
<summary type="html"><![CDATA[I like the pushback from Katie Kodes here. Ive said in the past that I dont think server-side languages havent quite nailed “building in components” as well as JavaScript has, but hey, this is a good point:
1. Any basic
The post Jekyll doesnt do components? Liar! 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[Building A Static-First MadLib Generator With Portable Text And Netlify On-Demand Builder Functions]]></title>
<id>https://smashingmagazine.com/2021/10/static-first-madlib-generator-portable-text-netlify-builder-functions/</id>
@ -548,14 +564,4 @@ Thank you: @CaptNo1]]></summary>
<name>hello@smashingmagazine.com (Frederick OBrien)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Are Imposter Domains Re-Publishing Your Website?]]></title>
<id>https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/</id>
<link href="https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/"/>
<updated>2021-09-20T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Content scraping is a fact of life on the Internet. When you think of web scraping, you probably do not think about the scrapers turning around and immediately serving your entire, whole page content on another website. But what if your site content is being re-published? It might be already happening.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ken Harker)</name>
</author>
</entry>
</feed>

View file

@ -15,6 +15,130 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-19">2021-10-19</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">@supports selector()</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/supports-selector/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I didnt realize the support for @supports determining selector support was so good! I usually think of @supports as a way to test for property: value pair support. But with the selector() function, we can test for selector support …
The post @supports selector() 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">An Interview With Elad Shechter on “The New CSS Reset”</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/an-interview-with-elad-shechter-on-the-new-css-reset/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Hey folks! Elad reached out to me to show me his new CSS reset project called the-new-css-reset. Its quite interesting! I thought a neat way to share it with you is not only to point you toward it, but …
The post An Interview With Elad Shechter on “The New CSS Reset” appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</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">GraphQL for Front End Developers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/graphql-for-front-end-developers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>If you are a front end developer who is new to the world of GraphQL and you&#x27;re thinking about getting started with it, this article is for you. In this article, we will explore GraphQL basics and kick start our journey with it by building a simple project. What is</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Implement Binary Tree Algorithms in Technical Interviews</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-implement-binary-tree-algorithms-in-technical-interviews/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>A binary tree is a common data structure used in software development. It is also a frequent topic in technical coding interviews. We just published a course on the freeCodeCamp.org YouTube channel that will teach you all about binary tree algorithms and prepare you to use them in coding</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn TensorFlow Lite for Edge Devices</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-tensorflow-lite-for-edge-devices/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>TensorFlow Lite is an open source deep learning framework that can be used on small devices. We just published a TensorFlow Lite course on the freeCodeCamp.org YouTube channel. Bhavesh Bhatt created this course. Bhavesh has created many courses on his own channel and is a great teacher. TensorFlow Lite</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Event Viewer How to Access the Windows 10 Activity Log</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/event-viewer-how-to-access-the-windows-10-activity-log/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>The Windows 10 Event Viewer is an app that shows a log detailing information about significant events on your computer. This information includes automatically downloaded updates, errors, and warnings. In this article, you&#x27;ll learn what the event viewer is, the different logs it has, and most importantly, how to access</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Pass Microsofts Azure Data Engineer Certification DP-203 Exam Guide</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-pass-microsoft-azure-data-engineer-certification-dp-203/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Data Engineering jobs are in high demand. And getting a certification in the subject is a good way to learn and to deepen and prove your skills. Each cloud provider offers a certification specialized to their Data Engineering services. They carry weight but are not easy to pass. The Azure</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Building An API With Gatsby Functions</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/building-api-gatsby-functions/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 42 With Jeff Smith: What Is DevOps?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/10/smashing-podcast-episode-42/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(30 min)</span>
<span>In this episode, were talking about DevOps. What is it, and is it a string to add to your web development bow? Drew McLellan talks to expert Jeff Smith to find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-18">2021-10-18</time></h2>
<ul class="sources card">
@ -28,8 +152,8 @@
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/three-digit-browser-versions-in-march-2022/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>This isnt supposed to be any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do make those decisions.
Karl Dubost notes that there is a significant change coming to them, notably moving the version …
<span>We arent supposed to be doing any sort of decision-making based on browser User-Agent Strings. But, ya know, collectively, we do.
Karl Dubost notes that there is a significant change coming to them, notably moving the version integer past
The post Three-Digit Browser Versions in March 2022 appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
@ -108,17 +232,6 @@ The post How to Build a Nearly Headless WordPress Website appeared first on CSS-
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">String to Int in C++ How to Convert a String to an Integer Example</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/string-to-int-in-c-how-to-convert-a-string-to-an-integer-example/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>When you&#x27;re coding in C++, there will often be times when you&#x27;ll want to convert one data type to a different one. In this article you&#x27;ll learn how to convert a string to an integer in C++ by seeing two of the most popular ways to do so. Let&#x27;s get</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -176,7 +289,7 @@ Thank you: @hirdot</span>
<summary class="article-expander__title">Expandable Sections Within a CSS Grid</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/expandable-sections-within-a-css-grid/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span class="article-reading-time">(11 min)</span>
<span>I love CSS Grid. I love how, with just a few lines of code, we can achieve fully responsive grid layouts, often without any media queries at all. Im quite comfortable wrangling CSS Grid to produce interesting layouts, while keeping …
The post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -185,45 +298,6 @@ The post Expandable Sections Within a CSS Grid appeared first on CSS-Tricks. You
</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">UX Designer Salary How much do UX/UI Designers Make? Entry Level Range</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/ux-designer-salary-how-much-do-ux-ui-designers-make-entry-level-range/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>If you are new to tech, you might have just discovered UI/ UX design and want to pursue that career path. But what is the starting salary for entry level UX/UI designers? In this article, I will provide definitions for UI/ UX design as well as starting salary information</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Delete a Page in Word Remove Blank or Extra Pages</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-delete-a-page-in-word-remove-blank-or-extra-pages/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>If you&#x27;re using Microsoft Word, you don&#x27;t want blank pages appearing in the middle of your document, or extra pages at the end. These extra pages could be caused by tables, hitting the ENTER key too many times, unnecessary section breaks, unintentional page breaks, extra paragraph markers, and more. You</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">IPV4 vs IPV6 What is the Difference Between IP Addressing Schemes?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/ipv4-vs-ipv6-what-is-the-difference-between-ip-addressing-schemes/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>The Internet is one of our greatest inventions. Millions of people use the Internet every second of the day, and it has changed many aspects of our lives from creating new jobs and a new way of working to influencing how news is consumed and how decisions are made. Although</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>
@ -277,23 +351,6 @@ The post Embedded Analytics Made Simple With Cumul.io Integrations appeared firs
</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">React.useEffect Hook Common Problems and How to Fix Them</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/most-common-react-useeffect-problems-and-how-to-fix-them/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>React hooks have been around for a while now. Most developers have gotten pretty comfortable with how they work and their common use cases. But there is one useEffect gotcha that a lot of us keep falling for. The use caseLet&#x27;s start with a simple scenario. We are building a</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>
@ -453,7 +510,7 @@ The post WooCommerce + Google Analytics appeared first on CSS-Tricks. You can su
<summary class="article-expander__title">Those “Get The App” Banners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/those-get-the-app-banners/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span class="article-reading-time">(5 min)</span>
<span>Why would a company promote a native app over their perfectly usable website?
Wed have to ask them, I suppose. But its hard not to see this push to native as a matter of priorities: that these companies consider native
@ -535,40 +592,6 @@ The post Better Collaboration With Pull Requests appeared first on CSS-Tricks. Y
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-10-08">2021-10-08</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">The Case for Developer Experience</summary>
<a class="article-summary-link article-summary-box-outer" href="https://future.a16z.com/the-case-for-developer-experience/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(15 min)</span>
<span>A good essay from Jean Yang.
What I mean by developer experience is the sum total of how developers interface with their tools, end-to-end, day-in and day-out. Sure, theres more focus than ever on how developers use and adopt tools, and
The post The Case for Developer Experience 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">Jekyll doesnt do components? Liar!</summary>
<a class="article-summary-link article-summary-box-outer" href="https://katiekodes.com/jekyll-components-wysiwyg/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>I like the pushback from Katie Kodes here. Ive said in the past that I dont think server-side languages havent quite nailed “building in components” as well as JavaScript has, but hey, this is a good point:
1. Any basic
The post Jekyll doesnt do components? Liar! 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>
@ -922,31 +945,9 @@ Thank you: @CaptNo1</span>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-20">2021-09-20</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">Are Imposter Domains Re-Publishing Your Website?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>Content scraping is a fact of life on the Internet. When you think of web scraping, you probably do not think about the scrapers turning around and immediately serving your entire, whole page content on another website. But what if your site content is being re-published? It might be already happening.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-10-19T00:45:23.974Z">2021-10-19T00:45:23.974Z</time>
<time id="build-timestamp" datetime="2021-10-20T00:44:18.639Z">2021-10-20T00:44:18.639Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.3</a></span>
</footer>
<script src="index.js"></script>