osmosfeed-template/cache.json
2021-07-30 00:39:40 +00:00

579 lines
No EOL
40 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sources": [
{
"title": "Release notes from osmosfeed",
"feedUrl": "https://github.com/osmoscraft/osmosfeed/releases.atom",
"siteUrl": "https://github.com/osmoscraft/osmosfeed/releases",
"articles": []
},
{
"title": "CSS-Tricks",
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=345518",
"author": "Chris Coyier",
"description": "An explanation of those new GitHub social media images:\n[…] our custom Open Graph image service is a little Node.js app that uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to \n…\nThe post GitHub Explains the Open Graph Images appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://github.blog/2021-06-22-framework-building-open-graph-images/",
"publishedOn": "2021-07-29T19:49:32.000Z",
"wordCount": 1708,
"title": "GitHub Explains the Open Graph Images"
},
{
"id": "https://css-tricks.com/?p=344993",
"author": "Loren Sands-Ramshaw",
"description": "John Resig and I recently self-published our book on GraphQL. There are tons of how-tos for self-publishing a book, or even online classes, but very little in the way of why you would want to, or whether its even worth …\nThe post So you want to self-publish books and courses on programming appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/so-you-want-to-self-publish-books-and-courses-on-programming/",
"publishedOn": "2021-07-29T14:54:00.000Z",
"wordCount": 1732,
"title": "So you want to self-publish books and courses on programming"
},
{
"id": "https://css-tricks.com/?p=345260",
"author": "Chris Coyier",
"description": "Id wager to say that most websites that are business-minded have accounts. A way to log into them. Social media sites, eCommerce sites, CMS systems, you name it, having accounts people log into is at the heart of them. So… …\nThe post Developer-Friendly Passwordless Auth appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/developer-friendly-passwordless-auth/",
"publishedOn": "2021-07-29T14:47:47.000Z",
"wordCount": 1177,
"title": "Developer-Friendly Passwordless Auth"
},
{
"id": "https://css-tricks.com/?p=345404",
"author": "Chris Coyier",
"description": "It was interesting that when Safari 15 was dropping at this last WWDC, in my circles at least, I mostly heard enthusiasm. Like the colors-in-the-browser-controls stuff was a neat trick and fun to play with. And there were other …\nThe post Safari 15 Opinions appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/safari-15-opinions/",
"publishedOn": "2021-07-28T20:21:55.000Z",
"wordCount": 1321,
"title": "Safari 15 Opinions"
},
{
"id": "https://css-tricks.com/?p=320544",
"author": "Ana Tudor",
"description": "For quite a while now, the CSS spec has included a lot of really useful mathematical functions, such as trigonometric functions (sin(), cos(), tan(), asin(), acos(), atan(), atan2()), exponential functions (…\nThe post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-absolute-value-sign-rounding-and-modulo-in-css-today/",
"publishedOn": "2021-07-28T14:37:34.000Z",
"wordCount": 6716,
"title": "Using Absolute Value, Sign, Rounding and Modulo in CSS Today"
},
{
"id": "https://css-tricks.com/?p=345169",
"author": "Chris Coyier",
"description": "I got together with Tim Kadlec from over at WebPageTest the other day to use do a bit of performance testing on CSS-Tricks. Essentially use the tool, poke around, and identify performance pain points to work on. You can watch …\nThe post Learnings From a WebPageTest Session on CSS-Tricks appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/learnings-from-a-webpagetest-session-on-css-tricks/",
"publishedOn": "2021-07-27T23:18:33.000Z",
"wordCount": 1758,
"title": "Learnings From a WebPageTest Session on CSS-Tricks"
},
{
"id": "https://css-tricks.com/?p=345400",
"author": "Chris Coyier",
"description": "Hemanth HM very succinctly shows off ES2021 features. Gosh it doesnt feel like that long ago that all we could talk about is ES2015, and now thats over a half-decade behind us. \nThere are new things like “arbitrarily chuck underscores …\nThe post ES2021 Features appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://h3manth.com/ES2021/",
"publishedOn": "2021-07-27T23:18:12.000Z",
"wordCount": 316,
"title": "ES2021 Features"
},
{
"id": "https://css-tricks.com/?p=344815",
"author": "Ollie Williams",
"description": "Now that cross-browser support is at a tipping point, its a good time to take a look at logical properties and values. If youre creating a website in multiple languages, logical properties and values are incredibly useful. Even if youre …\nThe post CSS Logical Properties and Values appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/css-logical-properties-and-values/",
"publishedOn": "2021-07-27T15:02:43.000Z",
"wordCount": 2763,
"title": "CSS Logical Properties and Values"
},
{
"id": "https://css-tricks.com/?p=345297",
"author": "Chris Coyier",
"description": "Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey. \nstyled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I havent yet been fully compelled by it. Im …\nThe post Demystifying styled-components appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.joshwcomeau.com/react/demystifying-styled-components/",
"publishedOn": "2021-07-27T00:17:01.000Z",
"wordCount": 2758,
"title": "Demystifying styled-components"
},
{
"id": "https://css-tricks.com/?p=344653",
"author": "Luke Edwards",
"description": "At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …\nThe post How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/how-i-built-a-cross-platform-desktop-application-with-svelte-redis-and-rust/",
"publishedOn": "2021-07-26T14:36:13.000Z",
"wordCount": 4317,
"title": "How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust"
},
{
"id": "https://css-tricks.com/?p=345288",
"author": "Chris Coyier",
"description": "Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …\nThe post Slinkity appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://slinkity.dev/",
"publishedOn": "2021-07-26T14:36:04.000Z",
"wordCount": 550,
"title": "Slinkity"
},
{
"id": "https://css-tricks.com/?p=344019",
"author": "Farai Gandiya",
"description": "As the web gets more and more capable, developers are able to make richer online experiences. There are times, however, where some new web capabilities may not work as you would expect in the interest of usability, security and privacy.…\nThe post Web Features That May Not Work As Youd Expect appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/web-features-that-may-not-work-as-youd-expect/",
"publishedOn": "2021-07-23T15:12:11.000Z",
"wordCount": 2365,
"title": "Web Features That May Not Work As Youd Expect"
},
{
"id": "https://css-tricks.com/?p=345209",
"author": "Chris Coyier",
"description": "Dave:\npetite-vue is a new cut of the Vue project specifically built with progressive enhancement in mind. At 5kb, petite-vue is a lightweight Alpine (or jQuery) alternative that can be “sprinkled” over your project requiring no extra bundling steps \n…\nThe post My petite-vue review appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://daverupert.com/2021/07/petite-vue-review/",
"publishedOn": "2021-07-23T15:10:08.000Z",
"wordCount": 1060,
"title": "My petite-vue review"
},
{
"id": "https://css-tricks.com/?p=344960",
"author": "Chris Coyier",
"description": "Eric, again not mincin no words with blog post titles. This is me:\nThe most common CSS declaration organization technique I come across is none whatsoever.\nAlmost none, anyway. I tend to group them by whatever dumps out of my …\nThe post Organize your CSS declarations alphabetically appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://ericwbailey.design/writing/organize-your-css-declarations-alphabetically/",
"publishedOn": "2021-07-22T22:33:29.000Z",
"wordCount": 965,
"title": "Organize your CSS declarations alphabetically"
},
{
"id": "https://css-tricks.com/?p=344580",
"author": "Nathan Babcock",
"description": "Were going to walk through the technical process of hooking into Google Drives API to source content on a website. Well examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …\nThe post Using Google Drive as a CMS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-google-drive-as-a-cms/",
"publishedOn": "2021-07-22T14:44:26.000Z",
"wordCount": 3255,
"title": "Using Google Drive as a CMS"
}
]
},
{
"title": "Articles on Smashing Magazine — For Web Designers And Developers",
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/07/css-absolute-units/",
"author": "hello@smashingmagazine.com (Elad Shechter)",
"description": "What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units arent so absolute.",
"link": "https://smashingmagazine.com/2021/07/css-absolute-units/",
"publishedOn": "2021-07-29T10:30:00.000Z",
"wordCount": 2952,
"title": "There Is No Such Thing As A CSS Absolute Unit",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/6ee35630-bbe1-486c-8877-dacdd4b12869/css-absolute-units.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/",
"author": "hello@smashingmagazine.com (Kitty Giraudel)",
"description": "Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.",
"link": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/",
"publishedOn": "2021-07-28T11:00:00.000Z",
"wordCount": 3083,
"title": "Creating An Accessible Dialog From Scratch",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4ef51448-125a-4906-98f1-11af0e3fad58/accessible-dialog-from-scratch.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/global-local-styling-nextjs/",
"author": "hello@smashingmagazine.com (Alexander Dubovoy)",
"description": "Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the frameworks logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.",
"link": "https://smashingmagazine.com/2021/07/global-local-styling-nextjs/",
"publishedOn": "2021-07-27T11:00:00.000Z",
"wordCount": 3559,
"title": "Global vs. Local Styling In Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a1756133-541e-429d-82dd-fb6f3988ef56/global-local-styling-nextjs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/",
"author": "hello@smashingmagazine.com (Paul Scanlon)",
"description": "Gatsby recently announced the launch of “functions”. In this article, Paul Scanlon explains how to get the current location of the International Space Station (ISS) as it orbits the Earth in real-time using [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/) and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).",
"link": "https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/",
"publishedOn": "2021-07-26T10:30:00.000Z",
"wordCount": 3084,
"title": "Gatsby Serverless Functions And The International Space Station",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c07c5052-399e-4aee-aa83-706eb1f0c1b6/gatsby-serverless-functions-international-space-station.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/",
"author": "hello@smashingmagazine.com (Paul Boag)",
"description": "Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.",
"link": "https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/",
"publishedOn": "2021-07-23T11:00:00.000Z",
"wordCount": 3393,
"title": "A Guide To Attracting Clients To Your Agency",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1d72d311-2839-48d2-8d23-dbe8951c4ab5/guide-attracting-clients-agency.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/",
"author": "hello@smashingmagazine.com (Matthew Talebi)",
"description": "Are you running a business and have too many things going on at once? Meetings, bugs, customer feedback, new clients in addition to your already tight deadlines? Lets face it, time management is hard, and it becomes even more difficult in the trying times we are in.",
"link": "https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/",
"publishedOn": "2021-07-22T12:30:00.000Z",
"wordCount": 2583,
"title": "Adding Time To Your Schedule As A Professional",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/75bfca56-7f2b-488f-b9eb-7fa00d930444/5-time-scheduling.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/07/color-tools-resources/",
"author": "hello@smashingmagazine.com (Cosima Mielke)",
"description": "Do you need a little inspiration boost? Weve collected some useful color tools and resources that weve discovered lately — to help you get the most out of your creativity. 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/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [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/07/color-tools-resources/",
"publishedOn": "2021-07-21T13:00:00.000Z",
"wordCount": 3059,
"title": "Color Tools And Resources",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/17380a77-f247-450e-be45-2b2e139f7a33/cool-backgrounds.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/",
"author": "hello@smashingmagazine.com (Alba Silvente)",
"description": "In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.",
"link": "https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/",
"publishedOn": "2021-07-20T10:30:00.000Z",
"wordCount": 5510,
"title": "How To Migrate From WordPress To A Headless CMS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7bddb338-e4de-4f6b-a6ee-1a00c82f42ee/wordpress-headless-cms-storyblok.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/",
"author": "hello@smashingmagazine.com (Colby Fayock)",
"description": "By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.",
"link": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/",
"publishedOn": "2021-07-19T10:30:00.000Z",
"wordCount": 4477,
"title": "Maintaining End-To-End Quality With Visual Testing",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/565523e3-0845-4042-9cd1-b3e48c75519d/maintaining-end-to-end-quality-visual-testing.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/",
"author": "hello@smashingmagazine.com (Marcus Herrmann)",
"description": "Web app accessibility appears difficult because it seems that there is little information on the subject available online. Lets take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.",
"link": "https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/",
"publishedOn": "2021-07-16T13:00:00.000Z",
"wordCount": 4803,
"title": "Three Insights I Gained While Researching Vue.js Accessibility",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c3908803-4ddc-4820-8f4e-85e11b4ebbb7/three-insights-vuejs-accessibility.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/isr-dpr-explained/",
"author": "hello@smashingmagazine.com (Cassidy Williams)",
"description": "There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. Whats the difference? Lets figure it out.",
"link": "https://smashingmagazine.com/2021/07/isr-dpr-explained/",
"publishedOn": "2021-07-15T14:00:00.000Z",
"wordCount": 1064,
"title": "ISR vs DPR: Big Words, Quick Explanation",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8e4090b9-8bd9-4d5a-aaed-5177c46a6803/isr-dpr-explained.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/javascript-data-grid-kendo-ui/",
"author": "hello@smashingmagazine.com (Zara Cooper)",
"description": "In this article, youll get to see some pretty groundbreaking things you can achieve with modern JavaScript grids and discover new ways to augment a data grid to make it engaging, responsive, and accessible. All this will be illustrated using Kendo UI Data Grids and their features.",
"link": "https://smashingmagazine.com/2021/07/javascript-data-grid-kendo-ui/",
"publishedOn": "2021-07-15T13:45:00.000Z",
"wordCount": 3199,
"title": "You Can Do That With A JavaScript Data Grid?",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a22acbe3-8a80-4f08-95eb-d440e60c5723/kendo-ui-homepage.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/",
"author": "hello@smashingmagazine.com (Vitaly Friedman)",
"description": "Too often dealing with filters can be frustrating. Lets get them right. That means never freeze the UI on a single input, provide text input fallback and never auto-scroll users on a single input. Heres why.",
"link": "https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/",
"publishedOn": "2021-07-14T13:30:00.000Z",
"wordCount": 5308,
"title": "Frustrating Design Patterns: Broken Filters",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0c5f2df3-3d78-4563-a599-8c924604e84a/7-frustrating-design-patterns.png",
"length": "0",
"type": "image/png"
}
},
{
"id": "https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/",
"author": "hello@smashingmagazine.com (Michelle Barker)",
"description": "In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.",
"link": "https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/",
"publishedOn": "2021-07-13T12:00:00.000Z",
"wordCount": 3249,
"title": "Building A Dynamic Header With Intersection Observer",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/67cc7303-3dc9-4d67-b0f4-b6f77783380f/dynamic-header-intersection-observer.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/migrate-jquery-nextjs/",
"author": "hello@smashingmagazine.com (Facundo Giuliani)",
"description": "In this article, were taking a closer look at different approaches and strategies on how we can migrate a web application that uses jQuery framework, and start using one of the coolest React frameworks in the market: Next.js.",
"link": "https://smashingmagazine.com/2021/07/migrate-jquery-nextjs/",
"publishedOn": "2021-07-13T10:30:00.000Z",
"wordCount": 4181,
"title": "How To Migrate From jQuery To Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ece22577-f23c-4e9c-a41c-f9000f14ae9d/migrate-jquery-nextjs.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/",
"author": "hello@smashingmagazine.com (Adrian Bece)",
"description": "CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.",
"link": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/",
"publishedOn": "2021-07-12T13:30:00.000Z",
"wordCount": 3612,
"title": "Refactoring CSS: Introduction (Part 1)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/",
"author": "hello@smashingmagazine.com (Todd Libby)",
"description": "Accessibility is often overlooked or bolted on to the end of a project. Lets figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.",
"link": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/",
"publishedOn": "2021-07-09T10:30:00.000Z",
"wordCount": 2949,
"title": "Making A Strong Case For Accessibility",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9c226eaa-3251-4d02-9ade-96a88ad759fc/strong-case-for-accessibility.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/",
"author": "hello@smashingmagazine.com (Uma Victor)",
"description": "Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, were looking at ways to make writing Vue.js a breeze.",
"link": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/",
"publishedOn": "2021-07-08T11:00:00.000Z",
"wordCount": 4794,
"title": "Tools And Practices To Speed Up The Vue.js Development Process",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/83768020-8004-41f2-b9a9-14b86c18eb4d/tools-practices-speed-up-vuejs-development-process.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/",
"author": "hello@smashingmagazine.com (Emiliano Cicero)",
"description": "Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Lets explore how it can reduce the time and effort needed to create interactions for your mock-ups.",
"link": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/",
"publishedOn": "2021-07-07T11:00:00.000Z",
"wordCount": 4067,
"title": "An Introduction To Figma Interactive Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a8390d0-26c0-4476-bc00-19e8c89b60c5/introduction-figma-interactive-components.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/",
"author": "hello@smashingmagazine.com (Emmanuel Tissera)",
"description": "There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see whats new out there. For those starting out on their headless journey, this could be a guide on what to look for.",
"link": "https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/",
"publishedOn": "2021-07-06T10:30:00.000Z",
"wordCount": 4128,
"title": "How To Choose A Headless CMS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0fa37a67-9079-4b4d-9489-fcd87c7c3807/how-to-choose-a-headless-cms.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
"author": "hello@smashingmagazine.com (Ahmad Shadeed)",
"description": "In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.",
"link": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
"publishedOn": "2021-07-05T10:30:00.000Z",
"wordCount": 1587,
"title": "Using HSL Colors In CSS",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/73607a1e-fe7f-47ea-aada-df79342d823a/hsl-colors-css.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/email-testing-flow/",
"author": "hello@smashingmagazine.com (Andriy Zapisotskyi)",
"description": "With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.",
"link": "https://smashingmagazine.com/2021/07/email-testing-flow/",
"publishedOn": "2021-07-02T10:30:00.000Z",
"wordCount": 4203,
"title": "Email Testing Flow As It Should Be",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/57a53d31-9651-4d88-b2fe-f8de70c08da1/email-testing-flow.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/",
"author": "hello@smashingmagazine.com (Ramona Schwering)",
"description": "When writing front-end tests, youll find a lot of pitfalls along the way. Lets explore common mistakes developers make, and how to avoid them. Testing doesnt need to be painful, after all.",
"link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/",
"publishedOn": "2021-07-01T12:30:00.000Z",
"wordCount": 4779,
"title": "Its A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/dc1434b9-70c3-4fb2-821e-2128e3373246/frontend-testing-pitfalls.jpg",
"length": "0",
"type": "image/jpg"
}
}
]
},
{
"title": "freeCodeCamp.org",
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "60f0501b66c61b07d458df00",
"author": null,
"description": "We all use the camera on our phones and we use it a l-o-t. There are even some applications that have integrated the camera as a feature. On one end, there is a standard way of interacting with the camera. On the other, there is a way to customize your",
"link": "https://www.freecodecamp.org/news/android-camera2-api-take-photos-and-videos/",
"publishedOn": "2021-07-29T22:36:44.000Z",
"wordCount": 2472,
"title": "Android Camera2 How to Use the Camera2 API to Take Photos and Videos"
},
{
"id": "60f534ec66c61b07d458ecfe",
"author": null,
"description": "The does not equal symbol, or ≠, is often not part of a standard keyboard setup or it's well hidden. So if you need to write it, how do you do it? How to Write the Not Equal Sign on Desktop DevicesOn Windows: Use the Character MapThe Character Map is a",
"link": "https://www.freecodecamp.org/news/not-equal-sign-how-to-type-the-does-not-equal-symbol/",
"publishedOn": "2021-07-29T18:27:33.000Z",
"wordCount": 781,
"title": "Not Equal Sign How to Type the Does Not Equal Symbol"
},
{
"id": "6102ccd03306a507d1bfb150",
"author": null,
"description": "Dockerizing an app makes it simpler to deploy. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you how to deploy 12 apps to 3 popular hosting services. Scalable Scripts developed this course. They create courses on all sorts of languages and frameworks on",
"link": "https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud/",
"publishedOn": "2021-07-29T15:52:57.000Z",
"wordCount": 4836,
"title": "Learn How to Deploy 12 Apps to AWS, Azure, & Google Cloud"
},
{
"id": "60fc708a22b0e2078fcd0cdc",
"author": null,
"description": "I use VBA, or Visual Basic for Applications, to automate my repetitive tasks. This saves me quite a lot of time in my day-to-day life. Based on the fact that you're reading this tutorial, I assume that you would like to be able to do the same. So I will",
"link": "https://www.freecodecamp.org/news/automate-repetitive-tasks-in-excel-with-vba/",
"publishedOn": "2021-07-29T15:35:00.000Z",
"wordCount": 4719,
"title": "Visual Basic Excel Tutorial How to Automate Repetitive Tasks in a Spreadsheet"
},
{
"id": "61018d5c3306a507d1bfa74a",
"author": null,
"description": "There are many cases where you don't want all of your code to be executed in your programs. Instead, you might want certain code to run only when a specific condition is met, and a different set of code to run when the condition is not satisified. That's where conditional",
"link": "https://www.freecodecamp.org/news/python-if-else-statement-conditional-statements-explained/",
"publishedOn": "2021-07-29T15:32:30.000Z",
"wordCount": 1406,
"title": "Python If Else Statement Conditional Statements Explained"
},
{
"id": "60f993f51d2b080797b818a7",
"author": null,
"description": "In any programming language, functions facilitate code reusability. In simple terms, when you want to do something repeatedly, you can define that something as a function and call that function whenever you need to. In this tutorial, we shall learn about user-defined functions in Python. When you started coding in",
"link": "https://www.freecodecamp.org/news/functions-in-python-a-beginners-guide/",
"publishedOn": "2021-07-28T17:24:21.000Z",
"wordCount": 1607,
"title": "Functions in Python Explained with Code Examples"
},
{
"id": "60fec60822b0e2078fcd16f0",
"author": null,
"description": "A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can use them to break down large",
"link": "https://www.freecodecamp.org/news/javascript-modules-explained-with-examples/",
"publishedOn": "2021-07-28T16:27:49.000Z",
"wordCount": 1675,
"title": "JavaScript Modules Explained with Examples"
},
{
"id": "60e74b9c134ad707be00f284",
"author": null,
"description": "PySpark is an interface for Apache Spark in Python. PySpark is often used for large-scale data processing and machine learning. We just released a PySpark crash course on the freeCodeCamp.org YouTube channel. Krish Naik developed this course. Krish is a lead data scientist and he runs a popular YouTube",
"link": "https://www.freecodecamp.org/news/use-pyspark-for-data-processing-and-machine-learning/",
"publishedOn": "2021-07-28T14:18:37.000Z",
"wordCount": 19795,
"title": "How to Use PySpark for Data Processing and Machine Learning"
},
{
"id": "60ffec493306a507d1bf98f4",
"author": null,
"description": "Loops let you control the logic and flow structures of your programs. Specifically, a for loop lets you execute a block of similar code operations, over and over again, until a condition is met. You repeat certain code instructions for a set of values you determine, and you perform actions",
"link": "https://www.freecodecamp.org/news/python-for-loop-example-and-tutorial/",
"publishedOn": "2021-07-27T22:36:10.000Z",
"wordCount": 1528,
"title": "Python For Loop Example and Tutorial"
},
{
"id": "60ff23533306a507d1bf9345",
"author": null,
"description": "In this post, well look at 4 different ways to flatten a dict in Python. For each method Ill point out the pros and cons, and I'll give a quick performance analysis. For this tutorial, I ran all examples on Python 3.7. Why Should You Know How",
"link": "https://www.freecodecamp.org/news/how-to-flatten-a-dictionary-in-python-in-4-different-ways/",
"publishedOn": "2021-07-27T19:59:00.000Z",
"wordCount": 1729,
"title": "How to Flatten a Dictionary in Python in 4 Different Ways"
}
]
}
],
"cliVersion": "1.11.0"
}