This commit is contained in:
chuanqisun 2021-06-29 00:38:15 +00:00
parent f44c110293
commit 2ef6b50058
3 changed files with 409 additions and 360 deletions

View file

@ -30,6 +30,42 @@
"feedUrl": "https://css-tricks.com/feed/",
"siteUrl": "https://css-tricks.com",
"articles": [
{
"id": "https://css-tricks.com/?p=343040",
"author": "Chris Coyier",
"description": "I think were all largely aware of named colors in CSS:\ncolor: OldLace;\nbackground: rebeccapurple;\nI guess youd just call those “named colors” in CSS. \nThose arent the only kind of named colors there are though. Some of them …\nThe post System *Things appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/system-things/",
"publishedOn": "2021-06-28T22:14:22.000Z",
"wordCount": 959,
"title": "System *Things"
},
{
"id": "https://css-tricks.com/?p=343139",
"author": "Chris Coyier",
"description": "Sara digs into a bug I happened to have mentioned back in 2012 where fluid type didnt resize when the browser window resized. Back then, it affected Chrome 20 and Safari 6, but the bug still persists today in Safari …\nThe post Working around the viewport-based fluid typography bug in Safari appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://www.sarasoueidan.com/blog/safari-fluid-typography-bug-fix/",
"publishedOn": "2021-06-28T21:17:26.000Z",
"wordCount": 937,
"title": "Working around the viewport-based fluid typography bug in Safari"
},
{
"id": "https://css-tricks.com/?p=342971",
"author": "Ryan Mulligan",
"description": "Not news to any web developer in 2021: CSS Grid is an incredibly powerful tool for creating complex, distinct two-dimensional modern web layouts.\nRecently, I have been experimenting with CSS Grid and alignment properties to create component layouts that …\nThe post Positioning Overlay Content with CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/positioning-overlay-content-with-css-grid/",
"publishedOn": "2021-06-28T14:25:33.000Z",
"wordCount": 2338,
"title": "Positioning Overlay Content with CSS Grid"
},
{
"id": "https://css-tricks.com/?p=343072",
"author": "Chris Coyier",
"description": "To make some terminology clear here:\nCMS = Content Management System\nCRM = Customer Relationship Management\nBoth are essentially database-backed systems for managing data. HubSpot is both, and much more. Where a CMS might be very focused on content and …\nThe post Scaling Organizations Should Consider Building a Website Backed by a CRM Platform appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/scaling-organizations-should-consider-building-a-website-backed-by-a-crm-platform/",
"publishedOn": "2021-06-28T13:29:00.000Z",
"wordCount": 738,
"title": "Scaling Organizations Should Consider Building a Website Backed by a CRM Platform"
},
{
"id": "https://css-tricks.com/?p=342718",
"author": "Chris Coyier",
@ -45,7 +81,7 @@
"description": "I recently had to create a widget in React that fetches data from multiple API endpoints. As the user clicks around, new data is fetched and marshalled into the UI. But it caused some problems.\nOne problem quickly became evident: …\nThe post How to Cancel Pending API Requests to Show Correct Data appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/how-to-cancel-pending-api-requests-to-show-correct-data/",
"publishedOn": "2021-06-25T14:33:33.000Z",
"wordCount": 993,
"wordCount": 1103,
"title": "How to Cancel Pending API Requests to Show Correct Data",
"enclosure": {
"url": "https://css-tricks.com/wp-content/uploads/2021/06/steam-api-deals.png,src:https://css-tricks.com/wp-content/uploads/2021/06/pending-networks-problem.mp4",
@ -77,7 +113,7 @@
"description": "The CSS image-set() function has been supported in Chromium-based browsers since 2012 and in Safari since version 6. Support recently landed in Firefox 88. Lets dive in and see what we can and cant do today with image-set().…\nThe post Using Performant Next-Gen Images in CSS with image-set appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-performant-next-gen-images-in-css-with-image-set/",
"publishedOn": "2021-06-23T19:10:54.000Z",
"wordCount": 1257,
"wordCount": 1275,
"title": "Using Performant Next-Gen Images in CSS with image-set"
},
{
@ -100,7 +136,7 @@
"description": "There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, Id say I see the inherit used the most. Perhaps because its been around the longest (I think?) but also …\nThe post inherit, initial, unset, revert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/inherit-initial-unset-revert/",
"publishedOn": "2021-06-22T21:20:20.000Z",
"wordCount": 731,
"wordCount": 799,
"title": "inherit, initial, unset, revert"
},
{
@ -118,7 +154,7 @@
"description": "Im not here to raise a shield protecting CSS utility frameworks. I dont even particularly like the approach, myself, and nothing is above fair criticism. But fair is a key word there. I cant tell you how many times Ive …\nThe post If were gonna criticize utility-class frameworks, lets be fair about it appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/if-were-gonna-criticize-utility-class-frameworks-lets-be-fair-about-it/",
"publishedOn": "2021-06-22T14:33:41.000Z",
"wordCount": 3488,
"wordCount": 3563,
"title": "If were gonna criticize utility-class frameworks, lets be fair about it"
},
{
@ -127,7 +163,7 @@
"description": "Una is calling it the new responsive. A nod to the era we were most certainly in, the era of responsive design. Where responsive design was fluid grids, flexible media, and media queries, the new responsive is those things …\nThe post Are we in a new era of web design? What do we call it? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://web.dev/new-responsive/",
"publishedOn": "2021-06-21T21:22:33.000Z",
"wordCount": 2285,
"wordCount": 2304,
"title": "Are we in a new era of web design? What do we call it?"
},
{
@ -138,42 +174,6 @@
"publishedOn": "2021-06-21T14:32:45.000Z",
"wordCount": 1598,
"title": "How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji"
},
{
"id": "https://css-tricks.com/?p=341511",
"author": "Carter Li",
"description": "The outline property in CSS draws a line around the outside of an element. This is quite similar to the border property, the main exception being that outline isnt a part of the box model. It is often used for …\nThe post Using the `outline` Property as a Collapsable Border appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/",
"publishedOn": "2021-06-18T20:38:59.000Z",
"wordCount": 1130,
"title": "Using the `outline` Property as a Collapsable Border"
},
{
"id": "https://css-tricks.com/?p=342326",
"author": "Chris Coyier",
"description": "I studied the fonts of the top 1000 websites. Heres what I learned. — Michael Li brings the data. San-serif has total dominance. “[…] it is rare to go below 10px or above 24px.” And poor <h5> always being the \n…\nThe post Links on Typography appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/links-on-typography-2/",
"publishedOn": "2021-06-18T13:44:17.000Z",
"wordCount": 815,
"title": "Links on Typography"
},
{
"id": "https://css-tricks.com/?p=341948",
"author": "Louis Hoebregts",
"description": "Clipping and masking have been around for a while now in CSS and even have pretty decent browser support. I recently worked on a project that needed to use a clipping technique for tooltips showing above links in text.\nThose …\nThe post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/",
"publishedOn": "2021-06-17T14:45:57.000Z",
"wordCount": 1691,
"title": "Perfect Tooltips With CSS Clipping and Masking"
},
{
"id": "https://css-tricks.com/?p=342257",
"author": "ImageEngine",
"description": "Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.\nHowever, web performance is also a growing problem for most websites. And images are at the heart of many web …\nThe post Start Serving Optimized Images in Vue appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
"link": "https://css-tricks.com/start-serving-optimized-images-in-vue/",
"publishedOn": "2021-06-17T14:38:42.000Z",
"wordCount": 1309,
"title": "Start Serving Optimized Images in Vue"
}
]
},
@ -182,6 +182,20 @@
"feedUrl": "https://www.smashingmagazine.com/feed/",
"siteUrl": "https://www.smashingmagazine.com/",
"articles": [
{
"id": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/",
"author": "hello@smashingmagazine.com (Manuel Matuzović)",
"description": "In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.",
"link": "https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/",
"publishedOn": "2021-06-28T10:30:00.000Z",
"wordCount": 2474,
"title": "Creating Custom Emmet Snippets In VS Code",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b7ff6227-3a15-4237-8e58-aa783fc9c485/custom-emmet-snippets-vscode.jpg",
"length": "0",
"type": "image/jpg"
}
},
{
"id": "https://smashingmagazine.com/2021/06/creating-multi-author-blog-nextjs/",
"author": "hello@smashingmagazine.com (Dom Habersack)",
@ -202,7 +216,7 @@
"description": "This article is a case study of how a UX audit affects a UI. It explains how a famous educational platform can be analyzed edX against Jakob Nielsens usability guidelines. To get started, Mark Lankmiller shares all of the criteria and metrics he used for his UX audit.",
"link": "https://smashingmagazine.com/2021/06/ux-audit-edtech-platform-case-study/",
"publishedOn": "2021-06-25T10:00:00.000Z",
"wordCount": 3524,
"wordCount": 3535,
"title": "How To Run A UX Audit For A Major EdTech Platform (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/d5116c31-3d66-47b0-aa81-1a6759c68b92/ux-audit-edtech-platform-case-study.jpg",
@ -216,7 +230,7 @@
"description": "In the dynamic and unpredictable environments in which we work, even the most carefully crafted solutions can have a short shelf life. When we accept that our work is impermanent and our problem-solving abilities are limited, our goal can shift from delivering full solutions to developing tools that empower our users to adaptively design for themselves.",
"link": "https://smashingmagazine.com/2021/06/design-thinking-problem-solving-strategy/",
"publishedOn": "2021-06-24T14:00:00.000Z",
"wordCount": 4170,
"wordCount": 4172,
"title": "The Rise Of Design Thinking As A Problem Solving Strategy",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e5ea9274-2ff4-49d8-b259-a5f0904cec77/design-thinking-problem-solving-strategy.jpg",
@ -244,7 +258,7 @@
"description": "Automated testing is an important part of any software project, including testing for accessibility. There are already tools for linting and integration testing accessibility, but what about end-to-end testing with real assistive technology? Since I hadnt seen this before, I set out to build Auto VO, a driver for the VoiceOver screen reader.",
"link": "https://smashingmagazine.com/2021/06/automating-screen-reader-testing-macos-autovo/",
"publishedOn": "2021-06-23T09:30:00.000Z",
"wordCount": 1350,
"wordCount": 1388,
"title": "Automating Screen Reader Testing On macOS Using Auto VO",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c81018b9-c45e-4c21-9762-dff84dd2682c/automating-screen-reader-testing-macos-autovo.jpg",
@ -272,7 +286,7 @@
"description": "Do you have to process data manually because it is served through images or scanned documents? An image-to-text conversion makes it possible to extract text from images to automate the processing of texts on images, videos, and scanned documents. In this article, we look at how to convert an image to text with React and Tesseract.js(OCR), preprocess images, and deal with the limitations of Tesseract (OCR).",
"link": "https://smashingmagazine.com/2021/06/image-text-conversion-react-tesseract-js-ocr/",
"publishedOn": "2021-06-21T14:30:00.000Z",
"wordCount": 5352,
"wordCount": 5354,
"title": "Image To Text Conversion With React And Tesseract.js (OCR)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/012f3fbe-980a-44fc-b973-a459f6d9bf1a/image-text-conversion-react-tesseract-js-ocr.jpg",
@ -286,7 +300,7 @@
"description": "Voice assistants are currently the most popular use case for voice user interfaces. However, due to the bad feedback loop resulting from voice assistants can only solve simple user tasks such as setting an alarm or playing music. In order for voice user interfaces to really break through, feedback to the user must be visual, not auditive.",
"link": "https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/",
"publishedOn": "2021-06-18T15:00:00.000Z",
"wordCount": 3413,
"wordCount": 3424,
"title": "An Alternative Voice UI To Voice Assistants",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8ebd2c76-ebe5-4885-be3e-f9acc3608072/alternative-voice-ui-voice-assistants.jpg",
@ -300,7 +314,7 @@
"description": "Next.js has a file-based routing system in which each page automatically becomes a route based on its file name. This article will guide you through almost everything you need to know about Routing in Next.js and point you in the direction of related topics and concepts.",
"link": "https://smashingmagazine.com/2021/06/client-side-routing-next-js/",
"publishedOn": "2021-06-18T13:00:00.000Z",
"wordCount": 3968,
"wordCount": 3966,
"title": "Client-Side Routing In Next.js",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a51f6c83-5e1a-4535-b28a-2018310ffc3b/client-side-routing-next-js.jpg",
@ -314,7 +328,7 @@
"description": "Image placement on the modern web is highly intentional, helping to communicate the overall purpose of a page or view. This means that nearly every image you declare needs to have an alternate description.",
"link": "https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/",
"publishedOn": "2021-06-17T10:30:00.000Z",
"wordCount": 1637,
"wordCount": 1638,
"title": "Your Image Is Probably Not Decorative",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/95585fe9-52b8-4bd4-adac-a3580ef87b98/img-alt-attribute-alternate-description-decorative.jpg",
@ -328,7 +342,7 @@
"description": "In a new short series of posts, we highlight some of the useful tools and techniques for developers and designers. Recently weve covered HTML Emails and SVG Generators. This time we look into different kinds of tools to help you streamline your accessibility testing process. Dont miss the next one.",
"link": "https://smashingmagazine.com/2021/06/complete-guide-accessibility-tooling/",
"publishedOn": "2021-06-16T10:30:00.000Z",
"wordCount": 4112,
"wordCount": 4099,
"title": "A Complete Guide To Accessibility Tooling",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0e0ea8e6-a4ad-489c-b062-749a22d5e38e/complete-guide-accessibility-tooling.jpg",
@ -398,7 +412,7 @@
"description": "We dont need to write everything from scratch every single time. With boilerplates and starter kits, we can set up our projects faster, and get to work immediately.",
"link": "https://smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/",
"publishedOn": "2021-06-10T15:00:00.000Z",
"wordCount": 5150,
"wordCount": 5152,
"title": "Useful Front-End Boilerplates And Starter Kits",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/598e7f3e-9dca-4922-b17d-76089efab46f/25-frontend-boilerplates-starter-kits.png",
@ -412,7 +426,7 @@
"description": "Building a faster website can be a rocket task these days. There are so many things to consider, so its challenging to get everything right. Here are some less-known tools that might help you get there.",
"link": "https://smashingmagazine.com/2021/06/three-frontend-auditing-tools/",
"publishedOn": "2021-06-10T11:15:00.000Z",
"wordCount": 872,
"wordCount": 878,
"title": "Three Front-End Auditing Tools I Discovered Recently",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e21066b1-baa0-4a85-90ee-8074029d0a32/three-frontend-auditing-tools.jpg",
@ -426,7 +440,7 @@
"description": "What makes relational selector one of the most requested features and how are we, as developers, working around not having it? In this article, were going to check the early spec of the :has selector, and see how it should improve the CSS workflow once its released.",
"link": "https://smashingmagazine.com/2021/06/has-native-css-parent-selector/",
"publishedOn": "2021-06-09T10:30:00.000Z",
"wordCount": 2782,
"wordCount": 2779,
"title": "Meet <code>:has</code>, 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",
@ -454,7 +468,7 @@
"description": "In this guide, well be taking a general look at the concepts of forward geocoding and reverse geocoding, and will build a mini-app that applies these concepts to display specific locations, using Mapbox and Vue.js 2.6.11 to achieve this.",
"link": "https://smashingmagazine.com/2021/06/building-geocoding-app-vue-mapbox/",
"publishedOn": "2021-06-07T11:00:00.000Z",
"wordCount": 2439,
"wordCount": 2434,
"title": "How To Build A Geocoding App In Vue.js Using Mapbox",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/20dc2361-e5a5-4a78-b380-2f5942ecfba8/building-geocoding-app-vue-mapbox.jpg",
@ -468,7 +482,7 @@
"description": "Modern browsers provide good support for JavaScript modules, but module bundlers such as webpack stay a critical part of the JavaScript toolchain. Lets take a deep dive into what webpack is and how to use it in your development workflow.",
"link": "https://smashingmagazine.com/2021/06/getting-started-webpack/",
"publishedOn": "2021-06-04T10:00:00.000Z",
"wordCount": 4371,
"wordCount": 4421,
"title": "Getting Started With Webpack",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/66ba7a41-2a37-471b-9c60-66a3162d8f05/webpack-dependency-graph-opt.png",
@ -482,7 +496,7 @@
"description": "Writing large-scale Vue applications can be a challenge. In this article, Shawn Wildermuth dives into the pros and cons of approaches like factories, shared objects, and using Vuex. He also explains what is coming in Vuex 5.0 that might change how we all use shared state in Vue 3.",
"link": "https://smashingmagazine.com/2021/06/managing-shared-state-vue3/",
"publishedOn": "2021-06-03T10:30:00.000Z",
"wordCount": 3675,
"wordCount": 3724,
"title": "Managing Shared State In Vue 3",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/0a70815d-28e5-44af-8306-0e992e99593a/managing-shared-state-vue3.jpg",
@ -496,7 +510,7 @@
"description": "Googles Core Web Vitals initiative has taken the SEO and Web Performance worlds by storm and many sites are busy optimizing their Page Experience to maximize the ranking factor. The Cumulative Layout Shift metric is causing trouble to a lot of sites, so lets have a look at ways of addressing any issues for that metric.",
"link": "https://smashingmagazine.com/2021/06/how-to-fix-cumulative-layout-shift-issues/",
"publishedOn": "2021-06-02T12:30:00.000Z",
"wordCount": 4587,
"wordCount": 4585,
"title": "How To Fix Cumulative Layout Shift (CLS) Issues",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/87fbe5f9-d311-4542-a3f0-14e860415946/cumulative-layout-shift-issues.jpg",
@ -510,7 +524,7 @@
"description": "Getting a good performance score from Google is hard for any website — but doing so for an online store is even harder. We achieved green scores — even several for mobile. Here is how we did it.",
"link": "https://smashingmagazine.com/2021/06/front-end-performance-online-store-jewellerybox/",
"publishedOn": "2021-06-02T10:30:00.000Z",
"wordCount": 5652,
"wordCount": 5613,
"title": "Improving The Performance Of An Online Store (Case Study)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8a350bf5-9114-420c-b587-fee03ea4acb6/jewellerybox-uk-online-store-scipioerp.jpg",
@ -552,7 +566,7 @@
"description": "What could be a better way to welcome June than with some colorful inspiration? Well, we might have something for you: wallpapers created with love by artists and designers from across the globe.",
"link": "https://smashingmagazine.com/2021/05/desktop-wallpaper-calendars-june-2021/",
"publishedOn": "2021-05-31T11:30:00.000Z",
"wordCount": 2777,
"wordCount": 2766,
"title": "Happy June Vibes For Your Screen (2021 Desktop Wallpapers Edition)",
"enclosure": {
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/374464b5-093e-4ca2-9397-6f26c83756d4/june-20-summer-coziness-preview-opt.png",
@ -567,6 +581,60 @@
"feedUrl": "https://www.freecodecamp.org/news/rss/",
"siteUrl": "https://www.freecodecamp.org/news",
"articles": [
{
"id": "60d61acc6e1a1407b6b0bd46",
"author": null,
"description": "In this article, you will learn how to securely access secret API keys using Netlify functions in a React app. Netlify provides rich features that help you easily deploy Single Page Applications built using frameworks like React, Vue and Angular among others. This takes away the burden of coding and",
"link": "https://www.freecodecamp.org/news/how-to-access-secret-api-keys-using-netlify-functions-in-a-react-app/",
"publishedOn": "2021-06-28T21:17:02.000Z",
"wordCount": 3681,
"title": "How to Securely Access Secret API keys using Netlify Functions in a React App"
},
{
"id": "60d9766b6e1a1407b6b0cb4f",
"author": null,
"description": "If you're working with Natural Language Processing, knowing how to deploy a model is one of the most important skills you'll need to have. Model deployment is the process of integrating your model into an existing production environment. The model will receive input and predict an output for decision-making for",
"link": "https://www.freecodecamp.org/news/how-to-deploy-an-nlp-model-with-fastapi/",
"publishedOn": "2021-06-28T20:35:12.000Z",
"wordCount": 2818,
"title": "How to Deploy an NLP Model with FastAPI"
},
{
"id": "60d07b4578f45307fee80aef",
"author": null,
"description": "Every developer needs a good development enviroment, whether you're into mobile development or web apps or even if you're just learning your first programming language. Just like any beginning developer, when I began to learn coding I needed some guidance on how to get started. And one of the most",
"link": "https://www.freecodecamp.org/news/what-is-an-ide-in-programming-an-ide-definition-for-developers/",
"publishedOn": "2021-06-28T20:04:28.000Z",
"wordCount": 2258,
"title": "What is an IDE in Programming? An IDE Definition for Developers"
},
{
"id": "60d675ac6e1a1407b6b0bea1",
"author": null,
"description": "In JavaScript, people often confuse closures with lexical scope. Lexical scope is an important part of closures, but it is not a closure by itself. Closures are an advanced concept that is also a frequent topic of technical interviews. You should have a foundational understanding of functions before attempting to",
"link": "https://www.freecodecamp.org/news/javascript-closure-lexical-scope/",
"publishedOn": "2021-06-28T18:45:21.000Z",
"wordCount": 740,
"title": "JavaScript Closure Tutorial How Closures and Lexical Scope Work in JS"
},
{
"id": "60d4d3d86e1a1407b6b0bb25",
"author": null,
"description": "A design system is a set of standards, reusable components, and patterns used to create visual consistency throughout different projects and pages. Figma is a vector graphics editor and prototyping tool. We just released a course on the freeCodeCamp.org channel that will teach you how to build a design",
"link": "https://www.freecodecamp.org/news/learn-how-to-create-a-design-system-in-figma/",
"publishedOn": "2021-06-28T13:50:35.000Z",
"wordCount": 67249,
"title": "Learn How to Create a Design System in Figma"
},
{
"id": "60d4ea756e1a1407b6b0bb71",
"author": null,
"description": "Ok. I'm not suggesting that everyone needs to become a fully-credentialed data scientist. But these days, learning core data skills may provide as much value as basic financial literacy or knowledge of a simple coding language. This isn't just about your career: data has grown far beyond the world of",
"link": "https://www.freecodecamp.org/news/why-you-should-learn-data-analytics/",
"publishedOn": "2021-06-28T13:44:39.000Z",
"wordCount": 806,
"title": "Why You Should Learn Data Analytics"
},
{
"id": "60d3ee396e1a1407b6b0b6ef",
"author": null,
@ -602,60 +670,6 @@
"publishedOn": "2021-06-23T21:52:08.000Z",
"wordCount": 2975,
"title": "Microservices Architecture Explained in Plain English"
},
{
"id": "60d36eb66e1a1407b6b0b16d",
"author": null,
"description": ".NET is a popular software framework developed by Microsoft. We just released a course on the freeCodeCamp.org YouTube channel that will teach you how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The course uses the C# programming language.",
"link": "https://www.freecodecamp.org/news/create-a-rest-api-with-dot-net-5-and-c-sharp/",
"publishedOn": "2021-06-23T18:08:14.000Z",
"wordCount": 60402,
"title": "Create a REST API with .NET 5 and C#"
},
{
"id": "60a406bd906c5207e3a7dfcb",
"author": null,
"description": "In this article you will learn how to create a great technical video course. I run the freeCodeCamp.org YouTube channel where we post technical courses from a variety of contributors. Video courses that follow the guidelines in this article are often a good fit for freeCodeCamp's channel. How to",
"link": "https://www.freecodecamp.org/news/how-to-create-a-great-technical-course/",
"publishedOn": "2021-06-23T17:19:24.000Z",
"wordCount": 2330,
"title": "How to Create a Great Technical Course"
},
{
"id": "607f5fafdd38b9088c2bd0c9",
"author": null,
"description": "When you're debating someone, you want to use all the resources at your disposal to convince them you're right. And that's great but you should be careful that you don't end up using a logical fallacy to help you make your point. What is a Logical Fallacy?A logical fallacy",
"link": "https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/",
"publishedOn": "2021-06-23T04:19:00.000Z",
"wordCount": 6255,
"title": "Logical Fallacies Definition and Fallacy Examples"
},
{
"id": "60d2323d6e1a1407b6b0ac4f",
"author": null,
"description": "Web scraping lets you collect data from web pages across the internet. It's also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we",
"link": "https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/",
"publishedOn": "2021-06-22T21:11:53.000Z",
"wordCount": 2770,
"title": "Web Scraping with PHP How to Crawl Web Pages Using Open Source Tools"
},
{
"id": "60cac8ff4dc1a607ed7b4592",
"author": null,
"description": "Theres a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await\", and its surprisingly straightforward to understand and use. In this article, we'll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use",
"link": "https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/",
"publishedOn": "2021-06-22T16:24:37.000Z",
"wordCount": 1432,
"title": "How to Use Async/Await to Write Better JavaScript Code"
},
{
"id": "60c13e71d3126007592d5be2",
"author": null,
"description": "The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It's so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in",
"link": "https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/",
"publishedOn": "2021-06-22T16:20:36.000Z",
"wordCount": 7385,
"title": "How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot"
}
]
}

233
feed.atom
View file

@ -1,10 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:2021-06-28T00:40:47.311Z</id>
<id>urn:2021-06-29T00:38:14.905Z</id>
<title>osmos::feed</title>
<updated>2021-06-28T00:40:47.311Z</updated>
<updated>2021-06-29T00:38:14.905Z</updated>
<generator>osmosfeed 1.11.0</generator>
<link rel="alternate" href="index.html"/>
<entry>
<title type="html"><![CDATA[System *Things]]></title>
<id>https://css-tricks.com/?p=343040</id>
<link href="https://css-tricks.com/system-things/"/>
<updated>2021-06-28T22:14:22.000Z</updated>
<summary type="html"><![CDATA[I think were all largely aware of named colors in CSS:
color: OldLace;
background: rebeccapurple;
I guess youd just call those “named colors” in CSS.
Those arent the only kind of named colors there are though. Some of them …
The post System *Things 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[Working around the viewport-based fluid typography bug in Safari]]></title>
<id>https://css-tricks.com/?p=343139</id>
<link href="https://www.sarasoueidan.com/blog/safari-fluid-typography-bug-fix/"/>
<updated>2021-06-28T21:17:26.000Z</updated>
<summary type="html"><![CDATA[Sara digs into a bug I happened to have mentioned back in 2012 where fluid type didnt resize when the browser window resized. Back then, it affected Chrome 20 and Safari 6, but the bug still persists today in Safari …
The post Working around the viewport-based fluid typography bug in Safari appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Securely Access Secret API keys using Netlify Functions in a React App]]></title>
<id>60d61acc6e1a1407b6b0bd46</id>
<link href="https://www.freecodecamp.org/news/how-to-access-secret-api-keys-using-netlify-functions-in-a-react-app/"/>
<updated>2021-06-28T21:17:02.000Z</updated>
<summary type="html"><![CDATA[In this article, you will learn how to securely access secret API keys using Netlify functions in a React app. Netlify provides rich features that help you easily deploy Single Page Applications built using frameworks like React, Vue and Angular among others. This takes away the burden of coding and]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Deploy an NLP Model with FastAPI]]></title>
<id>60d9766b6e1a1407b6b0cb4f</id>
<link href="https://www.freecodecamp.org/news/how-to-deploy-an-nlp-model-with-fastapi/"/>
<updated>2021-06-28T20:35:12.000Z</updated>
<summary type="html"><![CDATA[If you're working with Natural Language Processing, knowing how to deploy a model is one of the most important skills you'll need to have. Model deployment is the process of integrating your model into an existing production environment. The model will receive input and predict an output for decision-making for]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[What is an IDE in Programming? An IDE Definition for Developers]]></title>
<id>60d07b4578f45307fee80aef</id>
<link href="https://www.freecodecamp.org/news/what-is-an-ide-in-programming-an-ide-definition-for-developers/"/>
<updated>2021-06-28T20:04:28.000Z</updated>
<summary type="html"><![CDATA[Every developer needs a good development enviroment, whether you're into mobile development or web apps or even if you're just learning your first programming language. Just like any beginning developer, when I began to learn coding I needed some guidance on how to get started. And one of the most]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[JavaScript Closure Tutorial How Closures and Lexical Scope Work in JS]]></title>
<id>60d675ac6e1a1407b6b0bea1</id>
<link href="https://www.freecodecamp.org/news/javascript-closure-lexical-scope/"/>
<updated>2021-06-28T18:45:21.000Z</updated>
<summary type="html"><![CDATA[In JavaScript, people often confuse closures with lexical scope. Lexical scope is an important part of closures, but it is not a closure by itself. Closures are an advanced concept that is also a frequent topic of technical interviews. You should have a foundational understanding of functions before attempting to]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Positioning Overlay Content with CSS Grid]]></title>
<id>https://css-tricks.com/?p=342971</id>
<link href="https://css-tricks.com/positioning-overlay-content-with-css-grid/"/>
<updated>2021-06-28T14:25:33.000Z</updated>
<summary type="html"><![CDATA[Not news to any web developer in 2021: CSS Grid is an incredibly powerful tool for creating complex, distinct two-dimensional modern web layouts.
Recently, I have been experimenting with CSS Grid and alignment properties to create component layouts that …
The post Positioning Overlay Content with CSS Grid appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Ryan Mulligan</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Learn How to Create a Design System in Figma]]></title>
<id>60d4d3d86e1a1407b6b0bb25</id>
<link href="https://www.freecodecamp.org/news/learn-how-to-create-a-design-system-in-figma/"/>
<updated>2021-06-28T13:50:35.000Z</updated>
<summary type="html"><![CDATA[A design system is a set of standards, reusable components, and patterns used to create visual consistency throughout different projects and pages. Figma is a vector graphics editor and prototyping tool. We just released a course on the freeCodeCamp.org channel that will teach you how to build a design]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Why You Should Learn Data Analytics]]></title>
<id>60d4ea756e1a1407b6b0bb71</id>
<link href="https://www.freecodecamp.org/news/why-you-should-learn-data-analytics/"/>
<updated>2021-06-28T13:44:39.000Z</updated>
<summary type="html"><![CDATA[Ok. I'm not suggesting that everyone needs to become a fully-credentialed data scientist. But these days, learning core data skills may provide as much value as basic financial literacy or knowledge of a simple coding language. This isn't just about your career: data has grown far beyond the world of]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Scaling Organizations Should Consider Building a Website Backed by a CRM Platform]]></title>
<id>https://css-tricks.com/?p=343072</id>
<link href="https://css-tricks.com/scaling-organizations-should-consider-building-a-website-backed-by-a-crm-platform/"/>
<updated>2021-06-28T13:29:00.000Z</updated>
<summary type="html"><![CDATA[To make some terminology clear here:
CMS = Content Management System
CRM = Customer Relationship Management
Both are essentially database-backed systems for managing data. HubSpot is both, and much more. Where a CMS might be very focused on content and …
The post Scaling Organizations Should Consider Building a Website Backed by a CRM Platform 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[Creating Custom Emmet Snippets In VS Code]]></title>
<id>https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/</id>
<link href="https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/"/>
<updated>2021-06-28T10:30:00.000Z</updated>
<summary type="html"><![CDATA[In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.]]></summary>
<author>
<name>hello@smashingmagazine.com (Manuel Matuzović)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Custom Property Brain Twisters]]></title>
<id>https://css-tricks.com/?p=342718</id>
@ -133,26 +255,6 @@ The post Using Performant Next-Gen Images in CSS with image-set appeared first o
<name>Ollie Williams</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Create a REST API with .NET 5 and C#]]></title>
<id>60d36eb66e1a1407b6b0b16d</id>
<link href="https://www.freecodecamp.org/news/create-a-rest-api-with-dot-net-5-and-c-sharp/"/>
<updated>2021-06-23T18:08:14.000Z</updated>
<summary type="html"><![CDATA[.NET is a popular software framework developed by Microsoft. We just released a course on the freeCodeCamp.org YouTube channel that will teach you how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The course uses the C# programming language.]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Create a Great Technical Course]]></title>
<id>60a406bd906c5207e3a7dfcb</id>
<link href="https://www.freecodecamp.org/news/how-to-create-a-great-technical-course/"/>
<updated>2021-06-23T17:19:24.000Z</updated>
<summary type="html"><![CDATA[In this article you will learn how to create a great technical video course. I run the freeCodeCamp.org YouTube channel where we post technical courses from a variety of contributors. Video courses that follow the guidelines in this article are often a good fit for freeCodeCamp's channel. How to]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[“Weak declaration”]]></title>
<id>https://css-tricks.com/?p=342669</id>
@ -203,16 +305,6 @@ Thank you @PiyushLosalka]]></summary>
<name>Release notes from osmosfeed</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Logical Fallacies Definition and Fallacy Examples]]></title>
<id>607f5fafdd38b9088c2bd0c9</id>
<link href="https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/"/>
<updated>2021-06-23T04:19:00.000Z</updated>
<summary type="html"><![CDATA[When you're debating someone, you want to use all the resources at your disposal to convince them you're right. And that's great but you should be careful that you don't end up using a logical fallacy to help you make your point. What is a Logical Fallacy?A logical fallacy]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[inherit, initial, unset, revert]]></title>
<id>https://css-tricks.com/?p=342930</id>
@ -224,36 +316,6 @@ The post inherit, initial, unset, revert appeared first on CSS-Tricks. You can s
<name>Chris Coyier</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Web Scraping with PHP How to Crawl Web Pages Using Open Source Tools]]></title>
<id>60d2323d6e1a1407b6b0ac4f</id>
<link href="https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/"/>
<updated>2021-06-22T21:11:53.000Z</updated>
<summary type="html"><![CDATA[Web scraping lets you collect data from web pages across the internet. It's also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use Async/Await to Write Better JavaScript Code]]></title>
<id>60cac8ff4dc1a607ed7b4592</id>
<link href="https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/"/>
<updated>2021-06-22T16:24:37.000Z</updated>
<summary type="html"><![CDATA[Theres a special syntax you can use in JavaScript that makes working with promises easier. It's called “async/await", and its surprisingly straightforward to understand and use. In this article, we'll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot]]></title>
<id>60c13e71d3126007592d5be2</id>
<link href="https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/"/>
<updated>2021-06-22T16:20:36.000Z</updated>
<summary type="html"><![CDATA[The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It's so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in]]></summary>
<author>
<name>freeCodeCamp.org</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using Custom Elements in Svelte]]></title>
<id>https://css-tricks.com/?p=342634</id>
@ -318,17 +380,6 @@ The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appe
<name>hello@smashingmagazine.com (Ayobami Ogundiran)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Using the `outline` Property as a Collapsable Border]]></title>
<id>https://css-tricks.com/?p=341511</id>
<link href="https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/"/>
<updated>2021-06-18T20:38:59.000Z</updated>
<summary type="html"><![CDATA[The outline property in CSS draws a line around the outside of an element. This is quite similar to the border property, the main exception being that outline isnt a part of the box model. It is often used for …
The post Using the `outline` Property as a Collapsable Border appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Carter Li</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[An Alternative Voice UI To Voice Assistants]]></title>
<id>https://smashingmagazine.com/2021/06/alternative-voice-ui-voice-assistants/</id>
@ -339,18 +390,6 @@ The post Using the `outline` Property as a Collapsable Border appeared first on
<name>hello@smashingmagazine.com (Ottomatias Peura)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Links on Typography]]></title>
<id>https://css-tricks.com/?p=342326</id>
<link href="https://css-tricks.com/links-on-typography-2/"/>
<updated>2021-06-18T13:44:17.000Z</updated>
<summary type="html"><![CDATA[I studied the fonts of the top 1000 websites. Heres what I learned. — Michael Li brings the data. San-serif has total dominance. “[…] it is rare to go below 10px or above 24px.” And poor <h5> always being the
The post Links on Typography 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[Client-Side Routing In Next.js]]></title>
<id>https://smashingmagazine.com/2021/06/client-side-routing-next-js/</id>
@ -361,30 +400,6 @@ The post Links on Typography appeared first on CSS-Tricks. You can support CSS-T
<name>hello@smashingmagazine.com (Adebiyi Adedotun)</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Perfect Tooltips With CSS Clipping and Masking]]></title>
<id>https://css-tricks.com/?p=341948</id>
<link href="https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/"/>
<updated>2021-06-17T14:45:57.000Z</updated>
<summary type="html"><![CDATA[Clipping and masking have been around for a while now in CSS and even have pretty decent browser support. I recently worked on a project that needed to use a clipping technique for tooltips showing above links in text.
Those …
The post Perfect Tooltips With CSS Clipping and Masking appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>Louis Hoebregts</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Start Serving Optimized Images in Vue]]></title>
<id>https://css-tricks.com/?p=342257</id>
<link href="https://css-tricks.com/start-serving-optimized-images-in-vue/"/>
<updated>2021-06-17T14:38:42.000Z</updated>
<summary type="html"><![CDATA[Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.
However, web performance is also a growing problem for most websites. And images are at the heart of many web …
The post Start Serving Optimized Images in Vue appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
<author>
<name>ImageEngine</name>
</author>
</entry>
<entry>
<title type="html"><![CDATA[Your Image Is Probably Not Decorative]]></title>
<id>https://smashingmagazine.com/2021/06/img-alt-attribute-alternate-description-decorative/</id>

View file

@ -15,6 +15,162 @@
<body>
<!-- %after-body-begin.html% -->
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-28">2021-06-28</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">System *Things</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/system-things/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I think were all largely aware of named colors in CSS:
color: OldLace;
background: rebeccapurple;
I guess youd just call those “named colors” in CSS.
Those arent the only kind of named colors there are though. Some of them …
The post System *Things 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">Working around the viewport-based fluid typography bug in Safari</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.sarasoueidan.com/blog/safari-fluid-typography-bug-fix/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Sara digs into a bug I happened to have mentioned back in 2012 where fluid type didnt resize when the browser window resized. Back then, it affected Chrome 20 and Safari 6, but the bug still persists today in Safari …
The post Working around the viewport-based fluid typography bug in Safari 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">Positioning Overlay Content with CSS Grid</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/positioning-overlay-content-with-css-grid/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Not news to any web developer in 2021: CSS Grid is an incredibly powerful tool for creating complex, distinct two-dimensional modern web layouts.
Recently, I have been experimenting with CSS Grid and alignment properties to create component layouts that …
The post Positioning Overlay Content with CSS Grid 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">Scaling Organizations Should Consider Building a Website Backed by a CRM Platform</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/scaling-organizations-should-consider-building-a-website-backed-by-a-crm-platform/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>To make some terminology clear here:
CMS &#x3D; Content Management System
CRM &#x3D; Customer Relationship Management
Both are essentially database-backed systems for managing data. HubSpot is both, and much more. Where a CMS might be very focused on content and …
The post Scaling Organizations Should Consider Building a Website Backed by a CRM Platform 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">How to Securely Access Secret API keys using Netlify Functions in a React App</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-access-secret-api-keys-using-netlify-functions-in-a-react-app/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(12 min)</span>
<span>In this article, you will learn how to securely access secret API keys using Netlify functions in a React app. Netlify provides rich features that help you easily deploy Single Page Applications built using frameworks like React, Vue and Angular among others. This takes away the burden of coding and</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Deploy an NLP Model with FastAPI</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-deploy-an-nlp-model-with-fastapi/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>If you&#x27;re working with Natural Language Processing, knowing how to deploy a model is one of the most important skills you&#x27;ll need to have. Model deployment is the process of integrating your model into an existing production environment. The model will receive input and predict an output for decision-making for</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">What is an IDE in Programming? An IDE Definition for Developers</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-an-ide-in-programming-an-ide-definition-for-developers/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>Every developer needs a good development enviroment, whether you&#x27;re into mobile development or web apps or even if you&#x27;re just learning your first programming language. Just like any beginning developer, when I began to learn coding I needed some guidance on how to get started. And one of the most</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">JavaScript Closure Tutorial How Closures and Lexical Scope Work in JS</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-closure-lexical-scope/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span>In JavaScript, people often confuse closures with lexical scope. Lexical scope is an important part of closures, but it is not a closure by itself. Closures are an advanced concept that is also a frequent topic of technical interviews. You should have a foundational understanding of functions before attempting to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Learn How to Create a Design System in Figma</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/learn-how-to-create-a-design-system-in-figma/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(224 min)</span>
<span>A design system is a set of standards, reusable components, and patterns used to create visual consistency throughout different projects and pages. Figma is a vector graphics editor and prototyping tool. We just released a course on the freeCodeCamp.org channel that will teach you how to build a design</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Why You Should Learn Data Analytics</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/why-you-should-learn-data-analytics/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>Ok. I&#x27;m not suggesting that everyone needs to become a fully-credentialed data scientist. But these days, learning core data skills may provide as much value as basic financial literacy or knowledge of a simple coding language. This isn&#x27;t just about your career: data has grown far beyond the world of</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">Creating Custom Emmet Snippets In VS Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/06/custom-emmet-snippets-vscode/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this article, Manuel explains why Emmet is one of his favorite productivity tools for writing HTML and CSS, and how you can create custom Emmet snippets in Visual Studio Code to help you improve your front-end workflows even more.</span>
</div>
</a>
</details>
</article>
</section>
</li>
</ul>
</section>
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-25">2021-06-25</time></h2>
<ul class="sources card">
@ -39,7 +195,7 @@ The post Custom Property Brain Twisters appeared first on CSS-Tricks. You can su
<summary class="article-expander__title">How to Cancel Pending API Requests to Show Correct Data</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/how-to-cancel-pending-api-requests-to-show-correct-data/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span class="article-reading-time">(4 min)</span>
<span>I recently had to create a widget in React that fetches data from multiple API endpoints. As the user clicks around, new data is fetched and marshalled into the UI. But it caused some problems.
One problem quickly became evident: …
The post How to Cancel Pending API Requests to Show Correct Data appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
@ -247,39 +403,6 @@ Thank you @PiyushLosalka</span>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Create a REST API with .NET 5 and C#</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/create-a-rest-api-with-dot-net-5-and-c-sharp/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(201 min)</span>
<span>.NET is a popular software framework developed by Microsoft. We just released a course on the freeCodeCamp.org YouTube channel that will teach you how to create a REST API end-to-end from scratch using the latest .NET 5 innovations and Visual Studio Code. The course uses the C# programming language.</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Create a Great Technical Course</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-create-a-great-technical-course/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(8 min)</span>
<span>In this article you will learn how to create a great technical video course. I run the freeCodeCamp.org YouTube channel where we post technical courses from a variety of contributors. Video courses that follow the guidelines in this article are often a good fit for freeCodeCamp&#x27;s channel. How to</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">Logical Fallacies Definition and Fallacy Examples</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/logical-fallacies-definition-fallacy-examples/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(21 min)</span>
<span>When you&#x27;re debating someone, you want to use all the resources at your disposal to convince them you&#x27;re right. And that&#x27;s great but you should be careful that you don&#x27;t end up using a logical fallacy to help you make your point. What is a Logical Fallacy?A logical fallacy</span>
</div>
</a>
</details>
</article>
</section>
</li>
<li class="source">
@ -324,7 +447,7 @@ Thank you @PiyushLosalka</span>
<summary class="article-expander__title">inherit, initial, unset, revert</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/inherit-initial-unset-revert/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(2 min)</span>
<span class="article-reading-time">(3 min)</span>
<span>There are four keywords that are valid values for any CSS property (see the title). Of those, day to day, Id say I see the inherit used the most. Perhaps because its been around the longest (I think?) but also …
The post inherit, initial, unset, revert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
</div>
@ -357,45 +480,6 @@ The post If were gonna criticize utility-class frameworks, lets be fair ab
</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">Web Scraping with PHP How to Crawl Web Pages Using Open Source Tools</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/web-scraping-with-php-crawl-web-pages/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(9 min)</span>
<span>Web scraping lets you collect data from web pages across the internet. It&#x27;s also called web crawling or web data extraction. PHP is a widely used back-end scripting language for creating dynamic websites and web applications. And you can implement a web scraper using plain PHP code. But since we</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use Async/Await to Write Better JavaScript Code</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-use-async-await-write-better-javascript/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(5 min)</span>
<span>Theres a special syntax you can use in JavaScript that makes working with promises easier. It&#x27;s called “async/await&quot;, and its surprisingly straightforward to understand and use. In this article, we&#x27;ll discuss: What are asynchronus functions? How promises work in JavaScript Async/Await basics How to use</span>
</div>
</a>
</details>
</article>
<article>
<details class="article-expander">
<summary class="article-expander__title">How to Use TypeScript and MongoDB to Build a 100 Days of Code Discord Bot</summary>
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-build-a-100-days-of-code-bot-for-discord-using-typescript-and-mongodb/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(25 min)</span>
<span>The 100 Days of Code challenge is very popular among new coders and developers looking to level up their skills. It&#x27;s so popular that our Discord server has an entire channel dedicated to it. By popular demand, we recently built a Discord bot that helps people track their progress in</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>
@ -470,38 +554,6 @@ The post How to Create CSS Charts With Interesting Shapes, Glyphs and Emoji appe
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-18">2021-06-18</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">Using the &#x60;outline&#x60; Property as a Collapsable Border</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/using-the-outline-property-as-a-collapsable-border/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>The outline property in CSS draws a line around the outside of an element. This is quite similar to the border property, the main exception being that outline isnt a part of the box model. It is often used for …
The post Using the &#x60;outline&#x60; Property as a Collapsable Border 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">Links on Typography</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/links-on-typography-2/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(3 min)</span>
<span>I studied the fonts of the top 1000 websites. Heres what I learned. — Michael Li brings the data. San-serif has total dominance. “[…] it is rare to go below 10px or above 24px.” And poor
always being the
The post Links on Typography 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>
@ -535,38 +587,6 @@ The post Links on Typography appeared first on CSS-Tricks. You can support CSS-T
<section class="daily-content">
<h2 class="daily-heading"><time datatime="2021-06-17">2021-06-17</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">Perfect Tooltips With CSS Clipping and Masking</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/perfect-tooltips-with-css-clipping-and-masking/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(6 min)</span>
<span>Clipping and masking have been around for a while now in CSS and even have pretty decent browser support. I recently worked on a project that needed to use a clipping technique for tooltips showing above links in text.
Those …
The post Perfect Tooltips With CSS Clipping and Masking 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">Start Serving Optimized Images in Vue</summary>
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/start-serving-optimized-images-in-vue/">
<div class="article-summary-box-inner">
<span class="article-reading-time">(4 min)</span>
<span>Images have become extremely important to the effectiveness of websites. They speak a 1000 words, attract attention, and stimulate emotions.
However, web performance is also a growing problem for most websites. And images are at the heart of many web …
The post Start Serving Optimized Images in Vue 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>
@ -935,7 +955,7 @@ The post Start Serving Optimized Images in Vue appeared first on CSS-Tricks. You
</section>
<footer>
<time id="build-timestamp" datetime="2021-06-28T00:40:47.292Z">2021-06-28T00:40:47.292Z</time>
<time id="build-timestamp" datetime="2021-06-29T00:38:14.874Z">2021-06-29T00:38:14.874Z</time>
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
</footer>
<script src="index.js"></script>