osmosfeed-template/feed.atom
2021-05-27 01:01:14 +00:00

684 lines
No EOL
45 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-27T01:01:14.294Z</id>
<title>osmos::feed</title>
<updated>2021-05-27T01:01:14.294Z</updated>
<generator>osmosfeed 1.9.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[Giphy API Tutorial How to Generate Animated Text GIFs with ReactJS]]></title>
<id>60a44b9f906c5207e3a7e098</id>
<link href="https://www.freecodecamp.org/news/giphy-api-tutorial/"/>
<updated>2021-05-26T21:44:01.000Z</updated>
<summary type="html"><![CDATA[In this tutorial you will create an app that generates dynamic animated text using Giphy's API with ReactJS. After that I'll go over some of the other API features Giphy provides that you can use to make other interesting projects. You can find the code for the tutorial here. Video]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Contribute to Open Source Projects A Beginner&#x27;s Guide]]></title>
<id>60abe7fb11ffb70827ef63a6</id>
<link href="https://www.freecodecamp.org/news/how-to-contribute-to-open-source-projects-beginners-guide/"/>
<updated>2021-05-26T18:01:00.000Z</updated>
<summary type="html"><![CDATA[If you're a developer, you've probably come across the term "open source." If you've ever wondered what it's all about and how to contribute, you are in exactly the right place. I put aside all my fears about how and what to contribute during Hacktoberfest 2020, and made]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn Basic Terraform Syntax in 20 minutes]]></title>
<id>606f4f5fd5756f080ba96b65</id>
<link href="https://www.freecodecamp.org/news/terraform-syntax-for-beginners/"/>
<updated>2021-05-26T18:00:52.000Z</updated>
<summary type="html"><![CDATA[In this article, I'll give you a brief overview of the configuration syntax of Terraform. Terraform's docs provide the most comprehensive look at its syntax. But this article should serve as a condensed quick start introduction that'll give new users a simplified overview. We'll focus on the basic structures without]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Awesome Standalone (Web Components)]]></title>
<id>https://css-tricks.com/?p=339759</id>
<link href="https://css-tricks.com/awesome-standalone-web-components/"/>
<updated>2021-05-26T17:56:34.000Z</updated>
<summary type="html"><![CDATA[In his last An Event Apart talk, Dave made a point that its really only just about right now that Web Components are becoming a practical choice for production web development. For example, it has only been about a year …
The post Awesome Standalone (Web Components) 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[Links on Web Components]]></title>
<id>https://css-tricks.com/?p=340901</id>
<link href="https://css-tricks.com/links-on-web-components/"/>
<updated>2021-05-26T17:56:12.000Z</updated>
<summary type="html"><![CDATA[How we use Web Components at GitHub — Kristján Oddsson talks about how GitHub is using web components. I remember they were very early adopters, and it says here they released a <relative-time> component in 2014! Now theyve got a
The post Links on Web Components 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 Build a GraphQL API Using Laravel]]></title>
<id>60abc59d11ffb70827ef6304</id>
<link href="https://www.freecodecamp.org/news/build-a-graphql-api-using-laravel/"/>
<updated>2021-05-26T16:34:32.000Z</updated>
<summary type="html"><![CDATA[In this article, I'll walk you through how to set up your own GraphQL API using PHP and Laravel. Two years ago, I started working professionally as a backend developer. And I was very intimidated by all the technology I didn't yet know. Words like Docker, Kubernetes, and GraphQL seemed]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Build Super Mario Bros, Zelda, and Space Invaders with Kaboom.js]]></title>
<id>60aced0011ffb70827ef6d96</id>
<link href="https://www.freecodecamp.org/news/how-to-build-mario-zelda-and-space-invaders-with-kaboom-js/"/>
<updated>2021-05-26T14:12:27.000Z</updated>
<summary type="html"><![CDATA[In this video course I show you how to build three popular games using the latest game development library for JavaScript called Kaboom.js. This course is exciting for two reasons: First of all, I am going to be introducing a new technology designed especially for game development in JavaScript.]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Thorough Analysis of CSS-in-JS]]></title>
<id>https://css-tricks.com/?p=340705</id>
<link href="https://css-tricks.com/a-thorough-analysis-of-css-in-js/"/>
<updated>2021-05-26T14:08:49.000Z</updated>
<summary type="html"><![CDATA[Wondering whats even more challenging than choosing a JavaScript framework? You guessed it: choosing a CSS-in-JS solution. Why? Because there are more than 50 libraries out there, each of them offering a unique set of features.
We tested 10 different …
The post A Thorough Analysis of CSS-in-JS appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Andrei Pfeiffer</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Accessible SVGs: Perfect Patterns For Screen Reader Users]]></title>
<id>https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/</id>
<link href="https://smashingmagazine.com/2021/05/accessible-svg-patterns-comparison/"/>
<updated>2021-05-26T13:20:00.000Z</updated>
<summary type="html"><![CDATA[Discover which SVG patterns we should avoid and which patterns are the most inclusive when comparing different combinations of OSs, browsers, and screen readers.]]></summary>
<author>
<name>hello@smashingmagazine.com (Carie Fisher)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[v1.9.0]]></title>
<id>https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0</id>
<link href="https://github.com/osmoscraft/osmosfeed/releases/tag/v1.9.0"/>
<updated>2021-05-26T06:02:55.000Z</updated>
<summary type="html"><![CDATA[Added: experimental support for iTunes podcast feed: Demo | Source. With this new release, you can render an audio control to play the mp3 file and display iTunes episode duration. It is "experimental" due to these caveats:
This feature is currently only available through custom template.
iTunes has no strict format requirement for duration. The unit is most likely seconds but can be "hh:mm:ss" or "mm:ss" for some sources. A future version may expose a human readable string to the template.
No image support yet. Some shows might have disabled CORS or use a relative URL for image, which forces osmosfeed to download the image during build. A future version may support it.
You can't republish the podcast in the feed output. Supporting this goes beyond the scope of the project at the moment.
Fixed: the articles in template data were not sorted.
Thank you @Zenigata]]></summary>
<author>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Keep Calm and Hack The Box Valentine]]></title>
<id>60ac3a2711ffb70827ef6aec</id>
<link href="https://www.freecodecamp.org/news/keep-calm-and-hack-the-box-valentine/"/>
<updated>2021-05-25T22:43:11.000Z</updated>
<summary type="html"><![CDATA[Walkthrough for Hack The Box Valentine machine]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use React-Hook-Form to Build Beautiful Forms with Chakra UI]]></title>
<id>60a93b0011ffb70827ef5b0d</id>
<link href="https://www.freecodecamp.org/news/how-to-use-react-hook-form-with-chakra-ui/"/>
<updated>2021-05-25T20:26:38.000Z</updated>
<summary type="html"><![CDATA[In HTML, its the default behavior for forms to redirect to a new page whenever they're submitted. So in order to provide dynamic functionality, React uses a strategy called controlled components. If you have recently gone through a React course, you probably didn't like this part, because there are]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Web Design Best Practices for New Developers How to Create Portfolio-Worthy Work]]></title>
<id>608706aedd38b9088c2c012c</id>
<link href="https://www.freecodecamp.org/news/web-design-best-practices-for-new-developers/"/>
<updated>2021-05-25T16:51:37.000Z</updated>
<summary type="html"><![CDATA[If you're a beginner developer, it can be difficult to find ways to use your limited knowledge to support yourself. And at the same time, you won't be able to hone your skills if you aren't using them full time. It's a precarious spot that I remember being in when]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What I Learned Building a Word Game App With Nuxt on Google Play]]></title>
<id>https://css-tricks.com/?p=340759</id>
<link href="https://css-tricks.com/what-i-learned-building-a-word-game-app-with-nuxt-on-google-play/"/>
<updated>2021-05-25T14:25:06.000Z</updated>
<summary type="html"><![CDATA[I fell in love with coding the moment I created my first CSS :hover effect. Years later, that initial bite into interactivity on the web led me to a new goal: making a game.
Table of contents
Whats the game
The post What I Learned Building a Word Game App With Nuxt on Google Play appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Josh Collinsworth</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A Guide To Undoing Mistakes With Git (Part 2)]]></title>
<id>https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/</id>
<link href="https://smashingmagazine.com/2021/05/undoing-mistakes-git-part2/"/>
<updated>2021-05-25T14:00:00.000Z</updated>
<summary type="html"><![CDATA[Mistakes. These cruel villains do not even stop at the beautiful world of software development. But although we cannot avoid making mistakes, we can learn to undo them! This post will show the right tools for your daily work with Git.]]></summary>
<author>
<name>hello@smashingmagazine.com (Tobias Günther)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Creating Powerful Websites with Serverless-Driven CMS Development]]></title>
<id>https://css-tricks.com/?p=341383</id>
<link href="https://css-tricks.com/creating-powerful-websites-with-serverless-driven-cms-development/"/>
<updated>2021-05-25T11:00:00.000Z</updated>
<summary type="html"><![CDATA[Choosing the right tools to build a website for your organization is essential, but it can be tough to find the right fit. Simple site builders like Wix and Squarespace are easy for marketers to use, but severely limit developers …
The post Creating Powerful Websites with Serverless-Driven CMS Development appeared first on CSS-Tricks.
You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Ahmed Bouchefra</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[A New Way To Reduce Font Loading Impact: CSS Font Descriptors]]></title>
<id>https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/</id>
<link href="https://smashingmagazine.com/2021/05/reduce-font-loading-impact-css-descriptors/"/>
<updated>2021-05-25T09:30:00.000Z</updated>
<summary type="html"><![CDATA[Web fonts are often terrible for web performance and none of the font loading strategies are particularly effective to address that. Upcoming font options may finally deliver on the promise of making it easier to align fallback fonts to the final fonts.]]></summary>
<author>
<name>hello@smashingmagazine.com (Barry Pollard)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Node Environment Variables with a DotEnv File for Node.js and npm]]></title>
<id>60abc6d011ffb70827ef630f</id>
<link href="https://www.freecodecamp.org/news/how-to-use-node-environment-variables-with-a-dotenv-file-for-node-js-and-npm/"/>
<updated>2021-05-25T00:48:45.000Z</updated>
<summary type="html"><![CDATA[Environment variables are variables that are set outside of a program, often through a cloud provider or operating system. In Node, environment variables are a great way to securely and conveniently configure things that don't change often, like URLs, authentication keys, and passwords. How to Create Environment VariablesEnvironment variables are]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<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/"/>
<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[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[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[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[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[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[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[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[A Guide To Undoing Mistakes With Git (Part 1)]]></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>
</feed>