mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
deploy: 1f5684a2ae
This commit is contained in:
parent
da064f4098
commit
101ad888ce
3 changed files with 333 additions and 335 deletions
214
cache.json
214
cache.json
|
|
@ -11,13 +11,40 @@
|
|||
"feedUrl": "https://css-tricks.com/feed/",
|
||||
"siteUrl": "https://css-tricks.com",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345744",
|
||||
"author": "Chris Coyier",
|
||||
"description": "The first time cloud functions / serverless functions clicked for me was when I saw and tried Auth0’s (now defunct) Webtask. It was a little CodePen-like IDE but you didn’t really see anything aside from code and logs. The …\nThe post Serverless Functions as Proxies appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/serverless-functions-as-proxies/",
|
||||
"publishedOn": "2021-08-03T20:23:32.000Z",
|
||||
"wordCount": 1029,
|
||||
"title": "Serverless Functions as Proxies"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345807",
|
||||
"author": "Rewind",
|
||||
"description": "Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result in the loss of GitHub data. …\nThe post Automatic Daily GitHub Backups, Restored in Seconds appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://srv.buysellads.com/ads/long/x/TCZHURZTTTTTTT3IJZ7NTTTTTTTVINFLKTTTTTTTADBXPYTTTTTTTIDNVJR6YWS22M4647ZVKMPW454EQMNWVWPMPABT",
|
||||
"publishedOn": "2021-08-03T20:22:34.000Z",
|
||||
"wordCount": 231,
|
||||
"title": "Automatic Daily GitHub Backups, Restored in Seconds"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345154",
|
||||
"author": "Paul Ratcliffe",
|
||||
"description": "While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard …\nThe post A Deep Dive on Skipping to Content appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/a-deep-dive-on-skipping-to-content/",
|
||||
"publishedOn": "2021-08-03T14:35:48.000Z",
|
||||
"wordCount": 2684,
|
||||
"title": "A Deep Dive on Skipping to Content"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345756",
|
||||
"author": "Chris Coyier",
|
||||
"description": "They are actually called “CSS Module Scripts” and are a native browser feature, as opposed to the popular open-source project that essentially does scoped styles by creating unique class name identifiers in both HTML and CSS. \nNative CSS Modules are …\nThe post CSS Modules (The Native Ones) appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/css-modules-the-native-ones/",
|
||||
"publishedOn": "2021-08-02T18:28:28.000Z",
|
||||
"wordCount": 838,
|
||||
"wordCount": 867,
|
||||
"title": "CSS Modules (The Native Ones)"
|
||||
},
|
||||
{
|
||||
|
|
@ -26,7 +53,7 @@
|
|||
"description": "With a little knowledge of music theory, we can use regular HTML, CSS and JavaScript — without any libraries or audio samples — to create a simple digital instrument. Let’s put that into practice and explore one method for creating …\nThe post How to Code a Playable Synth Keyboard appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/how-to-code-a-playable-synth-keyboard/",
|
||||
"publishedOn": "2021-08-02T14:36:09.000Z",
|
||||
"wordCount": 2817,
|
||||
"wordCount": 2912,
|
||||
"title": "How to Code a Playable Synth Keyboard"
|
||||
},
|
||||
{
|
||||
|
|
@ -89,7 +116,7 @@
|
|||
"description": "For quite a while now, the CSS spec has included a lot of really useful mathematical functions, such as trigonometric functions (sin(), cos(), tan(), asin(), acos(), atan(), atan2()), exponential functions (…\nThe post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/using-absolute-value-sign-rounding-and-modulo-in-css-today/",
|
||||
"publishedOn": "2021-07-28T14:37:34.000Z",
|
||||
"wordCount": 6716,
|
||||
"wordCount": 6780,
|
||||
"title": "Using Absolute Value, Sign, Rounding and Modulo in CSS Today"
|
||||
},
|
||||
{
|
||||
|
|
@ -118,33 +145,6 @@
|
|||
"publishedOn": "2021-07-27T15:02:43.000Z",
|
||||
"wordCount": 2763,
|
||||
"title": "CSS Logical Properties and Values"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345297",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey. \nstyled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …\nThe post Demystifying styled-components appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://www.joshwcomeau.com/react/demystifying-styled-components/",
|
||||
"publishedOn": "2021-07-27T00:17:01.000Z",
|
||||
"wordCount": 2758,
|
||||
"title": "Demystifying styled-components"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=344653",
|
||||
"author": "Luke Edwards",
|
||||
"description": "At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …\nThe post How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/how-i-built-a-cross-platform-desktop-application-with-svelte-redis-and-rust/",
|
||||
"publishedOn": "2021-07-26T14:36:13.000Z",
|
||||
"wordCount": 4351,
|
||||
"title": "How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345288",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …\nThe post Slinkity appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://slinkity.dev/",
|
||||
"publishedOn": "2021-07-26T14:36:04.000Z",
|
||||
"wordCount": 550,
|
||||
"title": "Slinkity"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -153,13 +153,27 @@
|
|||
"feedUrl": "https://www.smashingmagazine.com/feed/",
|
||||
"siteUrl": "https://www.smashingmagazine.com/",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/",
|
||||
"author": "hello@smashingmagazine.com (Callum Hart)",
|
||||
"description": "Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.",
|
||||
"link": "https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/",
|
||||
"publishedOn": "2021-08-03T11:00:00.000Z",
|
||||
"wordCount": 2937,
|
||||
"title": "How To Build Resilient JavaScript UIs",
|
||||
"enclosure": {
|
||||
"url": "blob:http://www.smashingmagazine.com/c8b93225-8b34-431c-94f1-2f2d0a4fb95a",
|
||||
"length": "0",
|
||||
"type": "image/com/c8b93225-8b34-431c-94f1-2f2d0a4fb95a"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/",
|
||||
"author": "hello@smashingmagazine.com (Adrian Bece)",
|
||||
"description": "In this article, we’ll take a deep dive into the refactoring process itself, and cover incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase.",
|
||||
"link": "https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/",
|
||||
"publishedOn": "2021-08-02T11:00:00.000Z",
|
||||
"wordCount": 5987,
|
||||
"wordCount": 5973,
|
||||
"title": "Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1005065b-5daf-4b21-8ac6-89b91effa5b9/refactoring-css-strategy-regression-testing-maintenance-part2.jpg",
|
||||
|
|
@ -173,7 +187,7 @@
|
|||
"description": "New month, new wallpapers! In this post, you’ll find unique and inspiring wallpapers for August 2021. Created with love by the community for the community, they come in versions with and without a calendar for the month.",
|
||||
"link": "https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-2021/",
|
||||
"publishedOn": "2021-07-31T07:15:00.000Z",
|
||||
"wordCount": 2512,
|
||||
"wordCount": 2507,
|
||||
"title": "Good Vibes In August (2021 Desktop Wallpapers Edition)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/44276d4d-0b57-4f7a-91cd-c6f3708d09d7/aug-21-cowabunga-preview-opt.png",
|
||||
|
|
@ -187,7 +201,7 @@
|
|||
"description": "Having an e-commerce store is crucial for any store owner as more and more customers are turning to online shopping. In this tutorial, we shall go through how to create an e-commerce site with Angular 11. The site will use the Commerce Layer as a headless e-commerce API and use Paypal to process payments.",
|
||||
"link": "https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/",
|
||||
"publishedOn": "2021-07-30T11:00:00.000Z",
|
||||
"wordCount": 12529,
|
||||
"wordCount": 12537,
|
||||
"title": "How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/959013b7-26f7-4620-af11-f26f306c1512/ecommerce-angular11-headless-paypal.jpg",
|
||||
|
|
@ -201,7 +215,7 @@
|
|||
"description": "What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units aren’t so absolute.",
|
||||
"link": "https://smashingmagazine.com/2021/07/css-absolute-units/",
|
||||
"publishedOn": "2021-07-29T10:30:00.000Z",
|
||||
"wordCount": 2948,
|
||||
"wordCount": 2946,
|
||||
"title": "There Is No Such Thing As A CSS Absolute Unit",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/6ee35630-bbe1-486c-8877-dacdd4b12869/css-absolute-units.jpg",
|
||||
|
|
@ -229,7 +243,7 @@
|
|||
"description": "Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.",
|
||||
"link": "https://smashingmagazine.com/2021/07/global-local-styling-nextjs/",
|
||||
"publishedOn": "2021-07-27T11:00:00.000Z",
|
||||
"wordCount": 3558,
|
||||
"wordCount": 3557,
|
||||
"title": "Global vs. Local Styling In Next.js",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a1756133-541e-429d-82dd-fb6f3988ef56/global-local-styling-nextjs.jpg",
|
||||
|
|
@ -243,7 +257,7 @@
|
|||
"description": "Gatsby recently announced the launch of “functions”. In this article, Paul Scanlon explains how to get the current location of the International Space Station (ISS) as it orbits the Earth in real-time using [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/) and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).",
|
||||
"link": "https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/",
|
||||
"publishedOn": "2021-07-26T10:30:00.000Z",
|
||||
"wordCount": 3076,
|
||||
"wordCount": 3086,
|
||||
"title": "Gatsby Serverless Functions And The International Space Station",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c07c5052-399e-4aee-aa83-706eb1f0c1b6/gatsby-serverless-functions-international-space-station.jpg",
|
||||
|
|
@ -257,7 +271,7 @@
|
|||
"description": "Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.",
|
||||
"link": "https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/",
|
||||
"publishedOn": "2021-07-23T11:00:00.000Z",
|
||||
"wordCount": 3397,
|
||||
"wordCount": 3403,
|
||||
"title": "A Guide To Attracting Clients To Your Agency",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1d72d311-2839-48d2-8d23-dbe8951c4ab5/guide-attracting-clients-agency.jpg",
|
||||
|
|
@ -285,7 +299,7 @@
|
|||
"description": "Do you need a little inspiration boost? We’ve collected some useful color tools and resources that we’ve discovered lately — to help you get the most out of your creativity. We’ve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.",
|
||||
"link": "https://smashingmagazine.com/2021/07/color-tools-resources/",
|
||||
"publishedOn": "2021-07-21T13:00:00.000Z",
|
||||
"wordCount": 3054,
|
||||
"wordCount": 3057,
|
||||
"title": "Color Tools And Resources",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/17380a77-f247-450e-be45-2b2e139f7a33/cool-backgrounds.png",
|
||||
|
|
@ -313,7 +327,7 @@
|
|||
"description": "By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.",
|
||||
"link": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/",
|
||||
"publishedOn": "2021-07-19T10:30:00.000Z",
|
||||
"wordCount": 4478,
|
||||
"wordCount": 4472,
|
||||
"title": "Maintaining End-To-End Quality With Visual Testing",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/565523e3-0845-4042-9cd1-b3e48c75519d/maintaining-end-to-end-quality-visual-testing.jpg",
|
||||
|
|
@ -327,7 +341,7 @@
|
|||
"description": "Web app accessibility appears difficult because it seems that there is little information on the subject available online. Let’s take a closer look at the accessible use of framework features, concrete Vue.js traits, as well as community initiatives and vetted patterns.",
|
||||
"link": "https://smashingmagazine.com/2021/07/three-insights-vuejs-accessibility/",
|
||||
"publishedOn": "2021-07-16T13:00:00.000Z",
|
||||
"wordCount": 4785,
|
||||
"wordCount": 4799,
|
||||
"title": "Three Insights I Gained While Researching Vue.js Accessibility",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c3908803-4ddc-4820-8f4e-85e11b4ebbb7/three-insights-vuejs-accessibility.jpg",
|
||||
|
|
@ -341,7 +355,7 @@
|
|||
"description": "There are two strategies for incrementally building websites that are growing in popularity: Incremental Static Regeneration and Distributed Persistent Rendering. What’s the difference? Let’s figure it out.",
|
||||
"link": "https://smashingmagazine.com/2021/07/isr-dpr-explained/",
|
||||
"publishedOn": "2021-07-15T14:00:00.000Z",
|
||||
"wordCount": 1064,
|
||||
"wordCount": 1066,
|
||||
"title": "ISR vs DPR: Big Words, Quick Explanation",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8e4090b9-8bd9-4d5a-aaed-5177c46a6803/isr-dpr-explained.jpg",
|
||||
|
|
@ -369,7 +383,7 @@
|
|||
"description": "Too often dealing with filters can be frustrating. Let’s get them right. That means never freeze the UI on a single input, provide text input fallback and never auto-scroll users on a single input. Here’s why.",
|
||||
"link": "https://smashingmagazine.com/2021/07/frustrating-design-patterns-broken-frozen-filters/",
|
||||
"publishedOn": "2021-07-14T13:30:00.000Z",
|
||||
"wordCount": 5303,
|
||||
"wordCount": 5301,
|
||||
"title": "Frustrating Design Patterns: Broken Filters",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0c5f2df3-3d78-4563-a599-8c924604e84a/7-frustrating-design-patterns.png",
|
||||
|
|
@ -383,7 +397,7 @@
|
|||
"description": "In JavaScript, attaching an event listener to constantly fire a callback on scroll can be performance-intensive. But there is a better way with Intersection Observer.",
|
||||
"link": "https://smashingmagazine.com/2021/07/dynamic-header-intersection-observer/",
|
||||
"publishedOn": "2021-07-13T12:00:00.000Z",
|
||||
"wordCount": 3261,
|
||||
"wordCount": 3248,
|
||||
"title": "Building A Dynamic Header With Intersection Observer",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/67cc7303-3dc9-4d67-b0f4-b6f77783380f/dynamic-header-intersection-observer.jpg",
|
||||
|
|
@ -425,7 +439,7 @@
|
|||
"description": "Accessibility is often overlooked or bolted on to the end of a project. Let’s figure out how to implement and advocate for accessibility from the inception of a project to the release or handoff and beyond.",
|
||||
"link": "https://smashingmagazine.com/2021/07/strong-case-for-accessibility/",
|
||||
"publishedOn": "2021-07-09T10:30:00.000Z",
|
||||
"wordCount": 2948,
|
||||
"wordCount": 2962,
|
||||
"title": "Making A Strong Case For Accessibility",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9c226eaa-3251-4d02-9ade-96a88ad759fc/strong-case-for-accessibility.jpg",
|
||||
|
|
@ -439,7 +453,7 @@
|
|||
"description": "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, we’re looking at ways to make writing Vue.js a breeze.",
|
||||
"link": "https://smashingmagazine.com/2021/07/tools-practices-speed-up-vuejs-development-process/",
|
||||
"publishedOn": "2021-07-08T11:00:00.000Z",
|
||||
"wordCount": 4788,
|
||||
"wordCount": 4782,
|
||||
"title": "Tools And Practices To Speed Up The Vue.js Development Process",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/83768020-8004-41f2-b9a9-14b86c18eb4d/tools-practices-speed-up-vuejs-development-process.jpg",
|
||||
|
|
@ -453,7 +467,7 @@
|
|||
"description": "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. Let’s explore how it can reduce the time and effort needed to create interactions for your mock-ups.",
|
||||
"link": "https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/",
|
||||
"publishedOn": "2021-07-07T11:00:00.000Z",
|
||||
"wordCount": 4046,
|
||||
"wordCount": 4063,
|
||||
"title": "An Introduction To Figma Interactive Components",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1a8390d0-26c0-4476-bc00-19e8c89b60c5/introduction-figma-interactive-components.jpg",
|
||||
|
|
@ -474,20 +488,6 @@
|
|||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
|
||||
"author": "hello@smashingmagazine.com (Ahmad Shadeed)",
|
||||
"description": "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.",
|
||||
"link": "https://smashingmagazine.com/2021/07/hsl-colors-css/",
|
||||
"publishedOn": "2021-07-05T10:30:00.000Z",
|
||||
"wordCount": 1585,
|
||||
"title": "Using HSL Colors In CSS",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/73607a1e-fe7f-47ea-aada-df79342d823a/hsl-colors-css.jpg",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -496,13 +496,58 @@
|
|||
"feedUrl": "https://www.freecodecamp.org/news/rss/",
|
||||
"siteUrl": "https://www.freecodecamp.org/news",
|
||||
"articles": [
|
||||
{
|
||||
"id": "61079f873306a507d1bfc360",
|
||||
"author": null,
|
||||
"description": "There are various types of loops in JavaScript, and all of them essentially do the same thing: they repeat an action again and again. Loops come in handy if you want to repeat the same block of code for a certain number of times. Basically, they are a fast and",
|
||||
"link": "https://www.freecodecamp.org/news/javascript-for-loop-how-to-loop-through-an-array-in-js/",
|
||||
"publishedOn": "2021-08-03T19:53:47.000Z",
|
||||
"wordCount": 1113,
|
||||
"title": "JavaScript For Loop – How to Loop Through an Array in JS"
|
||||
},
|
||||
{
|
||||
"id": "6104ec2f3306a507d1bfbc24",
|
||||
"author": null,
|
||||
"description": "Alone, we can do so little; together, we can do so much. Helen Keller It’s true – when you lend someone a helping hand, you feel a lot better about yourself, and you will likely learn something new. Helping others feels so rewarding because you know that you have contributed",
|
||||
"link": "https://www.freecodecamp.org/news/developer-communities-to-join-to-grow-your-career/",
|
||||
"publishedOn": "2021-08-03T19:33:16.000Z",
|
||||
"wordCount": 3176,
|
||||
"title": "Developer Communities to Join to Help You Grow Your Tech Career"
|
||||
},
|
||||
{
|
||||
"id": "610948d93306a507d1bfd0d5",
|
||||
"author": null,
|
||||
"description": "The copy and paste functionality on Android smartphones might seem to be a \"one-time\" thing. Once you copy a snippet of text, you need to paste it before copying or cutting another. If you don't, you won't have access to it anymore. Also, if you copy text and",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-access-clipboard-in-android-and-clear-it/",
|
||||
"publishedOn": "2021-08-03T19:10:40.000Z",
|
||||
"wordCount": 980,
|
||||
"title": "How to Access Clipboard in Android (and Clear it)"
|
||||
},
|
||||
{
|
||||
"id": "610640c03306a507d1bfbfcf",
|
||||
"author": null,
|
||||
"description": "A lot of beginners can become intimidated when they're learning how to code. But learning through coding games can be fun and educational. According to True Education Partnerships, Gamification in learning involves using game-based elements such as point scoring, peer competition, team work, and score tables to drive engagement, help",
|
||||
"link": "https://www.freecodecamp.org/news/12-free-coding-games-to-learn-programming-for-beginners/",
|
||||
"publishedOn": "2021-08-03T15:11:05.000Z",
|
||||
"wordCount": 1095,
|
||||
"title": "12 Free Coding Games to Learn Programming for Beginners"
|
||||
},
|
||||
{
|
||||
"id": "61084aac3306a507d1bfc81c",
|
||||
"author": null,
|
||||
"description": "Now you can join a free part-time, remote coding bootcamp. You'll learn freeCodeCamp's entire Responsive Web Design certification, together with friendly people around the world. 👋 Hi, I’m Jess. A long time ago, I was an educator who worked in special education and language education. When I wanted to get",
|
||||
"link": "https://www.freecodecamp.org/news/free-coding-bootcamp-based-on-freecodecamp/",
|
||||
"publishedOn": "2021-08-03T15:04:13.000Z",
|
||||
"wordCount": 1080,
|
||||
"title": "Free Coding Bootcamp Based on freeCodeCamp's Curriculum"
|
||||
},
|
||||
{
|
||||
"id": "61082bc93306a507d1bfc7b9",
|
||||
"author": null,
|
||||
"description": "The internet is a part of our daily life and we use it constantly. But how does it actually work? We just released a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works and basic networking principles. Ian Frost teaches this course. He is",
|
||||
"description": "The internet is a big part of our daily lives and we use it constantly. But how does it actually work? We just published a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works along with basic networking principles. Ian Frost teaches this course.",
|
||||
"link": "https://www.freecodecamp.org/news/how-does-the-internet-work/",
|
||||
"publishedOn": "2021-08-02T17:39:24.000Z",
|
||||
"wordCount": 362,
|
||||
"wordCount": 366,
|
||||
"title": "How does the internet work?"
|
||||
},
|
||||
{
|
||||
|
|
@ -540,51 +585,6 @@
|
|||
"publishedOn": "2021-07-30T22:07:57.000Z",
|
||||
"wordCount": 1528,
|
||||
"title": "What is a Hyperlink? Definition for HTML Link Beginners"
|
||||
},
|
||||
{
|
||||
"id": "60f5350266c61b07d458ed04",
|
||||
"author": null,
|
||||
"description": "Speech-to-Text is a really useful accessibility tool if typing is difficult for you. Or you can also use it if you like to think out loud and transcribe what you say. In this tutorial, I'll show you how to use speech-to-text in Google Docs. Do note, though, that this feature",
|
||||
"link": "https://www.freecodecamp.org/news/google-docs-voice-typing-how-to-use-speech-to-text-in-a-google-doc/",
|
||||
"publishedOn": "2021-07-30T20:09:13.000Z",
|
||||
"wordCount": 740,
|
||||
"title": "Google Docs Voice Typing – How to Use Speech-to-Text in a Google Doc"
|
||||
},
|
||||
{
|
||||
"id": "60f0501b66c61b07d458df00",
|
||||
"author": null,
|
||||
"description": "We all use the camera on our phones and we use it a l-o-t. There are even some applications that have integrated the camera as a feature. On one end, there is a standard way of interacting with the camera. On the other, there is a way to customize your",
|
||||
"link": "https://www.freecodecamp.org/news/android-camera2-api-take-photos-and-videos/",
|
||||
"publishedOn": "2021-07-29T22:36:44.000Z",
|
||||
"wordCount": 2472,
|
||||
"title": "Android Camera2 – How to Use the Camera2 API to Take Photos and Videos"
|
||||
},
|
||||
{
|
||||
"id": "60f534ec66c61b07d458ecfe",
|
||||
"author": null,
|
||||
"description": "The does not equal symbol, or ≠, is often not part of a standard keyboard setup – or it's well hidden. So if you need to write it, how do you do it? How to Write the Not Equal Sign on Desktop DevicesOn Windows: Use the Character MapThe Character Map is a",
|
||||
"link": "https://www.freecodecamp.org/news/not-equal-sign-how-to-type-the-does-not-equal-symbol/",
|
||||
"publishedOn": "2021-07-29T18:27:33.000Z",
|
||||
"wordCount": 781,
|
||||
"title": "Not Equal Sign – How to Type the Does Not Equal Symbol"
|
||||
},
|
||||
{
|
||||
"id": "6102ccd03306a507d1bfb150",
|
||||
"author": null,
|
||||
"description": "Dockerizing an app makes it simpler to deploy. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you how to deploy 12 apps to 3 popular hosting services. Scalable Scripts developed this course. They create courses on all sorts of languages and frameworks on",
|
||||
"link": "https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud/",
|
||||
"publishedOn": "2021-07-29T15:52:57.000Z",
|
||||
"wordCount": 10161,
|
||||
"title": "Learn How to Deploy 12 Apps to AWS, Azure, & Google Cloud"
|
||||
},
|
||||
{
|
||||
"id": "60fc708a22b0e2078fcd0cdc",
|
||||
"author": null,
|
||||
"description": "I use VBA, or Visual Basic for Applications, to automate my repetitive tasks. This saves me quite a lot of time in my day-to-day life. Based on the fact that you're reading this tutorial, I assume that you would like to be able to do the same. So I will",
|
||||
"link": "https://www.freecodecamp.org/news/automate-repetitive-tasks-in-excel-with-vba/",
|
||||
"publishedOn": "2021-07-29T15:35:00.000Z",
|
||||
"wordCount": 4719,
|
||||
"title": "Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
193
feed.atom
193
feed.atom
|
|
@ -1,10 +1,103 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>urn:2021-08-03T00:44:13.673Z</id>
|
||||
<id>urn:2021-08-04T00:37:46.526Z</id>
|
||||
<title>osmos::feed</title>
|
||||
<updated>2021-08-03T00:44:13.673Z</updated>
|
||||
<updated>2021-08-04T00:37:46.526Z</updated>
|
||||
<generator>osmosfeed 1.11.0</generator>
|
||||
<link rel="alternate" href="index.html"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Serverless Functions as Proxies]]></title>
|
||||
<id>https://css-tricks.com/?p=345744</id>
|
||||
<link href="https://css-tricks.com/serverless-functions-as-proxies/"/>
|
||||
<updated>2021-08-03T20:23:32.000Z</updated>
|
||||
<summary type="html"><![CDATA[The first time cloud functions / serverless functions clicked for me was when I saw and tried Auth0’s (now defunct) Webtask. It was a little CodePen-like IDE but you didn’t really see anything aside from code and logs. The …
|
||||
The post Serverless Functions as Proxies appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Automatic Daily GitHub Backups, Restored in Seconds]]></title>
|
||||
<id>https://css-tricks.com/?p=345807</id>
|
||||
<link href="https://srv.buysellads.com/ads/long/x/TCZHURZTTTTTTT3IJZ7NTTTTTTTVINFLKTTTTTTTADBXPYTTTTTTTIDNVJR6YWS22M4647ZVKMPW454EQMNWVWPMPABT"/>
|
||||
<updated>2021-08-03T20:22:34.000Z</updated>
|
||||
<summary type="html"><![CDATA[Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result in the loss of GitHub data. …
|
||||
The post Automatic Daily GitHub Backups, Restored in Seconds appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Rewind</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[JavaScript For Loop – How to Loop Through an Array in JS]]></title>
|
||||
<id>61079f873306a507d1bfc360</id>
|
||||
<link href="https://www.freecodecamp.org/news/javascript-for-loop-how-to-loop-through-an-array-in-js/"/>
|
||||
<updated>2021-08-03T19:53:47.000Z</updated>
|
||||
<summary type="html"><![CDATA[There are various types of loops in JavaScript, and all of them essentially do the same thing: they repeat an action again and again. Loops come in handy if you want to repeat the same block of code for a certain number of times. Basically, they are a fast and]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Developer Communities to Join to Help You Grow Your Tech Career]]></title>
|
||||
<id>6104ec2f3306a507d1bfbc24</id>
|
||||
<link href="https://www.freecodecamp.org/news/developer-communities-to-join-to-grow-your-career/"/>
|
||||
<updated>2021-08-03T19:33:16.000Z</updated>
|
||||
<summary type="html"><![CDATA[Alone, we can do so little; together, we can do so much. Helen Keller It’s true – when you lend someone a helping hand, you feel a lot better about yourself, and you will likely learn something new. Helping others feels so rewarding because you know that you have contributed]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Access Clipboard in Android (and Clear it)]]></title>
|
||||
<id>610948d93306a507d1bfd0d5</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-access-clipboard-in-android-and-clear-it/"/>
|
||||
<updated>2021-08-03T19:10:40.000Z</updated>
|
||||
<summary type="html"><![CDATA[The copy and paste functionality on Android smartphones might seem to be a "one-time" thing. Once you copy a snippet of text, you need to paste it before copying or cutting another. If you don't, you won't have access to it anymore. Also, if you copy text and]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[12 Free Coding Games to Learn Programming for Beginners]]></title>
|
||||
<id>610640c03306a507d1bfbfcf</id>
|
||||
<link href="https://www.freecodecamp.org/news/12-free-coding-games-to-learn-programming-for-beginners/"/>
|
||||
<updated>2021-08-03T15:11:05.000Z</updated>
|
||||
<summary type="html"><![CDATA[A lot of beginners can become intimidated when they're learning how to code. But learning through coding games can be fun and educational. According to True Education Partnerships, Gamification in learning involves using game-based elements such as point scoring, peer competition, team work, and score tables to drive engagement, help]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Free Coding Bootcamp Based on freeCodeCamp's Curriculum]]></title>
|
||||
<id>61084aac3306a507d1bfc81c</id>
|
||||
<link href="https://www.freecodecamp.org/news/free-coding-bootcamp-based-on-freecodecamp/"/>
|
||||
<updated>2021-08-03T15:04:13.000Z</updated>
|
||||
<summary type="html"><![CDATA[Now you can join a free part-time, remote coding bootcamp. You'll learn freeCodeCamp's entire Responsive Web Design certification, together with friendly people around the world. 👋 Hi, I’m Jess. A long time ago, I was an educator who worked in special education and language education. When I wanted to get]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[A Deep Dive on Skipping to Content]]></title>
|
||||
<id>https://css-tricks.com/?p=345154</id>
|
||||
<link href="https://css-tricks.com/a-deep-dive-on-skipping-to-content/"/>
|
||||
<updated>2021-08-03T14:35:48.000Z</updated>
|
||||
<summary type="html"><![CDATA[While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard …
|
||||
The post A Deep Dive on Skipping to Content appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Paul Ratcliffe</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How To Build Resilient JavaScript UIs]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/</id>
|
||||
<link href="https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/"/>
|
||||
<updated>2021-08-03T11:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Callum Hart)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[CSS Modules (The Native Ones)]]></title>
|
||||
<id>https://css-tricks.com/?p=345756</id>
|
||||
|
|
@ -22,7 +115,7 @@ The post CSS Modules (The Native Ones) appeared first on CSS-Tricks. You can sup
|
|||
<id>61082bc93306a507d1bfc7b9</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-does-the-internet-work/"/>
|
||||
<updated>2021-08-02T17:39:24.000Z</updated>
|
||||
<summary type="html"><![CDATA[The internet is a part of our daily life and we use it constantly. But how does it actually work? We just released a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works and basic networking principles. Ian Frost teaches this course. He is]]></summary>
|
||||
<summary type="html"><![CDATA[The internet is a big part of our daily lives and we use it constantly. But how does it actually work? We just published a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works along with basic networking principles. Ian Frost teaches this course.]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
|
|
@ -98,16 +191,6 @@ The post How to Code a Playable Synth Keyboard appeared first on CSS-Tricks. You
|
|||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Google Docs Voice Typing – How to Use Speech-to-Text in a Google Doc]]></title>
|
||||
<id>60f5350266c61b07d458ed04</id>
|
||||
<link href="https://www.freecodecamp.org/news/google-docs-voice-typing-how-to-use-speech-to-text-in-a-google-doc/"/>
|
||||
<updated>2021-07-30T20:09:13.000Z</updated>
|
||||
<summary type="html"><![CDATA[Speech-to-Text is a really useful accessibility tool if typing is difficult for you. Or you can also use it if you like to think out loud and transcribe what you say. In this tutorial, I'll show you how to use speech-to-text in Google Docs. Do note, though, that this feature]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[A Shared ESLint Configuration]]></title>
|
||||
<id>https://css-tricks.com/?p=345628</id>
|
||||
|
|
@ -140,16 +223,6 @@ The post Conjuring Generative Blobs With The CSS Paint API appeared first on CSS
|
|||
<name>hello@smashingmagazine.com (Zara Cooper)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Android Camera2 – How to Use the Camera2 API to Take Photos and Videos]]></title>
|
||||
<id>60f0501b66c61b07d458df00</id>
|
||||
<link href="https://www.freecodecamp.org/news/android-camera2-api-take-photos-and-videos/"/>
|
||||
<updated>2021-07-29T22:36:44.000Z</updated>
|
||||
<summary type="html"><![CDATA[We all use the camera on our phones and we use it a l-o-t. There are even some applications that have integrated the camera as a feature. On one end, there is a standard way of interacting with the camera. On the other, there is a way to customize your]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[GitHub Explains the Open Graph Images]]></title>
|
||||
<id>https://css-tricks.com/?p=345518</id>
|
||||
|
|
@ -163,36 +236,6 @@ The post GitHub Explains the Open Graph Images appeared first on CSS-Tricks. You
|
|||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Not Equal Sign – How to Type the Does Not Equal Symbol]]></title>
|
||||
<id>60f534ec66c61b07d458ecfe</id>
|
||||
<link href="https://www.freecodecamp.org/news/not-equal-sign-how-to-type-the-does-not-equal-symbol/"/>
|
||||
<updated>2021-07-29T18:27:33.000Z</updated>
|
||||
<summary type="html"><![CDATA[The does not equal symbol, or ≠, is often not part of a standard keyboard setup – or it's well hidden. So if you need to write it, how do you do it? How to Write the Not Equal Sign on Desktop DevicesOn Windows: Use the Character MapThe Character Map is a]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Learn How to Deploy 12 Apps to AWS, Azure, & Google Cloud]]></title>
|
||||
<id>6102ccd03306a507d1bfb150</id>
|
||||
<link href="https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud/"/>
|
||||
<updated>2021-07-29T15:52:57.000Z</updated>
|
||||
<summary type="html"><![CDATA[Dockerizing an app makes it simpler to deploy. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you how to deploy 12 apps to 3 popular hosting services. Scalable Scripts developed this course. They create courses on all sorts of languages and frameworks on]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet]]></title>
|
||||
<id>60fc708a22b0e2078fcd0cdc</id>
|
||||
<link href="https://www.freecodecamp.org/news/automate-repetitive-tasks-in-excel-with-vba/"/>
|
||||
<updated>2021-07-29T15:35:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[I use VBA, or Visual Basic for Applications, to automate my repetitive tasks. This saves me quite a lot of time in my day-to-day life. Based on the fact that you're reading this tutorial, I assume that you would like to be able to do the same. So I will]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[So you want to self-publish books and courses on programming]]></title>
|
||||
<id>https://css-tricks.com/?p=344993</id>
|
||||
|
|
@ -301,40 +344,6 @@ The post CSS Logical Properties and Values appeared first on CSS-Tricks. You can
|
|||
<name>hello@smashingmagazine.com (Alexander Dubovoy)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Demystifying styled-components]]></title>
|
||||
<id>https://css-tricks.com/?p=345297</id>
|
||||
<link href="https://www.joshwcomeau.com/react/demystifying-styled-components/"/>
|
||||
<updated>2021-07-27T00:17:01.000Z</updated>
|
||||
<summary type="html"><![CDATA[Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey.
|
||||
styled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …
|
||||
The post Demystifying styled-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 I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust]]></title>
|
||||
<id>https://css-tricks.com/?p=344653</id>
|
||||
<link href="https://css-tricks.com/how-i-built-a-cross-platform-desktop-application-with-svelte-redis-and-rust/"/>
|
||||
<updated>2021-07-26T14:36:13.000Z</updated>
|
||||
<summary type="html"><![CDATA[At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …
|
||||
The post How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Luke Edwards</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Slinkity]]></title>
|
||||
<id>https://css-tricks.com/?p=345288</id>
|
||||
<link href="https://slinkity.dev/"/>
|
||||
<updated>2021-07-26T14:36:04.000Z</updated>
|
||||
<summary type="html"><![CDATA[Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …
|
||||
The post Slinkity 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[Gatsby Serverless Functions And The International Space Station]]></title>
|
||||
<id>https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/</id>
|
||||
|
|
@ -505,14 +514,4 @@ The post Slinkity appeared first on CSS-Tricks. You can support CSS-Tricks by be
|
|||
<name>hello@smashingmagazine.com (Emmanuel Tissera)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Using HSL Colors In CSS]]></title>
|
||||
<id>https://smashingmagazine.com/2021/07/hsl-colors-css/</id>
|
||||
<link href="https://smashingmagazine.com/2021/07/hsl-colors-css/"/>
|
||||
<updated>2021-07-05T10:30:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Ahmad Shadeed)</name>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
261
index.html
261
index.html
|
|
@ -15,6 +15,131 @@
|
|||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-03">2021-08-03</time></h2>
|
||||
<ul class="sources card">
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Serverless Functions as Proxies</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/serverless-functions-as-proxies/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>The first time cloud functions / serverless functions clicked for me was when I saw and tried Auth0’s (now defunct) Webtask. It was a little CodePen-like IDE but you didn’t really see anything aside from code and logs. The …
|
||||
The post Serverless Functions as Proxies appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Automatic Daily GitHub Backups, Restored in Seconds</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://srv.buysellads.com/ads/long/x/TCZHURZTTTTTTT3IJZ7NTTTTTTTVINFLKTTTTTTTADBXPYTTTTTTTIDNVJR6YWS22M4647ZVKMPW454EQMNWVWPMPABT">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(1 min)</span>
|
||||
<span>Any company that uses GitHub for critical applications needs a backup that can be restored quickly when needed. Cyberattacks, human errors, or a forced push are just some of the scenarios that can result in the loss of GitHub data. …
|
||||
The post Automatic Daily GitHub Backups, Restored in Seconds appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">A Deep Dive on Skipping to Content</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/a-deep-dive-on-skipping-to-content/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>While most people browsing the web on a computer use a mouse, many rely on their keyboard instead. Theoretically, using a web page with the keyboard should not be a problem — press the TAB key to move the keyboard …
|
||||
The post A Deep Dive on Skipping to Content appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">JavaScript For Loop – How to Loop Through an Array in JS</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-for-loop-how-to-loop-through-an-array-in-js/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>There are various types of loops in JavaScript, and all of them essentially do the same thing: they repeat an action again and again. Loops come in handy if you want to repeat the same block of code for a certain number of times. Basically, they are a fast and</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Developer Communities to Join to Help You Grow Your Tech Career</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/developer-communities-to-join-to-grow-your-career/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(11 min)</span>
|
||||
<span>Alone, we can do so little; together, we can do so much. Helen Keller It’s true – when you lend someone a helping hand, you feel a lot better about yourself, and you will likely learn something new. Helping others feels so rewarding because you know that you have contributed</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Access Clipboard in Android (and Clear it)</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-access-clipboard-in-android-and-clear-it/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>The copy and paste functionality on Android smartphones might seem to be a "one-time" thing. Once you copy a snippet of text, you need to paste it before copying or cutting another. If you don't, you won't have access to it anymore. Also, if you copy text and</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">12 Free Coding Games to Learn Programming for Beginners</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/12-free-coding-games-to-learn-programming-for-beginners/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>A lot of beginners can become intimidated when they're learning how to code. But learning through coding games can be fun and educational. According to True Education Partnerships, Gamification in learning involves using game-based elements such as point scoring, peer competition, team work, and score tables to drive engagement, help</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Free Coding Bootcamp Based on freeCodeCamp's Curriculum</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/free-coding-bootcamp-based-on-freecodecamp/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>Now you can join a free part-time, remote coding bootcamp. You'll learn freeCodeCamp's entire Responsive Web Design certification, together with friendly people around the world. 👋 Hi, I’m Jess. A long time ago, I was an educator who worked in special education and language education. When I wanted to get</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How To Build Resilient JavaScript UIs</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-02">2021-08-02</time></h2>
|
||||
<ul class="sources card">
|
||||
|
|
@ -40,7 +165,7 @@ The post CSS Modules (The Native Ones) appeared first on CSS-Tricks. You can sup
|
|||
<summary class="article-expander__title">How to Code a Playable Synth Keyboard</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-code-a-playable-synth-keyboard/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>With a little knowledge of music theory, we can use regular HTML, CSS and JavaScript — without any libraries or audio samples — to create a simple digital instrument. Let’s put that into practice and explore one method for creating …
|
||||
The post How to Code a Playable Synth Keyboard appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
|
|
@ -59,7 +184,7 @@ The post How to Code a Playable Synth Keyboard appeared first on CSS-Tricks. You
|
|||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-does-the-internet-work/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(1 min)</span>
|
||||
<span>The internet is a part of our daily life and we use it constantly. But how does it actually work? We just released a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works and basic networking principles. Ian Frost teaches this course. He is</span>
|
||||
<span>The internet is a big part of our daily lives and we use it constantly. But how does it actually work? We just published a course on the freeCodeCamp.org YouTube channel that will teach you how the internet works along with basic networking principles. Ian Frost teaches this course.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
|
|
@ -188,17 +313,6 @@ The post Conjuring Generative Blobs With The CSS Paint API appeared first on CSS
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Google Docs Voice Typing – How to Use Speech-to-Text in a Google Doc</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/google-docs-voice-typing-how-to-use-speech-to-text-in-a-google-doc/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>Speech-to-Text is a really useful accessibility tool if typing is difficult for you. Or you can also use it if you like to think out loud and transcribe what you say. In this tutorial, I'll show you how to use speech-to-text in Google Docs. Do note, though, that this feature</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
|
|
@ -267,56 +381,6 @@ The post Developer-Friendly Passwordless Auth appeared first on CSS-Tricks. You
|
|||
</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">Android Camera2 – How to Use the Camera2 API to Take Photos and Videos</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/android-camera2-api-take-photos-and-videos/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(8 min)</span>
|
||||
<span>We all use the camera on our phones and we use it a l-o-t. There are even some applications that have integrated the camera as a feature. On one end, there is a standard way of interacting with the camera. On the other, there is a way to customize your</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Not Equal Sign – How to Type the Does Not Equal Symbol</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/not-equal-sign-how-to-type-the-does-not-equal-symbol/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>The does not equal symbol, or ≠, is often not part of a standard keyboard setup – or it's well hidden. So if you need to write it, how do you do it? How to Write the Not Equal Sign on Desktop DevicesOn Windows: Use the Character MapThe Character Map is a</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Learn How to Deploy 12 Apps to AWS, Azure, & Google Cloud</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-how-to-deploy-12-apps-to-aws-azure-google-cloud/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(34 min)</span>
|
||||
<span>Dockerizing an app makes it simpler to deploy. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you how to deploy 12 apps to 3 popular hosting services. Scalable Scripts developed this course. They create courses on all sorts of languages and frameworks on</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Visual Basic Excel Tutorial – How to Automate Repetitive Tasks in a Spreadsheet</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/automate-repetitive-tasks-in-excel-with-vba/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(16 min)</span>
|
||||
<span>I use VBA, or Visual Basic for Applications, to automate my repetitive tasks. This saves me quite a lot of time in my day-to-day life. Based on the fact that you're reading this tutorial, I assume that you would like to be able to do the same. So I will</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>
|
||||
|
|
@ -360,7 +424,7 @@ The post Safari 15 Opinions appeared first on CSS-Tricks. You can support CSS-Tr
|
|||
<summary class="article-expander__title">Using Absolute Value, Sign, Rounding and Modulo in CSS Today</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-absolute-value-sign-rounding-and-modulo-in-css-today/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(22 min)</span>
|
||||
<span class="article-reading-time">(23 min)</span>
|
||||
<span>For quite a while now, the CSS spec has included a lot of really useful mathematical functions, such as trigonometric functions (sin(), cos(), tan(), asin(), acos(), atan(), atan2()), exponential functions (…
|
||||
The post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
|
|
@ -432,19 +496,6 @@ The post CSS Logical Properties and Values appeared first on CSS-Tricks. You can
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Demystifying styled-components</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.joshwcomeau.com/react/demystifying-styled-components/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>Joshua Comeau digs into how styled-components works by re-building the basics. A fun and useful journey.
|
||||
styled-components seems like the biggest player in the CSS-in-React market. Despite being in that world, I haven’t yet been fully compelled by it. I’m …
|
||||
The post Demystifying styled-components 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">
|
||||
|
|
@ -469,36 +520,6 @@ The post Demystifying styled-components appeared first on CSS-Tricks. You can su
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-07-26">2021-07-26</time></h2>
|
||||
<ul class="sources card">
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://css-tricks.com">CSS-Tricks</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-i-built-a-cross-platform-desktop-application-with-svelte-redis-and-rust/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(15 min)</span>
|
||||
<span>At Cloudflare, we have a great product called Workers KV which is a key-value storage layer that replicates globally. It can handle millions of keys, each of which is accessible from within a Worker script at exceptionally low latencies, …
|
||||
The post How I Built a Cross-Platform Desktop Application with Svelte, Redis, and Rust 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">Slinkity</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://slinkity.dev/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>Perhaps the #1 reason I love Astro is that it brings the JavaScript component authoring experience to the Static Site Generator world with zero JavaScript (except bits you very specifically opt-in to). That HTML-first approach is also why I like …
|
||||
The post Slinkity 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>
|
||||
|
|
@ -816,7 +837,7 @@ The post Slinkity appeared first on CSS-Tricks. You can support CSS-Tricks by be
|
|||
<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 class="article-reading-time">(14 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. Let’s explore how it can reduce the time and effort needed to create interactions for your mock-ups.</span>
|
||||
</div>
|
||||
</a>
|
||||
|
|
@ -848,31 +869,9 @@ The post Slinkity appeared first on CSS-Tricks. You can support CSS-Tricks by be
|
|||
</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://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>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-08-03T00:44:13.657Z">2021-08-03T00:44:13.657Z</time>
|
||||
<time id="build-timestamp" datetime="2021-08-04T00:37:46.507Z">2021-08-04T00:37:46.507Z</time>
|
||||
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue