osmosfeed-template/feed.atom
2021-05-25 00:48:16 +00:00

668 lines
No EOL
44 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

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

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

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-05-25T00:48:15.996Z</id>
<title>osmos::feed</title>
<updated>2021-05-25T00:48:15.997Z</updated>
<generator>osmosfeed 1.8.1</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[Keep Calm and Hack The Box Nibbles]]></title>
<id>60626dc29618b008528a9589</id>
<link href="https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-nibbles-2/"/>
<updated>2021-05-25T00:20:22.000Z</updated>
<summary type="html"><![CDATA[Walkthrough for Hack The Box Nibbles machine]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Links on Performance]]></title>
<id>https://css-tricks.com/?p=340808</id>
<link href="https://css-tricks.com/links-on-performance/"/>
<updated>2021-05-24T22:03:30.000Z</updated>
<summary type="html"><![CDATA[Making GitHubs new homepage fast and performant — Tobias Ahlin describes how the scrolling effects are done more performantly thanks to IntersectionObserver and the fact that it avoids the use of methods that trigger reflows, like getBoundingClientRect. Also,
The post Links on Performance appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Small and Sustainable Habits to Get Your First Dev Job]]></title>
<id>60aaba5911ffb70827ef5ffc</id>
<link href="https://www.freecodecamp.org/news/how-to-use-small-sustainable-habits-to-get-your-first-dev-job/"/>
<updated>2021-05-24T21:30:43.000Z</updated>
<summary type="html"><![CDATA[Achieving a big goal like transitioning into a new career can be extremely challenging and overwhelming. The amount of information isn't the problem. We have access to more information than we ever have. The problem is knowing how to effectively execute on the information available to us. The more I]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use CSS Media Queries to Create Responsive Websites]]></title>
<id>60ac07ec11ffb70827ef66e4</id>
<link href="https://www.freecodecamp.org/news/how-to-use-css-media-queries-to-create-responsive-websites/"/>
<updated>2021-05-24T20:36:07.000Z</updated>
<summary type="html"><![CDATA[CSS Media Queries allow you to create responsive websites that look good on all screen sizes, from desktop to mobile. We just released a course on the freeCodeCamp channel that will teach you how to create CSS Media Queries. After learning the basics, you will learn how to use media]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Generate a Code Coverage Report with CodeCov and GitHub Actions]]></title>
<id>60aa161211ffb70827ef5f2c</id>
<link href="https://www.freecodecamp.org/news/how-to-generate-code-coverage-report-with-codecov-and-github-actions/"/>
<updated>2021-05-24T19:40:36.000Z</updated>
<summary type="html"><![CDATA[Software testing is an important part of the software development process. You run tests at different stages of the software development life cycle, and you'll want to make sure that you have good test coverage. Here are some key reasons for writing software tests: Testing prevents you from introducing breaking]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[proxy-www]]></title>
<id>https://css-tricks.com/?p=341153</id>
<link href="https://github.com/justjavac/proxy-www"/>
<updated>2021-05-24T19:09:59.000Z</updated>
<summary type="html"><![CDATA[I like a good trick. What if… a URL was… a promise… that fetched said URL?
www.codepen.io.then((response) ={
console.log(response);
});
Thats what @justjavac did with JavaScript Proxys. A clever trick, that. Dont @ me about the practicality. Trick…
The post proxy-www appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Best No-Code Tools for Developers in 2021]]></title>
<id>60a5248c906c5207e3a7e54b</id>
<link href="https://www.freecodecamp.org/news/best-no-code-tools-for-developers/"/>
<updated>2021-05-24T14:54:42.000Z</updated>
<summary type="html"><![CDATA[No-code tools let people across the world build different products and applications without writing code. Before no-code tools, building simple websites or mobile applications took weeks or months and only experienced software developers could do it. But that's not the case anymore. Now, you can spin up blogs, websites, and]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Wrangling Control Over PDFs with the Adobe PDF Embed API]]></title>
<id>https://css-tricks.com/?p=340626</id>
<link href="https://css-tricks.com/wrangling-control-over-pdfs-with-the-adobe-pdf-embed-api/"/>
<updated>2021-05-24T13:57:21.000Z</updated>
<summary type="html"><![CDATA[By our last estimate, there are now more PDFs in the world than atoms in the universe (not verified by outside sources) so chances are, from time to time, youre going to run into a PDF document or two. Browsers …
The post Wrangling Control Over PDFs with the Adobe PDF Embed API appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Raymond Camden</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[CSS Container Queries: Use-Cases And Migration Strategies]]></title>
<id>https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/</id>
<link href="https://smashingmagazine.com/2021/05/css-container-queries-use-cases-migration-strategies/"/>
<updated>2021-05-24T11:30:00.000Z</updated>
<summary type="html"><![CDATA[CSS Container queries bring media queries closer to the target elements themselves and enables them to adapt to virtually any given container or layout. In this article, were going to cover CSS container query basics and how to use them today with progressive enhancement or polyfills.]]></summary>
<author>
<name>hello@smashingmagazine.com (Adrian Bece)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.8.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.1"/>
<updated>2021-05-23T05:40:12.000Z</updated>
<summary type="html"><![CDATA[Fixed: UnhandledPromiseRejectionWarning: Error: At least one option must be a string]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.8.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.8.0"/>
<updated>2021-05-23T05:12:08.000Z</updated>
<summary type="html"><![CDATA[Changed: Smart summary truncation. When there is no dedicated summary (only Atom feed has it, and many sites don't use it) from the source, we check if the content/description (Both Atom and RSS) field is long enough to be full text. If so, it will be truncated into a "pseudo" summary. If not, we assume the source used the content field as summary, and it will be displayed in full length.
Thank you: @LooperXX.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Should DevTools teach the CSS cascade?]]></title>
<id>https://css-tricks.com/?p=340991</id>
<link href="https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/"/>
<updated>2021-05-21T23:22:54.000Z</updated>
<summary type="html"><![CDATA[Stefan Judis, two days before I mouthed off about using (X, X, X, X) for talking about specificity, has a great blog post not only using that format, but advocating that browser DevTools should show us that value by …
The post Should DevTools teach the CSS cascade? appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The JavaScript Array Handbook JS Array Methods Explained with Examples]]></title>
<id>6098ce302cd0545b5e944d0b</id>
<link href="https://www.freecodecamp.org/news/the-javascript-array-handbook/"/>
<updated>2021-05-21T15:33:45.000Z</updated>
<summary type="html"><![CDATA[In programming, an array is a collection of elements or items. Arrays store data as elements and retrieve them back when you need them. The array data structure is widely used in all programming languages that support it. In this handbook, I'll teach you all about arrays in JavaScript. You'll]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Svelte for the Experienced React Dev]]></title>
<id>https://css-tricks.com/?p=340825</id>
<link href="https://css-tricks.com/svelte-for-the-experienced-react-dev/"/>
<updated>2021-05-21T14:30:59.000Z</updated>
<summary type="html"><![CDATA[This post is an accelerated introduction to Svelte from the point of view of someone with solid experience with React. Ill provide a quick introduction, and then shift focus to things like state management and DOM interoperability, among other things. …
The post Svelte for the Experienced React Dev appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Adam Rackis</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[CSS Hell]]></title>
<id>https://css-tricks.com/?p=340919</id>
<link href="https://csshell.dev/"/>
<updated>2021-05-21T14:29:16.000Z</updated>
<summary type="html"><![CDATA[Collection of common CSS mistakes, and how to fix them
From Stefánia Péter.
Clever idea for a site! Some of them are little mind-twisters that could bite you, and some of them are honing in on best practices that …
The post CSS Hell appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Building A Rich Text Editor (WYSIWYG) From Scratch]]></title>
<id>https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/</id>
<link href="https://smashingmagazine.com/2021/05/building-wysiwyg-editor-javascript-slatejs/"/>
<updated>2021-05-21T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Lets build a rich text, WYSIWYG-editor that supports rich text, images, links and some nuanced features from word processing apps. We will use SlateJS to build the shell of the editor and then add a toolbar and custom configurations.]]></summary>
<author>
<name>hello@smashingmagazine.com (Shalabh Vyas)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[JSON in CSS]]></title>
<id>https://css-tricks.com/?p=340599</id>
<link href="https://css-tricks.com/json-in-css/"/>
<updated>2021-05-20T22:29:53.000Z</updated>
<summary type="html"><![CDATA[Jonathan Neal tweeted a heck of a little CSS trick the other day, putting JSON inside CSS and plucking it out with JavaScript. Valid values for custom properties are quite liberal! So this looks for a CSS rule (e.g. a …
The post JSON in CSS appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn CSS!]]></title>
<id>https://css-tricks.com/?p=340933</id>
<link href="https://web.dev/learn/css/"/>
<updated>2021-05-20T21:51:43.000Z</updated>
<summary type="html"><![CDATA[Ooo look at this mighty SEO flex from Google: Learn CSS! Well deservedthis is great content. Twenty-three chapters taking you through all the fundamentals of CSS with extra content, like relevant podcasts, interactive examples, and even quizzes to …
The post Learn CSS! appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Angular 11 Tutorial: Code a Project from Scratch]]></title>
<id>60a6b3ab906c5207e3a7f5fa</id>
<link href="https://www.freecodecamp.org/news/angular-11-tutorial-code-a-project-from-scratch/"/>
<updated>2021-05-20T19:14:48.000Z</updated>
<summary type="html"><![CDATA[Angular is one of the most popular web frameworks. We just released a course on the freeCodeCamp.org YouTube channel that will teach you how to create an Angular 11 project from scratch. It uses a public API to create a game database website. You will gain a great foundation]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn Modern C++ by Building an Audio Plugin]]></title>
<id>60a694ab906c5207e3a7f544</id>
<link href="https://www.freecodecamp.org/news/learn-modern-cpp-by-building-an-audio-plugin/"/>
<updated>2021-05-20T17:12:29.000Z</updated>
<summary type="html"><![CDATA[A lot of C++ courses teach you how to build toy projects with no real-world application. But it can often be more helpful to write programs people would actually use. We just released a 5-hour C++ course that will teach you how to write modern C++ code by building an]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Get Started with Version Control Using Git]]></title>
<id>60a4b5c7906c5207e3a7e2bb</id>
<link href="https://www.freecodecamp.org/news/get-started-with-version-control-and-git/"/>
<updated>2021-05-20T15:20:53.000Z</updated>
<summary type="html"><![CDATA[In this tutorial, you'll learn what version control is and how you can contribute to open-source projects using Git. We'll get through the fundamentals of Git and I'll give you the knowledge that is indispensable for any web developer. What is Git?Git is a version control software which lets]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn JavaScript - A Free 7-hour Interactive Tutorial]]></title>
<id>60a36742906c5207e3a7da6e</id>
<link href="https://www.freecodecamp.org/news/learn-javascript-interactive-course/"/>
<updated>2021-05-20T14:53:38.000Z</updated>
<summary type="html"><![CDATA[Over the last four months, I have recorded what is probably the most interactive JavaScript course that has ever been created. The reason I have done this is because I often see new coders fall into the same pitfalls again and again when trying to learn JavaScript, with the most]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Can We Create a “Resize Hack” With Container Queries?]]></title>
<id>https://css-tricks.com/?p=340715</id>
<link href="https://css-tricks.com/can-we-create-a-resize-hack-with-container-queries/"/>
<updated>2021-05-20T14:24:12.000Z</updated>
<summary type="html"><![CDATA[If you follow new developments in CSS, youve likely heard of the impending arrival of container queries. Were going to look at the basics here, but if youd like another look, check out Unas “Next Gen CSS: @container” article. …
The post Can We Create a “Resize Hack” With Container Queries? appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Jhey Tompkins</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[fit-content and fit-content()]]></title>
<id>https://css-tricks.com/?p=340897</id>
<link href="https://www.quirksmode.org/blog/archives/2021/04/fitcontent_and.html"/>
<updated>2021-05-20T14:20:56.000Z</updated>
<summary type="html"><![CDATA[Heres some hardcore deep-dive CSS nerdery from PPK. If you can wrap your mind around min-content (the smallest an element can be based on the content it contains) and max-content (the largest the content of an element can push it) …
The post fit-content and fit-content() appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Boost Your Skills Online: Smashing Workshops On Front-End And Design]]></title>
<id>https://smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/</id>
<link href="https://smashingmagazine.com/2021/05/new-online-workshops-front-end-ux/"/>
<updated>2021-05-20T14:20:00.000Z</updated>
<summary type="html"><![CDATA[Front-end and design are remarkably complex these days. Thats why we invite kind, smart folks from the community to run 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.]]></summary>
<author>
<name>hello@smashingmagazine.com (Iris Lješnjanin)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Implement Authentication In Next.js With Auth0]]></title>
<id>https://smashingmagazine.com/2021/05/implement-authentication-nextjs-auth0/</id>
<link href="https://smashingmagazine.com/2021/05/implement-authentication-nextjs-auth0/"/>
<updated>2021-05-20T11:00:00.000Z</updated>
<summary type="html"><![CDATA[A step-by-step tutorial on adding authentication and authorization to your Next.js apps, with Auth0. Well be using a Next.js SDK to connect our application to the Auth0 API and will create the dynamic API route for React.]]></summary>
<author>
<name>hello@smashingmagazine.com (Facundo Giuliani)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Notion API]]></title>
<id>https://css-tricks.com/?p=340731</id>
<link href="https://css-tricks.com/notion-api/"/>
<updated>2021-05-19T23:18:42.000Z</updated>
<summary type="html"><![CDATA[The Public Beta of the Notion API dropped! Woot! Heres their guide. Ive been a Notion user and fan for a long time, for both personal and professional team use. They even sponsored a few videos around here a …
The post Notion API appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[svg-loader: A Different Way to Work With External SVG]]></title>
<id>https://css-tricks.com/?p=340692</id>
<link href="https://css-tricks.com/svg-loader-a-different-way-to-work-with-external-svg/"/>
<updated>2021-05-19T14:28:19.000Z</updated>
<summary type="html"><![CDATA[SVGs are awesome: they are small, look sharp on any scale, and can be customized without creating a separate file. However, there is something I feel is missing in web standards today: a way to include them as an external …
The post svg-loader: A Different Way to Work With External SVG appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Shubham Jain</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Frustrating Design Patterns: Mega-Dropdown Hover Menus]]></title>
<id>https://smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/</id>
<link href="https://smashingmagazine.com/2021/05/frustrating-design-patterns-mega-dropdown-hover-menus/"/>
<updated>2021-05-19T11:40:00.000Z</updated>
<summary type="html"><![CDATA[Everything to keep in mind when designing and building a mega-dropdown, common pitfalls, hover entry/exit delays, trajectory triangle technique and SVG path exit areas.]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Pinned Audio WordPress Theme]]></title>
<id>https://css-tricks.com/?p=340613</id>
<link href="https://css-tricks.com/pinned-audio-wordpress-theme/"/>
<updated>2021-05-18T19:14:53.000Z</updated>
<summary type="html"><![CDATA[Im afraid I have to start this with a whole backstory, as the journey here is the point, not so much the theme.
A fella wrote to me a while back outlining a situation he was in. His company has …
The post Pinned Audio WordPress Theme appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Create Neon Text With CSS]]></title>
<id>https://css-tricks.com/?p=340420</id>
<link href="https://css-tricks.com/how-to-create-neon-text-with-css/"/>
<updated>2021-05-18T14:31:25.000Z</updated>
<summary type="html"><![CDATA[Neon text can add a nice, futuristic touch to any website. Ive always loved the magic of neon signs, and wanted to recreate them using CSS. I thought Id share some tips on how to do it! In this article, …
The post How to Create Neon Text With CSS appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Silvia O'Dwyer</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Create, Edit And Animate SVGs All In One Place With SVGator 3.0]]></title>
<id>https://smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/</id>
<link href="https://smashingmagazine.com/2021/05/create-edit-animate-svg-svgator3/"/>
<updated>2021-05-18T10:30:00.000Z</updated>
<summary type="html"><![CDATA[Today, we are taking a closer look at [SVGator 3.0](https://www.svgator.com/?utm_source=article&utm_medium=smashingmag&utm_campaign=svgator3_smashing), a new major release of the popular SVG application that lets you create, edit and animate SVG files and make the best out of what SVG has to offer — from start to finish.]]></summary>
<author>
<name>hello@smashingmagazine.com (Mikołaj Dobrucki)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Smashing Podcast Episode 37 With Adam Argyle: What Is VisBug?]]></title>
<id>https://smashingmagazine.com/2021/05/smashing-podcast-episode-37/</id>
<link href="https://smashingmagazine.com/2021/05/smashing-podcast-episode-37/"/>
<updated>2021-05-18T05:00:00.000Z</updated>
<summary type="html"><![CDATA[In this episode, were talking about VisBug. What is it, and how is it different from the array of options already found in Chrome DevTools? Drew McLellan talks to its creator Adam Argyle to find out.]]></summary>
<author>
<name>hello@smashingmagazine.com (Drew McLellan)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Humble `img` Element And Core Web Vitals]]></title>
<id>https://css-tricks.com/?p=340716</id>
<link href="https://www.smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/"/>
<updated>2021-05-17T22:38:06.000Z</updated>
<summary type="html"><![CDATA[Addy Osmani on images in HTML:
The humble <img> element has gained some superpowers over the years. Given how central it is to image optimization on the web, lets catch up on what it can do and how it can
The post The Humble `img` Element And Core Web Vitals appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How We Improved Our Core Web Vitals (Case Study)]]></title>
<id>https://smashingmagazine.com/2021/05/core-web-vitals-case-study/</id>
<link href="https://smashingmagazine.com/2021/05/core-web-vitals-case-study/"/>
<updated>2021-05-17T11:30:00.000Z</updated>
<summary type="html"><![CDATA[Googles “Page Experience Update” will start rolling out in June. At first, sites that meet Core Web Vitals thresholds will have a minor ranking advantage in mobile search for all browsers. Search is important to any business, and this is the story of how Beau Hartshorne and his team at Instant Domain Search improved their Core Web Vitals scores.]]></summary>
<author>
<name>hello@smashingmagazine.com (Beau Hartshorne)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.7.2]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.2"/>
<updated>2021-05-17T05:32:19.000Z</updated>
<summary type="html"><![CDATA[⚠ Deprecated: To accommodate the monorepo setup, the node version in all templates/demos/examples has changed from 14 to 16. This is not a breaking change as our compile target is still node 14, and node 16 is backward compatible. We still recommend you start using node-version: "16" in your .github/workflows/update-feed.yaml today to get the performance/security improvements from the newer node. See example
Chore: Reorganize to monorepo with npm workspace.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.7.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.1"/>
<updated>2021-05-16T02:33:58.000Z</updated>
<summary type="html"><![CDATA[Fixed: static files were unnecessarily copied for custom templates.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.7.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.7.0"/>
<updated>2021-05-16T01:42:24.000Z</updated>
<summary type="html"><![CDATA[Added: templating system. Demo | Source | Docs
Chore: rendering logic refactoring. Adopting functional paradigm.
Thank you @tianheg, @onnyyonn]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Tree-Shaking: A Reference Guide]]></title>
<id>https://smashingmagazine.com/2021/05/tree-shaking-reference-guide/</id>
<link href="https://smashingmagazine.com/2021/05/tree-shaking-reference-guide/"/>
<updated>2021-05-14T10:30:00.000Z</updated>
<summary type="html"><![CDATA[“Tree-shaking” is a must-have performance optimization when bundling JavaScript. In this article, we dive deeper on how exactly it works and how specs and practice intertwine to make bundles leaner and more performant. Plus, youll get a tree-shaking checklist to use for your projects.]]></summary>
<author>
<name>hello@smashingmagazine.com (Átila Fassina)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Frustrating Design Patterns That Need Fixing: Birthday Picker]]></title>
<id>https://smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/</id>
<link href="https://smashingmagazine.com/2021/05/frustrating-design-patterns-birthday-picker/"/>
<updated>2021-05-12T12:42:00.000Z</updated>
<summary type="html"><![CDATA[In this new series of articles on UX, we take a closer look at some frustrating design patterns and explore better alternatives, along with plenty of examples to keep in mind when building or designing one. Lets start with an infamous birthday picker.]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Little Smashing Stories]]></title>
<id>https://smashingmagazine.com/2021/05/little-smashing-stories/</id>
<link href="https://smashingmagazine.com/2021/05/little-smashing-stories/"/>
<updated>2021-05-12T08:00:00.000Z</updated>
<summary type="html"><![CDATA[Today marks the day we sent out our 300th edition of the Smashing Newsletter. This article is a little celebration in which we share little Smashing stories from people working behind the scenes.]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Primer On CSS Container Queries]]></title>
<id>https://smashingmagazine.com/2021/05/complete-guide-css-container-queries/</id>
<link href="https://smashingmagazine.com/2021/05/complete-guide-css-container-queries/"/>
<updated>2021-05-11T13:30:00.000Z</updated>
<summary type="html"><![CDATA[A prototype of the long-awaited CSS container queries has landed in Chrome Canary and is available for experimentation. Lets look at what problem is being solved, learn how container queries work, and see how they compare with and complement existing CSS features for layout.]]></summary>
<author>
<name>hello@smashingmagazine.com (Stephanie Eckles)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Conference Platform We Use For Our Online Events: Hopin]]></title>
<id>https://smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/</id>
<link href="https://smashingmagazine.com/2021/05/smashingconf-conference-platform-hopin/"/>
<updated>2021-05-11T10:00:00.000Z</updated>
<summary type="html"><![CDATA[At the beginning of 2020, the SmashingConf team was ready for a new year. We had so many things that excited us. New speakers, new workshops, new cities, new attendees, new experiences. And as we all know, 2020 had other ideas. With so many people working from home, we thought we would bring our [Smashing workshops](https://smashingconf.com/online-workshops/) from our home offices to yours — but how?]]></summary>
<author>
<name>hello@smashingmagazine.com (Amanda Annandale)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Get Started With React By Building A Whac-A-Mole Game]]></title>
<id>https://smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/</id>
<link href="https://smashingmagazine.com/2021/05/get-started-whac-a-mole-react-game/"/>
<updated>2021-05-10T11:00:00.000Z</updated>
<summary type="html"><![CDATA[Want to get started with React but struggling to find a good place to start? This article should have you covered. Well focus on some of the main concepts of React and then well be building a game from scratch!]]></summary>
<author>
<name>hello@smashingmagazine.com (Jhey Tompkins)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.4.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.4.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.4.0"/>
<updated>2021-05-10T08:55:42.000Z</updated>
<summary type="html"><![CDATA[Added: Basic theme customization: Demo | Source | Docs.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.6.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.6.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.6.0"/>
<updated>2021-05-10T08:15:20.000Z</updated>
<summary type="html"><![CDATA[Added: Link from the title of a subscription to its website.
Added: Store feedUrl and siteUrl for each source in cache.
Added: Semantic element (<time>) for timestamp on the UI.
Added: Semantic API for theming the default template. Demo | Source | Docs
Changed: Moved feed metadata from article level to feed level in cache.
Fixed: Any html-like text was stripped from title. Fixed with encoded text.
Removed: href for each source in cache. The value was never used so it's not a breaking change.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.5.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.5.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.5.0"/>
<updated>2021-05-08T05:16:47.000Z</updated>
<summary type="html"><![CDATA[Added: Atom feed generator
Added: Customizable site title
Added: Copy all files from static directory to the root of the site.
Changed: Favicon, css, and js assets now existing at site root level.
Chore: Excluded testing files from repo.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Organize Product-Related Assets And Collaborate Better]]></title>
<id>https://smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/</id>
<link href="https://smashingmagazine.com/2021/05/product-records-organization-collaboration-best-practices/"/>
<updated>2021-05-07T10:00:00.000Z</updated>
<summary type="html"><![CDATA[How do you organize your Google Drive assets? How do you name your Dropbox Paper documents? How do you deal with comments? Lets get it right.]]></summary>
<author>
<name>hello@smashingmagazine.com (Valeriia Panina)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Improving The Performance Of Shopify Themes (Case Study)]]></title>
<id>https://smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/</id>
<link href="https://smashingmagazine.com/2021/05/improving-performance-shopify-themes-case-study/"/>
<updated>2021-05-06T11:00:00.000Z</updated>
<summary type="html"><![CDATA[When dealing with themes for large platforms and CMS, legacy issues often become a bottleneck. In this article, Carson Shold discusses how his team improved the performance and organization of their Shopify themes, and improved maintainability along the way.]]></summary>
<author>
<name>hello@smashingmagazine.com (Carson Shold)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Reducing HTML Payload With Next.js (Case Study)]]></title>
<id>https://smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/</id>
<link href="https://smashingmagazine.com/2021/05/reduce-data-sent-client-nextjs/"/>
<updated>2021-05-05T10:30:00.000Z</updated>
<summary type="html"><![CDATA[This article showcases a case study of Bookaways landing page performance. Well see how taking care of the props we send to Next.js pages can make loading times and Web Vitals better.]]></summary>
<author>
<name>hello@smashingmagazine.com (Liran Cohen)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.3.1]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.3.1</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.3.1"/>
<updated>2021-05-05T05:19:57.000Z</updated>
<summary type="html"><![CDATA[Fixed: Avoid crwalers.
Fixed: Error logging from XML parser.
Fixed: Typo in docs.
Thank you: @dym-sh, @tabokie, @cheese1]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.3.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.3.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.3.0"/>
<updated>2021-05-05T05:19:26.000Z</updated>
<summary type="html"><![CDATA[Added: Customize cache lifespan with cacheMaxDays property in osmosfeed.yaml.
Added: Documentation for osmosfeed.yaml.
Fixed: More intuitive logging during build.
Chore: Refactored parameter passing for enrich step.]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Guide To Undoing Mistakes With Git]]></title>
<id>https://smashingmagazine.com/2021/05/undoing-mistakes-git-part1/</id>
<link href="https://smashingmagazine.com/2021/05/undoing-mistakes-git-part1/"/>
<updated>2021-05-04T14:30:00.000Z</updated>
<summary type="html"><![CDATA[No matter how experienced you are, mistakes are an inevitable part of software development. But we can learn to repair them! And this is what we'll be looking at in this two-part series: how to undo mistakes using Git.]]></summary>
<author>
<name>hello@smashingmagazine.com (Tobias Günther)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Smashing Podcast Episode 36 With Miriam Suzanne: What Is The Future Of CSS?]]></title>
<id>https://smashingmagazine.com/2021/05/smashing-podcast-episode-36/</id>
<link href="https://smashingmagazine.com/2021/05/smashing-podcast-episode-36/"/>
<updated>2021-05-04T05:00:00.000Z</updated>
<summary type="html"><![CDATA[In this episode, were starting our new season of the Smashing Podcast with a look at the future of CSS. What new specs will be landing in browsers soon? Drew McLellan talks to expert Miriam Suzanne to find out.]]></summary>
<author>
<name>hello@smashingmagazine.com (Drew McLellan)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Evolution Of Jamstack]]></title>
<id>https://smashingmagazine.com/2021/05/evolution-jamstack/</id>
<link href="https://smashingmagazine.com/2021/05/evolution-jamstack/"/>
<updated>2021-05-03T07:00:00.000Z</updated>
<summary type="html"><![CDATA[Web-oriented databases, frameworks like Nuxt and Next.js, and even frameworkless approaches are evolving the Jamstack, but the core principles are more powerful than ever.]]></summary>
<author>
<name>hello@smashingmagazine.com (Mathias Biilmann)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[May Is In The Air (2021 Wallpapers Edition)]]></title>
<id>https://smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/</id>
<link href="https://smashingmagazine.com/2021/04/desktop-wallpaper-calendars-may-2021/"/>
<updated>2021-04-30T09:00:00.000Z</updated>
<summary type="html"><![CDATA[Do you need a little inspiration boost? Well, then our new collection of wallpapers is for you. Designed with love by the community for the community, the wallpapers are available with and without a calendar for May 2021.]]></summary>
<author>
<name>hello@smashingmagazine.com (Cosima Mielke)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[The Humble `<img>` Element And Core Web Vitals]]></title>
<id>https://smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/</id>
<link href="https://smashingmagazine.com/2021/04/humble-img-element-core-web-vitals/"/>
<updated>2021-04-29T12:15:00.000Z</updated>
<summary type="html"><![CDATA[Images have also been a key part of the web. They communicate ideas instantly, but they are also a lot heavier than text to load. This means that its essential to get loading and displaying them right, if you want to give your users a fantastic first impression. An excerpt from [Addy's new book](https://www.smashingmagazine.com/2021/04/image-optimization-pre-release/) (also, check a [free PDF preview](http://provide.smashingmagazine.com/eBooks/image-optimization-sample-chapter.pdf)).]]></summary>
<author>
<name>hello@smashingmagazine.com (Addy Osmani)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Meet Image Optimization, A New Smashing Book By Addy Osmani]]></title>
<id>https://smashingmagazine.com/2021/04/image-optimization-pre-release/</id>
<link href="https://smashingmagazine.com/2021/04/image-optimization-pre-release/"/>
<updated>2021-04-28T13:20:00.000Z</updated>
<summary type="html"><![CDATA[The cat is out! For the last year, weve been working with Addy Osmani on a new Smashing Book all around image optimization. And now its here. Meet “Image Optimization”, our practical modern guide to delivering high-quality images on the web with the best performance.]]></summary>
<author>
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Understanding Easing Functions For CSS Animations And Transitions]]></title>
<id>https://smashingmagazine.com/2021/04/easing-functions-css-animations-transitions/</id>
<link href="https://smashingmagazine.com/2021/04/easing-functions-css-animations-transitions/"/>
<updated>2021-04-27T12:00:00.000Z</updated>
<summary type="html"><![CDATA[Easing functions can change the look and feel of an animation by affecting the rate, or speed, of an animation. In this article, were going to take a deep dive into easing functions and see how we can use them to create those natural and stunning animations.]]></summary>
<author>
<name>hello@smashingmagazine.com (Adrian Bece)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How To Bake Layers Of Accessibility Testing Into Your Process]]></title>
<id>https://smashingmagazine.com/2021/04/bake-layers-accessibility-testing-process/</id>
<link href="https://smashingmagazine.com/2021/04/bake-layers-accessibility-testing-process/"/>
<updated>2021-04-26T11:00:00.000Z</updated>
<summary type="html"><![CDATA[Accessibility experts Kate Kalcevich and Mike Gifford introduce readers to "layered accessibility testing”, a practice of using a variety of tools and approaches at different stages in the digital product lifecycle to catch accessibility issues early — when its easier and cheaper to fix them.]]></summary>
<author>
<name>hello@smashingmagazine.com (Kate Kalcevich &amp; Mike Gifford)</name>
</author>
</entry>
</feed>