mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
607 lines
No EOL
43 KiB
JSON
607 lines
No EOL
43 KiB
JSON
{
|
||
"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=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 haven’t yet been fully compelled by it. I’m …\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": 4189,
|
||
"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 You’d 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": 2288,
|
||
"title": "Web Features That May Not Work As You’d 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": "We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll 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": 3227,
|
||
"title": "Using Google Drive as a CMS"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344330",
|
||
"author": "Chris Coyier",
|
||
"description": "Hashnode is a free platform for developer blogging. Say you’ve just finished an ambitious project and want to write about 10 important lessons you’ve learned as a developer during it. You should definitely blog it—I love that kind of blog post, myself. Making a jump into the technical debt of operating your own blog isn’t a small choice, but it’s important to own your own content. With Hashnode, the decision gets a lot easier. You can blog under a site you entirely own, and at the same time, reap the benefits of hosted software tailor-made for developer blogging and be part of a social center around developer writing.\nThe post Hashnode: A Blogging Platform for Developers appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/hashnode-a-blogging-platform-for-developers/",
|
||
"publishedOn": "2021-07-22T14:39:09.000Z",
|
||
"wordCount": 985,
|
||
"title": "Hashnode: A Blogging Platform for Developers"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344950",
|
||
"author": "Chris Coyier",
|
||
"description": "Remember Tyler Hall’s personal story of a UX moment where the popup sharing context menu on iOS had no visible indication that the content inside was scrollable? The thing his mom wanted to do seemed impossible because it was out …\nThe post Yet Another Mobile Context Menu With No Indication it Can Scroll appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/yet-another-mobile-context-menu-with-no-indication-it-can-scroll/",
|
||
"publishedOn": "2021-07-21T21:08:17.000Z",
|
||
"wordCount": 579,
|
||
"title": "Yet Another Mobile Context Menu With No Indication it Can Scroll"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344948",
|
||
"author": "Chris Coyier",
|
||
"description": "Dr. Axel Rauschmayer looks at JSON modules, which is already live in Chrome 91 (but nothing else). It looks just like an ES Modules-style import, only you asset the type at the end. \nimport configData from './config-data.json' assert {type: \n…\nThe post ECMAScript proposal: JSON modules appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://2ality.com/2021/06/json-modules.html",
|
||
"publishedOn": "2021-07-21T21:08:08.000Z",
|
||
"wordCount": 634,
|
||
"title": "ECMAScript proposal: JSON modules"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344337",
|
||
"author": "Mark Noonan",
|
||
"description": "Turning website design files into a combination of HTML, CSS and JavaScript is the bread and butter of many front-end web development jobs, but there’s a part of this work that doesn’t neatly fit in to tutorials on any specific …\nThe post A Step-By-Step Process for Turning Designs Into Code appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/a-step-by-step-process-for-turning-designs-into-code/",
|
||
"publishedOn": "2021-07-21T14:37:07.000Z",
|
||
"wordCount": 4654,
|
||
"title": "A Step-By-Step Process for Turning Designs Into Code"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=345062",
|
||
"author": "Robin Rendle",
|
||
"description": "Here’s a really good ol’ post from way back in 2015 all about the nine states of design and how we should think all the edge cases whenever we’re building interfaces. Vince Speelman writes:\nModern UI teams are designing components \n…\nThe post The Nine States of Design appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://medium.com/swlh/the-nine-states-of-design-5bfe9b3d6d85",
|
||
"publishedOn": "2021-07-20T23:34:53.000Z",
|
||
"wordCount": 737,
|
||
"title": "The Nine States of Design"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344944",
|
||
"author": "Chris Coyier",
|
||
"description": "Eric doesn’t mince words, especially in the title, but also in the conclusion:\nIn modern web design and development, displaying an image is a highly intentional act. Alternate descriptions allow us to explain the content of the image, and in \n…\nThe post Your Image Is Probably Not Decorative appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://www.smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/",
|
||
"publishedOn": "2021-07-20T20:02:06.000Z",
|
||
"wordCount": 1640,
|
||
"title": "Your Image Is Probably Not Decorative"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344497",
|
||
"author": "Murtuzaali Surti",
|
||
"description": "I watched Kevin Powell’s video where he was able to recreate a nice typewriter-like animation using CSS. It’s neat and you should definitely check it out because there are bonafide CSS tricks in there. I’m sure you’ve seen other CSS …\nThe post Typewriter Animation That Handles Anything You Throw at It appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/typewriter-animation-that-handles-anything-you-throw-at-it/",
|
||
"publishedOn": "2021-07-20T15:03:40.000Z",
|
||
"wordCount": 3279,
|
||
"title": "Typewriter Animation That Handles Anything You Throw at It"
|
||
},
|
||
{
|
||
"id": "https://css-tricks.com/?p=344404",
|
||
"author": "Chris Coyier",
|
||
"description": "Putting images on websites is incredibly simple, yes? Actually, yes, it is. You use <img> and link it to a valid source in the src attribute and you’re done. Except that there are (counts fingers) 927 things you could (and …\nThe post Images are hard. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||
"link": "https://css-tricks.com/images-are-hard/",
|
||
"publishedOn": "2021-07-19T20:51:07.000Z",
|
||
"wordCount": 970,
|
||
"title": "Images are hard."
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"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/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": 3092,
|
||
"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": 3391,
|
||
"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? Let’s 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? We’ve collected some useful color tools and resources that we’ve discovered lately — to help you get the most out of your creativity. We’ve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [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": 3060,
|
||
"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": 4490,
|
||
"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. Let’s 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": 4788,
|
||
"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. What’s the difference? Let’s figure it out.",
|
||
"link": "https://smashingmagazine.com/2021/07/isr-dpr-explained/",
|
||
"publishedOn": "2021-07-15T14:00:00.000Z",
|
||
"wordCount": 1079,
|
||
"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, you’ll 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. Let’s 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. Here’s 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": 3259,
|
||
"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, we’re 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": 3618,
|
||
"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. Let’s 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": 2957,
|
||
"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, we’re 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": 4789,
|
||
"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. Let’s 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": 4051,
|
||
"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 what’s 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": 4219,
|
||
"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, you’ll find a lot of pitfalls along the way. Let’s explore common mistakes developers make, and how to avoid them. Testing doesn’t need to be painful, after all.",
|
||
"link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/",
|
||
"publishedOn": "2021-07-01T12:30:00.000Z",
|
||
"wordCount": 4759,
|
||
"title": "It’s 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"
|
||
}
|
||
},
|
||
{
|
||
"id": "https://smashingmagazine.com/2021/06/web-workers-2021/",
|
||
"author": "hello@smashingmagazine.com (Surma)",
|
||
"description": "The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer's toolbelt for these kinds of problems. Let’s get up to speed on Workers on the Web!",
|
||
"link": "https://smashingmagazine.com/2021/06/web-workers-2021/",
|
||
"publishedOn": "2021-06-30T12:00:00.000Z",
|
||
"wordCount": 4748,
|
||
"title": "The State Of Web Workers In 2021",
|
||
"enclosure": {
|
||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/379e4510-b4ab-4fde-9a5d-122738be19b2/web-workers-2021.jpg",
|
||
"length": "0",
|
||
"type": "image/jpg"
|
||
}
|
||
},
|
||
{
|
||
"id": "https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/",
|
||
"author": "hello@smashingmagazine.com (Cosima Mielke)",
|
||
"description": "Let’s welcome July with some fresh desktop wallpapers. Designed by artists and designers from around the world, they are available with and without a calendar. Enjoy!",
|
||
"link": "https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/",
|
||
"publishedOn": "2021-06-30T09:30:00.000Z",
|
||
"wordCount": 3709,
|
||
"title": "The Many Shades Of July (2021 Desktop Wallpapers Edition)",
|
||
"enclosure": {
|
||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/814b3b6e-1510-4c12-8504-433157173355/july-21-against-the-current-preview-opt.png",
|
||
"length": "0",
|
||
"type": "image/png"
|
||
}
|
||
},
|
||
{
|
||
"id": "https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/",
|
||
"author": "hello@smashingmagazine.com (Átila Fassina)",
|
||
"description": "Static Generation is great for performance — until the app gets too big and build-times go through the roof. Today, we’ll have a look at how Netlify’s fresh On-Demand Builders can fix that.",
|
||
"link": "https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/",
|
||
"publishedOn": "2021-06-29T11:00:00.000Z",
|
||
"wordCount": 2460,
|
||
"title": "Breaking Down Bulky Builds With Netlify And Next.js",
|
||
"enclosure": {
|
||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a11af025-97a1-4506-8cbe-a7786e5574c9/breaking-down-bulky-builds-netlify-nextjs.jpg",
|
||
"length": "0",
|
||
"type": "image/jpg"
|
||
}
|
||
},
|
||
{
|
||
"id": "https://smashingmagazine.com/2021/06/smashing-podcast-episode-40/",
|
||
"author": "hello@smashingmagazine.com (Drew McLellan)",
|
||
"description": "In this episode, we’re talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavaliere to find out.",
|
||
"link": "https://smashingmagazine.com/2021/06/smashing-podcast-episode-40/",
|
||
"publishedOn": "2021-06-29T05:30:00.000Z",
|
||
"wordCount": 6626,
|
||
"title": "Smashing Podcast Episode 40 With Mike Cavaliere: What Is Chakra UI For React?",
|
||
"enclosure": {
|
||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e981ad2c-0679-4935-b19f-39d1ca96823e/smashing-podcast-episode-40.jpg",
|
||
"length": "0",
|
||
"type": "image/jpg"
|
||
}
|
||
},
|
||
{
|
||
"id": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/",
|
||
"author": "hello@smashingmagazine.com (Manuel Matuzović)",
|
||
"description": "In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.",
|
||
"link": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/",
|
||
"publishedOn": "2021-06-28T10:30:00.000Z",
|
||
"wordCount": 2532,
|
||
"title": "Creating Custom Emmet Snippets In VS Code",
|
||
"enclosure": {
|
||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b7ff6227-3a15-4237-8e58-aa783fc9c485/custom-emmet-snippets-vscode.jpg",
|
||
"length": "0",
|
||
"type": "image/jpg"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"title": "freeCodeCamp.org",
|
||
"feedUrl": "https://www.freecodecamp.org/news/rss/",
|
||
"siteUrl": "https://www.freecodecamp.org/news",
|
||
"articles": [
|
||
{
|
||
"id": "60fc070722b0e2078fcd0ae1",
|
||
"author": null,
|
||
"description": "The homepage for the Google Search engine is the most viewed webpage in the world. People conduct billions of searches every day. When you land on the page, right above the search box, you'll see Google's logo. On many occassions the logo will be different and accompanied by what's called",
|
||
"link": "https://www.freecodecamp.org/news/google-doodle-games-baseball-pacman-and-more/",
|
||
"publishedOn": "2021-07-26T23:01:30.000Z",
|
||
"wordCount": 2250,
|
||
"title": "Google Doodle Games – Baseball, PacMan, and More"
|
||
},
|
||
{
|
||
"id": "60f746ee1d2b080797b807f6",
|
||
"author": null,
|
||
"description": "Working from home can have its challenges but there are also many benefits. A lot of employees enjoy the flexible schedule, and you can save money from not having to eat out or drive to work. I have curated a list of 25 sites for remote work. Whether you are",
|
||
"link": "https://www.freecodecamp.org/news/how-to-find-remote-jobs/",
|
||
"publishedOn": "2021-07-26T21:46:24.000Z",
|
||
"wordCount": 1095,
|
||
"title": "How to Find Remote Jobs – 25 Websites To Help You Work from Home Online"
|
||
},
|
||
{
|
||
"id": "60fa671e1d2b080797b81cd4",
|
||
"author": null,
|
||
"description": "If you're working with React, it can be quite difficult to understand and implement API Requests. So in this article, we'll learn how it all works by implementing CRUD Operations using React, React Hooks, React Router, and Axios. Let's dive in. How to Install Node and npmFirst of all, let's",
|
||
"link": "https://www.freecodecamp.org/news/how-to-perform-crud-operations-using-react/",
|
||
"publishedOn": "2021-07-26T21:41:00.000Z",
|
||
"wordCount": 3761,
|
||
"title": "How to Perform CRUD Operations using React, React Hooks, and Axios"
|
||
},
|
||
{
|
||
"id": "60fe9a5222b0e2078fcd154f",
|
||
"author": null,
|
||
"description": "You might be wondering what pseudocode is and why it's so useful for writing computer programs. But before we jump into pseudocode, let's refresh our memories about what programming and coding are, in the simplest sense. Programming is the manifestation of logic. A program is a set of instructions that",
|
||
"link": "https://www.freecodecamp.org/news/what-is-pseudocode-in-programming/",
|
||
"publishedOn": "2021-07-26T19:23:37.000Z",
|
||
"wordCount": 1468,
|
||
"title": "What is Pseudocode? How to Use Pseudocode to Solve Coding Problems"
|
||
},
|
||
{
|
||
"id": "60faae4d1d2b080797b82046",
|
||
"author": null,
|
||
"description": "Your browsing history can come in very handy when you want to look up something that you have already viewed on the internet. Maybe you read an interesting article online and want to reference it again, but forgot to bookmark it. Well, you can have a look at your Chrome",
|
||
"link": "https://www.freecodecamp.org/news/how-to-clear-search-history-delete-all-browsing-data-in-chrome/",
|
||
"publishedOn": "2021-07-23T21:42:07.000Z",
|
||
"wordCount": 1401,
|
||
"title": "How to Clear Search History – Delete All Browsing Data in Chrome"
|
||
},
|
||
{
|
||
"id": "60f5aca466c61b07d458f119",
|
||
"author": null,
|
||
"description": "Have you ever needed to loop through multiple iterables in parallel when coding in Python? In this tutorial, we'll use Python's zip() function to efficiently perform parallel iteration over multiple iterables. Here's what we'll cover in this post: How to Use the 'in' Operator in Python to Traverse Iterables Why",
|
||
"link": "https://www.freecodecamp.org/news/the-zip-function-in-python-explained-with-examples/",
|
||
"publishedOn": "2021-07-23T17:25:34.000Z",
|
||
"wordCount": 1545,
|
||
"title": "Python zip() Function – Explained with Code Examples"
|
||
},
|
||
{
|
||
"id": "60f969ee1d2b080797b8160a",
|
||
"author": null,
|
||
"description": "Using just a few keystrokes, it's easy to capture part or all of your screen on a Mac. Screenshots are useful in many cases, like when you're writing a blog post and you want to use images that will drive home the points you are making. This guide will show",
|
||
"link": "https://www.freecodecamp.org/news/how-to-screenshot-on-mac-take-a-screen-capture-with-a-keyboard-shortcut/",
|
||
"publishedOn": "2021-07-22T22:05:03.000Z",
|
||
"wordCount": 898,
|
||
"title": "How to Screenshot on Mac – Take a Screen Capture with a Keyboard Shortcut"
|
||
},
|
||
{
|
||
"id": "6063b98a9618b008528a9d92",
|
||
"author": null,
|
||
"description": "Today we're gonna learn how to use the CSS box model with examples. This will help you make pixel perfect websites and will teach you to use the box-sizing, margin, padding, and border properties more accurately. We're also going to see some practical use cases for these properties. Let's get",
|
||
"link": "https://www.freecodecamp.org/news/css-box-model-explained-with-examples/",
|
||
"publishedOn": "2021-07-22T17:31:57.000Z",
|
||
"wordCount": 1630,
|
||
"title": "CSS Box Model Properties – Explained With Examples ✨"
|
||
},
|
||
{
|
||
"id": "60f716ab1d2b080797b80532",
|
||
"author": null,
|
||
"description": "In music terminology, an onset refers to the beginning of a musical note or other sound. In this post, we will look at how to detect music onsets with Python's audio signal processing libraries, Aubio and librosa. This tutorial is relevant even if your application doesn't use Python - for",
|
||
"link": "https://www.freecodecamp.org/news/use-python-to-detect-music-onsets/",
|
||
"publishedOn": "2021-07-22T16:56:17.000Z",
|
||
"wordCount": 1306,
|
||
"title": "How to Use Python to Detect Music Onsets"
|
||
},
|
||
{
|
||
"id": "60af854611ffb70827ef8526",
|
||
"author": null,
|
||
"description": "Webmention is a simple protocol developed by the IndieWeb Community that you can use to request notifications when your URLs are mentioned on the web. When you post on your own site and syndicate elsewhere (POSSE), Webmention lets you enable rich interactions on your syndicated posts. This article will walk",
|
||
"link": "https://www.freecodecamp.org/news/how-to-use-webmentions-with-gatsby-beginners-guide/",
|
||
"publishedOn": "2021-07-22T16:33:55.000Z",
|
||
"wordCount": 1861,
|
||
"title": "How to Use Webmentions with Gatsby.js – A Beginner's Guide"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"cliVersion": "1.11.0"
|
||
} |