osmosfeed-template/index.html
2021-07-10 00:37:12 +00:00

965 lines
No EOL
61 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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-07-09">2021-07-09</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">:focus-visible in WebKit</summary>
<a class="article-summary-link article-summary-box-outer" href="https://blogs.igalia.com/mrego/2021/06/07/focus-visible-in-webkit-may-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>This is a nice update from Manuel Rego Casasnovas. Igalia has this idea to sort of crowd-source important web platform features that need to get worked on (thats the sort of work they do). They call it Open Prioritization. …
The post :focus-visible in WebKit 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">SVG Favicons in Action</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/svg-favicons-in-action/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>Ever heard of favicons made with SVG? If you are a regular reader of CSS-Tricks, you probably have. But does your website actually use one?
The task is more non-trivial than you might think. As we will see in this …
The post SVG Favicons in Action 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">5 React Libraries Every Project Should Use in 2021</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/5-react-libraries-every-project-needs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>There are literally 100s of great React libraries to choose from, but which libraries do you need most for your React projects? In this article, we&#x27;re going to break down five libraries you need for your React projects. Each of them will cover virtually every major tool you need, plus</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What&#x27;s New in React 18? Concurrency, Batching, the Transition API and More</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/whats-new-in-react-18/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Hey everyone! In this article, I&#x27;m going to show you what&#x27;s new in the latest of version of React React 18 in under 8 minutes. First, you might be wondering whether the latest set of changes will break anything with your current setup, or whether you will have to learn</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Automatically Generate C# Code Snippets in Visual Studio</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-automatically-generate-code-snippets-visual-studio/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>When you use code snippets in Visual Studio, it can make your coding process a lot easier and faster. But what are code snippets? And how can you use them? In this article, we&#x27;ll look at how you can create code snippets in C#. Just keep in mind that snippets</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">760+ Free Online Programming &amp; Computer Science Courses You Can Start This July</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/free-online-programming-cs-courses/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(23 min)</span>
<span>Nine years ago, universities like MIT and Stanford first opened up free online courses to the public. Today, close to 1,000 schools around the world have created thousands of free online courses. Ive compiled this list of 760+ such free online courses that you can start this month.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Create a NoSQL Database with RavenDB</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-create-a-nosql-database-with-ravendb/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>If you look at any website or application today, somewhere under the hood there is a database. After all, we live in the world of Big Data. And the volume of data is growing exponentially. With so much data at hand, we need ever more sophisticated ways to store it</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">Making A Strong Case For Accessibility</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/strong-case-for-accessibility/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>Accessibility is often overlooked or bolted on to the end of a project. Lets figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-08">2021-07-08</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">Beginner JavaScript Notes</summary>
<a class="article-summary-link article-summary-box-outer" href="https://wesbos.com/javascript">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>Wes has a heck of a set of “notes” for learning JavaScript. Its organized like a curriculum, meaning if you teach JavaScript, you could do a lot worse. Its actually more like 85 really fleshed-out blog posts organized into sections …
The post Beginner JavaScript Notes 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">My Struggle to Use and Animate a Conic Gradient in SVG</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/my-struggle-to-use-and-animate-a-conic-gradient-in-svg/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(7 min)</span>
<span>The wonderful company I work for, Payoneer, has a new logo, and my job was to recreate it and animate it for a loader component in our app. Ill explain exactly how I did it, share the problems I …
The post My Struggle to Use and Animate a Conic Gradient in SVG 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 a Command Line Tool with Nodejs and Fauna</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/building-a-command-line-tool-with-nodejs-and-fauna/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Command line tools are one of the most popular applications we have today. We use command line tools every day, and they range from git, npm or yarn. Command line tools are very fast and useful for automating applications and …
The post Building a Command Line Tool with Nodejs and Fauna 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">Build Your Own Feature Toggle with Next.js and React in Under 30 Minutes</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-feature-toggles-in-next-js-and-react/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>This post will show you how to build the Feature Toggle mechanism in your Next.JS application. We are going to use Next.JS, React, and TypeScript. We will deploy our application to Vercel to demonstrate the real-life example. You can find the code and video in the summary at</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Build Accessible Vue Applications</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/build-accessible-vue-applications/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Developing web pages used to involve writing HTML, CSS, and a little scripting code like JavaScript for functionality. But over time, we&#x27;ve developed new and more advanced technologies and frameworks to create webpages. We now use things like reusable components, routing, and rendering to the document object model (DOM). These</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn React JS in This Free 7-Hour Course</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-react-js-in-this-free-7-hour-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(227 min)</span>
<span>According to Google trends, React is the most popular JavaScript frontend framework. Unless you&#x27;re in the U.S. state of Nebraska, that is. 😀 Google Trends (React vs Angular)React is a declarative, efficient, and flexible JavaScript library for building user interfaces. We just released a full React course on the</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">Tools And Practices To Speed Up The Vue.js Development Process</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>Even though Vue.js claims to have an approachable minimalist framework that can be incrementally adaptable, it can be a little bit overwhelming when starting as a Vue.js newbie. In this article, were looking at ways to make writing Vue.js a breeze.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-07">2021-07-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">A Look at Building with Astro</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/a-look-at-building-with-astro/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Astro is a brand new framework for building websites. To me, the big thing is that it allows you to build a site like youre using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. …
The post A Look at Building with Astro 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">The Webs Worst Default</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/the-webs-worst-default/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>There are a lot of great defaults when it comes to browsers and the web. Think about all the accessibility features that are baked into HTML so that you dont have to do weird stuff, like this example from Manuel…
The post The Webs Worst Default 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 JavaScript Object? Key Value Pairs and Dot Notation Explained</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-a-javascript-object/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Objects are one of the most valuable things you can learn in JavaScript. You can use them to take your programs to the next level. An object is a collection of data or key value pairs which consist of variables and functions that you can access using dot notation. Now</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Learn Machine Learning Tips and Resources to Learn ML the Practical Way</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-learn-machine-learning-practical-tips-and-resources/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>A lot of people want to learn machine learning these days. But the daunting bottom-up curriculum that most ML teachers propose is enough discourage a lot of newcomers. In this tutorial I flip the curriculum upside down and will outline what I think is the fastest and easiest way 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">An Introduction To Figma Interactive Components</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>Interactive Components in Figma allows designers to create a component with states (hover, active, clicked, focus) and make it interactive so that every copy of the component will inherit those same interactions by default. Lets explore how it can reduce the time and effort needed to create interactions for your mock-ups.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-06">2021-07-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">Body Toggle</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/body-toggle/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:
Its a one-liner that toggles the class on the so you can mock up different states and toggle between them on click.
&lt;body onclick&#x3D;&quot;this.classList.toggle(&quot;active&quot;);&quot;
Could …
The post Body Toggle 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">Ive got one question about Jetpack for you.</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/ive-got-one-question-about-jetpack-for-you/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>And maybe an optional follow-up if youre up for it.
Automattic, the makers of Jetpack and many other WordPress-y things, have sponsored my site (me &#x3D; Chris Coyier; site &#x3D; CSS-Tricks) for quite a while. I use Jetpack myself, …
The post Ive got one question about Jetpack for you. 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">The Dilemma of Naming Font Size Variables</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/the-dilemma-of-naming-font-size-variables/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>Normally, a project will have a set of pre-determined font sizes, usually as variables named in such a way that seeks some semblance of order and consistency. Any project of considerable size can use something like that. There are always …
The post The Dilemma of Naming Font Size Variables 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 Choose A Headless CMS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>There is an array of Headless CMSes out there. In this article, we delve into headless CMS features to satisfy your content editors, marketers and yourself as a developer. For the experience headless practitioner, this could be a checklist to see whats new out there. For those starting out on their headless journey, this could be a guide on what to look for.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-05">2021-07-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">Kubernetes Explained Simply: Containers, Pods and Images</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/kubernetes-explained-simply-containers-pods-and-images/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>If you zone out every time someone mentions “Kubernetes,” “containers,” or “pods,” this article is for you. No complex diagrams involved!
As a front-end developer, you dont have to know how to configure an infrastructure from scratch. However, if you …
The post Kubernetes Explained Simply: Containers, Pods and Images 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">Trigonometry in CSS and JavaScript: Beyond Triangles</summary>
<a class="article-summary-link article-summary-box-outer" href="https://tympanus.net/codrops/2021/06/04/trigonometry-in-css-and-javascript-beyond-triangles/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Web design is such a rectangle-based design medium that literally any deviation from it feels fresh. Michelle Barker gets into using math in various ways to programmatically draw lines, shapes, and animations that end up looking both beautiful and have …
The post Trigonometry in CSS and JavaScript: Beyond Triangles 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">Using HSL Colors In CSS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/hsl-colors-css/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>In this article, Ahmad Shadeed explains what HSL is, how to use it, and shares some of the useful use-cases and examples that you can use right away in your current projects.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-04">2021-07-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 Fourteenth Fourth</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/the-fourteenth-fourth/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Its CSS-Tricks birthday! Somehow that keeps coming around every year. Its that time where I reflect upon that past year. Its like the annual vibe check.
Im writing this just days after my current home state of Oregon has …
The post The Fourteenth Fourth appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-02">2021-07-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">Zero-Width Space</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/zero-width-space/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>The name zero-width space is antithetical, but its not without uses. In text, maybe youd use it around slashes because you want to be sure the words are treated individually but not have any physical space around the slash:…
The post Zero-Width Space 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">Good Meetings</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/good-meetings/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Like it or not, meetings are essential to a good working environment and communication. Therefore, its crucial that we work on making them as productive as possible. Today well explore myriad ways to keep meetings coordinated, well documented, and talk …
The post Good Meetings 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">Email Testing Flow As It Should Be</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/email-testing-flow/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-07-01">2021-07-01</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">Its A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>When writing front-end tests, youll find a lot of pitfalls along the way. Lets explore common mistakes developers make, and how to avoid them. Testing doesnt need to be painful, after all.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-30">2021-06-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">The State Of Web Workers In 2021</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/web-workers-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(16 min)</span>
<span>The web is single-threaded. This makes it increasingly hard to write smooth and responsive apps. Workers have a bad rep, but can be an important and useful tool in any web developer&#x27;s toolbelt for these kinds of problems. Lets get up to speed on Workers on the Web!</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">The Many Shades Of July (2021 Desktop Wallpapers Edition)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/desktop-wallpaper-calendars-july-2021/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Lets welcome July with some fresh desktop wallpapers. Designed by artists and designers from around the world, they are available with and without a calendar. Enjoy!</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-29">2021-06-29</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">Breaking Down Bulky Builds With Netlify And Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/breaking-down-bulky-builds-netlify-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Static Generation is great for performance — until the app gets too big and build-times go through the roof. Today, well have a look at how Netlifys fresh On-Demand Builders can fix that.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 40 With Mike Cavaliere: What Is Chakra UI For React?</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/smashing-podcast-episode-40/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(22 min)</span>
<span>In this episode, were talking about Chakra UI. What is it and how can it help with your React projects? Drew McLellan talks to expert Mike Cavaliere to find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-28">2021-06-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 Custom Emmet Snippets In VS Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-25">2021-06-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 Multi-Author Blog With Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>This article explains how we can connect different types of content in a Next.js application. With this technique, we can add any kind of one-to-one, one-to-many, or even many-to-many relationship to our projects.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How To Run A UX Audit For A Major EdTech Platform (Case Study)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsens usability guidelines. To get started, Mark Lankmiller shares all of the criteria and metrics he used for his UX audit.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-24">2021-06-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">The Rise Of Design Thinking As A Problem Solving Strategy</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solving abilities are limited, our goal can shift from delivering full solutions to developing tools that empower our users to adaptively design for themselves.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-23">2021-06-23</time></h2>
<ul class="sources card">
<li class="source">
<section>
<h3 class="source-name"><a class="source-name__link" href="https://github.com/osmoscraft/osmosfeed/releases">Release notes from osmosfeed</a></h3>
<section class="articles-per-source">
<article>
<details class="article-expander">
<summary class="article-expander__title">v1.11.0</summary>
<a class="article-summary-link article-summary-box-outer" href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.11.0">
<div class="article-summary-box-inner">
<span class="article-reading-time">(1 min)</span>
<span>Added: support an experimental template for YouTube feed 📺 Demo | Source
Aggregate content from any YouTube channel rss url https://www.youtube.com/feeds/videos.xml?channel_id&#x3D;
Videos are embedded via iframe and loading accelerated by youtube-lite-embed
Ads are reduced thanks to YouTube&#x27;s policy for embedded videos 🙃
Works on mobile devices with butter smooth horizontal scroll.
Caveat: the template works only with YouTube content. You cannot mix textual RSS feed or other video sources such as Vimeo.
Changed: Default HTML template meta tag adjusted to match convention
Changed: sources in template data is now ordered by last update timestamp (as opposed to alphabetical)
Thank you @PiyushLosalka</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">Smashing Online Workshops (July-October 2021)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/new-smashing-online-workshops-frontend-ux-design/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Frontend and design are remarkably complex these days. Thats why we invite kind, smart folks from the community to run [online workshops](https://smashingconf.com/online-workshops/) for all of us to learn together. And we have new ones coming up, and wed like to kindly welcome you to join in.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Automating Screen Reader Testing On macOS Using Auto VO</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-end testing with real assistive technology? Since I hadnt seen this before, I set out to build Auto VO, a driver for the VoiceOver screen reader.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-22">2021-06-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">Designing With Code: A Modern Approach To Design (Development Challenges)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/design-code-modern-approach-development-challenges/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(10 min)</span>
<span>After years of innovation in both tools and processes, the struggle between design and development is still real. This article focuses on the best practices for improving the design to development processes and how cutting-edge solutions, such as UXPin powered by Merge technology, can help in facilitating the change.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-21">2021-06-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">Image To Text Conversion With React And Tesseract.js (OCR)</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(18 min)</span>
<span>Do you have to process data manually because it is served through images or scanned documents? An image-to-text conversion makes it possible to extract text from images to automate the processing of texts on images, videos, and scanned documents. In this article, we look at how to convert an image to text with React and Tesseract.js(OCR), preprocess images, and deal with the limitations of Tesseract (OCR).</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-18">2021-06-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">An Alternative Voice UI To Voice Assistants</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(11 min)</span>
<span>Voice assistants are currently the most popular use case for voice user interfaces. However, due to the bad feedback loop resulting from voice assistants can only solve simple user tasks such as setting an alarm or playing music. In order for voice user interfaces to really break through, feedback to the user must be visual, not auditive.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Client-Side Routing In Next.js</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/client-side-routing-next-js/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(13 min)</span>
<span>Next.js has a file-based routing system in which each page automatically becomes a route based on its file name. This article will guide you through almost everything you need to know about Routing in Next.js and point you in the direction of related topics and concepts.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-17">2021-06-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">Your Image Is Probably Not Decorative</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly every image you declare needs to have an alternate description.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-16">2021-06-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">A Complete Guide To Accessibility Tooling</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(14 min)</span>
<span>In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently weve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Dont miss the next one.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-15">2021-06-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">Spinning Up Multiple WordPress Sites Locally With DevKinsta</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/multiple-wordpress-sites-locally-devkinsta/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>When developing themes and plugins for WordPress, we need to test them in different environments. How can we create multiple testing sites on our computer, quickly and easily, without having to become a sysadmin?</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Smashing Podcast Episode 39 With Addy Osmani: Image Optimization</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/smashing-podcast-episode-39/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(36 min)</span>
<span>In this episode of the Smashing Podcast, were talking about image optimization. What steps should we follow for performant images in 2021? We talk to expert Addy Osmani to find out.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-14">2021-06-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">When CSS Isnt Enough: JavaScript Requirements For Accessible Components</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/css-javascript-requirements-accessible-components/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>Spoiler alert: tooltips, modals, tabs, carousels, and dropdown menus are some of the user interface components that require more than CSS. To ensure accessibility of your interface, JavaScript is a necessary addition to accomplish focus management, respond to keyboard events, and toggle ARIA attributes.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-11">2021-06-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">Web Design Done Well: Making Use Of Audio</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/web-design-done-well-audio/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Design often revolves around visuals, but the other senses deserve love too. In this article, we tune in to audio features that are making sites sing.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-10">2021-06-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">Useful Front-End Boilerplates And Starter Kits</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(17 min)</span>
<span>We dont need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<footer>
<time id="build-timestamp" datetime="2021-07-10T00:37:11.605Z">2021-07-10T00:37:11.605Z</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>