diff --git a/cache.json b/cache.json index 39816ec..6ad1de2 100644 --- a/cache.json +++ b/cache.json @@ -11,6 +11,24 @@ "feedUrl": "https://css-tricks.com/feed/", "siteUrl": "https://css-tricks.com", "articles": [ + { + "id": "https://css-tricks.com/?p=345628", + "author": "Chris Coyier", + "description": "Looks like it was almost 9 years ago when Airbnb first published their JavaScript Style Guide. 112k stars on GitHub later, it seems like the de facto preset for Babel / ES Lint. But it’s not the only company …\nThe post A Shared ESLint Configuration appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://katydecorah.com/code/eslint-config/", + "publishedOn": "2021-07-30T20:07:06.000Z", + "wordCount": 237, + "title": "A Shared ESLint Configuration" + }, + { + "id": "https://css-tricks.com/?p=345256", + "author": "George Francis", + "description": "The CSS Paint API (part of the magical Houdini family) opens the door to an exciting new world of design in CSS. Using the Paint API, we can create custom shapes, intricate patterns, and beautiful animations — all with a …\nThe post Conjuring Generative Blobs With The CSS Paint API appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", + "link": "https://css-tricks.com/conjuring-generative-blobs-with-the-css-paint-api/", + "publishedOn": "2021-07-30T14:54:36.000Z", + "wordCount": 5641, + "title": "Conjuring Generative Blobs With The CSS Paint API" + }, { "id": "https://css-tricks.com/?p=345518", "author": "Chris Coyier", @@ -35,7 +53,7 @@ "description": "I’d wager to say that most websites that are business-minded have accounts. A way to log into them. Social media sites, eCommerce sites, CMS systems, you name it, having accounts people log into is at the heart of them. So… …\nThe post Developer-Friendly Passwordless Auth appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/developer-friendly-passwordless-auth/", "publishedOn": "2021-07-29T14:47:47.000Z", - "wordCount": 1177, + "wordCount": 1196, "title": "Developer-Friendly Passwordless Auth" }, { @@ -44,7 +62,7 @@ "description": "It was interesting that when Safari 15 was dropping at this last WWDC, in my circles at least, I mostly heard enthusiasm. Like the colors-in-the-browser-controls stuff was a neat trick and fun to play with. And there were other …\nThe post Safari 15 Opinions appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", "link": "https://css-tricks.com/safari-15-opinions/", "publishedOn": "2021-07-28T20:21:55.000Z", - "wordCount": 1321, + "wordCount": 1390, "title": "Safari 15 Opinions" }, { @@ -127,24 +145,6 @@ "publishedOn": "2021-07-23T15:10:08.000Z", "wordCount": 1060, "title": "My petite-vue review" - }, - { - "id": "https://css-tricks.com/?p=344960", - "author": "Chris Coyier", - "description": "Eric, again not mincin’ no words with blog post titles. This is me:\nThe most common CSS declaration organization technique I come across is none whatsoever.\nAlmost none, anyway. I tend to group them by whatever dumps out of my …\nThe post Organize your CSS declarations alphabetically appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://ericwbailey.design/writing/organize-your-css-declarations-alphabetically/", - "publishedOn": "2021-07-22T22:33:29.000Z", - "wordCount": 965, - "title": "Organize your CSS declarations alphabetically" - }, - { - "id": "https://css-tricks.com/?p=344580", - "author": "Nathan Babcock", - "description": "We’re going to walk through the technical process of hooking into Google Drive’s API to source content on a website. We’ll examine the step-by-step implementation, as well as how to utilize server-side caching to avoid the major pitfalls to avoid …\nThe post Using Google Drive as a CMS appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.", - "link": "https://css-tricks.com/using-google-drive-as-a-cms/", - "publishedOn": "2021-07-22T14:44:26.000Z", - "wordCount": 3255, - "title": "Using Google Drive as a CMS" } ] }, @@ -153,13 +153,27 @@ "feedUrl": "https://www.smashingmagazine.com/feed/", "siteUrl": "https://www.smashingmagazine.com/", "articles": [ + { + "id": "https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/", + "author": "hello@smashingmagazine.com (Zara Cooper)", + "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": 12533, + "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", + "length": "0", + "type": "image/jpg" + } + }, { "id": "https://smashingmagazine.com/2021/07/css-absolute-units/", "author": "hello@smashingmagazine.com (Elad Shechter)", "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": 2952, + "wordCount": 2953, "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", @@ -173,7 +187,7 @@ "description": "Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.", "link": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/", "publishedOn": "2021-07-28T11:00:00.000Z", - "wordCount": 3083, + "wordCount": 3087, "title": "Creating An Accessible Dialog From Scratch", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4ef51448-125a-4906-98f1-11af0e3fad58/accessible-dialog-from-scratch.jpg", @@ -187,7 +201,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": 3559, + "wordCount": 3572, "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", @@ -201,7 +215,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": 3084, + "wordCount": 3079, "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", @@ -215,7 +229,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": 3393, + "wordCount": 3394, "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", @@ -243,7 +257,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": 3059, + "wordCount": 3060, "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", @@ -271,7 +285,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": 4477, + "wordCount": 4480, "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", @@ -285,7 +299,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": 4803, + "wordCount": 4806, "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", @@ -327,7 +341,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": 5308, + "wordCount": 5305, "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", @@ -341,7 +355,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": 3249, + "wordCount": 3261, "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", @@ -369,7 +383,7 @@ "description": "CSS refactoring is not an easy task — it needs to be done in a way that doesn't create problems. First we need to analyze the existing codebase, audit CSS codebase health, discover weaknesses, agree on the approach, and convince management to invest time and resources into the process.", "link": "https://smashingmagazine.com/2021/07/refactoring-css-introduction-part1/", "publishedOn": "2021-07-12T13:30:00.000Z", - "wordCount": 3612, + "wordCount": 3614, "title": "Refactoring CSS: Introduction (Part 1)", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b8b722a7-791f-433e-8d76-f0382d387e82/refactoring-css-introduction-part1.jpg", @@ -383,7 +397,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": 2949, + "wordCount": 2954, "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", @@ -397,7 +411,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": 4794, + "wordCount": 4789, "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", @@ -411,7 +425,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": 4067, + "wordCount": 4052, "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", @@ -453,27 +467,13 @@ "description": "With so many tools and approaches, email still has quite a few pain points, both for developers and email marketers. Email is difficult because it has too many aspects to set and a few instances with no common rules to follow.", "link": "https://smashingmagazine.com/2021/07/email-testing-flow/", "publishedOn": "2021-07-02T10:30:00.000Z", - "wordCount": 4203, + "wordCount": 4214, "title": "Email Testing Flow As It Should Be", "enclosure": { "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/57a53d31-9651-4d88-b2fe-f8de70c08da1/email-testing-flow.jpg", "length": "0", "type": "image/jpg" } - }, - { - "id": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/", - "author": "hello@smashingmagazine.com (Ramona Schwering)", - "description": "When writing front-end tests, you’ll find a lot of pitfalls along the way. Let’s explore common mistakes developers make, and how to avoid them. Testing doesn’t need to be painful, after all.", - "link": "https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/", - "publishedOn": "2021-07-01T12:30:00.000Z", - "wordCount": 4779, - "title": "It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them", - "enclosure": { - "url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/dc1434b9-70c3-4fb2-821e-2128e3373246/frontend-testing-pitfalls.jpg", - "length": "0", - "type": "image/jpg" - } } ] }, @@ -482,6 +482,51 @@ "feedUrl": "https://www.freecodecamp.org/news/rss/", "siteUrl": "https://www.freecodecamp.org/news", "articles": [ + { + "id": "6053023028094f59be257c79", + "author": null, + "description": "When you are building a new website, it is important to have a good starting foundation. In this article, I will explain what an HTML 5 boilerplate is and how to create a basic template to use in your projects. What is an HTML 5 boilerplate?According to Wikipedia, boilerplate", + "link": "https://www.freecodecamp.org/news/basic-html5-template-boilerplate-code-example/", + "publishedOn": "2021-07-30T22:41:08.000Z", + "wordCount": 797, + "title": "Basic HTML5 Template: Use This HTML Boilerplate as a Starter for Any Web Dev Project" + }, + { + "id": "60f534d266c61b07d458ecf8", + "author": null, + "description": "If you want to add a number to a text string, you can't do so directly since the format isn't maintained. Also, a number added to a text string doesn't have any formatting or all its decimal places. The TEXT function comes in handy here, as it allows you to", + "link": "https://www.freecodecamp.org/news/excel-text-function-how-to-convert-a-number-to-text-format/", + "publishedOn": "2021-07-30T22:22:23.000Z", + "wordCount": 1003, + "title": "Excel Text Function – How to Convert a Number to Text Format" + }, + { + "id": "610478b63306a507d1bfbb23", + "author": null, + "description": "Actor-Critic Methods are very useful reinforcement learning techniques. Actor-critic methods are most useful for applications in robotics as they allow software to output continuous, rather than discrete actions. This enables control of electric motors to actuate movement in robotic systems, at the expense of increased computational complexity. We just released", + "link": "https://www.freecodecamp.org/news/intro-to-advanced-actor-critic-methods-reinforcement-learning-course/", + "publishedOn": "2021-07-30T22:20:15.000Z", + "wordCount": 480, + "title": "Intro to Advanced Actor-Critic Methods: Reinforcement Learning Course" + }, + { + "id": "6102c9803306a507d1bfb0f4", + "author": null, + "description": "Links are a defining featute of the Web and you'll find them everywhere. As their name suggests, they create links, or connections, between pages. This allows us to navigate quickly and easily from one webpage to another. You'll find many types of links on the Web. There are links that", + "link": "https://www.freecodecamp.org/news/what-is-a-hyperlink-definition-for-html-link-beginners/", + "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, @@ -526,51 +571,6 @@ "publishedOn": "2021-07-29T15:32:30.000Z", "wordCount": 1406, "title": "Python If Else Statement – Conditional Statements Explained" - }, - { - "id": "60f993f51d2b080797b818a7", - "author": null, - "description": "In any programming language, functions facilitate code reusability. In simple terms, when you want to do something repeatedly, you can define that something as a function and call that function whenever you need to. In this tutorial, we shall learn about user-defined functions in Python. When you started coding in", - "link": "https://www.freecodecamp.org/news/functions-in-python-a-beginners-guide/", - "publishedOn": "2021-07-28T17:24:21.000Z", - "wordCount": 1607, - "title": "Functions in Python – Explained with Code Examples" - }, - { - "id": "60fec60822b0e2078fcd16f0", - "author": null, - "description": "A module is a function or group of similar functions. They are grouped together within a file and contain the code to execute a specific task when called into a larger application. You create modules to better organize and structure your codebase. You can use them to break down large", - "link": "https://www.freecodecamp.org/news/javascript-modules-explained-with-examples/", - "publishedOn": "2021-07-28T16:27:49.000Z", - "wordCount": 1675, - "title": "JavaScript Modules – Explained with Examples" - }, - { - "id": "60e74b9c134ad707be00f284", - "author": null, - "description": "PySpark is an interface for Apache Spark in Python. PySpark is often used for large-scale data processing and machine learning. We just released a PySpark crash course on the freeCodeCamp.org YouTube channel. Krish Naik developed this course. Krish is a lead data scientist and he runs a popular YouTube", - "link": "https://www.freecodecamp.org/news/use-pyspark-for-data-processing-and-machine-learning/", - "publishedOn": "2021-07-28T14:18:37.000Z", - "wordCount": 19795, - "title": "How to Use PySpark for Data Processing and Machine Learning" - }, - { - "id": "60ffec493306a507d1bf98f4", - "author": null, - "description": "Loops let you control the logic and flow structures of your programs. Specifically, a for loop lets you execute a block of similar code operations, over and over again, until a condition is met. You repeat certain code instructions for a set of values you determine, and you perform actions", - "link": "https://www.freecodecamp.org/news/python-for-loop-example-and-tutorial/", - "publishedOn": "2021-07-27T22:36:10.000Z", - "wordCount": 1528, - "title": "Python For Loop – Example and Tutorial" - }, - { - "id": "60ff23533306a507d1bf9345", - "author": null, - "description": "In this post, we’ll look at 4 different ways to flatten a dict in Python. For each method I’ll point out the pros and cons, and I'll give a quick performance analysis. For this tutorial, I ran all examples on Python 3.7. Why Should You Know How", - "link": "https://www.freecodecamp.org/news/how-to-flatten-a-dictionary-in-python-in-4-different-ways/", - "publishedOn": "2021-07-27T19:59:00.000Z", - "wordCount": 1729, - "title": "How to Flatten a Dictionary in Python in 4 Different Ways" } ] } diff --git a/feed.atom b/feed.atom index aa61080..727ec54 100644 --- a/feed.atom +++ b/feed.atom @@ -1,10 +1,92 @@ - urn:2021-07-30T00:39:39.764Z + urn:2021-07-31T00:40:14.771Z osmos::feed - 2021-07-30T00:39:39.764Z + 2021-07-31T00:40:14.771Z osmosfeed 1.11.0 + + <![CDATA[Basic HTML5 Template: Use This HTML Boilerplate as a Starter for Any Web Dev Project]]> + 6053023028094f59be257c79 + + 2021-07-30T22:41:08.000Z + + + freeCodeCamp.org + + + + <![CDATA[Excel Text Function – How to Convert a Number to Text Format]]> + 60f534d266c61b07d458ecf8 + + 2021-07-30T22:22:23.000Z + + + freeCodeCamp.org + + + + <![CDATA[Intro to Advanced Actor-Critic Methods: Reinforcement Learning Course]]> + 610478b63306a507d1bfbb23 + + 2021-07-30T22:20:15.000Z + + + freeCodeCamp.org + + + + <![CDATA[What is a Hyperlink? Definition for HTML Link Beginners]]> + 6102c9803306a507d1bfb0f4 + + 2021-07-30T22:07:57.000Z + + + freeCodeCamp.org + + + + <![CDATA[Google Docs Voice Typing – How to Use Speech-to-Text in a Google Doc]]> + 60f5350266c61b07d458ed04 + + 2021-07-30T20:09:13.000Z + + + freeCodeCamp.org + + + + <![CDATA[A Shared ESLint Configuration]]> + https://css-tricks.com/?p=345628 + + 2021-07-30T20:07:06.000Z + + + Chris Coyier + + + + <![CDATA[Conjuring Generative Blobs With The CSS Paint API]]> + https://css-tricks.com/?p=345256 + + 2021-07-30T14:54:36.000Z + + + George Francis + + + + <![CDATA[How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal]]> + https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/ + + 2021-07-30T11:00:00.000Z + + + hello@smashingmagazine.com (Zara Cooper) + + <![CDATA[Android Camera2 – How to Use the Camera2 API to Take Photos and Videos]]> 60f0501b66c61b07d458df00 @@ -111,26 +193,6 @@ The post Safari 15 Opinions appeared first on CSS-Tricks. You can support CSS-Tr Chris Coyier - - <![CDATA[Functions in Python – Explained with Code Examples]]> - 60f993f51d2b080797b818a7 - - 2021-07-28T17:24:21.000Z - - - freeCodeCamp.org - - - - <![CDATA[JavaScript Modules – Explained with Examples]]> - 60fec60822b0e2078fcd16f0 - - 2021-07-28T16:27:49.000Z - - - freeCodeCamp.org - - <![CDATA[Using Absolute Value, Sign, Rounding and Modulo in CSS Today]]> https://css-tricks.com/?p=320544 @@ -142,16 +204,6 @@ The post Using Absolute Value, Sign, Rounding and Modulo in CSS Today appeared f Ana Tudor - - <![CDATA[How to Use PySpark for Data Processing and Machine Learning]]> - 60e74b9c134ad707be00f284 - - 2021-07-28T14:18:37.000Z - - - freeCodeCamp.org - - <![CDATA[Creating An Accessible Dialog From Scratch]]> https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/ @@ -185,26 +237,6 @@ The post ES2021 Features appeared first on CSS-Tricks. You can support CSS-Trick Chris Coyier - - <![CDATA[Python For Loop – Example and Tutorial]]> - 60ffec493306a507d1bf98f4 - - 2021-07-27T22:36:10.000Z - - - freeCodeCamp.org - - - - <![CDATA[How to Flatten a Dictionary in Python in 4 Different Ways]]> - 60ff23533306a507d1bf9345 - - 2021-07-27T19:59:00.000Z - - - freeCodeCamp.org - - <![CDATA[CSS Logical Properties and Values]]> https://css-tricks.com/?p=344815 @@ -304,30 +336,6 @@ The post My petite-vue review appeared first on CSS-Tricks. You can support CSS- hello@smashingmagazine.com (Paul Boag) - - <![CDATA[Organize your CSS declarations alphabetically]]> - https://css-tricks.com/?p=344960 - - 2021-07-22T22:33:29.000Z - - - Chris Coyier - - - - <![CDATA[Using Google Drive as a CMS]]> - https://css-tricks.com/?p=344580 - - 2021-07-22T14:44:26.000Z - - - Nathan Babcock - - <![CDATA[Adding Time To Your Schedule As A Professional]]> https://smashingmagazine.com/2021/07/time-schedule-professional-trafft/ @@ -498,14 +506,4 @@ The post Using Google Drive as a CMS appeared first on CSS-Tricks. You can suppo hello@smashingmagazine.com (Andriy Zapisotskyi) - - <![CDATA[It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them]]> - https://smashingmagazine.com/2021/07/frontend-testing-pitfalls/ - - 2021-07-01T12:30:00.000Z - - - hello@smashingmagazine.com (Ramona Schwering) - - \ No newline at end of file diff --git a/index.html b/index.html index 8e5a062..23addd6 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,119 @@ +
+

+ +

-
  • -
    -

    freeCodeCamp.org

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

    @@ -292,34 +366,6 @@ The post Demystifying styled-components appeared first on CSS-Tricks. You can su
  • -
  • -
    -

    freeCodeCamp.org

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

    @@ -448,38 +494,6 @@ The post My petite-vue review appeared first on CSS-Tricks. You can support CSS-

    -
    -

    - -