osmosfeed-template/feed.atom
2021-09-28 00:42:45 +00:00

565 lines
No EOL
40 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

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

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

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-09-28T00:42:44.497Z</id>
<title>osmos::feed</title>
<updated>2021-09-28T00:42:44.497Z</updated>
<generator>osmosfeed 1.11.2</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[GitHub Repo Guide How to Increase Engagement on your Public GitHub Repositories]]></title>
<id>6149e65e9456b407b870fdc5</id>
<link href="https://www.freecodecamp.org/news/increase-engagement-on-your-public-github-repositories/"/>
<updated>2021-09-28T00:05:11.000Z</updated>
<summary type="html"><![CDATA[GitHub is a collection of web-based tools that helps you work with version control and Git methodologies. With the help of GitHub, you can create, manage, and collaborate on projects with multiple other team members. You keep the project folders and files in a store (file system) on GitHub. This]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Open-Closed Principle The Software Development Concept Explained in Plain English]]></title>
<id>6148802f9456b407b870f041</id>
<link href="https://www.freecodecamp.org/news/open-closed-principle/"/>
<updated>2021-09-27T19:43:06.000Z</updated>
<summary type="html"><![CDATA[There are many articles about the Open-Closed Principle, but I can never find one that explains it in a way that really works for me. So here, hopefully, is a good one with a non trivial and real life example, what changes to support, and a description of the trade]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Tonic (Component Framework)]]></title>
<id>https://css-tricks.com/?p=352621</id>
<link href="https://css-tricks.com/tonic-component-framework/"/>
<updated>2021-09-27T18:52:46.000Z</updated>
<summary type="html"><![CDATA[I enjoy little frameworks like Tonic. Its essentially syntactic sugar over <web-components /> to make them feel easier to use. Define a Class, template literal an HTML template, probably some other fancy helpers, and youve got a component …
The post Tonic (Component Framework) 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[Why You Should Share Your Knowledge as a Developer]]></title>
<id>61508279ccc97307eb2bca3f</id>
<link href="https://www.freecodecamp.org/news/why-you-should-share-your-knowledge-as-a-developer/"/>
<updated>2021-09-27T17:41:26.000Z</updated>
<summary type="html"><![CDATA[Sharing your knowledge can help you improve your skills and level up your career as a developer. Many developers are already doing it, and if you aren't, this article is for you. In it, I will show you why you should share your coding expertise by looking at five extraordinary]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is the DOM? Document Object Model Meaning in JavaScript]]></title>
<id>613f3cd3852f4307d372c7e8</id>
<link href="https://www.freecodecamp.org/news/what-is-the-dom-document-object-model-meaning-in-javascript/"/>
<updated>2021-09-27T16:23:19.000Z</updated>
<summary type="html"><![CDATA[If you have just started learning JavaScript, you might have heard of the DOM. But what is it exactly? In this article, I will explain what the DOM is and provide some JavaScript code examples. We will take a look at how to select elements from an HTML document, how]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Collecting Email Signups With the Notion API]]></title>
<id>https://css-tricks.com/?p=352211</id>
<link href="https://css-tricks.com/collecting-email-signups-with-the-notion-api/"/>
<updated>2021-09-27T15:26:01.000Z</updated>
<summary type="html"><![CDATA[A lot of people these days are setting up their own newsletters. Youve got the current big names like Substack and MailChimp, companies like Twitter are getting into it with Revue, and even Facebook is getting into the …
The post Collecting Email Signups With the Notion API appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Ravgeet Dhillon</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Lambda Function in Python Example Syntax]]></title>
<id>614ad5b79456b407b871028d</id>
<link href="https://www.freecodecamp.org/news/lambda-function-in-python-example-syntax/"/>
<updated>2021-09-27T15:23:43.000Z</updated>
<summary type="html"><![CDATA[Lambda functions are anonymous functions that can contain only one expression. You may think that lambda functions are an intermediate or advanced feature, but here you will learn how you can easily start using them in your code. In Python, functions are usually created like this: def my_func(a)]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[React Accessibility Tools How to Build More Accessible React Apps]]></title>
<id>614c40119456b407b8710b0f</id>
<link href="https://www.freecodecamp.org/news/react-accessibility-tools-build-accessible-react-apps/"/>
<updated>2021-09-27T14:18:59.000Z</updated>
<summary type="html"><![CDATA[Making a website or web app accessible improves the user experience for people with disabilities and for all users as well. Since developers deal with tight deadlines and competing priorities, it is easy to accidentally ship unresolved accessibility issues to production. And things becomes even more complex when working with]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Natural Language Processing with spaCy &amp; Python - Full Course]]></title>
<id>6151be27ccc97307eb2bcfa2</id>
<link href="https://www.freecodecamp.org/news/natural-language-processing-with-spacy-python-full-course/"/>
<updated>2021-09-27T14:12:24.000Z</updated>
<summary type="html"><![CDATA[Natural language processing, or NLP, is a branch of linguistics that seeks to parse human language in a computer system. spaCy is a popular Python library used for NLP. We just published a NLP and spaCy course on the freeCodeCamp.org YouTube channel. In the course you will learn all]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Object Storage for Data Parallelization and Experimentation]]></title>
<id>614bc3bd9456b407b87108b3</id>
<link href="https://www.freecodecamp.org/news/how-to-use-object-storage-for-parallelization-and-experimentation/"/>
<updated>2021-09-27T14:09:57.000Z</updated>
<summary type="html"><![CDATA[By using big data, companies can learn a lot about how their businesses are performing. Analytics on sales, churn rates, and other basic metrics are available in almost real time as data comes in. Then there are more complex analyses that you'll need to do. At times relationships between two]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Lets Dive Into Cypress For End-to-End Testing]]></title>
<id>https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/</id>
<link href="https://smashingmagazine.com/2021/09/cypress-end-to-end-testing/"/>
<updated>2021-09-27T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Is end-to-end testing a painful topic for you? In this article, Ramona Schwering explains how to handle end-to-end testing with Cypress and make it make it not so tedious and expensive for yourself, but fun instead.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ramona Schwering)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.11.2]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.2</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.2"/>
<updated>2021-09-26T18:45:39.000Z</updated>
<summary type="html"><![CDATA[Fixed: unicode characters in URL caused download error
Fixed: project root npm install error
Added: unit test library
Chore: Dependency updates
Thank you: @CaptNo1]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Systems for z-index]]></title>
<id>https://css-tricks.com/?p=352287</id>
<link href="https://css-tricks.com/systems-for-z-index/"/>
<updated>2021-09-24T21:19:49.000Z</updated>
<summary type="html"><![CDATA[Say you have a z-index bug. Something is being covered up by something else. In my experience, a typical solution is to put position: relative on the thing so z-index works in the first place, and maybe rejigger the z-index…
The post Systems for z-index 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[The Self Provisioning Runtime]]></title>
<id>https://css-tricks.com/?p=352533</id>
<link href="https://www.swyx.io/self-provisioning-runtime/"/>
<updated>2021-09-24T18:56:43.000Z</updated>
<summary type="html"><![CDATA[Big thoughts on where the industry is headed from Shawn Wang:
Advancements in two fields — programming languages and cloud infrastructure — will converge in a single paradigm: where all resources required by a program will be automatically provisioned, and
The post The Self Provisioning Runtime 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[HTML Button Type How to Add Buttons to your Website]]></title>
<id>614df185ccc97307eb2bc079</id>
<link href="https://www.freecodecamp.org/news/html-button-type-how-to-add-buttons-to-your-website/"/>
<updated>2021-09-24T18:06:24.000Z</updated>
<summary type="html"><![CDATA[Buttons are an essential part of websites. You need them for various functionalities, from submitting information and getting access to more content to linking to different parts of the web page and other websites. HTML gives you several ways to add buttons to your website with the button tag, the]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Insert a Text Box in Google Docs Add Textbox Tutorial]]></title>
<id>614b428f9456b407b871068a</id>
<link href="https://www.freecodecamp.org/news/how-to-insert-a-text-box-in-google-docs-add-textbox-tutorial/"/>
<updated>2021-09-24T17:42:48.000Z</updated>
<summary type="html"><![CDATA[Google Docs is one of the most popular text processors. It has many features available to help you visually enhance your writing and make specific parts stand out more. One of the ways you can add more functionality to your documents is by adding a textbox. A textbox helps make]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Comparing Methods for Appending and Inserting With JavaScript]]></title>
<id>https://css-tricks.com/?p=352342</id>
<link href="https://css-tricks.com/comparing-methods-for-appending-and-inserting-with-javascript/"/>
<updated>2021-09-24T14:34:59.000Z</updated>
<summary type="html"><![CDATA[Lets say we want to add something to a webpage after the initial load. JavaScript gives us a variety of tools. Perhaps youve used some of them, like append, appendChild, insertAdjacentHTML, or innerHTML.
The difficult thing …
The post Comparing Methods for Appending and Inserting With JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Eric Markfield</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Our Learning Partner: Frontend Masters]]></title>
<id>https://css-tricks.com/?p=351975</id>
<link href="https://css-tricks.com/our-learning-partner-frontend-masters-2/"/>
<updated>2021-09-24T14:34:05.000Z</updated>
<summary type="html"><![CDATA[Frontend Masters has been our learning partner for a couple of years now. I love it. If you need structured learning to up your web development skills, Frontend Masters is the place. It works so well because we dont offer …
The post Our Learning Partner: Frontend Masters 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[Rebuilding A Large E-Commerce Website With Next.js (Case Study)]]></title>
<id>https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/</id>
<link href="https://smashingmagazine.com/2021/09/lessons-learned-ecommerce-nextjs-case-study/"/>
<updated>2021-09-24T10:00:00.000Z</updated>
<summary type="html"><![CDATA[We made the switch from a more traditional integrated e-commerce platform to a headless platform with Next.js. Here are the most important lessons learned while rebuilding a large e-commerce site with Next.js.]]></summary>
<author>
<name>hello@smashingmagazine.com (Jonne Kats)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Free Online Workshop: Frustrating Design Patterns And How To Fix Them]]></title>
<id>https://smashingmagazine.com/2021/09/smashing-workshop-frustrating-design-patterns/</id>
<link href="https://smashingmagazine.com/2021/09/smashing-workshop-frustrating-design-patterns/"/>
<updated>2021-09-24T06:50:00.000Z</updated>
<summary type="html"><![CDATA[Youve seen them before. Confusing and frustrating design patterns that seem to be chasing you everywhere you go, from one website to another. Its time to fix them for good in a [free Smashing online workshop](https://smashingconf.com/online-workshops/workshops/vitaly-friedman-frustrating-patterns/) next week.]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is Your Page Title on a Google Search Engine Results Page?]]></title>
<id>https://css-tricks.com/?p=352279</id>
<link href="https://css-tricks.com/what-is-your-page-title-on-a-google-search-engine-results-page/"/>
<updated>2021-09-23T18:11:15.000Z</updated>
<summary type="html"><![CDATA[Whatever Google wants it to be. I always thought it was exactly what your <title> element was. Perhaps in lieu of that, what the first <h1> on the page is. But recently I noticed some pages on this site that …
The post What is Your Page Title on a Google Search Engine Results Page? 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[Working With GraphQL Caching]]></title>
<id>https://css-tricks.com/?p=352381</id>
<link href="https://css-tricks.com/working-with-graphql-caching/"/>
<updated>2021-09-23T14:32:01.000Z</updated>
<summary type="html"><![CDATA[If youve recently started working with GraphQL, or reviewed its pros and cons, youve no doubt heard things like “GraphQL doesnt support caching” or “GraphQL doesnt care about caching.” And for most, that is a big deal.
The official …
The post Working With GraphQL Caching appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Jamie Barton</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn How to Build True Edge Apps With Cloudflare Workers and Fauna]]></title>
<id>https://css-tricks.com/?p=352487</id>
<link href="https://css-tricks.com/learn-how-to-build-true-edge-apps-with-cloudflare-workers-and-fauna/"/>
<updated>2021-09-23T14:31:12.000Z</updated>
<summary type="html"><![CDATA[(This is a sponsored post.)
There is a lot of buzz around apps running on the edge instead of on a centralized server in web development. Running your app on the edge allows your code to be closer to …
The post Learn How to Build True Edge Apps With Cloudflare Workers and Fauna appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Jacob Jackson</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Simplifying Form Styles With `accent-color`]]></title>
<id>https://smashingmagazine.com/2021/09/simplifying-form-styles-accent-color/</id>
<link href="https://smashingmagazine.com/2021/09/simplifying-form-styles-accent-color/"/>
<updated>2021-09-23T11:00:00.000Z</updated>
<summary type="html"><![CDATA[The new CSS `accent-color` property makes it quick and easy to roll out our brand colors to certain form inputs by leveraging user agent styles. In this article well take a look at what it does and how to use it alongside `color-scheme` for simple, accessible checkboxes and radio buttons — and imagine how we might use it in the future.]]></summary>
<author>
<name>hello@smashingmagazine.com (Michelle Barker)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Container Units Should Be Pretty Handy]]></title>
<id>https://css-tricks.com/?p=352210</id>
<link href="https://css-tricks.com/container-units-should-be-pretty-handy/"/>
<updated>2021-09-22T23:09:44.000Z</updated>
<summary type="html"><![CDATA[Container queries are going to solve this long-standing issue in web design where we want to make design choices based on the size of an element (the container) rather than the size of the entire page. So, if a container …
The post Container Units Should Be Pretty Handy 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[Twitters div Soup and Uglyfied CSS, Explained]]></title>
<id>https://css-tricks.com/?p=352388</id>
<link href="https://giuseppegurgone.com/twitter-html/"/>
<updated>2021-09-22T21:09:12.000Z</updated>
<summary type="html"><![CDATA[When I came up in web development (2005-2010 were formative years for me), one of the first lessons I learned was to have a clean foundation of HTML. “What Beautiful HTML Code Looks Like” is actually one of the most …
The post Twitters div Soup and Uglyfied CSS, Explained 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[Getting Your `head` Straight: A New CSS Performance Diagnostics Snippet]]></title>
<id>https://smashingmagazine.com/2021/09/css-head-tag/</id>
<link href="https://smashingmagazine.com/2021/09/css-head-tag/"/>
<updated>2021-09-22T15:00:00.000Z</updated>
<summary type="html"><![CDATA[We love little useful tools and techniques to help folks get their work done better and faster. Today, wed love to shine the spotlights on a little helper that helps spot common performance bottlenecks easily: [ct.css](https://csswizardry.com/ct/).]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Implement Logging in a Node.js Application With Pino-logger]]></title>
<id>https://css-tricks.com/?p=352074</id>
<link href="https://css-tricks.com/how-to-implement-logging-in-a-node-js-application-with-pino-logger/"/>
<updated>2021-09-22T14:33:10.000Z</updated>
<summary type="html"><![CDATA[Logging, on its own, is a key aspect of any application. Logging helps developers comprehend what it is that their code is doing. It also helps save developers hours of debugging work. This tutorial is about implementing logging in a …
The post How to Implement Logging in a Node.js Application With Pino-logger appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Sarthak Duggal</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Proposal for CSS @when]]></title>
<id>https://css-tricks.com/?p=352328</id>
<link href="https://css-tricks.com/proposal-for-css-when/"/>
<updated>2021-09-21T22:54:51.000Z</updated>
<summary type="html"><![CDATA[CSS is on a tear lately. Again, Ive heard of a brand new thing Ive never seen before, and again its via Miriam: CSS Conditionals.
🎉 CSSWG just resolved to adopt @tabatkins when/else proposal into the next level of CSS
The post Proposal for CSS @when 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[Cascade Layers?]]></title>
<id>https://css-tricks.com/?p=352140</id>
<link href="https://css-tricks.com/cascade-layers/"/>
<updated>2021-09-21T19:23:05.000Z</updated>
<summary type="html"><![CDATA[There is a new thing coming in CSS: @layer. As with all new things, it takes time to really wrap your head around it. And despite me tapping at my keyboard about it, full disclosure, Im not sure my …
The post Cascade Layers? 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[7 Practical Uses for the ::before and ::after Pseudo-Elements in CSS]]></title>
<id>https://css-tricks.com/?p=351992</id>
<link href="https://css-tricks.com/7-practical-uses-for-the-before-and-after-pseudo-elements-in-css/"/>
<updated>2021-09-21T14:40:55.000Z</updated>
<summary type="html"><![CDATA[CSS ::before and ::after pseudo-elements allow you to insert “content” before and after any non-replaced element (e.g. they work on a <div> but not an <input>). This effectively allows you to show something on a web page that might …
The post 7 Practical Uses for the ::before and ::after Pseudo-Elements in CSS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Habdul Hazeez</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Build Your Own Mouseless Development Environment]]></title>
<id>https://smashingmagazine.com/2021/09/mouseless-development-environment/</id>
<link href="https://smashingmagazine.com/2021/09/mouseless-development-environment/"/>
<updated>2021-09-21T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Building a development environment with the shell as a keystone offers multiple benefits. You can customize everything depending on your own needs, and the biggest of all, you can control your entire development environment with your keyboard.]]></summary>
<author>
<name>hello@smashingmagazine.com (Matthieu Cneude)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How Web Development Tools Are Helping Users Keep Pace With Rapid Change]]></title>
<id>https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/</id>
<link href="https://smashingmagazine.com/2021/09/web-development-tools-users-keep-pace-rapid-change/"/>
<updated>2021-09-21T09:30:00.000Z</updated>
<summary type="html"><![CDATA[The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools to adapt in real-time.]]></summary>
<author>
<name>hello@smashingmagazine.com (Frederick OBrien)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Are Imposter Domains Re-Publishing Your Website?]]></title>
<id>https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/</id>
<link href="https://smashingmagazine.com/2021/09/imposter-domains-republishing-website/"/>
<updated>2021-09-20T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Content scraping is a fact of life on the Internet. When you think of web scraping, you probably do not think about the scrapers turning around and immediately serving your entire, whole page content on another website. But what if your site content is being re-published? It might be already happening.]]></summary>
<author>
<name>hello@smashingmagazine.com (Ken Harker)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Monetize Open-Source Software With Gatsby Functions And Stripe]]></title>
<id>https://smashingmagazine.com/2021/09/monetize-open-source-software-gatsby-functions-stripe/</id>
<link href="https://smashingmagazine.com/2021/09/monetize-open-source-software-gatsby-functions-stripe/"/>
<updated>2021-09-17T09:00:00.000Z</updated>
<summary type="html"><![CDATA[Gatsby Functions provide front-end developers a way to write and use server-side code without the hassle of maintaining a server. If making money from open-source is of interest to you and your site isnt built using Gatsby, this approach may well be the answer you were looking for.]]></summary>
<author>
<name>hello@smashingmagazine.com (Paul Scanlon)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Web Quality Assurance: From User Requirements To Web Risk Management]]></title>
<id>https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/</id>
<link href="https://smashingmagazine.com/2021/09/journey-into-web-quality-assurance/"/>
<updated>2021-09-16T12:00:00.000Z</updated>
<summary type="html"><![CDATA[Twenty years ago, Elie Sloïm chose to dedicate his professional life to web quality assurance. He started asking, ”What does quality mean for a web user?” Well, this article explains everything he has learned along the way.]]></summary>
<author>
<name>hello@smashingmagazine.com (Elie Sloïm)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Reasons To Build A CRM-Powered Website For Your Business]]></title>
<id>https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/</id>
<link href="https://smashingmagazine.com/2021/09/reasons-build-crm-powered-website-business/"/>
<updated>2021-09-16T11:00:00.000Z</updated>
<summary type="html"><![CDATA[Integrating a CRM with your business website has numerous benefits. In this article, Zara Cooper explains what these benefits are and why websites should be integrated with a CRM platform.]]></summary>
<author>
<name>hello@smashingmagazine.com (Zara Cooper)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.11.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.1"/>
<updated>2021-09-16T06:39:32.000Z</updated>
<summary type="html"><![CDATA[Fixed: Unexpected nested element in author field crashes the parser
Thank you @ad-m]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Reducing The Need For Pseudo-Elements]]></title>
<id>https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/</id>
<link href="https://smashingmagazine.com/2021/09/reducing-need-pseudo-elements/"/>
<updated>2021-09-15T10:00:00.000Z</updated>
<summary type="html"><![CDATA[For years, pseudo-elements have faithfully helped front-end developers implement creative designs. While they still have an important place, we can now leave pseudo-elements behind in some scenarios, thanks to newer CSS properties.]]></summary>
<author>
<name>hello@smashingmagazine.com (Marcel Moreau)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Power Of Pen And Paper Sketching]]></title>
<id>https://smashingmagazine.com/2021/09/power-pen-paper-sketching/</id>
<link href="https://smashingmagazine.com/2021/09/power-pen-paper-sketching/"/>
<updated>2021-09-14T09:30:00.000Z</updated>
<summary type="html"><![CDATA[When designing for digital spaces, its natural to default to digital mockup tools, but doing so cuts out a world of possibilities. Analog drawing can unleash your imagination and allow you to focus on whats most important at the start: the ideas.]]></summary>
<author>
<name>hello@smashingmagazine.com (Tracy Osborn)</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[Web Design Done Well: Excellent Editorial]]></title>
<id>https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/</id>
<link href="https://smashingmagazine.com/2021/09/web-design-done-well-excellent-editorial/"/>
<updated>2021-09-10T10:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Frederick OBrien)</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>
<link href="https://smashingmagazine.com/2021/09/useswr-react-hook-library-incremental-static-regeneration-nextjs/"/>
<updated>2021-09-09T10:30:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Sam Poder)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Developer Decisions For Building Flexible Components]]></title>
<id>https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/</id>
<link href="https://smashingmagazine.com/2021/09/developer-decisions-building-flexible-components/"/>
<updated>2021-09-08T10:30:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Michelle Barker)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[New Smashing Online Workshops on Front-End & UX]]></title>
<id>https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/</id>
<link href="https://smashingmagazine.com/2021/09/new-smashing-online-workshops-sep-2021/"/>
<updated>2021-09-08T08:00:00.000Z</updated>
<summary type="html"><![CDATA[Whats the state of HTML Email, Vue.js and Next.js? What are new, smart interface design patterns we could use? Lets figure it out. With our brand new online workshops on front-end & design. Now with **free workshops** for you to test the waters.]]></summary>
<author>
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Whats New With DevTools: Cross-Browser Edition]]></title>
<id>https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/</id>
<link href="https://smashingmagazine.com/2021/09/devtools-cross-browser-edition/"/>
<updated>2021-09-07T10:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Patrick Brosset)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[HTTP/3: Practical Deployment Options (Part 3)]]></title>
<id>https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/</id>
<link href="https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/"/>
<updated>2021-09-06T11:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Robin Marx)</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>
<link href="https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/"/>
<updated>2021-09-03T11:30:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Berwyn Powell)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Interactive Learning Tools For Front-End Developers]]></title>
<id>https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/</id>
<link href="https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/"/>
<updated>2021-09-02T12:00:00.000Z</updated>
<summary type="html"><![CDATA[Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.]]></summary>
<author>
<name>hello@smashingmagazine.com (Louis Lazaris)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Deep Dive Into The Wonderful World Of SVG Displacement Filtering]]></title>
<id>https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/</id>
<link href="https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/"/>
<updated>2021-09-01T10:30:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Dirk Weber)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[State Management In Next.js]]></title>
<id>https://smashingmagazine.com/2021/08/state-management-nextjs/</id>
<link href="https://smashingmagazine.com/2021/08/state-management-nextjs/"/>
<updated>2021-08-31T14:00:00.000Z</updated>
<summary type="html"><![CDATA[By combining some React APIs, we can accurately manage “simple” states. With Next.js though, we can quickly find situations where we need to accommodate many other requirements. Lets have a look at some patterns to accomplish all that.]]></summary>
<author>
<name>hello@smashingmagazine.com (Átila Fassina)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Stories Of September (2021 Desktop Wallpapers Edition)]]></title>
<id>https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/</id>
<link href="https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/"/>
<updated>2021-08-31T08:00:00.000Z</updated>
<summary type="html"><![CDATA[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!]]></summary>
<author>
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Refactoring CSS: Optimizing Size And Performance (Part 3)]]></title>
<id>https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/</id>
<link href="https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/"/>
<updated>2021-08-30T10:00:00.000Z</updated>
<summary type="html"><![CDATA[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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Adrian Bece)</name>
</author>
</entry>
</feed>