mirror of
https://github.com/osmoscraft/osmosfeed-template.git
synced 2026-03-11 14:44:24 +00:00
deploy: 1f5684a2ae
This commit is contained in:
parent
03a642ba5c
commit
23fdbb2be8
3 changed files with 306 additions and 318 deletions
192
cache.json
192
cache.json
|
|
@ -11,6 +11,42 @@
|
|||
"feedUrl": "https://css-tricks.com/feed/",
|
||||
"siteUrl": "https://css-tricks.com",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350934",
|
||||
"author": "Chris Coyier",
|
||||
"description": "HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit \n…\nThe post Links on Performance IV appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/links-on-performance-iv/",
|
||||
"publishedOn": "2021-09-02T22:28:51.000Z",
|
||||
"wordCount": 844,
|
||||
"title": "Links on Performance IV"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350723",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, you’d be lost coming back? Rachel Smith has:\nThe hectic pace of needing to learn one thing after the next \n…\nThe post I completely ignored the front-end development scene for 6 months. It was fine. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://rachsmith.com/i-completely-ignored-the-front-end-development-scene-for-6-months-it-was-fine/",
|
||||
"publishedOn": "2021-09-02T22:26:36.000Z",
|
||||
"wordCount": 599,
|
||||
"title": "I completely ignored the front-end development scene for 6 months. It was fine."
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350830",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …\nThe post If I work really hard on my Open Graph images, people will share my blog posts. appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://www.zachleat.com/web/automatic-opengraph/",
|
||||
"publishedOn": "2021-09-02T14:30:55.000Z",
|
||||
"wordCount": 1607,
|
||||
"title": "If I work really hard on my Open Graph images, people will share my blog posts."
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=351172",
|
||||
"author": "Tharaka Romesh",
|
||||
"description": "(This is a sponsored post.)\nStatic site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …\nThe post Accessing Your Data With Netlify Functions and React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/accessing-data-netlify-functions-react/",
|
||||
"publishedOn": "2021-09-02T00:28:22.000Z",
|
||||
"wordCount": 3095,
|
||||
"title": "Accessing Your Data With Netlify Functions and React"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350752",
|
||||
"author": "Chris Coyier",
|
||||
|
|
@ -26,7 +62,7 @@
|
|||
"description": "All-things-typography, from a hard-edged monospaced variable font to fonts in the \"Twilight Zone\" ... and much, much more.\nThe post Some Typography Links VII appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/some-typography-links-vii/",
|
||||
"publishedOn": "2021-09-01T14:37:38.000Z",
|
||||
"wordCount": 800,
|
||||
"wordCount": 819,
|
||||
"title": "Some Typography Links VII"
|
||||
},
|
||||
{
|
||||
|
|
@ -35,7 +71,7 @@
|
|||
"description": "I think this is good advice from Silvestar Bistrović:\nAn enabling selector is what I call a selector that does a job without disabling the particular rule.\nThe classic example is applying margin to everything, only to have to remove …\nThe post You want enabling CSS selectors, not disabling ones appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://www.silvestar.codes/articles/you-want-a-single-enabling-selector-not-the-one-that-disables-the-rule-of-the-previous-one/",
|
||||
"publishedOn": "2021-08-31T20:17:25.000Z",
|
||||
"wordCount": 374,
|
||||
"wordCount": 377,
|
||||
"title": "You want enabling CSS selectors, not disabling ones"
|
||||
},
|
||||
{
|
||||
|
|
@ -109,42 +145,6 @@
|
|||
"publishedOn": "2021-08-26T14:35:03.000Z",
|
||||
"wordCount": 2163,
|
||||
"title": "How I Made a Generator for SVG Loaders With Sass and SMIL Options"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350311",
|
||||
"author": "Chris Coyier",
|
||||
"description": "A question:\nIf you copy a code sample that uses two-space indentation and you want to convert it to four-space indentation, what’s the *fastest* and easiest option?\nMatt Stauffer, Twitter\n\nI wrote about doing this in Sublime Text a …\nThe post One Way to Convert Code Indentation appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/one-way-to-convert-code-indentation/",
|
||||
"publishedOn": "2021-08-25T22:34:04.000Z",
|
||||
"wordCount": 874,
|
||||
"title": "One Way to Convert Code Indentation"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346612",
|
||||
"author": "Eli Penner",
|
||||
"description": "Today’s websites are overflowing with animations—often too many. They get in the way of the content and slow down our busy users. But at the same time: they’re wonderful. They bring websites to life, are fun to implement and …\nThe post Stealing Game Animation Techniques to Engage Users appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/stealing-game-animation-techniques-to-engage-users/",
|
||||
"publishedOn": "2021-08-25T14:55:17.000Z",
|
||||
"wordCount": 3007,
|
||||
"title": "Stealing Game Animation Techniques to Engage Users"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350486",
|
||||
"author": "Chris Coyier",
|
||||
"description": "This is a bit of advice for developers on Macs I’ve heard quite a few times, and I’ll echo it: go into System Preferences > General > Show scroll bars and set to always. This isn’t about you, it’s …\nThe post Scrollbar Reflowing appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/scrollbar-reflowing/",
|
||||
"publishedOn": "2021-08-24T19:13:30.000Z",
|
||||
"wordCount": 1180,
|
||||
"title": "Scrollbar Reflowing"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=350253",
|
||||
"author": "Chris Coyier",
|
||||
"description": "(This is a sponsored post.)\nFree event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It’s just a little half-day thing. No brainer.\nJoin us for a special event where we’ll highlight business \n…\nThe post Architecting With Next.js appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://www.netlify.com/events/architecting-with-nextjs",
|
||||
"publishedOn": "2021-08-24T19:12:23.000Z",
|
||||
"wordCount": 349,
|
||||
"title": "Architecting With Next.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -153,13 +153,27 @@
|
|||
"feedUrl": "https://www.smashingmagazine.com/feed/",
|
||||
"siteUrl": "https://www.smashingmagazine.com/",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/",
|
||||
"author": "hello@smashingmagazine.com (Louis Lazaris)",
|
||||
"description": "Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.",
|
||||
"link": "https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/",
|
||||
"publishedOn": "2021-09-02T12:00:00.000Z",
|
||||
"wordCount": 2437,
|
||||
"title": "Interactive Learning Tools For Front-End Developers",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/7f13aec3-8dd5-4085-afce-c752db3abfb6/interactive-learning-tools-front-end-developers.jpg",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/",
|
||||
"author": "hello@smashingmagazine.com (Dirk Weber)",
|
||||
"description": "What exactly is a displacement filter? In this article, Dirk Weber explains the SVG `feDisplacementMap` filter primitive with a good number of examples to demonstrate the concept of animated displacement maps.",
|
||||
"link": "https://smashingmagazine.com/2021/09/deep-dive-wonderful-world-svg-displacement-filtering/",
|
||||
"publishedOn": "2021-09-01T10:30:00.000Z",
|
||||
"wordCount": 5584,
|
||||
"wordCount": 5583,
|
||||
"title": "A Deep Dive Into The Wonderful World Of SVG Displacement Filtering",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/92af7db6-94b4-4e48-8e20-875af2d5e024/deep-dive-svg-displacement-filtering.jpg",
|
||||
|
|
@ -187,7 +201,7 @@
|
|||
"description": "New month, new wallpapers! In this post, you’ll find inspiring wallpaper designs for September 2021. They were created with love by artists and designers from across the globe and are available with and without a calendar. Enjoy!",
|
||||
"link": "https://smashingmagazine.com/2021/08/desktop-wallpaper-calendars-september-2021/",
|
||||
"publishedOn": "2021-08-31T08:00:00.000Z",
|
||||
"wordCount": 2413,
|
||||
"wordCount": 2409,
|
||||
"title": "Stories Of September (2021 Desktop Wallpapers Edition)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/bdfaaaac-a4fb-475b-997c-ac45db998da0/sep-21-finding-the-balance-preview-opt.png",
|
||||
|
|
@ -201,7 +215,7 @@
|
|||
"description": "There are many CSS optimization techniques to tackle potential file size and performance issues. Let’s take a look at some of them. After all, if deploying the refactored codebase causes loading or performance issues, it will result in less traffic and revenue, which might leave the management and project managers dissatisfied.",
|
||||
"link": "https://smashingmagazine.com/2021/08/refactoring-css-optimizing-size-performance-part3/",
|
||||
"publishedOn": "2021-08-30T10:00:00.000Z",
|
||||
"wordCount": 3695,
|
||||
"wordCount": 3699,
|
||||
"title": "Refactoring CSS: Optimizing Size And Performance (Part 3)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fa4e0eab-b23c-42ac-a622-b2ca8a02edd0/refactoring-css-optimizing-size-performance-part3.jpg",
|
||||
|
|
@ -215,7 +229,7 @@
|
|||
"description": "Compound components help developers build more expressive and flexible APIs to share state and logic within components. This tutorial explains how this can be achieved with the help of using the Context API and React to build components by using this advanced pattern.",
|
||||
"link": "https://smashingmagazine.com/2021/08/compound-components-react/",
|
||||
"publishedOn": "2021-08-27T13:00:00.000Z",
|
||||
"wordCount": 3116,
|
||||
"wordCount": 3112,
|
||||
"title": "Compound Components In React",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/e9df8cb4-b274-407a-97a8-f06488571802/compound-components-react.jpg",
|
||||
|
|
@ -229,7 +243,7 @@
|
|||
"description": "The Web is still wrestling with issues we take for granted offline, privacy chief among them. These are steps The New York Times took to protect users’ data, and how you can too.",
|
||||
"link": "https://smashingmagazine.com/2021/08/against-privacy-infringement-web/",
|
||||
"publishedOn": "2021-08-26T08:00:00.000Z",
|
||||
"wordCount": 3773,
|
||||
"wordCount": 3772,
|
||||
"title": "Pushing Back Against Privacy Infringement On The Web",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/fbab17a6-483b-4e8e-b9f1-9ab583202df1/against-privacy-infringement-web.jpg",
|
||||
|
|
@ -243,7 +257,7 @@
|
|||
"description": "In this article, Leonardo explains how to use a \"multi-monorepo\" approach for making the development experience faster, yet keeping your PHP packages private. This solution can be especially beneficial for PRO plugin creators.",
|
||||
"link": "https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/",
|
||||
"publishedOn": "2021-08-25T07:10:00.000Z",
|
||||
"wordCount": 3553,
|
||||
"wordCount": 3554,
|
||||
"title": "Creating A Public/Private Multi-Monorepo For PHP Projects",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a223ab2b-d926-4fec-a422-bed6e7b02178/01-architecture.png",
|
||||
|
|
@ -257,7 +271,7 @@
|
|||
"description": "In this article, you’ll learn how to save hours of tedious work of writing, updating, and correcting technical documentation. In this article, you will learn how to automate your documentation workflow with Vale and GitHub Actions.",
|
||||
"link": "https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/",
|
||||
"publishedOn": "2021-08-24T13:00:00.000Z",
|
||||
"wordCount": 3239,
|
||||
"wordCount": 3225,
|
||||
"title": "How To Automate Documentation Workflow For Developers",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/68266575-8f47-415b-9c91-7004a02944ee/action-github-1.png",
|
||||
|
|
@ -271,7 +285,7 @@
|
|||
"description": "After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.",
|
||||
"link": "https://smashingmagazine.com/2021/08/http3-performance-improvements-part2/",
|
||||
"publishedOn": "2021-08-23T06:20:00.000Z",
|
||||
"wordCount": 10552,
|
||||
"wordCount": 10546,
|
||||
"title": "HTTP/3: Performance Improvements (Part 2)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/9d5e5ddd-7a90-48c6-84c5-dc5c335e2305/congestion-control.png",
|
||||
|
|
@ -285,7 +299,7 @@
|
|||
"description": "The story of Jamstack CMSs goes all the way back to the 90s. In this article, we take a trip down memory lane to see how we got to the modern Jamstack CMSs we have today, and where they’re heading in the next decade.",
|
||||
"link": "https://smashingmagazine.com/2021/08/history-future-jamstack-cms/",
|
||||
"publishedOn": "2021-08-20T08:00:00.000Z",
|
||||
"wordCount": 4598,
|
||||
"wordCount": 4610,
|
||||
"title": "Jamstack CMS: The Past, The Present and The Future",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/f2f37c71-d2c5-4634-b62c-2dc2eea127c1/history-future-jamstack-cms.jpg",
|
||||
|
|
@ -299,7 +313,7 @@
|
|||
"description": "Through a simple step-by-step approach, you can build an ethical practice within your organization that will ensure you’re respecting the dignity and welfare of your research participants.",
|
||||
"link": "https://smashingmagazine.com/2021/08/ethical-user-research-practice/",
|
||||
"publishedOn": "2021-08-19T10:00:00.000Z",
|
||||
"wordCount": 5357,
|
||||
"wordCount": 5345,
|
||||
"title": "How To Build An Ethical User Research Practice At Any Organization",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/72fbade7-8284-47ba-93d7-0f8a7aefdb7e/ethical-user-research-practice.jpg",
|
||||
|
|
@ -313,7 +327,7 @@
|
|||
"description": "In this article, we will code a Gantt chart as a reusable Web component. We will focus on the architecture of the component, rendering the calendar with CSS Grid and managing the state of the draggable tasks with JavaScript Proxy Objects.",
|
||||
"link": "https://smashingmagazine.com/2021/08/interactive-gantt-chart-component-vanilla-javascript/",
|
||||
"publishedOn": "2021-08-18T08:00:00.000Z",
|
||||
"wordCount": 3316,
|
||||
"wordCount": 3319,
|
||||
"title": "Creating An Interactive Gantt Chart Component With Vanilla JavaScript",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/3bcf1248-c58e-47f4-a94f-3cbac5c60b45/interactive-gantt-chart-component-vanillajs.jpg",
|
||||
|
|
@ -327,7 +341,7 @@
|
|||
"description": "Your project is on a tight budget? We’ve collected some wonderful, free icons and goodies that we’ve discovered lately and that are bound to give your design the finishing touch. We’ve also just recently covered [Figma plugins](https://www.smashingmagazine.com/2021/08/figma-tools-plugins-resources/), [SVG generators](https://www.smashingmagazine.com/2021/03/svg-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/) and [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) — you might find them useful, too.",
|
||||
"link": "https://smashingmagazine.com/2021/08/open-source-icons/",
|
||||
"publishedOn": "2021-08-17T07:25:00.000Z",
|
||||
"wordCount": 1861,
|
||||
"wordCount": 1872,
|
||||
"title": "Free Open-Source Icons",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/337b471a-0798-410d-9670-1d63c5bebfdc/05-tourism.jpg",
|
||||
|
|
@ -341,7 +355,7 @@
|
|||
"description": "Software development without a roadmap is akin to driving off a cliff — an undertaking that seriously jeopardizes your product’s life. Here’s how to develop a business technology roadmap that ensures your project safely reaches its final destination.",
|
||||
"link": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/",
|
||||
"publishedOn": "2021-08-16T06:55:00.000Z",
|
||||
"wordCount": 2951,
|
||||
"wordCount": 2955,
|
||||
"title": "How To Develop Your Business’ Technology Roadmap",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a6b3fa2a-b540-45e6-9423-f299fc4b6835/develop-business-technology-roadmap.jpg",
|
||||
|
|
@ -355,7 +369,7 @@
|
|||
"description": "Useful Figma plugins that will help you fix all the little slowdowns and boost your productivity. From color management and image assets to SVG shapes and animation. That’s our new guide to Figma.",
|
||||
"link": "https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/",
|
||||
"publishedOn": "2021-08-12T13:30:00.000Z",
|
||||
"wordCount": 6654,
|
||||
"wordCount": 6656,
|
||||
"title": "Useful Figma Plugins And Tools",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2a4221c8-35b1-4545-9561-12fe84087ae6/6681a4b9-c319-4421-8364-6d2654cf6e53-cover.jpg",
|
||||
|
|
@ -383,7 +397,7 @@
|
|||
"description": "Often you need two different sets of navigation stacks for pre and post user authentication. Usually, to see more content, you have to be authenticated in some way. Let’s look at how to mount and unmount navigation stack based on a met condition in React Native.",
|
||||
"link": "https://smashingmagazine.com/2021/08/mounting-unmounting-navigation-routes-react-native/",
|
||||
"publishedOn": "2021-08-11T11:40:00.000Z",
|
||||
"wordCount": 5033,
|
||||
"wordCount": 5027,
|
||||
"title": "Handling Mounting And Unmounting Of Navigation Routes In React Native",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/03d97d60-d23b-419c-acb3-23e467d4cc16/mounting-unmounting-navigation-routes-react-native.jpg",
|
||||
|
|
@ -425,7 +439,7 @@
|
|||
"description": "What exactly is HTTP/3? Why was it needed so soon after HTTP/2 (which was only finalized in 2015)? How can or should you use it? And especially, how does this improve web performance? Let’s find out.",
|
||||
"link": "https://smashingmagazine.com/2021/08/http3-core-concepts-part1/",
|
||||
"publishedOn": "2021-08-09T11:00:00.000Z",
|
||||
"wordCount": 6960,
|
||||
"wordCount": 6959,
|
||||
"title": "HTTP/3 From A To Z: Core Concepts (Part 1)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/8f9f9146-4b77-494d-af72-4db28567a6fe/http3-core-concepts-part1.jpg",
|
||||
|
|
@ -453,27 +467,13 @@
|
|||
"description": "How can we make disabled buttons more inclusive? When do they work well, and when do they fail on us? And finally, when do we actually need them, and how can we avoid them? Let’s find out.",
|
||||
"link": "https://smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/",
|
||||
"publishedOn": "2021-08-05T13:30:00.000Z",
|
||||
"wordCount": 6585,
|
||||
"wordCount": 6579,
|
||||
"title": "Frustrating Design Patterns: Disabled Buttons",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/b9a10b5d-3bad-4083-a83c-082ff772fa9f/frustrating-design-patterns-disabled-buttons.jpg",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/08/react-children-iteration-methods/",
|
||||
"author": "hello@smashingmagazine.com (Arihant Verma)",
|
||||
"description": "In this article, we’ll discuss and learn about the use case of iterating over React `children` and the ways to do it. In particular, we will deep dive into one of the utility methods, `React.Children.toArray`, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.",
|
||||
"link": "https://smashingmagazine.com/2021/08/react-children-iteration-methods/",
|
||||
"publishedOn": "2021-08-04T10:30:00.000Z",
|
||||
"wordCount": 3345,
|
||||
"title": "React Children And Iteration Methods",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/ae9c0d62-009e-45c0-a600-d747533e49e5/react-children-iteration-methods.jpg",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -482,6 +482,33 @@
|
|||
"feedUrl": "https://www.freecodecamp.org/news/rss/",
|
||||
"siteUrl": "https://www.freecodecamp.org/news",
|
||||
"articles": [
|
||||
{
|
||||
"id": "612f86fcd6679a07b7d401b3",
|
||||
"author": null,
|
||||
"description": "In this tutorial, we are going to build a simple landing page for an online education platform called Skilllz. This tutorial will teach you how to use and implement CSS Flexbox and CSS Grid alignment. We'll also cover many other CSS concepts as well. The tutorial is divided into three",
|
||||
"link": "https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/",
|
||||
"publishedOn": "2021-09-02T17:16:52.000Z",
|
||||
"wordCount": 2815,
|
||||
"title": "CSS Flexbox and Grid Tutorial – How to Build a Landing Page with Just HTML and CSS"
|
||||
},
|
||||
{
|
||||
"id": "6130cfc9d6679a07b7d40bfb",
|
||||
"author": null,
|
||||
"description": "Windows Task Manager is an advanced utility tool that helps you manage your apps that are running. Task Manager lets you see which apps are open and which you're using. You can also see which apps are running in the background that you didn't open yourself. One important reason that",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-open-task-manager-in-windows-10/",
|
||||
"publishedOn": "2021-09-02T16:17:55.000Z",
|
||||
"wordCount": 822,
|
||||
"title": "How to Open Task Manager in Windows 10"
|
||||
},
|
||||
{
|
||||
"id": "5fccd593e6787e098393ae5b",
|
||||
"author": null,
|
||||
"description": "A botnet is a collection of internet connected devices (anything from PCs to IoT devices) which are infected by the same malware. A hacker uses the malware the botnet is infected with to control it and launch botnet attacks. The attacks are more effective when launched using hundreds, or thousands,",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-build-a-botnet/",
|
||||
"publishedOn": "2021-09-02T14:52:50.000Z",
|
||||
"wordCount": 1956,
|
||||
"title": "What is a Botnet – Botnet Definition and How to Defend Against Attacks"
|
||||
},
|
||||
{
|
||||
"id": "612a2408b5177808226d33cb",
|
||||
"author": null,
|
||||
|
|
@ -544,33 +571,6 @@
|
|||
"publishedOn": "2021-09-01T13:21:54.000Z",
|
||||
"wordCount": 37407,
|
||||
"title": "How to Use Figma to Design Websites"
|
||||
},
|
||||
{
|
||||
"id": "612cc025b5177808226d4a67",
|
||||
"author": null,
|
||||
"description": "If you use Instagram, you may have needed to block certain accounts from time to time. But what if things change and you want to unblock someone? In this article, I will walk you through the three ways to unblock someone on Instagram using the mobile app for iPhone and",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-unblock-someone-on-instagram/",
|
||||
"publishedOn": "2021-08-31T21:30:46.000Z",
|
||||
"wordCount": 478,
|
||||
"title": "How to Unblock Someone on Instagram"
|
||||
},
|
||||
{
|
||||
"id": "612ddfa9d6679a07b7d3f3c9",
|
||||
"author": null,
|
||||
"description": "Loops are a useful and frequently used feature in all modern programming languages. If you want to automate a specific repetitive task or prevent yourself from writing repetitive code in your programs, using a loop is the best option for that. Loops are a set of instructions that run repeatedly",
|
||||
"link": "https://www.freecodecamp.org/news/python-do-while-loop-example/",
|
||||
"publishedOn": "2021-08-31T21:15:26.000Z",
|
||||
"wordCount": 1349,
|
||||
"title": "Python Do While – Loop Example"
|
||||
},
|
||||
{
|
||||
"id": "61134bed72231b077cdad5e1",
|
||||
"author": null,
|
||||
"description": "The only perfect code is code that has never been written. As a developer, you are bound to face errors and will be responsible for debugging them. If you're coding in Python, you can always look at its error messages to figure out what's going on. But what if an",
|
||||
"link": "https://www.freecodecamp.org/news/logging-in-python-debug-your-django-projects/",
|
||||
"publishedOn": "2021-08-31T20:46:24.000Z",
|
||||
"wordCount": 1517,
|
||||
"title": "Logging in Python – How to Use Logs to Debug Your Django Projects"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
183
feed.atom
183
feed.atom
|
|
@ -1,10 +1,98 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>urn:2021-09-02T00:39:39.416Z</id>
|
||||
<id>urn:2021-09-03T00:39:51.099Z</id>
|
||||
<title>osmos::feed</title>
|
||||
<updated>2021-09-02T00:39:39.416Z</updated>
|
||||
<updated>2021-09-03T00:39:51.099Z</updated>
|
||||
<generator>osmosfeed 1.11.0</generator>
|
||||
<link rel="alternate" href="index.html"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Links on Performance IV]]></title>
|
||||
<id>https://css-tricks.com/?p=350934</id>
|
||||
<link href="https://css-tricks.com/links-on-performance-iv/"/>
|
||||
<updated>2021-09-02T22:28:51.000Z</updated>
|
||||
<summary type="html"><![CDATA[HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit
|
||||
…
|
||||
The post Links on Performance IV 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[I completely ignored the front-end development scene for 6 months. It was fine.]]></title>
|
||||
<id>https://css-tricks.com/?p=350723</id>
|
||||
<link href="https://rachsmith.com/i-completely-ignored-the-front-end-development-scene-for-6-months-it-was-fine/"/>
|
||||
<updated>2021-09-02T22:26:36.000Z</updated>
|
||||
<summary type="html"><![CDATA[Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, you’d be lost coming back? Rachel Smith has:
|
||||
The hectic pace of needing to learn one thing after the next
|
||||
…
|
||||
The post I completely ignored the front-end development scene for 6 months. It was fine. 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[CSS Flexbox and Grid Tutorial – How to Build a Landing Page with Just HTML and CSS]]></title>
|
||||
<id>612f86fcd6679a07b7d401b3</id>
|
||||
<link href="https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/"/>
|
||||
<updated>2021-09-02T17:16:52.000Z</updated>
|
||||
<summary type="html"><![CDATA[In this tutorial, we are going to build a simple landing page for an online education platform called Skilllz. This tutorial will teach you how to use and implement CSS Flexbox and CSS Grid alignment. We'll also cover many other CSS concepts as well. The tutorial is divided into three]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Open Task Manager in Windows 10]]></title>
|
||||
<id>6130cfc9d6679a07b7d40bfb</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-open-task-manager-in-windows-10/"/>
|
||||
<updated>2021-09-02T16:17:55.000Z</updated>
|
||||
<summary type="html"><![CDATA[Windows Task Manager is an advanced utility tool that helps you manage your apps that are running. Task Manager lets you see which apps are open and which you're using. You can also see which apps are running in the background that you didn't open yourself. One important reason that]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What is a Botnet – Botnet Definition and How to Defend Against Attacks]]></title>
|
||||
<id>5fccd593e6787e098393ae5b</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-build-a-botnet/"/>
|
||||
<updated>2021-09-02T14:52:50.000Z</updated>
|
||||
<summary type="html"><![CDATA[A botnet is a collection of internet connected devices (anything from PCs to IoT devices) which are infected by the same malware. A hacker uses the malware the botnet is infected with to control it and launch botnet attacks. The attacks are more effective when launched using hundreds, or thousands,]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[If I work really hard on my Open Graph images, people will share my blog posts.]]></title>
|
||||
<id>https://css-tricks.com/?p=350830</id>
|
||||
<link href="https://www.zachleat.com/web/automatic-opengraph/"/>
|
||||
<updated>2021-09-02T14:30:55.000Z</updated>
|
||||
<summary type="html"><![CDATA[Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
|
||||
The post If I work really hard on my Open Graph images, people will share my blog posts. 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[Interactive Learning Tools For Front-End Developers]]></title>
|
||||
<id>https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/</id>
|
||||
<link href="https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/"/>
|
||||
<updated>2021-09-02T12:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Louis Lazaris)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Accessing Your Data With Netlify Functions and React]]></title>
|
||||
<id>https://css-tricks.com/?p=351172</id>
|
||||
<link href="https://css-tricks.com/accessing-data-netlify-functions-react/"/>
|
||||
<updated>2021-09-02T00:28:22.000Z</updated>
|
||||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||||
Static site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …
|
||||
The post Accessing Your Data With Netlify Functions and React appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Tharaka Romesh</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What I Wish I Knew About CSS When Starting Out As A Front-Ender]]></title>
|
||||
<id>https://css-tricks.com/?p=350752</id>
|
||||
|
|
@ -111,36 +199,6 @@ The post Some Typography Links VII appeared first on CSS-Tricks. You can support
|
|||
<name>hello@smashingmagazine.com (Dirk Weber)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Unblock Someone on Instagram]]></title>
|
||||
<id>612cc025b5177808226d4a67</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-unblock-someone-on-instagram/"/>
|
||||
<updated>2021-08-31T21:30:46.000Z</updated>
|
||||
<summary type="html"><![CDATA[If you use Instagram, you may have needed to block certain accounts from time to time. But what if things change and you want to unblock someone? In this article, I will walk you through the three ways to unblock someone on Instagram using the mobile app for iPhone and]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Python Do While – Loop Example]]></title>
|
||||
<id>612ddfa9d6679a07b7d3f3c9</id>
|
||||
<link href="https://www.freecodecamp.org/news/python-do-while-loop-example/"/>
|
||||
<updated>2021-08-31T21:15:26.000Z</updated>
|
||||
<summary type="html"><![CDATA[Loops are a useful and frequently used feature in all modern programming languages. If you want to automate a specific repetitive task or prevent yourself from writing repetitive code in your programs, using a loop is the best option for that. Loops are a set of instructions that run repeatedly]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Logging in Python – How to Use Logs to Debug Your Django Projects]]></title>
|
||||
<id>61134bed72231b077cdad5e1</id>
|
||||
<link href="https://www.freecodecamp.org/news/logging-in-python-debug-your-django-projects/"/>
|
||||
<updated>2021-08-31T20:46:24.000Z</updated>
|
||||
<summary type="html"><![CDATA[The only perfect code is code that has never been written. As a developer, you are bound to face errors and will be responsible for debugging them. If you're coding in Python, you can always look at its error messages to figure out what's going on. But what if an]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[You want enabling CSS selectors, not disabling ones]]></title>
|
||||
<id>https://css-tricks.com/?p=350788</id>
|
||||
|
|
@ -294,32 +352,6 @@ The post How I Made a Generator for SVG Loaders With Sass and SMIL Options appea
|
|||
<name>hello@smashingmagazine.com (Robin Berjon)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[One Way to Convert Code Indentation]]></title>
|
||||
<id>https://css-tricks.com/?p=350311</id>
|
||||
<link href="https://css-tricks.com/one-way-to-convert-code-indentation/"/>
|
||||
<updated>2021-08-25T22:34:04.000Z</updated>
|
||||
<summary type="html"><![CDATA[A question:
|
||||
If you copy a code sample that uses two-space indentation and you want to convert it to four-space indentation, what’s the *fastest* and easiest option?
|
||||
Matt Stauffer, Twitter
|
||||
|
||||
I wrote about doing this in Sublime Text a …
|
||||
The post One Way to Convert Code Indentation 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[Stealing Game Animation Techniques to Engage Users]]></title>
|
||||
<id>https://css-tricks.com/?p=346612</id>
|
||||
<link href="https://css-tricks.com/stealing-game-animation-techniques-to-engage-users/"/>
|
||||
<updated>2021-08-25T14:55:17.000Z</updated>
|
||||
<summary type="html"><![CDATA[Today’s websites are overflowing with animations—often too many. They get in the way of the content and slow down our busy users. But at the same time: they’re wonderful. They bring websites to life, are fun to implement and …
|
||||
The post Stealing Game Animation Techniques to Engage Users appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Eli Penner</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Creating A Public/Private Multi-Monorepo For PHP Projects]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/public-private-multi-monorepo-php-projects/</id>
|
||||
|
|
@ -330,31 +362,6 @@ The post Stealing Game Animation Techniques to Engage Users appeared first on CS
|
|||
<name>hello@smashingmagazine.com (Leonardo Losoviz)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Scrollbar Reflowing]]></title>
|
||||
<id>https://css-tricks.com/?p=350486</id>
|
||||
<link href="https://css-tricks.com/scrollbar-reflowing/"/>
|
||||
<updated>2021-08-24T19:13:30.000Z</updated>
|
||||
<summary type="html"><![CDATA[This is a bit of advice for developers on Macs I’ve heard quite a few times, and I’ll echo it: go into System Preferences > General > Show scroll bars and set to always. This isn’t about you, it’s …
|
||||
The post Scrollbar Reflowing 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[Architecting With Next.js]]></title>
|
||||
<id>https://css-tricks.com/?p=350253</id>
|
||||
<link href="https://www.netlify.com/events/architecting-with-nextjs"/>
|
||||
<updated>2021-08-24T19:12:23.000Z</updated>
|
||||
<summary type="html"><![CDATA[(This is a sponsored post.)
|
||||
Free event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It’s just a little half-day thing. No brainer.
|
||||
Join us for a special event where we’ll highlight business
|
||||
…
|
||||
The post Architecting With Next.js 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 Automate Documentation Workflow For Developers]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/automate-documentation-workflow-for-developers/</id>
|
||||
|
|
@ -505,14 +512,4 @@ The post Architecting With Next.js appeared first on CSS-Tricks. You can support
|
|||
<name>hello@smashingmagazine.com (Vitaly Friedman)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[React Children And Iteration Methods]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/react-children-iteration-methods/</id>
|
||||
<link href="https://smashingmagazine.com/2021/08/react-children-iteration-methods/"/>
|
||||
<updated>2021-08-04T10:30:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[In this article, we’ll discuss and learn about the use case of iterating over React `children` and the ways to do it. In particular, we will deep dive into one of the utility methods, `React.Children.toArray`, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Arihant Verma)</name>
|
||||
</author>
|
||||
</entry>
|
||||
</feed>
|
||||
249
index.html
249
index.html
|
|
@ -15,6 +15,125 @@
|
|||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-09-02">2021-09-02</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">Links on Performance IV</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/links-on-performance-iv/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>HTTP Caching is a Superpower — Hugh Haworth covers how the Cache-Control header is an awfully potent ingredient in web performance. I mis-read the title at first and was waiting to read about HTML caching. Hugh covers it a bit
|
||||
…
|
||||
The post Links on Performance IV 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">I completely ignored the front-end development scene for 6 months. It was fine.</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://rachsmith.com/i-completely-ignored-the-front-end-development-scene-for-6-months-it-was-fine/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>Have you ever fretted that front-end web development moves so fast that if you stepped away for a while, you’d be lost coming back? Rachel Smith has:
|
||||
The hectic pace of needing to learn one thing after the next
|
||||
…
|
||||
The post I completely ignored the front-end development scene for 6 months. It was fine. 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">If I work really hard on my Open Graph images, people will share my blog posts.</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.zachleat.com/web/automatic-opengraph/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>Zach did that thing where each of his blog posts has a special URL with the design of social image card that is screenshat by a headless browser (like Puppeteer) and used as a true meta Open Graph image, meaning …
|
||||
The post If I work really hard on my Open Graph images, people will share my blog posts. 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">Accessing Your Data With Netlify Functions and React</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/accessing-data-netlify-functions-react/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>(This is a sponsored post.)
|
||||
Static site generators are popular for their speed, security, and user experience. However, sometimes your application needs data that is not available when the site is built. React is a library for building user …
|
||||
The post Accessing Your Data With Netlify Functions and React 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">CSS Flexbox and Grid Tutorial – How to Build a Landing Page with Just HTML and CSS</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/css-flexbox-and-grid-tutorial/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>In this tutorial, we are going to build a simple landing page for an online education platform called Skilllz. This tutorial will teach you how to use and implement CSS Flexbox and CSS Grid alignment. We'll also cover many other CSS concepts as well. The tutorial is divided into three</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Open Task Manager in Windows 10</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-open-task-manager-in-windows-10/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>Windows Task Manager is an advanced utility tool that helps you manage your apps that are running. Task Manager lets you see which apps are open and which you're using. You can also see which apps are running in the background that you didn't open yourself. One important reason that</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What is a Botnet – Botnet Definition and How to Defend Against Attacks</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-build-a-botnet/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>A botnet is a collection of internet connected devices (anything from PCs to IoT devices) which are infected by the same malware. A hacker uses the malware the botnet is infected with to control it and launch botnet attacks. The attacks are more effective when launched using hundreds, or thousands,</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">Interactive Learning Tools For Front-End Developers</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/09/interactive-learning-tools-front-end-developers/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(8 min)</span>
|
||||
<span>Interactive coding tools to help you learn CSS, JavaScript, SQL, React, Vim, regular expressions and Jamstack.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-09-01">2021-09-01</time></h2>
|
||||
<ul class="sources card">
|
||||
|
|
@ -189,45 +308,6 @@ The post Application-Specific Links appeared first on CSS-Tricks. You can suppor
|
|||
</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 Unblock Someone on Instagram</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-unblock-someone-on-instagram/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(2 min)</span>
|
||||
<span>If you use Instagram, you may have needed to block certain accounts from time to time. But what if things change and you want to unblock someone? In this article, I will walk you through the three ways to unblock someone on Instagram using the mobile app for iPhone and</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Python Do While – Loop Example</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/python-do-while-loop-example/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>Loops are a useful and frequently used feature in all modern programming languages. If you want to automate a specific repetitive task or prevent yourself from writing repetitive code in your programs, using a loop is the best option for that. Loops are a set of instructions that run repeatedly</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Logging in Python – How to Use Logs to Debug Your Django Projects</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/logging-in-python-debug-your-django-projects/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>The only perfect code is code that has never been written. As a developer, you are bound to face errors and will be responsible for debugging them. If you're coding in Python, you can always look at its error messages to figure out what's going on. But what if an</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>
|
||||
|
|
@ -431,40 +511,6 @@ The post How I Made a Generator for SVG Loaders With Sass and SMIL Options appea
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-25">2021-08-25</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">One Way to Convert Code Indentation</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/one-way-to-convert-code-indentation/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>A question:
|
||||
If you copy a code sample that uses two-space indentation and you want to convert it to four-space indentation, what’s the *fastest* and easiest option?
|
||||
Matt Stauffer, Twitter
|
||||
|
||||
I wrote about doing this in Sublime Text a …
|
||||
The post One Way to Convert Code Indentation 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">Stealing Game Animation Techniques to Engage Users</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/stealing-game-animation-techniques-to-engage-users/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>Today’s websites are overflowing with animations—often too many. They get in the way of the content and slow down our busy users. But at the same time: they’re wonderful. They bring websites to life, are fun to implement and …
|
||||
The post Stealing Game Animation Techniques to Engage Users 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>
|
||||
|
|
@ -487,39 +533,6 @@ The post Stealing Game Animation Techniques to Engage Users appeared first on CS
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-24">2021-08-24</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">Scrollbar Reflowing</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/scrollbar-reflowing/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>This is a bit of advice for developers on Macs I’ve heard quite a few times, and I’ll echo it: go into System Preferences > General > Show scroll bars and set to always. This isn’t about you, it’s …
|
||||
The post Scrollbar Reflowing 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">Architecting With Next.js</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.netlify.com/events/architecting-with-nextjs">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(1 min)</span>
|
||||
<span>(This is a sponsored post.)
|
||||
Free event hosted by Netlify coming up next week (Wednesday, August 25th): Architecting with Next.js. It’s just a little half-day thing. No brainer.
|
||||
Join us for a special event where we’ll highlight business
|
||||
…
|
||||
The post Architecting With Next.js 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>
|
||||
|
|
@ -825,31 +838,9 @@ The post Architecting With Next.js appeared first on CSS-Tricks. You can support
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-04">2021-08-04</time></h2>
|
||||
<ul class="sources card">
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">React Children And Iteration Methods</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/react-children-iteration-methods/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(11 min)</span>
|
||||
<span>In this article, we’ll discuss and learn about the use case of iterating over React `children` and the ways to do it. In particular, we will deep dive into one of the utility methods, `React.Children.toArray`, that React gives us, which helps to iterate over the children in a way which ensures performance and determinism.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-09-02T00:39:39.398Z">2021-09-02T00:39:39.398Z</time>
|
||||
<time id="build-timestamp" datetime="2021-09-03T00:39:51.058Z">2021-09-03T00:39:51.058Z</time>
|
||||
<span><a class="footer-link" href="https://github.com/osmoscraft/osmosfeed">osmosfeed 1.11.0</a></span>
|
||||
</footer>
|
||||
<script src="index.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue