osmosfeed-template/index.html
2021-08-08 00:39:52 +00:00

871 lines
No EOL
55 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-08-06">2021-08-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">SVG Gobbler</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/svg-gobbler/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Great little project from Ross Moody:
SVG Gobbler is a browser extension that finds the vector content on the page youre viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
The post SVG Gobbler 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">Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc()</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/efficient-infinite-utility-helpers-using-inline-css-custom-properties-and-calc/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>I recently wrote a very basic Sass loop that outputs several padding and margin utility classes. Nothing fancy, really, just a Sass map with 11 spacing values, looped over to create classes for both padding and margin on each side. …
The post Efficient Infinite Utility Helpers Using Inline CSS Custom Properties and calc() 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">gridless.design</summary>
<a class="article-summary-link article-summary-box-outer" href="https://gridless.design/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(0 min)</span>
<span>Donnie DAmato built a whole site around the thesis that “digital designers still expect to use the grid while experienced layout engineers have moved beyond it.” The idea isnt that we should never literally use display: grid; but rather that …
The post gridless.design 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">SQL Update Statement Update Query in SQL</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/sql-update-statement-update-query-in-sql/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Once you have created a table in a database, it will rarely need to stay the same forever. You will likely need to modify the records in it. And to help you do that, there is a useful statement, aptly named UPDATE, that you can use to change the records</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Row VS Column in Excel What is the Difference?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/row-vs-column-in-excel-what-is-the-difference/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Microsoft Excel displays data in tabular format. This means that information is arranged in a table consisting of rows and columns. Rows and columns are different properties that together make up a table. These are the two most important features of Excel that allow users to store and manipulate their</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Insert Into SQL SQL Insert Statement Example</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/insert-into-sql-sql-insert-statement-example/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>If you&#x27;ve created an empty table in your database you&#x27;ll need to add records to it. In this article you will learn how you can add records to your tables using the INSERT statement in SQL. Keep in mind that if the syntax presented here doesn&#x27;t work, you can check</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">JavaScript Switch Case JS Switch Statement Example</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-switch-case-js-switch-statement-example/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>There are times in JavaScript where you might consider using a switch statement instead of an if else statement.   switch statements can have a cleaner syntax over complicated if else statements. Take a look at the example below instead of using this long if else statement, you might choose to</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">Four Useful VSCode Extensions For Web Developers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>VS Code can be supercharged wuth hundreds of [VS Code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/). In this article, Leonardo shares four useful extensions that help him in his daily work.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-05">2021-08-05</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">Three Buggy React Code Examples and How to Fix Them</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/three-buggy-react-code-examples-and-how-to-fix-them/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>Theres usually more than one way to code a thing in React. And while its possible to create the same thing different ways, there may be one or two approaches that technically work “better” than others. I actually run into …
The post Three Buggy React Code Examples and How to Fix Them 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">How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-build-a-full-stack-mobile-application-with-flutter-fauna-and-graphql/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>(This is a sponsored post.)
Flutter is Googles UI framework used to create flexible, expressive cross-platform mobile applications. It is one of the fastest-growing frameworks for mobile app development. On the other hand, Fauna is a transactional, developer-friendly serverless …
The post How to Build a Full-Stack Mobile Application With Flutter, Fauna, and GraphQL 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">&lt;pre&gt; Tag in HTML Example Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/pre-tag-in-html-example-code/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>The HTML
tag defines a preformatted block of text. It comes in handy when you want to display text where the typographical formatting affects the meaning of the content, such as code snippets and poems. By default, browsers ignore white space of any kind extra text space,</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Kubernetes Security How to Use Dynamic Admission Control to Secure Your Container Supply Chain</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/kubernetes-security-dynamic-admission-control/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Containers have exploded in popularity in recent years. And as more developers are using these containers, they need more tools to manage them and their interactions with them effectively. To help manage all this, many devs use Kubernetes. And it has become the de facto standard for container orchestration. While</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">HTML for Beginners</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-crash-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>HTML is used to create web pages. This article will teach you the basics of HTML. I also created a 45-minute video course on the freeCodeCamp.org YouTube channel that teaches you HTML in the context of creating an actual web page. If you are just learning HTML, I recommend</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">Frustrating Design Patterns: Disabled Buttons</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(22 min)</span>
<span>How can we make disabled buttons more inclusive? When do they work well, and when do they fail on us? And finally, when do we actually need them, and how can we avoid them? Lets find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-04">2021-08-04</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">The State Of Web Workers In 2021</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.smashingmagazine.com/2021/06/web-workers-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>You gotta appreciate the tenacity of Surma. Hes been advocating for Web Workers as a path forward to better-feeling websites for a lot of years now. Hes at it again making sure we all understand the landscape:
[…] regardless
The post The State Of Web Workers In 2021 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">Using CSS Shapes for Interesting User Controls and Navigation</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-css-shapes-for-interesting-user-controls-and-navigation/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Straight across or down, thats the proverbial order for user controls on a screen. Like a list of menu items. But what if we change that to a more fluid layout with bends, curves, and nooks? We can pull it …
The post Using CSS Shapes for Interesting User Controls and Navigation 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">CSS Border Style and HTML Code Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-border-style-and-html-code-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>In CSS, everything is a box. And each box whether it&#x27;s text, an image, a div, a span, or any other element has a border that separates its edges from other boxes around it. The CSS border property allows us to do several things with the border of individual boxes.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">HTML Padding CSS Padding Order</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-padding-css-padding-order/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>In this article, we are going to learn about CSS padding properties, the shorthand property, and how padding differs from margin. What is padding in CSS?CSS padding creates space around the element&#x27;s content. This space is within the element&#x27;s border and margin. Let&#x27;s take a look at the CSS</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">SQL Where Clause Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/sql-where-clause-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Sometimes when you&#x27;re working with SQL, you don&#x27;t need to operate on an entire range of records. Or it would be really bad if you accidentally changed or deleted everything. In these cases, you&#x27;ll need to select only the part of the records on which you want to work, those</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">React Children And Iteration Methods</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/react-children-iteration-methods/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>In this article, well discuss and learn about the use case of iterating over React &#x60;children&#x60; and the ways to do it. In particular, we will deep dive into one of the utility methods, &#x60;React.Children.toArray&#x60;, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-03">2021-08-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">Serverless Functions as Proxies</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/serverless-functions-as-proxies/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>The first time cloud functions / serverless functions clicked for me was when I saw and tried Auth0s (now defunct) Webtask. It was a little CodePen-like IDE but you didnt really see anything aside from code and logs. The …
The post Serverless Functions as Proxies 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">Automatic Daily GitHub Backups, Restored in Seconds</summary>
<a class="article-summary-link article-summary-box-outer" href="https://srv.buysellads.com/ads/long/x/TCZHURZTTTTTTT3IJZ7NTTTTTTTVINFLKTTTTTTTADBXPYTTTTTTTIDNVJR6YWS22M4647ZVKMPW454EQMNWVWPMPABT">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>(This is a sponsored post.)
Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result …
The post Automatic Daily GitHub Backups, Restored in Seconds 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">A Deep Dive on Skipping to Content</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/a-deep-dive-on-skipping-to-content/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard …
The post A Deep Dive on Skipping to Content 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">How To Build Resilient JavaScript UIs</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-08-02">2021-08-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">CSS Modules (The Native Ones)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/css-modules-the-native-ones/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>They are actually called “CSS Module Scripts” and are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS.
Native CSS Modules are …
The post CSS Modules (The Native 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">How to Code a Playable Synth Keyboard</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-code-a-playable-synth-keyboard/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>With a little knowledge of music theory, we can use regular HTML, CSS and JavaScriptwithout any libraries or audio samplesto create a simple digital instrument. Lets put that into practice and explore one method for creating …
The post How to Code a Playable Synth Keyboard 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">Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(20 min)</span>
<span>In this article, well take a deep dive into the refactoring process itself, and cover incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-31">2021-07-31</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">Good Vibes In August (2021 Desktop Wallpapers Edition)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-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 unique and inspiring wallpapers for August 2021. Created with love by the community for the community, they come in versions with and without a calendar for the month.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-30">2021-07-30</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">A Shared ESLint Configuration</summary>
<a class="article-summary-link article-summary-box-outer" href="https://katydecorah.com/code/eslint-config/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Looks like it was almost 9 years ago when Airbnb first published their JavaScript Style Guide. 112k stars on GitHub later, it seems like the de facto preset for Babel / ES Lint. But its not the only company …
The post A Shared ESLint Configuration 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">Conjuring Generative Blobs With The CSS Paint API</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/conjuring-generative-blobs-with-the-css-paint-api/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(19 min)</span>
<span>The CSS Paint API (part of the magical Houdini family) opens the door to an exciting new world of design in CSS. Using the Paint API, we can create custom shapes, intricate patterns, and beautiful animations — all with a …
The post Conjuring Generative Blobs With The CSS Paint API 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">How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(42 min)</span>
<span>Having an e-commerce store is crucial for any store owner as more and more customers are turning to online shopping. In this tutorial, we shall go through how to create an e-commerce site with Angular 11. The site will use the Commerce Layer as a headless e-commerce API and use Paypal to process payments.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-29">2021-07-29</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">GitHub Explains the Open Graph Images</summary>
<a class="article-summary-link article-summary-box-outer" href="https://github.blog/2021-06-22-framework-building-open-graph-images/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>An explanation of those new GitHub social media images:
[…] our custom Open Graph image service is a little Node.js app that uses the GitHub GraphQL API to collect data, generates some HTML from a template, and pipes it to 
The post GitHub Explains the Open Graph Images 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">There Is No Such Thing As A CSS Absolute Unit</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/css-absolute-units/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units arent so absolute.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-28">2021-07-28</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 Accessible Dialog From Scratch</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-27">2021-07-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">Global vs. Local Styling In Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/global-local-styling-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the frameworks logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-26">2021-07-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">Gatsby Serverless Functions And The International Space Station</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Gatsby recently announced the launch of “functions”. In this article, Paul Scanlon explains how to get the current location of the International Space Station (ISS) as it orbits the Earth in real-time using [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/) and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-23">2021-07-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">A Guide To Attracting Clients To Your Agency</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-22">2021-07-22</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">Adding Time To Your Schedule As A Professional</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Are you running a business and have too many things going on at once? Meetings, bugs, customer feedback, new clients in addition to your already tight deadlines? Lets face it, time management is hard, and it becomes even more difficult in the trying times we are in.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-21">2021-07-21</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">Color Tools And Resources</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/color-tools-resources/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Do you need a little inspiration boost? Weve collected some useful color tools and resources that weve discovered lately — to help you get the most out of your creativity. Weve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-20">2021-07-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">How To Migrate From WordPress To A Headless CMS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/wordpress-headless-cms-storyblok/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>In this article, we will look at when it makes sense to migrate from a monolithic project to a headless setup and the benefits that come with it. In addition to a step-by-step guide on how to migrate WordPress to Storyblok Headless CMS, the problems that will arise during the process and how to deal with them.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-19">2021-07-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">Maintaining End-To-End Quality With Visual Testing</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(15 min)</span>
<span>By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-16">2021-07-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">Three Insights I Gained While Researching Vue.js Accessibility</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>Web app accessibility appears difficult because it seems that there is little information on the subject available online. Lets take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-15">2021-07-15</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">ISR vs DPR: Big Words, Quick Explanation</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/isr-dpr-explained/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. Whats the difference? Lets figure it out.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">You Can Do That With A JavaScript Data Grid?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/javascript-data-grid-kendo-ui/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>In this article, youll get to see some pretty groundbreaking things you can achieve with modern JavaScript grids and discover new ways to augment a data grid to make it engaging, responsive, and accessible. All this will be illustrated using Kendo UI Data Grids and their features.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-14">2021-07-14</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">Frustrating Design Patterns: Broken Filters</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>Too often dealing with filters can be frustrating. Lets get them right. That means never freeze the UI on a single input, provide text input fallback and never auto-scroll users on a single input. Heres why.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-13">2021-07-13</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">Building A Dynamic Header With Intersection Observer</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Migrate From jQuery To Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/migrate-jquery-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>In this article, were taking a closer look at different approaches and strategies on how we can migrate a web application that uses jQuery framework, and start using one of the coolest React frameworks in the market: Next.js.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-12">2021-07-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">Refactoring CSS: Introduction (Part 1)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>CSS refactoring is not an easy task — it needs to be done in a way that doesn&#x27;t create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-08-08T00:39:51.717Z">2021-08-08T00:39:51.717Z</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>