diff --git a/cache.json b/cache.json index c004eb7..533ab12 100644 --- a/cache.json +++ b/cache.json @@ -21,13 +21,31 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=343495", + "author": "Chris Coyier", + "description": "Astro is a brand new framework for building websites. To me, the big thing is that it allows you to build a site like you’re using a JavaScript framework (and you are), but the output is a zero-JavaScript static site. …\nThe post A Look at Building with Astro appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/a-look-at-building-with-astro/", + "publishedOn": "2021-07-07T21:06:35.000Z", + "wordCount": 2391, + "title": "A Look at Building with Astro" + }, + { + "id": "https://css-tricks.com/?p=343388", + "author": "Robin Rendle", + "description": "There are a lot of great defaults when it comes to browsers and the web. Think about all the accessibility features that are baked into HTML so that you don’t have to do weird stuff, like this example from Manuel…\nThe post The Web’s Worst Default appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/the-webs-worst-default/", + "publishedOn": "2021-07-07T14:30:34.000Z", + "wordCount": 1322, + "title": "The Web’s Worst Default" + }, { "id": "https://css-tricks.com/?p=343438", "author": "Chris Coyier", "description": "I appreciate the clarity of this trick that Mikael Ainalem posted over on Reddit:\nIt’s a one-liner that toggles the class on the so you can mock up different states and toggle between them on click.\n:has, A Native CSS Parent Selector (And More)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/89aef48d-9be9-45df-a7f4-775168deb8dd/has-native-css-parent-selector.jpg", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/06/image-optimization-book-release/", - "author": "hello@smashingmagazine.com (Vitaly Friedman)", - "description": "It’s here! For the last year, we’ve been working with Addy Osmani on a new Smashing Book all around image optimization. And now it’s here. Meet “Image Optimization”, our deep-dive guide to understand how to deliver high-quality images on the web fast.", - "link": "https://smashingmagazine.com/2021/06/image-optimization-book-release/", - "publishedOn": "2021-06-08T12:00:00.000Z", - "wordCount": 2347, - "title": "From AVIF to WebP: A New Smashing Book By Addy Osmani", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b41ae541-7618-44f2-81cd-cc681c64d0d0/image-optimization-header.png", - "length": "0", - "type": "image/png" - } } ] }, @@ -562,6 +562,51 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "60e521aa134ad707be00e41d", + "author": null, + "description": "Objects are one of the most valuable things you can learn in Javascript. You can use them to take your programs to the next level. An object is a collection of data – or key value pairs – which consist of variables and functions that you can access using dot notation. Now", + "link": "https://www.freecodecamp.org/news/what-is-a-javascript-object/", + "publishedOn": "2021-07-07T22:04:00.000Z", + "wordCount": 761, + "title": "What is a JavaScript Object? Key Value Pairs and Dot Notation Explained" + }, + { + "id": "60ccd1794dc1a607ed7b4feb", + "author": null, + "description": "A lot of people want to learn machine learning these days. But the daunting bottom-up curriculum that most ML teachers propose is enough discourage a lot of newcomers. In this tutorial I flip the curriculum upside down and will outline what I think is the fastest and easiest way to", + "link": "https://www.freecodecamp.org/news/how-to-learn-machine-learning-practical-tips-and-resources/", + "publishedOn": "2021-07-07T17:28:00.000Z", + "wordCount": 5411, + "title": "How to Learn Machine Learning – Tips and Resources to Learn ML the Practical Way" + }, + { + "id": "60e25e17134ad707be00d947", + "author": null, + "description": "List comprehension is an easy to read, compact, and elegant way of creating a list from any existing iterable object. Basically, it's a simpler way to create a new list from the values in a list you already have. It is generally a single line of code enclosed in square", + "link": "https://www.freecodecamp.org/news/list-comprehension-in-python/", + "publishedOn": "2021-07-07T17:25:39.000Z", + "wordCount": 1592, + "title": "List Comprehension in Python Explained for Beginners" + }, + { + "id": "60c38e76d3126007592d66cd", + "author": null, + "description": "I've carefully gone through over 50 resources, I've been through 10 JavaScript interviews, and I've landed a job at a unicorn startup. And throughout this entire process, I started to see a pattern in the most frequently asked JS interview questions. In this article, I have tried to list the", + "link": "https://www.freecodecamp.org/news/javascript-interview-prep-cheatsheet/", + "publishedOn": "2021-07-07T15:43:17.000Z", + "wordCount": 4364, + "title": "JavaScript Interview Prep Cheatsheet – Ace Your Coding Interviews with These Concepts" + }, + { + "id": "60d5ec446e1a1407b6b0bcae", + "author": null, + "description": "Binary search is a common algorithm used in programming languages and programs. It can be very useful for programmers to understand how it works. We just released a binary search course on the freeCodeCamp.org YouTube channel. You will learn how to implement binary search in C and C++, but", + "link": "https://www.freecodecamp.org/news/what-is-binary-search/", + "publishedOn": "2021-07-07T13:57:56.000Z", + "wordCount": 13488, + "title": "What is Binary Search?" + }, { "id": "60e16e1b134ad707be00d6bc", "author": null, @@ -599,58 +644,13 @@ "title": "How to Schedule a Job in Node Using node-cron" }, { - "id": "60de3cf127f80207bcdbc9af", + "id": "60df6dd827f80207bcdbcf06", "author": null, - "description": "We just published demos of several upcoming freeCodeCamp features and community initiatives. You can read about them here, and watch the entire Summit in the video embedded below. Here's what we cover in this jam-packed one hour community update.Announcement #1: Campfire ModeWe've built a new mode where you can", - "link": "https://www.freecodecamp.org/news/freecodecamp-july-2021-summit/", - "publishedOn": "2021-07-02T04:55:18.000Z", - "wordCount": 641, - "title": "freeCodeCamp July 2021 Summit – Campfire Mode, Data Science Curriculum, Chapter, and Other New Features" - }, - { - "id": "60dc72b527f80207bcdbbd8f", - "author": null, - "description": "In this article, I'm going to show you how to theme your website so users can customize certain elements to their tastes. We'll talk about website themes, how theming works, and we'll end with a demo so you can see it in action. Let's dive in. Table of Contents:What", - "link": "https://www.freecodecamp.org/news/website-theming-with-css-custom-properties-and-gatsbyjs/", - "publishedOn": "2021-07-01T18:19:21.000Z", - "wordCount": 3084, - "title": "What is Website Theming? How to Use CSS Custom Properties and Gatsby.js to Customize Your Site" - }, - { - "id": "60c0897ad3126007592d5701", - "author": null, - "description": "Listing items on a web page is a common task you'll have to do as a web developer. You may have to list shopping cart items, the order of students based on their grades, dogs with the loudest bark – and so on. So you need to know the different ways", - "link": "https://www.freecodecamp.org/news/html-list-how-to-use-bullet-points-ordered-and-unordered-lists/", - "publishedOn": "2021-07-01T18:02:56.000Z", - "wordCount": 1769, - "title": "HTML List – How to Use Bullet Points, Ordered, and Unordered Lists" - }, - { - "id": "60d5e7ae6e1a1407b6b0bc5a", - "author": null, - "description": "The backend of a website can be written in many different programming languages. It is becoming increasingly common for to use Python for the backend of a website. We just published a full backend web development with Python course on the freeCodeCamp.org YouTube channel. This comprehensive course is for", - "link": "https://www.freecodecamp.org/news/backend-web-development-with-python-full-course/", - "publishedOn": "2021-07-01T16:51:30.000Z", - "wordCount": 79275, - "title": "Backend Web Development with Python - Full Course" - }, - { - "id": "60dc78e927f80207bcdbbddc", - "author": null, - "description": "Hello freeCodeCamp community! I'm Dilan, a PhD candidate in sociology at Boston University. I'm an absolute coding newbie, but I do know a bit about surveys. 😃 I have been working with freeCodeCamp founder Quincy Larson over the past few months to design the 2021 New Coder Survey. And I'm thrilled", - "link": "https://www.freecodecamp.org/news/2021-new-coder-survey/", - "publishedOn": "2021-07-01T04:36:31.000Z", - "wordCount": 942, - "title": "The 2021 New Coder Survey is Now Live – and Here's How We Designed It" - }, - { - "id": "6063b8d69618b008528a9d79", - "author": null, - "description": "Today we're gonna learn how to use CSS's box-shadow property to make beautiful website components. Along the way, we'll create a button and get hands-on experience using this property. Let's get started. 🎖️ Table of Contents Why you should use the CSS box-shadow propertyThe syntax of the box-shadow propertyHow to make", - "link": "https://www.freecodecamp.org/news/css-box-shadow-property-with-examples/", - "publishedOn": "2021-06-30T18:49:49.000Z", - "wordCount": 956, - "title": "Learn the CSS Box-Shadow Property by Coding a Beautiful Button ✨" + "description": "Earning the Certified Information Systems Security Professional (CISSP) Certification proves you have what it takes to effectively design, implement and manage a best-in-class cybersecurity program. The CISSP is one of the most valuable Cyber Security Certificates in the market today. We just posted a 13-hour course on the freeCodeCamp.org", + "link": "https://www.freecodecamp.org/news/get-ready-to-pass-cissp-exam/", + "publishedOn": "2021-07-06T13:55:00.000Z", + "wordCount": 109640, + "title": "Get Ready to Pass CISSP Exam" } ] } diff --git a/feed.atom b/feed.atom index ddb7048..e45f893 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,92 @@ - urn:2021-07-07T00:40:44.176Z + urn:2021-07-08T00:37:18.783Z osmos::feed - 2021-07-07T00:40:44.176Z + 2021-07-08T00:37:18.783Z osmosfeed 1.11.0 + + <![CDATA[What is a JavaScript Object? Key Value Pairs and Dot Notation Explained]]> + 60e521aa134ad707be00e41d + + 2021-07-07T22:04:00.000Z + + + freeCodeCamp.org + + + + <![CDATA[A Look at Building with Astro]]> + https://css-tricks.com/?p=343495 + + 2021-07-07T21:06:35.000Z + + + Chris Coyier + + + + <![CDATA[How to Learn Machine Learning – Tips and Resources to Learn ML the Practical Way]]> + 60ccd1794dc1a607ed7b4feb + + 2021-07-07T17:28:00.000Z + + + freeCodeCamp.org + + + + <![CDATA[List Comprehension in Python Explained for Beginners]]> + 60e25e17134ad707be00d947 + + 2021-07-07T17:25:39.000Z + + + freeCodeCamp.org + + + + <![CDATA[JavaScript Interview Prep Cheatsheet – Ace Your Coding Interviews with These Concepts]]> + 60c38e76d3126007592d66cd + + 2021-07-07T15:43:17.000Z + + + freeCodeCamp.org + + + + <![CDATA[The Web’s Worst Default]]> + https://css-tricks.com/?p=343388 + + 2021-07-07T14:30:34.000Z + + + Robin Rendle + + + + <![CDATA[What is Binary Search?]]> + 60d5ec446e1a1407b6b0bcae + + 2021-07-07T13:57:56.000Z + + + freeCodeCamp.org + + + + <![CDATA[An Introduction To Figma Interactive Components]]> + https://smashingmagazine.com/2021/07/introduction-figma-interactive-components/ + + 2021-07-07T11:00:00.000Z + + + hello@smashingmagazine.com (Emiliano Cicero) + + <![CDATA[How to Automatically Upload an Android App Bundle to the Play Store]]> 60e16e1b134ad707be00d6bc @@ -82,6 +164,16 @@ The post The Dilemma of Naming Font Size Variables appeared first on CSS-Tricks. freeCodeCamp.org + + <![CDATA[Get Ready to Pass CISSP Exam]]> + 60df6dd827f80207bcdbcf06 + + 2021-07-06T13:55:00.000Z + + + freeCodeCamp.org + + <![CDATA[How To Choose A Headless CMS]]> https://smashingmagazine.com/2021/07/how-to-choose-a-headless-cms/ @@ -169,16 +261,6 @@ The post Good Meetings appeared first on CSS-Tricks. You can support CSS-Tricks hello@smashingmagazine.com (Andriy Zapisotskyi) - - <![CDATA[freeCodeCamp July 2021 Summit – Campfire Mode, Data Science Curriculum, Chapter, and Other New Features]]> - 60de3cf127f80207bcdbc9af - - 2021-07-02T04:55:18.000Z - - - freeCodeCamp.org - - <![CDATA[The Trick to Enable Printify Shipping Notifications for Orders in WooCommerce? Customer Notes.]]> https://css-tricks.com/?p=342994 @@ -214,36 +296,6 @@ The post App Platform on Digital Ocean appeared first on CSS-Tricks. You can sup Chris Coyier - - <![CDATA[What is Website Theming? How to Use CSS Custom Properties and Gatsby.js to Customize Your Site]]> - 60dc72b527f80207bcdbbd8f - - 2021-07-01T18:19:21.000Z - - - freeCodeCamp.org - - - - <![CDATA[HTML List – How to Use Bullet Points, Ordered, and Unordered Lists]]> - 60c0897ad3126007592d5701 - - 2021-07-01T18:02:56.000Z - - - freeCodeCamp.org - - - - <![CDATA[Backend Web Development with Python - Full Course]]> - 60d5e7ae6e1a1407b6b0bc5a - - 2021-07-01T16:51:30.000Z - - - freeCodeCamp.org - - <![CDATA[Hack the “Deploy to Netlify” Button Using Environment Variables to Make a Customizable Site Generator]]> https://css-tricks.com/?p=343092 @@ -267,16 +319,6 @@ The post Hack the “Deploy to Netlify” Button Using Environment Variables to hello@smashingmagazine.com (Ramona Schwering) - - <![CDATA[The 2021 New Coder Survey is Now Live – and Here's How We Designed It]]> - 60dc78e927f80207bcdbbddc - - 2021-07-01T04:36:31.000Z - - - freeCodeCamp.org - - <![CDATA[How do you make a layout with pictures down one side of a page matched up with paragraphs on the other side?]]> https://css-tricks.com/?p=343224 @@ -288,38 +330,6 @@ The post How do you make a layout with pictures down one side of a page matched Chris Coyier - - <![CDATA[Learn the CSS Box-Shadow Property by Coding a Beautiful Button ✨]]> - 6063b8d69618b008528a9d79 - - 2021-06-30T18:49:49.000Z - - - freeCodeCamp.org - - - - <![CDATA[When a Click is Not Just a Click]]> - https://css-tricks.com/?p=343064 - - 2021-06-30T14:45:42.000Z - - - Travis Almand - - - - <![CDATA[Fixing a Bug in Low-Resolution Mode]]> - https://css-tricks.com/?p=343182 - - 2021-06-30T14:44:54.000Z - - - Chris Coyier - - <![CDATA[The State Of Web Workers In 2021]]> https://smashingmagazine.com/2021/06/web-workers-2021/ @@ -569,14 +579,4 @@ Thank you @PiyushLosalka]]> hello@smashingmagazine.com (Adrian Bece) - - <![CDATA[From AVIF to WebP: A New Smashing Book By Addy Osmani]]> - https://smashingmagazine.com/2021/06/image-optimization-book-release/ - - 2021-06-08T12:00:00.000Z - - - hello@smashingmagazine.com (Vitaly Friedman) - - \ No newline at end of file diff --git a/index.html b/index.html index 93bf522..4c27e78 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,119 @@ +
+

+ +

  • @@ -256,23 +380,6 @@ The post The Trick to Enable Printify Shipping Notifications for Orders in WooCo
  • -
  • -
    -

    freeCodeCamp.org

    -
    - -
    -
  • Articles on Smashing Magazine — For Web Designers And Developers

    @@ -340,56 +447,6 @@ The post Hack the “Deploy to Netlify” Button Using Environment Variables to
  • -
  • -
    -

    freeCodeCamp.org

    -
    - - - - -
    -
  • Articles on Smashing Magazine — For Web Designers And Developers

    @@ -428,47 +485,6 @@ The post How do you make a layout with pictures down one side of a page matched - - -
    -
  • -
  • -
    -

    freeCodeCamp.org

    -
    -
  • @@ -923,31 +939,9 @@ Thank you @PiyushLosalka
  • -
    -

    - -