This commit is contained in:
chuanqisun 2021-09-14 00:42:57 +00:00
parent fa1a538c87
commit a822e2d972
3 changed files with 365 additions and 317 deletions

View file

@ -11,13 +11,31 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=351302",
"author": "Jimmy Chion",
"description": "Browse through Dribbble or Behance, and youll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers affinity for texture, …\nThe post Grainy Gradients appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/grainy-gradients/",
"publishedOn": "2021-09-13T19:04:51.000Z",
"wordCount": 1821,
"title": "Grainy Gradients"
},
{
"id": "https://css-tricks.com/?p=351726",
"author": "Chris Coyier",
"description": "I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator. \nThe trajectory there was that I ended up …\nThe post Social Image Generator + Jetpack appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/social-image-generator-jetpack/",
"publishedOn": "2021-09-13T14:20:13.000Z",
"wordCount": 844,
"title": "Social Image Generator + Jetpack"
},
{
"id": "https://css-tricks.com/?p=351562",
"author": "Chris Coyier",
"description": "I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:\n<div class=\"C(#333) P(20px)\"text\n</div\nAnd it will generate CSS like:\n.C\\(\\#333\\) {\n color: #333;\n\n…\nThe post “Just in Time” CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/just-in-time-css/",
"publishedOn": "2021-09-10T20:32:51.000Z",
"wordCount": 778,
"wordCount": 2121,
"title": "“Just in Time” CSS"
},
{
@ -35,7 +53,7 @@
"description": "I had no idea this was coming but its pretty neat! Chrome has shipped the EyeDropper API in v95 (Canary, as I write). \n🎨 Loving the new `EyeDropper` Web API: \n“`js\nawait new EyeDropper().open();\n// Returns the picked color, e.g.,\n…\nThe post EyeDropper API Dropped appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/eyedropper-api-dropped/",
"publishedOn": "2021-09-10T14:47:11.000Z",
"wordCount": 577,
"wordCount": 578,
"title": "EyeDropper API Dropped"
},
{
@ -44,7 +62,7 @@
"description": "I recently blogged about how images are hard and it ended up being a big ol checklist of things that you could/should think about and implement when placing images on websites. \nI think its encouraging to see frameworksthese …\nThe post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/frameworks-helping-image-usage/",
"publishedOn": "2021-09-09T19:44:54.000Z",
"wordCount": 1689,
"wordCount": 1737,
"title": "Frameworks Helping Image Usage"
},
{
@ -53,7 +71,7 @@
"description": "(This is a sponsored post.)\nOptimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …\nThe post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/",
"publishedOn": "2021-09-09T19:43:03.000Z",
"wordCount": 2827,
"wordCount": 2919,
"title": "Improve Largest Contentful Paint (LCP) on Your Website With Ease"
},
{
@ -71,7 +89,7 @@
"description": "Heres Atif Afzal on using a <div> that is permanently on the page where tooltips are added/removed and how they perform vastly better than plopping those same tooltips right into the <body>. Its not really discussed, but the reason …\nThe post Dont attach tooltips to document.body appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/dont-attach-tooltips-to-document-body/",
"publishedOn": "2021-09-08T19:08:55.000Z",
"wordCount": 537,
"wordCount": 691,
"title": "Dont attach tooltips to document.body"
},
{
@ -116,7 +134,7 @@
"description": "Variable fonts make it easy to create a large set of font styles from a single font file. Unfortunately, the default rendering of the <b> and <strong> elements in browsers today is not very compatible with the wide range of …\nThe post Firefoxs `bolder` Default is a Problem for Variable Fonts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/firefoxs-bolder-default-is-a-problem-for-variable-fonts/",
"publishedOn": "2021-09-07T14:41:57.000Z",
"wordCount": 1600,
"wordCount": 1624,
"title": "Firefoxs `bolder` Default is a Problem for Variable Fonts"
},
{
@ -127,24 +145,6 @@
"publishedOn": "2021-09-06T18:47:19.000Z",
"wordCount": 1134,
"title": "Early Days for CSS Scoping"
},
{
"id": "https://css-tricks.com/?p=350649",
"author": "Chris Coyier",
"description": "Id say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherent isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud …\nThe post AWS Lambdas: Easy, Easier, Easiest appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://joeyanuff-33180.medium.com/aws-lambdas-easy-easier-easiest-823e71c02bd9",
"publishedOn": "2021-09-03T22:16:47.000Z",
"wordCount": 911,
"title": "AWS Lambdas: Easy, Easier, Easiest"
},
{
"id": "https://css-tricks.com/?p=350889",
"author": "John Rhea",
"description": "Weve already discussed how creating web components is easier than you think, but theres another aspect of the specification that we havent discussed yet and its a way to customize (nay, supercharge) a built-in element. Its similar to …\nThe post Supercharging Built-In Elements With Web Components “is” Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/supercharging-built-in-elements-with-web-components-is-easier-than-you-think/",
"publishedOn": "2021-09-03T14:21:38.000Z",
"wordCount": 2161,
"title": "Supercharging Built-In Elements With Web Components “is” Easier Than You Think"
}
]
},
@ -153,13 +153,27 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/",
"author": "hello@smashingmagazine.com (Kirill Myshkin)",
"description": "There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.",
"link": "https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/",
"publishedOn": "2021-09-13T09:00:00.000Z",
"wordCount": 3012,
"title": "Orchestrating Complexity With Web Animations API",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/cc4a9b5f-fd83-4fc0-9966-6f98707d1466/orchestrating-complexity-web-animations-api.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/",
"author": "hello@smashingmagazine.com (Frederick OBrien)",
"description": "They say content is king, and theyre right. The web has unlocked untold possibilities for storytellers — provided the story is right, of course. Here are some of our favorite examples of editorial content thriving in the digital realm.",
"link": "https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/",
"publishedOn": "2021-09-10T10:00:00.000Z",
"wordCount": 2067,
"wordCount": 2053,
"title": "Web Design Done Well: Excellent Editorial",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7af3bbbe-821b-4e3c-870a-f8290ed52212/web-design-done-well-excellent-editorial.jpg",
@ -173,7 +187,7 @@
"description": "When paired with ISR and Next.js API routes, SWR can be used to create a responsive user experience. In this article, Sam Poder explains what SWR is, where to use it (and where not), and how to build a website by using Incremental Static Regeneration.",
"link": "https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/",
"publishedOn": "2021-09-09T10:30:00.000Z",
"wordCount": 2080,
"wordCount": 2070,
"title": "Using SWR React Hooks With Next.js Incremental Static Regeneration (ISR)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/47c6e5fc-73b3-41fe-afb7-b640b860efa0/useswr-react-hook-library-incremental-static-regeneration-nextjs.jpg",
@ -187,7 +201,7 @@
"description": "In this article, well walk through the process of taking a seemingly simple design for a text-and-media component and deciding how best to translate it into code, keeping in mind the needs of both users and content authors.",
"link": "https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/",
"publishedOn": "2021-09-08T10:30:00.000Z",
"wordCount": 2868,
"wordCount": 2872,
"title": "Developer Decisions For Building Flexible Components",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/76d3eef0-2a0a-45e0-b0bb-399da37c3834/developer-decisions-building-flexible-components.jpg",
@ -215,7 +229,7 @@
"description": "Learn whats new with developer tools in Firefox, Edge, Chrome and Safari. Discover new and powerful features that will help you be more comfortable and productive when testing and debugging across browsers.",
"link": "https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/",
"publishedOn": "2021-09-07T10:00:00.000Z",
"wordCount": 4051,
"wordCount": 4049,
"title": "Whats New With DevTools: Cross-Browser Edition",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1e0eef0e-e4b0-45b6-8afd-1d1a60b7c53b/devtools-cross-browsers.jpg",
@ -229,7 +243,7 @@
"description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Lets take a close look at the challenges involved in deploying and testing HTTP/3, and how and if you should change your websites and resources as well.",
"link": "https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/",
"publishedOn": "2021-09-06T11:00:00.000Z",
"wordCount": 9733,
"wordCount": 9730,
"title": "HTTP/3: Practical Deployment Options (Part 3)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a19cca97-b411-44a6-a8be-e1468a0df78a/http3-practical-deployment-options-part3.jpg",
@ -243,7 +257,7 @@
"description": "Websites, unfortunately, arent as environmentally friendly as we might like them to be. This article contains some thoughts and experiences from trying to clean them up.",
"link": "https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/",
"publishedOn": "2021-09-03T11:30:00.000Z",
"wordCount": 3564,
"wordCount": 3572,
"title": "Reducing Carbon Emissions On The Web",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdef7e38-4e37-4177-a7b3-d74860c7724f/reducing-carbon-emissions-on-web.jpg",
@ -257,7 +271,7 @@
"description": "Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.",
"link": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/",
"publishedOn": "2021-09-02T12:00:00.000Z",
"wordCount": 2439,
"wordCount": 2436,
"title": "Interactive Learning Tools For Front-End Developers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7f13aec3-8dd5-4085-afce-c752db3abfb6/interactive-learning-tools-front-end-developers.jpg",
@ -271,7 +285,7 @@
"description": "What exactly is a displacement filter? In this article, Dirk Weber explains the SVG `feDisplacementMap` filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.",
"link": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/",
"publishedOn": "2021-09-01T10:30:00.000Z",
"wordCount": 5595,
"wordCount": 5585,
"title": "A Deep Dive Into The Wonderful World Of SVG Displacement Filtering",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/92af7db6-94b4-4e48-8e20-875af2d5e024/deep-dive-svg-displacement-filtering.jpg",
@ -299,7 +313,7 @@
"description": "New month, new wallpapers! In this post, youll find inspiring wallpaper designs for September 2021. They were created with love by artists and designers from across the globe and are available with and without a calendar. Enjoy!",
"link": "https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/",
"publishedOn": "2021-08-31T08:00:00.000Z",
"wordCount": 2410,
"wordCount": 2422,
"title": "Stories Of September (2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdfaaaac-a4fb-475b-997c-ac45db998da0/sep-21-finding-the-balance-preview-opt.png",
@ -313,7 +327,7 @@
"description": "There are many CSS optimization techniques to tackle potential file size and performance issues. Lets take a look at some of them. After all, if deploying the refactored codebase causes loading or performance issues, it will result in less traffic and revenue, which might leave the management and project managers dissatisfied.",
"link": "https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/",
"publishedOn": "2021-08-30T10:00:00.000Z",
"wordCount": 3695,
"wordCount": 3696,
"title": "Refactoring CSS: Optimizing Size And Performance (Part 3)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa4e0eab-b23c-42ac-a622-b2ca8a02edd0/refactoring-css-optimizing-size-performance-part3.jpg",
@ -327,7 +341,7 @@
"description": "Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this advanced pattern.",
"link": "https://smashingmagazine.com/2021/08/compound-components-react/",
"publishedOn": "2021-08-27T13:00:00.000Z",
"wordCount": 3117,
"wordCount": 3128,
"title": "Compound Components In React",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e9df8cb4-b274-407a-97a8-f06488571802/compound-components-react.jpg",
@ -341,7 +355,7 @@
"description": "The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users data, and how you can too.",
"link": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/",
"publishedOn": "2021-08-26T08:00:00.000Z",
"wordCount": 3769,
"wordCount": 3774,
"title": "Pushing Back Against Privacy Infringement On The Web",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fbab17a6-483b-4e8e-b9f1-9ab583202df1/against-privacy-infringement-web.jpg",
@ -369,7 +383,7 @@
"description": "In this article, youll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.",
"link": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
"publishedOn": "2021-08-24T13:00:00.000Z",
"wordCount": 3242,
"wordCount": 3239,
"title": "How To Automate Documentation Workflow For Developers",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/68266575-8f47-415b-9c91-7004a02944ee/action-github-1.png",
@ -383,7 +397,7 @@
"description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Lets take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.",
"link": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/",
"publishedOn": "2021-08-23T06:20:00.000Z",
"wordCount": 10550,
"wordCount": 10546,
"title": "HTTP/3: Performance Improvements (Part 2)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9d5e5ddd-7a90-48c6-84c5-dc5c335e2305/congestion-control.png",
@ -397,7 +411,7 @@
"description": "The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where theyre heading in the next decade.",
"link": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/",
"publishedOn": "2021-08-20T08:00:00.000Z",
"wordCount": 4599,
"wordCount": 4602,
"title": "Jamstack CMS: The Past, The Present and The Future",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f2f37c71-d2c5-4634-b62c-2dc2eea127c1/history-future-jamstack-cms.jpg",
@ -411,7 +425,7 @@
"description": "Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure youre respecting the dignity and welfare of your research participants.",
"link": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/",
"publishedOn": "2021-08-19T10:00:00.000Z",
"wordCount": 5344,
"wordCount": 5338,
"title": "How To Build An Ethical User Research Practice At Any Organization",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/72fbade7-8284-47ba-93d7-0f8a7aefdb7e/ethical-user-research-practice.jpg",
@ -425,7 +439,7 @@
"description": "In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.",
"link": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/",
"publishedOn": "2021-08-18T08:00:00.000Z",
"wordCount": 3321,
"wordCount": 3317,
"title": "Creating An Interactive Gantt Chart Component With Vanilla JavaScript",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3bcf1248-c58e-47f4-a94f-3cbac5c60b45/interactive-gantt-chart-component-vanillajs.jpg",
@ -439,7 +453,7 @@
"description": "Your project is on a tight budget? Weve collected some wonderful, free icons and goodies that weve discovered lately and that are bound to give your design the finishing touch. Weve also just recently covered [Figma plugins](https://www.smashingmagazine.com/2021/08/figma-tools-plugins-resources/), [SVG generators](https://www.smashingmagazine.com/2021/03/svg-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/) and [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) — you might find them useful, too.",
"link": "https://smashingmagazine.com/2021/08/open-source-icons/",
"publishedOn": "2021-08-17T07:25:00.000Z",
"wordCount": 1864,
"wordCount": 1867,
"title": "Free Open-Source Icons",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/337b471a-0798-410d-9670-1d63c5bebfdc/05-tourism.jpg",
@ -453,7 +467,7 @@
"description": "Software development without a roadmap is akin to driving off a cliff — an undertaking that seriously jeopardizes your products life. Heres how to develop a business technology roadmap that ensures your project safely reaches its final destination.",
"link": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/",
"publishedOn": "2021-08-16T06:55:00.000Z",
"wordCount": 2956,
"wordCount": 2948,
"title": "How To Develop Your Business Technology Roadmap",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a6b3fa2a-b540-45e6-9423-f299fc4b6835/develop-business-technology-roadmap.jpg",
@ -468,6 +482,69 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "613fbc95852f4307d372cf35",
"author": null,
"description": "In Microsoft Word, you can create digital forms, surveys, to-do lists, and printable forms. And you might need to add a checkbox in these forms so your respondents can select certain options. In this tutorial, I will show you how to insert an interactive checkbox in Microsoft Word for softcopy",
"link": "https://www.freecodecamp.org/news/insert-a-checkbox-in-word-how-to-add-a-checkmark-in-microsoft-word/",
"publishedOn": "2021-09-13T23:48:00.000Z",
"wordCount": 1128,
"title": "Insert a Checkbox in Word How to Add a Checkmark in Microsoft Word"
},
{
"id": "6138a480581b610782a921ee",
"author": null,
"description": "In this tutorial we are going to build a modern sign up form with floating labels and smooth transitions using plain HTML and CSS. A viewAs you can see in the above image, when an input within the form gains focus, its label floats to the top and a semi-thick",
"link": "https://www.freecodecamp.org/news/how-to-build-sign-up-form-with-html-and-css/",
"publishedOn": "2021-09-13T21:15:35.000Z",
"wordCount": 1605,
"title": "How to Build a Sign Up Form with Floating Labels and Transitions Using Plain HTML and CSS"
},
{
"id": "613b2c1a852f4307d372b02f",
"author": null,
"description": "Emoji help you express feelings and emotions beyond texts. They also bring liveliness into conversations in a fun and concise way. But sometimes it's hard to find the right emoji to use, so I decided to prepare a giant table of them that you can simply copy and paste into",
"link": "https://www.freecodecamp.org/news/all-emojis-emoji-list-for-copy-and-paste/",
"publishedOn": "2021-09-13T21:04:08.000Z",
"wordCount": 2042,
"title": "All Emojis Emoji List for Copy and Paste"
},
{
"id": "612e048bd6679a07b7d3f47b",
"author": null,
"description": "Let me start this article by asking, \"What is JavaScript\"? Well, here's the most confusing yet to-the-point answer I have found so far: JavaScript is a single-threaded, non-blocking, asynchronous, concurrent programming language with lots of flexibility.Hold on a second did it say single-threaded and asynchronous at the same time?",
"link": "https://www.freecodecamp.org/news/synchronous-vs-asynchronous-in-javascript/",
"publishedOn": "2021-09-13T21:00:57.000Z",
"wordCount": 2632,
"title": "Synchronous vs Asynchronous JavaScript Call Stack, Promises, and More"
},
{
"id": "608851a68eb3fb07cf098178",
"author": null,
"description": "The best way to learn a new programming language is to build projects with it. I have created a list of 25 beginner friendly project tutorials in Python. My advice for tutorials would be to watch the video, build the project, break it apart and rebuild it your own way.",
"link": "https://www.freecodecamp.org/news/python-projects-for-beginners/",
"publishedOn": "2021-09-13T15:12:15.000Z",
"wordCount": 1470,
"title": "25 Python Projects for Beginners Easy Ideas to Get Started Coding Python"
},
{
"id": "613c107c852f4307d372b87a",
"author": null,
"description": "When you're writing a shell script, you may find that you need it to wait a certain number of seconds before proceeding. For example, you might want the script to wait while a process completes or before retrying a failed command. To do this, you can use the very straightforward",
"link": "https://www.freecodecamp.org/news/bash-sleep-how-to-make-a-shell-script-wait-n-seconds-example-command/",
"publishedOn": "2021-09-13T14:29:40.000Z",
"wordCount": 590,
"title": "Bash Sleep How to Make a Shell Script Wait N Seconds (Example Command)"
},
{
"id": "6122041a3bccf807612a575e",
"author": null,
"description": "In Python, there are a few ways you can read a text file. In this article, I will go over the open() function, the read(), readline(), readlines(), close() methods, and the with keyword. What is the open() function in Python? If you want to read a text file in Python,",
"link": "https://www.freecodecamp.org/news/python-open-file-how-to-read-a-text-file-line-by-line/",
"publishedOn": "2021-09-13T14:00:03.000Z",
"wordCount": 1255,
"title": "Python Open File How to Read a Text File Line by Line"
},
{
"id": "613a5290852f4307d372aa23",
"author": null,
@ -494,69 +571,6 @@
"publishedOn": "2021-09-09T17:16:35.000Z",
"wordCount": 3242,
"title": "Graph Databases VS Relational Databases Learn How a Graph Database Works"
},
{
"id": "6133317cd6679a07b7d42191",
"author": null,
"description": "In this article, we will explore what middleware is in Redux, why it's used, and how you can create your own middleware from scratch. So let's get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to",
"link": "https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/",
"publishedOn": "2021-09-09T16:38:52.000Z",
"wordCount": 1250,
"title": "Redux Middleware What it is and How to Build it from Scratch"
},
{
"id": "61129a0572231b077cdacd2f",
"author": null,
"description": "If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a",
"link": "https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/",
"publishedOn": "2021-09-09T16:36:35.000Z",
"wordCount": 1199,
"title": "How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable"
},
{
"id": "61310196d6679a07b7d411dd",
"author": null,
"description": "Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality",
"link": "https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/",
"publishedOn": "2021-09-09T14:50:00.000Z",
"wordCount": 770,
"title": "Bash Array How to Declare an Array of Strings in a Bash Script"
},
{
"id": "6139e660852f4307d372a0a2",
"author": null,
"description": "Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have",
"link": "https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/",
"publishedOn": "2021-09-09T14:34:15.000Z",
"wordCount": 1176,
"title": "Java Array Declaration How to Initialize an Array in Java with Example Code"
},
{
"id": "612cc03eb5177808226d4a6b",
"author": null,
"description": "While you're in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic",
"link": "https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/",
"publishedOn": "2021-09-09T14:25:28.000Z",
"wordCount": 2377,
"title": "460 Free Textbooks Math, Science, and More [Online PDF for College and High School]"
},
{
"id": "6138f291852f4307d3729b64",
"author": null,
"description": "If you inspect a web page with your browser's developer tools, you'll likely see a bunch of nested div tags, and possibly some content wrapped in a span tag. Similar content is usually grouped together by these two container elements span and div. You can use them both as containers,",
"link": "https://www.freecodecamp.org/news/span-vs-div-html-tags-what-is-the-difference/",
"publishedOn": "2021-09-08T21:08:38.000Z",
"wordCount": 868,
"title": "Span VS Div HTML Tags What is the Difference?"
},
{
"id": "6138218b581b610782a91de7",
"author": null,
"description": "Over 40% of all websites on the internet are powered by WordPress, making it the worlds top choice when it comes to creating a website. Many people and businesses choose to create their websites with WordPress because of its versatility, speed, and ease of use. WordPress is also Open",
"link": "https://www.freecodecamp.org/news/how-to-get-started-with-wordpress/",
"publishedOn": "2021-09-08T18:00:12.000Z",
"wordCount": 1858,
"title": "WordPress Installation Guide How to Get Started with WordPress + the Best Plugins"
}
]
}

199
feed.atom
View file

@ -1,10 +1,113 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-09-13T00:43:10.146Z</id>
<id>urn:2021-09-14T00:42:57.293Z</id>
<title>osmos::feed</title>
<updated>2021-09-13T00:43:10.146Z</updated>
<updated>2021-09-14T00:42:57.293Z</updated>
<generator>osmosfeed 1.11.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[Insert a Checkbox in Word How to Add a Checkmark in Microsoft Word]]></title>
<id>613fbc95852f4307d372cf35</id>
<link href="https://www.freecodecamp.org/news/insert-a-checkbox-in-word-how-to-add-a-checkmark-in-microsoft-word/"/>
<updated>2021-09-13T23:48:00.000Z</updated>
<summary type="html"><![CDATA[In Microsoft Word, you can create digital forms, surveys, to-do lists, and printable forms. And you might need to add a checkbox in these forms so your respondents can select certain options. In this tutorial, I will show you how to insert an interactive checkbox in Microsoft Word for softcopy]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Build a Sign Up Form with Floating Labels and Transitions Using Plain HTML and CSS]]></title>
<id>6138a480581b610782a921ee</id>
<link href="https://www.freecodecamp.org/news/how-to-build-sign-up-form-with-html-and-css/"/>
<updated>2021-09-13T21:15:35.000Z</updated>
<summary type="html"><![CDATA[In this tutorial we are going to build a modern sign up form with floating labels and smooth transitions using plain HTML and CSS. A viewAs you can see in the above image, when an input within the form gains focus, its label floats to the top and a semi-thick]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[All Emojis Emoji List for Copy and Paste]]></title>
<id>613b2c1a852f4307d372b02f</id>
<link href="https://www.freecodecamp.org/news/all-emojis-emoji-list-for-copy-and-paste/"/>
<updated>2021-09-13T21:04:08.000Z</updated>
<summary type="html"><![CDATA[Emoji help you express feelings and emotions beyond texts. They also bring liveliness into conversations in a fun and concise way. But sometimes it's hard to find the right emoji to use, so I decided to prepare a giant table of them that you can simply copy and paste into]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Synchronous vs Asynchronous JavaScript Call Stack, Promises, and More]]></title>
<id>612e048bd6679a07b7d3f47b</id>
<link href="https://www.freecodecamp.org/news/synchronous-vs-asynchronous-in-javascript/"/>
<updated>2021-09-13T21:00:57.000Z</updated>
<summary type="html"><![CDATA[Let me start this article by asking, "What is JavaScript"? Well, here's the most confusing yet to-the-point answer I have found so far: JavaScript is a single-threaded, non-blocking, asynchronous, concurrent programming language with lots of flexibility.Hold on a second did it say single-threaded and asynchronous at the same time?]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Grainy Gradients]]></title>
<id>https://css-tricks.com/?p=351302</id>
<link href="https://css-tricks.com/grainy-gradients/"/>
<updated>2021-09-13T19:04:51.000Z</updated>
<summary type="html"><![CDATA[Browse through Dribbble or Behance, and youll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers affinity for texture, …
The post Grainy Gradients appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Jimmy Chion</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[25 Python Projects for Beginners Easy Ideas to Get Started Coding Python]]></title>
<id>608851a68eb3fb07cf098178</id>
<link href="https://www.freecodecamp.org/news/python-projects-for-beginners/"/>
<updated>2021-09-13T15:12:15.000Z</updated>
<summary type="html"><![CDATA[The best way to learn a new programming language is to build projects with it. I have created a list of 25 beginner friendly project tutorials in Python. My advice for tutorials would be to watch the video, build the project, break it apart and rebuild it your own way.]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Bash Sleep How to Make a Shell Script Wait N Seconds (Example Command)]]></title>
<id>613c107c852f4307d372b87a</id>
<link href="https://www.freecodecamp.org/news/bash-sleep-how-to-make-a-shell-script-wait-n-seconds-example-command/"/>
<updated>2021-09-13T14:29:40.000Z</updated>
<summary type="html"><![CDATA[When you're writing a shell script, you may find that you need it to wait a certain number of seconds before proceeding. For example, you might want the script to wait while a process completes or before retrying a failed command. To do this, you can use the very straightforward]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Social Image Generator + Jetpack]]></title>
<id>https://css-tricks.com/?p=351726</id>
<link href="https://css-tricks.com/social-image-generator-jetpack/"/>
<updated>2021-09-13T14:20:13.000Z</updated>
<summary type="html"><![CDATA[I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator.
The trajectory there was that I ended up …
The post Social Image Generator + Jetpack 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[Python Open File How to Read a Text File Line by Line]]></title>
<id>6122041a3bccf807612a575e</id>
<link href="https://www.freecodecamp.org/news/python-open-file-how-to-read-a-text-file-line-by-line/"/>
<updated>2021-09-13T14:00:03.000Z</updated>
<summary type="html"><![CDATA[In Python, there are a few ways you can read a text file. In this article, I will go over the open() function, the read(), readline(), readlines(), close() methods, and the with keyword. What is the open() function in Python? If you want to read a text file in Python,]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Orchestrating Complexity With Web Animations API]]></title>
<id>https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/</id>
<link href="https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/"/>
<updated>2021-09-13T09:00:00.000Z</updated>
<summary type="html"><![CDATA[There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.]]></summary>
<author>
<name>hello@smashingmagazine.com (Kirill Myshkin)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[“Just in Time” CSS]]></title>
<id>https://css-tricks.com/?p=351562</id>
@ -115,46 +218,6 @@ The post Improve Largest Contentful Paint (LCP) on Your Website With Ease appear
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Redux Middleware What it is and How to Build it from Scratch]]></title>
<id>6133317cd6679a07b7d42191</id>
<link href="https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/"/>
<updated>2021-09-09T16:38:52.000Z</updated>
<summary type="html"><![CDATA[In this article, we will explore what middleware is in Redux, why it's used, and how you can create your own middleware from scratch. So let's get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable]]></title>
<id>61129a0572231b077cdacd2f</id>
<link href="https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/"/>
<updated>2021-09-09T16:36:35.000Z</updated>
<summary type="html"><![CDATA[If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Bash Array How to Declare an Array of Strings in a Bash Script]]></title>
<id>61310196d6679a07b7d411dd</id>
<link href="https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/"/>
<updated>2021-09-09T14:50:00.000Z</updated>
<summary type="html"><![CDATA[Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Java Array Declaration How to Initialize an Array in Java with Example Code]]></title>
<id>6139e660852f4307d372a0a2</id>
<link href="https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/"/>
<updated>2021-09-09T14:34:15.000Z</updated>
<summary type="html"><![CDATA[Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Mars Theme: A Deep Look at Frontitys Headless WordPress Theme]]></title>
<id>https://css-tricks.com/?p=350070</id>
@ -166,16 +229,6 @@ The post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appear
<name>Ganesh Dahal</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[460 Free Textbooks Math, Science, and More [Online PDF for College and High School]]]></title>
<id>612cc03eb5177808226d4a6b</id>
<link href="https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/"/>
<updated>2021-09-09T14:25:28.000Z</updated>
<summary type="html"><![CDATA[While you're in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using SWR React Hooks With Next.js Incremental Static Regeneration (ISR)]]></title>
<id>https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/</id>
@ -186,16 +239,6 @@ The post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appear
<name>hello@smashingmagazine.com (Sam Poder)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Span VS Div HTML Tags What is the Difference?]]></title>
<id>6138f291852f4307d3729b64</id>
<link href="https://www.freecodecamp.org/news/span-vs-div-html-tags-what-is-the-difference/"/>
<updated>2021-09-08T21:08:38.000Z</updated>
<summary type="html"><![CDATA[If you inspect a web page with your browser's developer tools, you'll likely see a bunch of nested div tags, and possibly some content wrapped in a span tag. Similar content is usually grouped together by these two container elements span and div. You can use them both as containers,]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Dont attach tooltips to document.body]]></title>
<id>https://css-tricks.com/?p=351389</id>
@ -207,16 +250,6 @@ The post Dont attach tooltips to document.body appeared first on CSS-Tricks.
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[WordPress Installation Guide How to Get Started with WordPress + the Best Plugins]]></title>
<id>6138218b581b610782a91de7</id>
<link href="https://www.freecodecamp.org/news/how-to-get-started-with-wordpress/"/>
<updated>2021-09-08T18:00:12.000Z</updated>
<summary type="html"><![CDATA[Over 40% of all websites on the internet are powered by WordPress, making it the worlds top choice when it comes to creating a website. Many people and businesses choose to create their websites with WordPress because of its versatility, speed, and ease of use. WordPress is also Open]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Story Behind TryShape, a Showcase for the CSS clip-path property]]></title>
<id>https://css-tricks.com/?p=351043</id>
@ -326,28 +359,6 @@ The post Early Days for CSS Scoping appeared first on CSS-Tricks. You can suppor
<name>hello@smashingmagazine.com (Robin Marx)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[AWS Lambdas: Easy, Easier, Easiest]]></title>
<id>https://css-tricks.com/?p=350649</id>
<link href="https://joeyanuff-33180.medium.com/aws-lambdas-easy-easier-easiest-823e71c02bd9"/>
<updated>2021-09-03T22:16:47.000Z</updated>
<summary type="html"><![CDATA[Id say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherent isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud …
The post AWS Lambdas: Easy, Easier, Easiest 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[Supercharging Built-In Elements With Web Components “is” Easier Than You Think]]></title>
<id>https://css-tricks.com/?p=350889</id>
<link href="https://css-tricks.com/supercharging-built-in-elements-with-web-components-is-easier-than-you-think/"/>
<updated>2021-09-03T14:21:38.000Z</updated>
<summary type="html"><![CDATA[Weve already discussed how creating web components is easier than you think, but theres another aspect of the specification that we havent discussed yet and its a way to customize (nay, supercharge) a built-in element. Its similar to …
The post Supercharging Built-In Elements With Web Components “is” Easier Than You Think appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>John Rhea</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Reducing Carbon Emissions On The Web]]></title>
<id>https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/</id>

View file

@ -15,6 +15,142 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-13">2021-09-13</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">Grainy Gradients</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/grainy-gradients/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Browse through Dribbble or Behance, and youll find designers using a simple technique to add texture to an image: noise. Adding noise makes otherwise solid colors or smooth gradients, such as shadows, more realistic. But despite designers affinity for texture, …
The post Grainy Gradients 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">Social Image Generator + Jetpack</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/social-image-generator-jetpack/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I feel like my quest to make sure this site had pretty sweet (and automatically-generated) social media images (e.g. Open Graph) came to a close once I found Social Image Generator.
The trajectory there was that I ended up …
The post Social Image Generator + Jetpack 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">Insert a Checkbox in Word How to Add a Checkmark in Microsoft Word</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/insert-a-checkbox-in-word-how-to-add-a-checkmark-in-microsoft-word/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In Microsoft Word, you can create digital forms, surveys, to-do lists, and printable forms. And you might need to add a checkbox in these forms so your respondents can select certain options. In this tutorial, I will show you how to insert an interactive checkbox in Microsoft Word for softcopy</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Build a Sign Up Form with Floating Labels and Transitions Using Plain HTML and CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-build-sign-up-form-with-html-and-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>In this tutorial we are going to build a modern sign up form with floating labels and smooth transitions using plain HTML and CSS. A viewAs you can see in the above image, when an input within the form gains focus, its label floats to the top and a semi-thick</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">All Emojis Emoji List for Copy and Paste</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/all-emojis-emoji-list-for-copy-and-paste/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Emoji help you express feelings and emotions beyond texts. They also bring liveliness into conversations in a fun and concise way. But sometimes it&#x27;s hard to find the right emoji to use, so I decided to prepare a giant table of them that you can simply copy and paste into</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Synchronous vs Asynchronous JavaScript Call Stack, Promises, and More</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/synchronous-vs-asynchronous-in-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Let me start this article by asking, &quot;What is JavaScript&quot;? Well, here&#x27;s the most confusing yet to-the-point answer I have found so far: JavaScript is a single-threaded, non-blocking, asynchronous, concurrent programming language with lots of flexibility.Hold on a second did it say single-threaded and asynchronous at the same time?</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">25 Python Projects for Beginners Easy Ideas to Get Started Coding Python</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-projects-for-beginners/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>The best way to learn a new programming language is to build projects with it. I have created a list of 25 beginner friendly project tutorials in Python. My advice for tutorials would be to watch the video, build the project, break it apart and rebuild it your own way.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Bash Sleep How to Make a Shell Script Wait N Seconds (Example Command)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/bash-sleep-how-to-make-a-shell-script-wait-n-seconds-example-command/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>When you&#x27;re writing a shell script, you may find that you need it to wait a certain number of seconds before proceeding. For example, you might want the script to wait while a process completes or before retrying a failed command. To do this, you can use the very straightforward</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Python Open File How to Read a Text File Line by Line</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-open-file-how-to-read-a-text-file-line-by-line/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In Python, there are a few ways you can read a text file. In this article, I will go over the open() function, the read(), readline(), readlines(), close() methods, and the with keyword. What is the open() function in Python? If you want to read a text file in Python,</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">Orchestrating Complexity With Web Animations API</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/orchestrating-complexity-web-animations-api/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>There are way too many options in Web Animations API to pick them up that easily. Learning how timing works and how to control the playback of several animations at once makes for a solid foundation on which to base your projects on.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-10">2021-09-10</time></h2>
<ul class="sources card">
@ -27,7 +163,7 @@
<summary class="article-expander__title">“Just in Time” CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/just-in-time-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span class="article-reading-time">(7 min)</span>
<span>I believe acss.io is the first usage of “Atomic CSS” where the point of it is to be a compiler. You write CSS like this:
&lt;div class&#x3D;&quot;C(#333) P(20px)&quot;text
&lt;/div
@ -117,7 +253,7 @@ The post Frameworks Helping Image Usage appeared first on CSS-Tricks. You can su
<summary class="article-expander__title">Improve Largest Contentful Paint (LCP) on Your Website With Ease</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/improve-largest-contentful-paint-lcp-on-your-website-with-ease/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span class="article-reading-time">(10 min)</span>
<span>(This is a sponsored post.)
Optimizing the user experience you offer on your website is essential for the success of any online business. Google does use different user experience-related metrics to rank web pages for SEO and has continued …
The post Improve Largest Contentful Paint (LCP) on Your Website With Ease appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
@ -176,61 +312,6 @@ The post Mars Theme: A Deep Look at Frontitys Headless WordPress Theme appear
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Redux Middleware What it is and How to Build it from Scratch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-redux-middleware-and-how-to-create-one-from-scratch/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In this article, we will explore what middleware is in Redux, why it&#x27;s used, and how you can create your own middleware from scratch. So let&#x27;s get started. What Is Redux Middleware?Redux Middleware allows you to intercept every action sent to the reducer so you can make changes to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Make Your Enterprise Kubernetes Environment Secure, Efficient, and Reliable</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/make-your-kubernetes-environment-secure-efficient-reliable/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>If youre a cloud-based entrepreneur, you should have a Kubernetes platform for your enterprise. But adopting this six-year-old technology can be tough if there are gaps in your operations. Improving the operational quality of your Kubernetes cluster is important in Kubernetes adoption. This article can help you achieve a</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Bash Array How to Declare an Array of Strings in a Bash Script</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/bash-array-how-to-declare-an-array-of-strings-in-a-bash-script/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Bash scripts give you a convenient way to automate command line tasks. With Bash, you can do many of the same things you would do in other scripting or programming languages. You can create and use variables, execute loops, use conditional logic, and store data in arrays. While the functionality</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Java Array Declaration How to Initialize an Array in Java with Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/java-array-declaration-how-to-initialize-an-array-in-java-with-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Arrays are an important part of the fundamental data structures in Java. And they are incredibly useful in solving a lot of programming problems. What is an array? By definition, an array is a collection of data of the same type. An array is usually declared so you can have</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">460 Free Textbooks Math, Science, and More [Online PDF for College and High School]</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/free-textbooks-math-science-and-more-online-pdf-for-college-and-high-school/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>While you&#x27;re in school, you will go through a number of textbooks and the cost can add up pretty quickly. Luckily, there are websites that offer free textbooks for high school and college students. Here is a list of 460 free textbooks, arranged by topic. Once you find a topic</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -287,34 +368,6 @@ The post The Story Behind TryShape, a Showcase for the CSS clip-path property ap
</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">Span VS Div HTML Tags What is the Difference?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/span-vs-div-html-tags-what-is-the-difference/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>If you inspect a web page with your browser&#x27;s developer tools, you&#x27;ll likely see a bunch of nested div tags, and possibly some content wrapped in a span tag. Similar content is usually grouped together by these two container elements span and div. You can use them both as containers,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">WordPress Installation Guide How to Get Started with WordPress + the Best Plugins</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-get-started-with-wordpress/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Over 40% of all websites on the internet are powered by WordPress, making it the worlds top choice when it comes to creating a website. Many people and businesses choose to create their websites with WordPress because of its versatility, speed, and ease of use. WordPress is also Open</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>
@ -413,7 +466,7 @@ The post Firefoxs &#x60;bolder&#x60; Default is a Problem for Variable Fonts
<summary class="article-expander__title">Whats New With DevTools: Cross-Browser Edition</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span class="article-reading-time">(13 min)</span>
<span>Learn whats new with developer tools in Firefox, Edge, Chrome and Safari. Discover new and powerful features that will help you be more comfortable and productive when testing and debugging across browsers.</span>
</div>
</a>
@ -466,36 +519,6 @@ The post Early Days for CSS Scoping appeared first on CSS-Tricks. You can suppor
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-03">2021-09-03</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">AWS Lambdas: Easy, Easier, Easiest</summary>
<a class="article-summary-link article-summary-box-outer" href="https://joeyanuff-33180.medium.com/aws-lambdas-easy-easier-easiest-823e71c02bd9">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Id say cloud functions are one of the most transformative technologies in the last bunch of years. They are (usually) cheap, scale well, secure in their inherent isolation, and often written in JavaScript—comfortable territory for front-end developers. Nearly every cloud …
The post AWS Lambdas: Easy, Easier, Easiest 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">Supercharging Built-In Elements With Web Components “is” Easier Than You Think</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/supercharging-built-in-elements-with-web-components-is-easier-than-you-think/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Weve already discussed how creating web components is easier than you think, but theres another aspect of the specification that we havent discussed yet and its a way to customize (nay, supercharge) a built-in element. Its similar to …
The post Supercharging Built-In Elements With Web Components “is” Easier Than You Think 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>
@ -836,7 +859,7 @@ The post Supercharging Built-In Elements With Web Components “is” Easier Tha
</section>
<footer>
<time id="build-timestamp" datetime="2021-09-13T00:43:10.127Z">2021-09-13T00:43:10.127Z</time>
<time id="build-timestamp" datetime="2021-09-14T00:42:57.276Z">2021-09-14T00:42:57.276Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>