osmosfeed-template/index.html
2021-09-08 00:38:50 +00:00

844 lines
No EOL
54 KiB
HTML
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.

<!DOCTYPE html>
<html lang="en">
<head>
<title>osmos::feed</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="robots" content="noindex, nofollow" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="osmos::feed" href="feed.atom" />
<link href="index.css" rel="stylesheet" />
<!-- %before-head-end.html% -->
</head>
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-07">2021-09-07</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">Can we have custom media queries, please?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.stefanjudis.com/notes/can-we-have-custom-media-queries-please/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Stefan Judis notes that there is a spec for custom media queries, but seemingly no momentum on it at the moment. That lack of movement is unfortunate, as its almost guaranteed front-end developers all over would start using it as …
The post Can we have custom media queries, please? 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">Fire SVG animations (SMIL) when the SVG is visible</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.zachleat.com/web/svg-animate/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>When requirements read “when visible” your brain should go straight to IntersectionObserver. Thats exactly what Zach is doing here to kick off an animation when it scrolls into view.
Except this animation is an SVG SMIL animation: an …
The post Fire SVG animations (SMIL) when the SVG is visible 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">Building Your Own Subscription Newsletter</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/building-your-own-subscription-newsletter/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>(This is a sponsored post.)
I did a sponsored video the other week explaining how to build a paid subscription newsletter using WordPress (we did it on WordPress.com but it could be hosted anywhere), MailPoet (a plugin to visually …
The post Building Your Own Subscription Newsletter 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">Firefoxs &#x60;bolder&#x60; Default is a Problem for Variable Fonts</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/firefoxs-bolder-default-is-a-problem-for-variable-fonts/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Variable fonts make it easy to create a large set of font styles from a single font file. Unfortunately, the default rendering of the and elements in browsers today is not very compatible with the wide range of …
The post Firefoxs &#x60;bolder&#x60; Default is a Problem for Variable Fonts 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">What is a Function? JavaScript Function Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-a-function-javascript-function-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Functions are one of the main parts of computer programs. They are widely used and are one of JavaScript&#x27;s fundamental building blocks. In this article, we&#x27;ll go over the definition of functions and why they are so important. I&#x27;ll also show you how to get started writing functions in JavaScript.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Python String Format Python S Print Format Example</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-string-format-python-s-print-format-example/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>In Python, you have a few options to format your strings. In this article, I will go over str.format(), formatted string literals, and template strings. But first, let&#x27;s take a look at what is considered to be the &quot;old way&quot; of formatting strings. What is % string formatting in Python?</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">JavaScript Array.some() Tutorial How to Iterate Through Elements in an Array</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-array-some-tutorial-how-to-iterate-through-elements-in-an-array/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>When you&#x27;re working with an array in JavaScript, sometimes you might just want to check if at least one element inside that array passes a test. And you might not care about any other subsequent matches. In such a case, you should use the some() JavaScript method. So let&#x27;s see</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">HTML Tables Table Tutorial with Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-tables-table-tutorial-with-css-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>When you&#x27;re building a project that needs to represent data visually, you will need a good way to display the information so it&#x27;s easy to read and understand. Now, depending on the type of data, you can select between different representation methods using HTML elements. In most cases, tables are</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Angular *ngFor and *ngIf Directives Explained for Beginners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/angular-ngfor-and-ngif-explained/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>*ngIf and *ngFor can help you keep your Angular code clean, simple, and effective. So, let&#x27;s learn what *ngFor and *ngIf are all about. What is *ngFor?Let&#x27;s talk about *ngFor first. You use the *ngFor directive to traverse over an array object and display the data in the UI.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Test Serverless Applications in AWS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-test-serverless-applications-in-aws/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Over the past few years, serverless architecture has become very popular. This is largely because it has removed the burden of managing infrastructure, such as servers, storage, databases, scalability, and so on. When people first started using the term &quot;serverless,&quot; it created some confusion in the industry. Some</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">World Translation Month Help Us Translate freeCodeCamp into Your Native Language</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/world-translation-month-event/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>We believe that everyone deserves to have free programming education in their own native language. So we are expanding International Translation Day (September 30th) into a full month-long effort. Over the past few years, hundreds of volunteer contributors have worked to translate freeCodeCamp into major world languages. In February, Quincy</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Python Create File How to Append and Write to a Text File</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-create-file-how-to-append-and-write-to-a-text-file/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In coding, files are used to store data. Then you can easily access that data at any point. Reading, writing, and editing files in Python is a common task, since the language provides us with built-in functions that allow us to do so. In this article, I&#x27;ll create a simple</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn Vue 3, a Front-End JavaScript Framework</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/vue-3-full-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(96 min)</span>
<span>Vue is one of the more popular front-end JavaScirpt frameworks. It makes it simpler to create powerful websites. We just released a Vue course on the freeCodeCamp.org YouTube channel that will teach you the latest version of this progressive JavaScript framework. Gwendolyn Faraday developed this course. She previously created</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What is Graphic Design? The Graphic Designer Job Explained in Plain English</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-graphic-design-the-graphic-designer-job-explained-in-plain-english/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Magazine covers, business logos, and book covers are all common examples of graphic design. But what is graphic design? In this article, I&#x27;ll explain what graphic design is, discuss different areas of graphic design, provide helpful learning resources, and talk about salaries for designers. What is Graphic Design?Graphic Design</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">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>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>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-06">2021-09-06</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">Early Days for CSS Scoping</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/early-days-for-css-scoping/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>There is a working draft spec for CSS scoping now, a newsworthy event for the W3C. Other than a weird period where shipped and then was subsequently removed from the spec (and browsers), this is the furthest a …
The post Early Days for CSS Scoping 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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">HTTP/3: Practical Deployment Options (Part 3)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/http3-practical-deployment-options-part3/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(32 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Reducing Carbon Emissions On The Web</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/reducing-carbon-emissions-on-web/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-02">2021-09-02</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">Links on Performance IV</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/links-on-performance-iv/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit
The post Links on Performance IV 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">I completely ignored the front-end development scene for 6 months. It was fine.</summary>
<a class="article-summary-link article-summary-box-outer" href="https://rachsmith.com/i-completely-ignored-the-front-end-development-scene-for-6-months-it-was-fine/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, youd be lost coming back? Rachel Smith has:
The hectic pace of needing to learn one thing after the next
The post I completely ignored the front-end development scene for 6 months. It was fine. 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">If I work really hard on my Open Graph images, people will share my blog posts.</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.zachleat.com/web/automatic-opengraph/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
The post If I work really hard on my Open Graph images, people will share my blog posts. 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">Accessing Your Data With Netlify Functions and React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/accessing-data-netlify-functions-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>(This is a sponsored post.)
Static site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …
The post Accessing Your Data With Netlify Functions and React 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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Interactive Learning Tools For Front-End Developers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-09-01">2021-09-01</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">What I Wish I Knew About CSS When Starting Out As A Front-Ender</summary>
<a class="article-summary-link article-summary-box-outer" href="https://engineering.kablamo.com.au/posts/2021/my-first-css">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Nathan Hardy shares when things “clicked”:
Reflecting back on this time, I think there are a few key concepts that were vital to things finally all making sense and fitting together. These were:
• The Box Model (e.g. box-sizing, height, width, margin, padding)
• Layout
The post What I Wish I Knew About CSS When Starting Out As A Front-Ender 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">Some Typography Links VII</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/some-typography-links-vii/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>All-things-typography, from a hard-edged monospaced variable font to fonts in the &quot;Twilight Zone&quot; ... and much, much more.
The post Some Typography Links VII 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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">A Deep Dive Into The Wonderful World Of SVG Displacement Filtering</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(19 min)</span>
<span>What exactly is a displacement filter? In this article, Dirk Weber explains the SVG &#x60;feDisplacementMap&#x60; filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-31">2021-08-31</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">You want enabling CSS selectors, not disabling ones</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.silvestar.codes/articles/you-want-a-single-enabling-selector-not-the-one-that-disables-the-rule-of-the-previous-one/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>I think this is good advice from Silvestar Bistrović:
An enabling selector is what I call a selector that does a job without disabling the particular rule.
The classic example is applying margin to everything, only to have to remove …
The post You want enabling CSS selectors, not disabling ones 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">Application-Specific Links</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/application-specific-links/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>You know like https:? Thats a URL Scheme. Youre probably familiar with the concept, thanks to others that come up in front-end development, like mailto:. You can actually make your own, which is pretty cool. There …
The post Application-Specific Links 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>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">State Management In Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/state-management-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Stories Of September (2021 Desktop Wallpapers Edition)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>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!</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-30">2021-08-30</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Refactoring CSS: Optimizing Size And Performance (Part 3)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-27">2021-08-27</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Compound Components In React</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/compound-components-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-26">2021-08-26</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Pushing Back Against Privacy Infringement On The Web</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/against-privacy-infringement-web/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-25">2021-08-25</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Creating A Public/Private Multi-Monorepo For PHP Projects</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>In this article, Leonardo explains how to use a &quot;multi-monorepo&quot; approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-24">2021-08-24</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Automate Documentation Workflow For Developers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-23">2021-08-23</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">HTTP/3: Performance Improvements (Part 2)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(35 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-20">2021-08-20</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Jamstack CMS: The Past, The Present and The Future</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/history-future-jamstack-cms/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(15 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-19">2021-08-19</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Build An Ethical User Research Practice At Any Organization</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/ethical-user-research-practice/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-18">2021-08-18</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Creating An Interactive Gantt Chart Component With Vanilla JavaScript</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-17">2021-08-17</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Free Open-Source Icons</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/open-source-icons/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-16">2021-08-16</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Develop Your Business Technology Roadmap</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>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.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-12">2021-08-12</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Useful Figma Plugins And Tools</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(22 min)</span>
<span>Useful Figma plugins that will help you fix all the little slowdowns and boost your productivity. From color management and image assets to SVG shapes and animation. Thats our new guide to Figma.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-11">2021-08-11</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">New Smashing Workshops on Front-End &amp; Design</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/new-smashing-online-workshops-aug-oct-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>How do we build and establish a successful, bulletproof design system? Whats the state of HTML Email? And what are new, smart interface design patterns we could use? Lets find out. With our [brand new online workshops](https://smashingconf.com/online-workshops/) on front-end &amp; design — to help us all boost skills online.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Handling Mounting And Unmounting Of Navigation Routes In React Native</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(17 min)</span>
<span>Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Lets look at how to mount and unmount navigation stack based on a met condition in React Native.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-10">2021-08-10</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">Cookieless Alternative To Embed HTML, CSS And JS Code Snippets</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/cookieless-alternative-embed-html-css-js-code-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Embedding code examples with third-party scripts often leads to tracking or cookies. We always wanted to have a simple website with a good UX, so setting cookies for no reason wasnt an option for us. Now, with Indiepen, we are proud to introduce a privacy-friendly alternative.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 41 With Eva PenzeyMoog: Designing For Safety</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/smashing-podcast-episode-41/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(23 min)</span>
<span>In this episode, were talking about designing for safety. What does it mean to consider vulnerable users in our designs? Drew McLellan talks to expert Eva PenzeyMoog to find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-09-08T00:38:50.144Z">2021-09-08T00:38:50.144Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>
<!-- %before-body-end.html% -->
</body>
</html>