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
e2c341eb17
commit
c1db1b559f
3 changed files with 451 additions and 411 deletions
226
cache.json
226
cache.json
|
|
@ -11,6 +11,33 @@
|
|||
"feedUrl": "https://css-tricks.com/feed/",
|
||||
"siteUrl": "https://css-tricks.com",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346418",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Brian Kardell shares a bit about the progress of bringing \"Tabs\" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.\nThe post Tabs in HTML? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://bkardell.com/blog/SpicySections.html",
|
||||
"publishedOn": "2021-08-16T23:31:01.000Z",
|
||||
"wordCount": 1914,
|
||||
"title": "Tabs in HTML?"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346686",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things. \nThe first thing …\nThe post Cutouts appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://ishadeed.com/article/thinking-about-the-cut-out-effect/",
|
||||
"publishedOn": "2021-08-16T20:49:09.000Z",
|
||||
"wordCount": 2944,
|
||||
"title": "Cutouts"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346318",
|
||||
"author": "Alvaro Montoro",
|
||||
"description": "HTML is not a programming language.\nI’ve heard that sentence so many times and it’s tiring. Normally, it is followed by something like, It doesn’t have logic, or, It is not Turing complete,.so… obviously it is not a programming …\nThe post HTML is Not a Programming Language? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/html-is-not-a-programming-language/",
|
||||
"publishedOn": "2021-08-16T14:44:35.000Z",
|
||||
"wordCount": 3453,
|
||||
"title": "HTML is Not a Programming Language?"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346665",
|
||||
"author": "Chris Coyier",
|
||||
|
|
@ -35,7 +62,7 @@
|
|||
"description": "A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …\nThe post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://dev.to/richharris/stay-alert-d",
|
||||
"publishedOn": "2021-08-12T21:10:22.000Z",
|
||||
"wordCount": 9521,
|
||||
"wordCount": 9929,
|
||||
"title": "Stay alert"
|
||||
},
|
||||
{
|
||||
|
|
@ -62,7 +89,7 @@
|
|||
"description": "You’ll often hear developers talking about “static” vs. “dynamic” sites, or you may have heard someone use the term Jamstack. What do these terms mean, and when does a “static” site become either a Jamstack or dynamic site? These …\nThe post Static vs. Dynamic vs. Jamstack: Where’s The Line? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/static-vs-dynamic-vs-jamstack-wheres-the-line/",
|
||||
"publishedOn": "2021-08-11T14:31:20.000Z",
|
||||
"wordCount": 3893,
|
||||
"wordCount": 4034,
|
||||
"title": "Static vs. Dynamic vs. Jamstack: Where’s The Line?"
|
||||
},
|
||||
{
|
||||
|
|
@ -98,7 +125,7 @@
|
|||
"description": "(This is a sponsored post.)\nGot a WooCommerce store? It behooves you to offer a variety of payment methods. Just anecdotally, I’m sure both you and me have been annoyed and even abandoned purchases when a merchant, online or …\nThe post WooCommerce With Apple Pay and Google Pay appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/woocommerce-with-apple-pay-and-google-pay/",
|
||||
"publishedOn": "2021-08-10T14:54:56.000Z",
|
||||
"wordCount": 1321,
|
||||
"wordCount": 1338,
|
||||
"title": "WooCommerce With Apple Pay and Google Pay"
|
||||
},
|
||||
{
|
||||
|
|
@ -118,33 +145,6 @@
|
|||
"publishedOn": "2021-08-09T21:23:44.000Z",
|
||||
"wordCount": 2300,
|
||||
"title": "Choice Words about the Upcoming Deprecation of JavaScript Dialogs"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346316",
|
||||
"author": "Chris Coyier",
|
||||
"description": "We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …\nThe post The Large, Small, and Dynamic Viewports appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/",
|
||||
"publishedOn": "2021-08-09T20:37:39.000Z",
|
||||
"wordCount": 1999,
|
||||
"title": "The Large, Small, and Dynamic Viewports"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=345642",
|
||||
"author": "Temani Afif",
|
||||
"description": "In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …\nThe post Exploring the CSS Paint API: Image Fragmentation Effect appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/exploring-the-css-paint-api-image-fragmentation-effect/",
|
||||
"publishedOn": "2021-08-09T14:27:18.000Z",
|
||||
"wordCount": 2667,
|
||||
"title": "Exploring the CSS Paint API: Image Fragmentation Effect"
|
||||
},
|
||||
{
|
||||
"id": "https://css-tricks.com/?p=346259",
|
||||
"author": "Chris Coyier",
|
||||
"description": "Great little project from Ross Moody: \nSVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.\n…\nThe post SVG Gobbler appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.",
|
||||
"link": "https://css-tricks.com/svg-gobbler/",
|
||||
"publishedOn": "2021-08-06T19:32:54.000Z",
|
||||
"wordCount": 792,
|
||||
"title": "SVG Gobbler"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -153,6 +153,20 @@
|
|||
"feedUrl": "https://www.smashingmagazine.com/feed/",
|
||||
"siteUrl": "https://www.smashingmagazine.com/",
|
||||
"articles": [
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/",
|
||||
"author": "hello@smashingmagazine.com (Cache Merril)",
|
||||
"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": 2962,
|
||||
"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",
|
||||
"length": "0",
|
||||
"type": "image/jpg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "https://smashingmagazine.com/2021/08/Figma-tools-plugins-resources/",
|
||||
"author": "hello@smashingmagazine.com (Janet John)",
|
||||
|
|
@ -187,7 +201,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": 5017,
|
||||
"wordCount": 5043,
|
||||
"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",
|
||||
|
|
@ -229,7 +243,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": 6871,
|
||||
"wordCount": 6880,
|
||||
"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",
|
||||
|
|
@ -243,7 +257,7 @@
|
|||
"description": "VS Code can be supercharged wuth hundreds of [VS Code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/). In this article, Leonardo shares four useful extensions that help him in his daily work.",
|
||||
"link": "https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/",
|
||||
"publishedOn": "2021-08-06T10:00:00.000Z",
|
||||
"wordCount": 572,
|
||||
"wordCount": 586,
|
||||
"title": "Four Useful VSCode Extensions For Web Developers",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/2f984846-0510-48f5-a415-326027d14a88/3-useful-vscode-extensions-web-developers.png",
|
||||
|
|
@ -257,7 +271,7 @@
|
|||
"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": 6568,
|
||||
"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",
|
||||
|
|
@ -271,7 +285,7 @@
|
|||
"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": 3327,
|
||||
"wordCount": 3332,
|
||||
"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",
|
||||
|
|
@ -285,7 +299,7 @@
|
|||
"description": "Resilience is intrinsic to the web and therefore us, web developers. This article explores how graceful degradation, defensive coding, observability, and a healthy attitude towards failures better equips us before, during, and after an error occurs.",
|
||||
"link": "https://smashingmagazine.com/2021/08/build-resilient-javascript-ui/",
|
||||
"publishedOn": "2021-08-03T11:00:00.000Z",
|
||||
"wordCount": 2946,
|
||||
"wordCount": 2956,
|
||||
"title": "How To Build Resilient JavaScript UIs",
|
||||
"enclosure": {
|
||||
"url": "blob:http://www.smashingmagazine.com/c8b93225-8b34-431c-94f1-2f2d0a4fb95a",
|
||||
|
|
@ -299,7 +313,7 @@
|
|||
"description": "In this article, we’ll take a deep dive into the refactoring process itself, and cover incremental refactoring strategy, visual regression testing, and maintaining the refactored codebase.",
|
||||
"link": "https://smashingmagazine.com/2021/08/refactoring-css-strategy-regression-testing-maintenance-part2/",
|
||||
"publishedOn": "2021-08-02T11:00:00.000Z",
|
||||
"wordCount": 5981,
|
||||
"wordCount": 5996,
|
||||
"title": "Refactoring CSS: Strategy, Regression Testing And Maintenance (Part 2)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1005065b-5daf-4b21-8ac6-89b91effa5b9/refactoring-css-strategy-regression-testing-maintenance-part2.jpg",
|
||||
|
|
@ -313,7 +327,7 @@
|
|||
"description": "New month, new wallpapers! In this post, you’ll find unique and inspiring wallpapers for August 2021. Created with love by the community for the community, they come in versions with and without a calendar for the month.",
|
||||
"link": "https://smashingmagazine.com/2021/07/desktop-wallpaper-calendars-august-2021/",
|
||||
"publishedOn": "2021-07-31T07:15:00.000Z",
|
||||
"wordCount": 2520,
|
||||
"wordCount": 2529,
|
||||
"title": "Good Vibes In August (2021 Desktop Wallpapers Edition)",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/44276d4d-0b57-4f7a-91cd-c6f3708d09d7/aug-21-cowabunga-preview-opt.png",
|
||||
|
|
@ -327,7 +341,7 @@
|
|||
"description": "Having an e-commerce store is crucial for any store owner as more and more customers are turning to online shopping. In this tutorial, we shall go through how to create an e-commerce site with Angular 11. The site will use the Commerce Layer as a headless e-commerce API and use Paypal to process payments.",
|
||||
"link": "https://smashingmagazine.com/2021/07/ecommerce-angular11-headless-paypal/",
|
||||
"publishedOn": "2021-07-30T11:00:00.000Z",
|
||||
"wordCount": 12545,
|
||||
"wordCount": 12543,
|
||||
"title": "How To Build An E-Commerce Site With Angular 11, Commerce Layer And Paypal",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/959013b7-26f7-4620-af11-f26f306c1512/ecommerce-angular11-headless-paypal.jpg",
|
||||
|
|
@ -341,7 +355,7 @@
|
|||
"description": "What are absolute units? What are the differences between relative and absolute units, and how do we create accurate sizes on the web? In this article, Elad Shechter explains why CSS absolute units aren’t so absolute.",
|
||||
"link": "https://smashingmagazine.com/2021/07/css-absolute-units/",
|
||||
"publishedOn": "2021-07-29T10:30:00.000Z",
|
||||
"wordCount": 2952,
|
||||
"wordCount": 2964,
|
||||
"title": "There Is No Such Thing As A CSS Absolute Unit",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/6ee35630-bbe1-486c-8877-dacdd4b12869/css-absolute-units.jpg",
|
||||
|
|
@ -355,7 +369,7 @@
|
|||
"description": "Dialogs are everywhere in modern interface design (for good or for bad), and yet many of them are not accessible to assistive technologies. In this article, we will dig into how to create a short script to create accessible dialogs.",
|
||||
"link": "https://smashingmagazine.com/2021/07/accessible-dialog-from-scratch/",
|
||||
"publishedOn": "2021-07-28T11:00:00.000Z",
|
||||
"wordCount": 3089,
|
||||
"wordCount": 3102,
|
||||
"title": "Creating An Accessible Dialog From Scratch",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/4ef51448-125a-4906-98f1-11af0e3fad58/accessible-dialog-from-scratch.jpg",
|
||||
|
|
@ -369,7 +383,7 @@
|
|||
"description": "Next.js has strong opinions about how to organize JavaScript but not CSS. How can we develop patterns that encourage best CSS practices while also following the framework’s logic? The answer is surprisingly simple — to write well-structured CSS that balances global and local styling concerns.",
|
||||
"link": "https://smashingmagazine.com/2021/07/global-local-styling-nextjs/",
|
||||
"publishedOn": "2021-07-27T11:00:00.000Z",
|
||||
"wordCount": 3557,
|
||||
"wordCount": 3582,
|
||||
"title": "Global vs. Local Styling In Next.js",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/a1756133-541e-429d-82dd-fb6f3988ef56/global-local-styling-nextjs.jpg",
|
||||
|
|
@ -383,7 +397,7 @@
|
|||
"description": "Gatsby recently announced the launch of “functions”. In this article, Paul Scanlon explains how to get the current location of the International Space Station (ISS) as it orbits the Earth in real-time using [Gatsby Functions](https://www.gatsbyjs.com/docs/reference/functions/) and then display it on a 3D interactive globe using [React Three Fibre](https://github.com/pmndrs/react-three-fiber).",
|
||||
"link": "https://smashingmagazine.com/2021/07/gatsby-serverless-functions-international-space-station/",
|
||||
"publishedOn": "2021-07-26T10:30:00.000Z",
|
||||
"wordCount": 3096,
|
||||
"wordCount": 3114,
|
||||
"title": "Gatsby Serverless Functions And The International Space Station",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/c07c5052-399e-4aee-aa83-706eb1f0c1b6/gatsby-serverless-functions-international-space-station.jpg",
|
||||
|
|
@ -397,7 +411,7 @@
|
|||
"description": "Many web design agencies consider it a badge of honor that they win work exclusively through word-of-mouth recommendations. In this article, Paul Boag explains why that is entirely the wrong attitude and what to do about it.",
|
||||
"link": "https://smashingmagazine.com/2021/07/guide-attracting-clients-agency/",
|
||||
"publishedOn": "2021-07-23T11:00:00.000Z",
|
||||
"wordCount": 3409,
|
||||
"wordCount": 3408,
|
||||
"title": "A Guide To Attracting Clients To Your Agency",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/1d72d311-2839-48d2-8d23-dbe8951c4ab5/guide-attracting-clients-agency.jpg",
|
||||
|
|
@ -425,7 +439,7 @@
|
|||
"description": "Do you need a little inspiration boost? We’ve collected some useful color tools and resources that we’ve discovered lately — to help you get the most out of your creativity. We’ve also just recently covered [CSS auditing tools](https://www.smashingmagazine.com/2021/03/css-auditing-tools/), [CSS generators](https://www.smashingmagazine.com/2021/03/css-generators/), [accessible front-end components](https://www.smashingmagazine.com/2021/03/complete-guide-accessible-front-end-components/), [front-end boilerplates](https://www.smashingmagazine.com/2021/06/useful-frontend-boilerplates-starter-kits/) and [VS code extensions](https://www.smashingmagazine.com/2021/05/useful-vs-code-extensions-web-developers/) — you might find them useful, too.",
|
||||
"link": "https://smashingmagazine.com/2021/07/color-tools-resources/",
|
||||
"publishedOn": "2021-07-21T13:00:00.000Z",
|
||||
"wordCount": 3058,
|
||||
"wordCount": 3073,
|
||||
"title": "Color Tools And Resources",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/17380a77-f247-450e-be45-2b2e139f7a33/cool-backgrounds.png",
|
||||
|
|
@ -453,7 +467,7 @@
|
|||
"description": "By adding visual elements to your tests, you can gain more options to add meaningful ways in maintaining a high level of quality for your app. Colby Fayock explains how.",
|
||||
"link": "https://smashingmagazine.com/2021/07/maintaining-end-to-end-quality-visual-testing/",
|
||||
"publishedOn": "2021-07-19T10:30:00.000Z",
|
||||
"wordCount": 4476,
|
||||
"wordCount": 4503,
|
||||
"title": "Maintaining End-To-End Quality With Visual Testing",
|
||||
"enclosure": {
|
||||
"url": "http://cloud.netlifyusercontent.com/assets/344dbf88-fdf9-42bb-adb4-46f01eedd629/565523e3-0845-4042-9cd1-b3e48c75519d/maintaining-end-to-end-quality-visual-testing.jpg",
|
||||
|
|
@ -469,94 +483,94 @@
|
|||
"siteUrl": "https://www.freecodecamp.org/news",
|
||||
"articles": [
|
||||
{
|
||||
"id": "610655c93306a507d1bfc0e6",
|
||||
"id": "6119348e72231b077cdb0a55",
|
||||
"author": null,
|
||||
"description": "There are many benefits to coding in an online IDE or code editor. With these tools you don't need to set anything up locally, you can easily share your work, and they are often free to use. In this article, you'll learn what a code editor and an IDE are.",
|
||||
"link": "https://www.freecodecamp.org/news/javascript-online-html-css-js-code-editor-list-browser-ide-tools/",
|
||||
"publishedOn": "2021-08-12T19:31:16.000Z",
|
||||
"wordCount": 1339,
|
||||
"title": "JavaScript Online – HTML, CSS, and JS Code Editor List [Browser IDE Tools]"
|
||||
"description": "Are you preparing for coding interviews? I designed a crash course series to help you out. I'm Lynn, a software engineer and a recent graduate from the University of Chicago. This is the second course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,",
|
||||
"link": "https://www.freecodecamp.org/news/coding-interview-tree-traversal-crash-course-the-only-one-youll-ever-need/",
|
||||
"publishedOn": "2021-08-16T23:49:03.000Z",
|
||||
"wordCount": 1639,
|
||||
"title": "Coding Interview Tree Traversal Crash Course – The Only One You'll Ever Need"
|
||||
},
|
||||
{
|
||||
"id": "6115261272231b077cdaebfe",
|
||||
"id": "6114c87172231b077cdae3f2",
|
||||
"author": null,
|
||||
"description": "When you're learning about web development, you probably hear about HTML and CSS pretty quickly. Well, what are these tools and how do you use them? You can think of HTML as the structure and framing of a house. And when you want to make that structure look good, you",
|
||||
"link": "https://www.freecodecamp.org/news/html-and-css-inline-style-external-stylesheet-css-code-examples/",
|
||||
"publishedOn": "2021-08-12T18:47:27.000Z",
|
||||
"wordCount": 1580,
|
||||
"title": "HTML and CSS – Inline Style, External Stylesheet, CSS Code Examples"
|
||||
"description": "Let's begin with a quick question: How did you land on this article and this site today? Well, quite literally, by clicking or tapping on a link, right? That's how powerful this element is – it will get you to any part of the Internet just by clicking on a link.",
|
||||
"link": "https://www.freecodecamp.org/news/what-is-a-hyperlink-definition-for-beginners/",
|
||||
"publishedOn": "2021-08-16T23:33:49.000Z",
|
||||
"wordCount": 1475,
|
||||
"title": "What is a Hyperlink? HTML Links Explained with Examples"
|
||||
},
|
||||
{
|
||||
"id": "6107c0203306a507d1bfc551",
|
||||
"id": "611a2ac772231b077cdb0e58",
|
||||
"author": null,
|
||||
"description": "In this day and age, it seems like everyone is learning to code. Maybe you want to know how websites work, or you think back fondly on the old blogging platforms where you could hack together some HTML to personalize them. Or maybe you are curious to learn what all",
|
||||
"link": "https://www.freecodecamp.org/news/coding-websites-where-you-can-learn-how-to-code-for-free/",
|
||||
"publishedOn": "2021-08-12T18:11:29.000Z",
|
||||
"wordCount": 1627,
|
||||
"title": "Coding Websites Where You Can Learn How to Code for Free"
|
||||
"description": "If you're a JavaScript beginner, you might be struggling to understand what a promise really is. I recently published this as a thread on Twitter and was blown away by the responses. So I decided to expand this into an introductory tutorial on JavaScript promises. I have read a lot",
|
||||
"link": "https://www.freecodecamp.org/news/what-is-promise-in-javascript-for-beginners/",
|
||||
"publishedOn": "2021-08-16T22:56:20.000Z",
|
||||
"wordCount": 1738,
|
||||
"title": "What is a Promise? JavaScript Promises for Beginners"
|
||||
},
|
||||
{
|
||||
"id": "610fefc23306a507d1c00896",
|
||||
"id": "61167e3d72231b077cdafc14",
|
||||
"author": null,
|
||||
"description": "Authentication is an important feature and basic requirement in web applications these days. And developers spend lots of time building authentication modules for every application they create. But this manual approach can get tiring and is a bit unproductive. This is where Laravel really shines. It, along with Laravel Breeze,",
|
||||
"link": "https://www.freecodecamp.org/news/basic-authentication-in-laravel8-using-laravel-breeze/",
|
||||
"publishedOn": "2021-08-12T15:48:12.000Z",
|
||||
"wordCount": 1088,
|
||||
"title": "Laravel Authentication Tutorial – How to Set Up Basic Auth in Laravel 8"
|
||||
"description": "There are many repetitive tasks that we have to do every day. And they can be a bit boring, difficult, and monotonous. But instead of laboring away at those daily tasks, you can delegate them so someone or something else does them for you. That way, you can have more",
|
||||
"link": "https://www.freecodecamp.org/news/use-github-actions-to-automate-android-development/",
|
||||
"publishedOn": "2021-08-16T20:18:40.000Z",
|
||||
"wordCount": 2038,
|
||||
"title": "How to Use GitHub Actions to Automate Android App Development"
|
||||
},
|
||||
{
|
||||
"id": "610e15c63306a507d1bffb45",
|
||||
"id": "611772ea72231b077cdafd56",
|
||||
"author": null,
|
||||
"description": "Flutter is a Dart-based toolkit that helps you build the front end of your apps. It really shines in cross-platform mobile app development and aims to be a viable option for web and desktop as well. In its mobile app flavor, Flutter provides many UI abstractions to build interfaces. You",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-install-and-setup-flutter-on-ubuntu/",
|
||||
"publishedOn": "2021-08-12T15:43:09.000Z",
|
||||
"wordCount": 2173,
|
||||
"title": "How to Install and Set Up Flutter on Ubuntu 16.04+"
|
||||
"description": "Whenever you visit a website, you'll probably click on something like a link or button. Links take you to a certain part of the page, another page of the website, or another website entirely. Buttons, on the other hand, are usually manipulated by JavaScript events so they can trigger certain",
|
||||
"link": "https://www.freecodecamp.org/news/html-button-onclick-javascript-click-event-tutorial/",
|
||||
"publishedOn": "2021-08-16T17:58:05.000Z",
|
||||
"wordCount": 2613,
|
||||
"title": "HTML Button onclick – JavaScript Click Event Tutorial"
|
||||
},
|
||||
{
|
||||
"id": "6112e3c972231b077cdad299",
|
||||
"id": "6107bffb3306a507d1bfc543",
|
||||
"author": null,
|
||||
"description": "Clean Architecture is a term coined by Robert C. Martin. The main idea is that entities and use cases are independent of frameworks, UI, the database, and external services. A Clean Architecture style has a positive effect on maintainability because: We can test domain entities and use cases without a",
|
||||
"link": "https://www.freecodecamp.org/news/modern-clean-architecture/",
|
||||
"publishedOn": "2021-08-12T15:28:31.000Z",
|
||||
"wordCount": 2243,
|
||||
"title": "How to Build Modern Clean Architecture"
|
||||
"description": "If you are analysing data in Excel and need to set the value of a cell conditionally, you can use an IF statement to do so. The syntax is IF(logical_test, [value_if_true], [value_if_false]), where: logical_test is an expression that evaluates to TRUE or FALSE,",
|
||||
"link": "https://www.freecodecamp.org/news/if-statement-excel-if-function-examples/",
|
||||
"publishedOn": "2021-08-16T16:10:37.000Z",
|
||||
"wordCount": 808,
|
||||
"title": "IF Statement Excel – If Function Examples"
|
||||
},
|
||||
{
|
||||
"id": "6113ee6272231b077cdadbd3",
|
||||
"id": "6106498a3306a507d1bfbff1",
|
||||
"author": null,
|
||||
"description": "Forms are one of the most important parts of the web. Without them, there wouldn't be an easy way to collect data, search for resources, or sign up to receive valuable information. You can embed forms on websites with the HTML form element. Inside the form element, several inputs are",
|
||||
"link": "https://www.freecodecamp.org/news/html-form-input-type-and-submit-button-example/",
|
||||
"publishedOn": "2021-08-12T15:17:38.000Z",
|
||||
"wordCount": 1950,
|
||||
"title": "HTML Form – Input Type and Submit Button Example"
|
||||
"description": "You have just decided to learn how to code and you want to pursue a career in web development. But what exactly is web development? Where can you start learning? How much do web developers make? How do you get a job as a web developer? When I first started",
|
||||
"link": "https://www.freecodecamp.org/news/what-is-web-development-how-to-become-a-web-developer-career-path/",
|
||||
"publishedOn": "2021-08-16T16:10:01.000Z",
|
||||
"wordCount": 1538,
|
||||
"title": "What is Web Development? How to Become a Web Developer [2021 Career Path]"
|
||||
},
|
||||
{
|
||||
"id": "610aec303306a507d1bfdf07",
|
||||
"id": "6114b68972231b077cdae2e6",
|
||||
"author": null,
|
||||
"description": "FastAPI makes it quicker and easier to develop APIs with Python. We just published a crash course on the freeCodeCamp.org YouTube channel that will teach you how to use FastAPI. Tomi Tokko developed this course. Tomi has made many popular courses both on his own channel and the freeCodeCamp",
|
||||
"link": "https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly/",
|
||||
"publishedOn": "2021-08-12T13:07:37.000Z",
|
||||
"wordCount": 8996,
|
||||
"title": "FastAPI Course – Code APIs Quickly"
|
||||
"description": "Node.js is one of the most popular back-end technologies out there right now. It is friendly, robust, and well-maintained and it's not going anywhere anytime soon. To help you learn how to use it effectively, in this article we will create a simple server using Node with Babel configured",
|
||||
"link": "https://www.freecodecamp.org/news/setup-babel-in-nodejs/",
|
||||
"publishedOn": "2021-08-16T13:58:10.000Z",
|
||||
"wordCount": 1038,
|
||||
"title": "How to Setup Babel in Node.js"
|
||||
},
|
||||
{
|
||||
"id": "61025c793306a507d1bfad64",
|
||||
"id": "6040a6a7a7946308b768148c",
|
||||
"author": null,
|
||||
"description": "I recently had the chance to teach high school students how to code. There are not that many beginner-friendly tutorials on algorithms coded in JavaScript which is the language they were learning. So I decided to make one. In this article, I will try my best to explain some core",
|
||||
"link": "https://www.freecodecamp.org/news/binary-tree-algorithms-for-javascript-beginners/",
|
||||
"publishedOn": "2021-08-11T23:50:28.000Z",
|
||||
"wordCount": 1356,
|
||||
"title": "Binary Search Tree Algorithms for JavaScript Beginners"
|
||||
"description": "Are you struggling to learn to code? If you are, I want to help. So I have collected some tips from my personal experience to guide you so that you won't struggle unnecessarily again. Why is Learning to Code Hard?Learning to code can be very hard especially for beginners.",
|
||||
"link": "https://www.freecodecamp.org/news/why-learning-to-code-is-hard-and-how-to-make-it-easier/",
|
||||
"publishedOn": "2021-08-16T13:58:01.000Z",
|
||||
"wordCount": 2566,
|
||||
"title": "Why Learning to Code is Hard – And How to Make it Easier"
|
||||
},
|
||||
{
|
||||
"id": "610d4a303306a507d1bff2ea",
|
||||
"id": "6114ce1f72231b077cdae411",
|
||||
"author": null,
|
||||
"description": "One of the end goals of a React Native project is to have a minimal amount of platform-specific logic and code. Most APIs can be built so the platform-specific code is abstracted away by the framework. This gives you a single way to interact with them and easily create cross-platform",
|
||||
"link": "https://www.freecodecamp.org/news/how-to-implement-ios-components-apis/",
|
||||
"publishedOn": "2021-08-11T23:31:34.000Z",
|
||||
"wordCount": 1442,
|
||||
"title": "How to Implement iOS-Specific Components and APIs"
|
||||
"description": "Have you ever noticed the \"HTTP\" or \"HTTPS\" at the beginning of a URL in your browser? Well, what is HTTP and what is HTTPS? How are they different? In order to understand the differences, it helps to demistify to meaning of these two terms and",
|
||||
"link": "https://www.freecodecamp.org/news/what-is-https-http-vs-https-meaning-and-how-it-works/",
|
||||
"publishedOn": "2021-08-16T13:57:44.000Z",
|
||||
"wordCount": 1813,
|
||||
"title": "What is HTTPS? HTTP vs HTTPS Meaning and How it Works"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
284
feed.atom
284
feed.atom
|
|
@ -1,10 +1,155 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>urn:2021-08-16T00:38:58.506Z</id>
|
||||
<id>urn:2021-08-17T00:39:12.678Z</id>
|
||||
<title>osmos::feed</title>
|
||||
<updated>2021-08-16T00:38:58.506Z</updated>
|
||||
<updated>2021-08-17T00:39:12.678Z</updated>
|
||||
<generator>osmosfeed 1.11.0</generator>
|
||||
<link rel="alternate" href="index.html"/>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Coding Interview Tree Traversal Crash Course – The Only One You'll Ever Need]]></title>
|
||||
<id>6119348e72231b077cdb0a55</id>
|
||||
<link href="https://www.freecodecamp.org/news/coding-interview-tree-traversal-crash-course-the-only-one-youll-ever-need/"/>
|
||||
<updated>2021-08-16T23:49:03.000Z</updated>
|
||||
<summary type="html"><![CDATA[Are you preparing for coding interviews? I designed a crash course series to help you out. I'm Lynn, a software engineer and a recent graduate from the University of Chicago. This is the second course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What is a Hyperlink? HTML Links Explained with Examples]]></title>
|
||||
<id>6114c87172231b077cdae3f2</id>
|
||||
<link href="https://www.freecodecamp.org/news/what-is-a-hyperlink-definition-for-beginners/"/>
|
||||
<updated>2021-08-16T23:33:49.000Z</updated>
|
||||
<summary type="html"><![CDATA[Let's begin with a quick question: How did you land on this article and this site today? Well, quite literally, by clicking or tapping on a link, right? That's how powerful this element is – it will get you to any part of the Internet just by clicking on a link.]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Tabs in HTML?]]></title>
|
||||
<id>https://css-tricks.com/?p=346418</id>
|
||||
<link href="https://bkardell.com/blog/SpicySections.html"/>
|
||||
<updated>2021-08-16T23:31:01.000Z</updated>
|
||||
<summary type="html"><![CDATA[Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
|
||||
The post Tabs in HTML? 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[What is a Promise? JavaScript Promises for Beginners]]></title>
|
||||
<id>611a2ac772231b077cdb0e58</id>
|
||||
<link href="https://www.freecodecamp.org/news/what-is-promise-in-javascript-for-beginners/"/>
|
||||
<updated>2021-08-16T22:56:20.000Z</updated>
|
||||
<summary type="html"><![CDATA[If you're a JavaScript beginner, you might be struggling to understand what a promise really is. I recently published this as a thread on Twitter and was blown away by the responses. So I decided to expand this into an introductory tutorial on JavaScript promises. I have read a lot]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Cutouts]]></title>
|
||||
<id>https://css-tricks.com/?p=346686</id>
|
||||
<link href="https://ishadeed.com/article/thinking-about-the-cut-out-effect/"/>
|
||||
<updated>2021-08-16T20:49:09.000Z</updated>
|
||||
<summary type="html"><![CDATA[Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things.
|
||||
The first thing …
|
||||
The post Cutouts 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 Use GitHub Actions to Automate Android App Development]]></title>
|
||||
<id>61167e3d72231b077cdafc14</id>
|
||||
<link href="https://www.freecodecamp.org/news/use-github-actions-to-automate-android-development/"/>
|
||||
<updated>2021-08-16T20:18:40.000Z</updated>
|
||||
<summary type="html"><![CDATA[There are many repetitive tasks that we have to do every day. And they can be a bit boring, difficult, and monotonous. But instead of laboring away at those daily tasks, you can delegate them so someone or something else does them for you. That way, you can have more]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTML Button onclick – JavaScript Click Event Tutorial]]></title>
|
||||
<id>611772ea72231b077cdafd56</id>
|
||||
<link href="https://www.freecodecamp.org/news/html-button-onclick-javascript-click-event-tutorial/"/>
|
||||
<updated>2021-08-16T17:58:05.000Z</updated>
|
||||
<summary type="html"><![CDATA[Whenever you visit a website, you'll probably click on something like a link or button. Links take you to a certain part of the page, another page of the website, or another website entirely. Buttons, on the other hand, are usually manipulated by JavaScript events so they can trigger certain]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[IF Statement Excel – If Function Examples]]></title>
|
||||
<id>6107bffb3306a507d1bfc543</id>
|
||||
<link href="https://www.freecodecamp.org/news/if-statement-excel-if-function-examples/"/>
|
||||
<updated>2021-08-16T16:10:37.000Z</updated>
|
||||
<summary type="html"><![CDATA[If you are analysing data in Excel and need to set the value of a cell conditionally, you can use an IF statement to do so. The syntax is IF(logical_test, [value_if_true], [value_if_false]), where: logical_test is an expression that evaluates to TRUE or FALSE,]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What is Web Development? How to Become a Web Developer [2021 Career Path]]]></title>
|
||||
<id>6106498a3306a507d1bfbff1</id>
|
||||
<link href="https://www.freecodecamp.org/news/what-is-web-development-how-to-become-a-web-developer-career-path/"/>
|
||||
<updated>2021-08-16T16:10:01.000Z</updated>
|
||||
<summary type="html"><![CDATA[You have just decided to learn how to code and you want to pursue a career in web development. But what exactly is web development? Where can you start learning? How much do web developers make? How do you get a job as a web developer? When I first started]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTML is Not a Programming Language?]]></title>
|
||||
<id>https://css-tricks.com/?p=346318</id>
|
||||
<link href="https://css-tricks.com/html-is-not-a-programming-language/"/>
|
||||
<updated>2021-08-16T14:44:35.000Z</updated>
|
||||
<summary type="html"><![CDATA[HTML is not a programming language.
|
||||
I’ve heard that sentence so many times and it’s tiring. Normally, it is followed by something like, It doesn’t have logic, or, It is not Turing complete,.so… obviously it is not a programming …
|
||||
The post HTML is Not a Programming Language? appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Alvaro Montoro</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Setup Babel in Node.js]]></title>
|
||||
<id>6114b68972231b077cdae2e6</id>
|
||||
<link href="https://www.freecodecamp.org/news/setup-babel-in-nodejs/"/>
|
||||
<updated>2021-08-16T13:58:10.000Z</updated>
|
||||
<summary type="html"><![CDATA[Node.js is one of the most popular back-end technologies out there right now. It is friendly, robust, and well-maintained and it's not going anywhere anytime soon. To help you learn how to use it effectively, in this article we will create a simple server using Node with Babel configured]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Why Learning to Code is Hard – And How to Make it Easier]]></title>
|
||||
<id>6040a6a7a7946308b768148c</id>
|
||||
<link href="https://www.freecodecamp.org/news/why-learning-to-code-is-hard-and-how-to-make-it-easier/"/>
|
||||
<updated>2021-08-16T13:58:01.000Z</updated>
|
||||
<summary type="html"><![CDATA[Are you struggling to learn to code? If you are, I want to help. So I have collected some tips from my personal experience to guide you so that you won't struggle unnecessarily again. Why is Learning to Code Hard?Learning to code can be very hard especially for beginners.]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[What is HTTPS? HTTP vs HTTPS Meaning and How it Works]]></title>
|
||||
<id>6114ce1f72231b077cdae411</id>
|
||||
<link href="https://www.freecodecamp.org/news/what-is-https-http-vs-https-meaning-and-how-it-works/"/>
|
||||
<updated>2021-08-16T13:57:44.000Z</updated>
|
||||
<summary type="html"><![CDATA[Have you ever noticed the "HTTP" or "HTTPS" at the beginning of a URL in your browser? Well, what is HTTP and what is HTTPS? How are they different? In order to understand the differences, it helps to demistify to meaning of these two terms and]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How To Develop Your Business’ Technology Roadmap]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/</id>
|
||||
<link href="https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/"/>
|
||||
<updated>2021-08-16T06:55:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[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.]]></summary>
|
||||
<author>
|
||||
<name>hello@smashingmagazine.com (Cache Merril)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Unicode Arrows]]></title>
|
||||
<id>https://css-tricks.com/?p=346665</id>
|
||||
|
|
@ -38,76 +183,6 @@ The post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by
|
|||
<name>Robin Rendle</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[JavaScript Online – HTML, CSS, and JS Code Editor List [Browser IDE Tools]]]></title>
|
||||
<id>610655c93306a507d1bfc0e6</id>
|
||||
<link href="https://www.freecodecamp.org/news/javascript-online-html-css-js-code-editor-list-browser-ide-tools/"/>
|
||||
<updated>2021-08-12T19:31:16.000Z</updated>
|
||||
<summary type="html"><![CDATA[There are many benefits to coding in an online IDE or code editor. With these tools you don't need to set anything up locally, you can easily share your work, and they are often free to use. In this article, you'll learn what a code editor and an IDE are.]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTML and CSS – Inline Style, External Stylesheet, CSS Code Examples]]></title>
|
||||
<id>6115261272231b077cdaebfe</id>
|
||||
<link href="https://www.freecodecamp.org/news/html-and-css-inline-style-external-stylesheet-css-code-examples/"/>
|
||||
<updated>2021-08-12T18:47:27.000Z</updated>
|
||||
<summary type="html"><![CDATA[When you're learning about web development, you probably hear about HTML and CSS pretty quickly. Well, what are these tools and how do you use them? You can think of HTML as the structure and framing of a house. And when you want to make that structure look good, you]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Coding Websites Where You Can Learn How to Code for Free]]></title>
|
||||
<id>6107c0203306a507d1bfc551</id>
|
||||
<link href="https://www.freecodecamp.org/news/coding-websites-where-you-can-learn-how-to-code-for-free/"/>
|
||||
<updated>2021-08-12T18:11:29.000Z</updated>
|
||||
<summary type="html"><![CDATA[In this day and age, it seems like everyone is learning to code. Maybe you want to know how websites work, or you think back fondly on the old blogging platforms where you could hack together some HTML to personalize them. Or maybe you are curious to learn what all]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Laravel Authentication Tutorial – How to Set Up Basic Auth in Laravel 8]]></title>
|
||||
<id>610fefc23306a507d1c00896</id>
|
||||
<link href="https://www.freecodecamp.org/news/basic-authentication-in-laravel8-using-laravel-breeze/"/>
|
||||
<updated>2021-08-12T15:48:12.000Z</updated>
|
||||
<summary type="html"><![CDATA[Authentication is an important feature and basic requirement in web applications these days. And developers spend lots of time building authentication modules for every application they create. But this manual approach can get tiring and is a bit unproductive. This is where Laravel really shines. It, along with Laravel Breeze,]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Install and Set Up Flutter on Ubuntu 16.04+]]></title>
|
||||
<id>610e15c63306a507d1bffb45</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-install-and-setup-flutter-on-ubuntu/"/>
|
||||
<updated>2021-08-12T15:43:09.000Z</updated>
|
||||
<summary type="html"><![CDATA[Flutter is a Dart-based toolkit that helps you build the front end of your apps. It really shines in cross-platform mobile app development and aims to be a viable option for web and desktop as well. In its mobile app flavor, Flutter provides many UI abstractions to build interfaces. You]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Build Modern Clean Architecture]]></title>
|
||||
<id>6112e3c972231b077cdad299</id>
|
||||
<link href="https://www.freecodecamp.org/news/modern-clean-architecture/"/>
|
||||
<updated>2021-08-12T15:28:31.000Z</updated>
|
||||
<summary type="html"><![CDATA[Clean Architecture is a term coined by Robert C. Martin. The main idea is that entities and use cases are independent of frameworks, UI, the database, and external services. A Clean Architecture style has a positive effect on maintainability because: We can test domain entities and use cases without a]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTML Form – Input Type and Submit Button Example]]></title>
|
||||
<id>6113ee6272231b077cdadbd3</id>
|
||||
<link href="https://www.freecodecamp.org/news/html-form-input-type-and-submit-button-example/"/>
|
||||
<updated>2021-08-12T15:17:38.000Z</updated>
|
||||
<summary type="html"><![CDATA[Forms are one of the most important parts of the web. Without them, there wouldn't be an easy way to collect data, search for resources, or sign up to receive valuable information. You can embed forms on websites with the HTML form element. Inside the form element, several inputs are]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Using Web Components in WordPress is Easier Than You Think]]></title>
|
||||
<id>https://css-tricks.com/?p=345687</id>
|
||||
|
|
@ -130,36 +205,6 @@ The post Using Web Components in WordPress is Easier Than You Think appeared fir
|
|||
<name>hello@smashingmagazine.com (Janet John)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[FastAPI Course – Code APIs Quickly]]></title>
|
||||
<id>610aec303306a507d1bfdf07</id>
|
||||
<link href="https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly/"/>
|
||||
<updated>2021-08-12T13:07:37.000Z</updated>
|
||||
<summary type="html"><![CDATA[FastAPI makes it quicker and easier to develop APIs with Python. We just published a crash course on the freeCodeCamp.org YouTube channel that will teach you how to use FastAPI. Tomi Tokko developed this course. Tomi has made many popular courses both on his own channel and the freeCodeCamp]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Binary Search Tree Algorithms for JavaScript Beginners]]></title>
|
||||
<id>61025c793306a507d1bfad64</id>
|
||||
<link href="https://www.freecodecamp.org/news/binary-tree-algorithms-for-javascript-beginners/"/>
|
||||
<updated>2021-08-11T23:50:28.000Z</updated>
|
||||
<summary type="html"><![CDATA[I recently had the chance to teach high school students how to code. There are not that many beginner-friendly tutorials on algorithms coded in JavaScript which is the language they were learning. So I decided to make one. In this article, I will try my best to explain some core]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[How to Implement iOS-Specific Components and APIs]]></title>
|
||||
<id>610d4a303306a507d1bff2ea</id>
|
||||
<link href="https://www.freecodecamp.org/news/how-to-implement-ios-components-apis/"/>
|
||||
<updated>2021-08-11T23:31:34.000Z</updated>
|
||||
<summary type="html"><![CDATA[One of the end goals of a React Native project is to have a minimal amount of platform-specific logic and code. Most APIs can be built so the platform-specific code is abstracted away by the framework. This gives you a single way to interact with them and easily create cross-platform]]></summary>
|
||||
<author>
|
||||
<name>freeCodeCamp.org</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Wanna see a whiter white?]]></title>
|
||||
<id>https://css-tricks.com/?p=346388</id>
|
||||
|
|
@ -296,28 +341,6 @@ The post Choice Words about the Upcoming Deprecation of JavaScript Dialogs appea
|
|||
<name>Chris Coyier</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[The Large, Small, and Dynamic Viewports]]></title>
|
||||
<id>https://css-tricks.com/?p=346316</id>
|
||||
<link href="https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/"/>
|
||||
<updated>2021-08-09T20:37:39.000Z</updated>
|
||||
<summary type="html"><![CDATA[We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …
|
||||
The post The Large, Small, and Dynamic Viewports 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[Exploring the CSS Paint API: Image Fragmentation Effect]]></title>
|
||||
<id>https://css-tricks.com/?p=345642</id>
|
||||
<link href="https://css-tricks.com/exploring-the-css-paint-api-image-fragmentation-effect/"/>
|
||||
<updated>2021-08-09T14:27:18.000Z</updated>
|
||||
<summary type="html"><![CDATA[In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
|
||||
The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.]]></summary>
|
||||
<author>
|
||||
<name>Temani Afif</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[HTTP/3 From A To Z: Core Concepts (Part 1)]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/http3-core-concepts-part1/</id>
|
||||
|
|
@ -328,19 +351,6 @@ The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first
|
|||
<name>hello@smashingmagazine.com (Robin Marx)</name>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[SVG Gobbler]]></title>
|
||||
<id>https://css-tricks.com/?p=346259</id>
|
||||
<link href="https://css-tricks.com/svg-gobbler/"/>
|
||||
<updated>2021-08-06T19:32:54.000Z</updated>
|
||||
<summary type="html"><![CDATA[Great little project from Ross Moody:
|
||||
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
|
||||
…
|
||||
The post SVG Gobbler 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[Four Useful VSCode Extensions For Web Developers]]></title>
|
||||
<id>https://smashingmagazine.com/2021/08/useful-vscode-extensions-web-developers/</id>
|
||||
|
|
|
|||
352
index.html
352
index.html
|
|
@ -15,6 +15,188 @@
|
|||
|
||||
<body>
|
||||
<!-- %after-body-begin.html% -->
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-16">2021-08-16</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">Tabs in HTML?</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://bkardell.com/blog/SpicySections.html">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>Brian Kardell shares a bit about the progress of bringing "Tabs" to HTML. We kinda think we know what they are, but you have to be really specific when dealing with specs and defining them. It's tricky.
|
||||
The post Tabs in HTML? 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">Cutouts</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://ishadeed.com/article/thinking-about-the-cut-out-effect/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>Ahmad Shadeed dug into shape “cutouts” the other day. Imagine a shape with another smaller shape carved out of it. In his typical comprehensive way, Ahmad laid out the situation well—looking at tricky situations that complicate things.
|
||||
The first thing …
|
||||
The post Cutouts 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">HTML is Not a Programming Language?</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/html-is-not-a-programming-language/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(12 min)</span>
|
||||
<span>HTML is not a programming language.
|
||||
I’ve heard that sentence so many times and it’s tiring. Normally, it is followed by something like, It doesn’t have logic, or, It is not Turing complete,.so… obviously it is not a programming …
|
||||
The post HTML is Not a Programming Language? 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">Coding Interview Tree Traversal Crash Course – The Only One You'll Ever Need</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/coding-interview-tree-traversal-crash-course-the-only-one-youll-ever-need/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>Are you preparing for coding interviews? I designed a crash course series to help you out. I'm Lynn, a software engineer and a recent graduate from the University of Chicago. This is the second course in my Coding Interview Crash Course Series. Feel free to check out my YouTube channel,</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What is a Hyperlink? HTML Links Explained with Examples</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-a-hyperlink-definition-for-beginners/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>Let's begin with a quick question: How did you land on this article and this site today? Well, quite literally, by clicking or tapping on a link, right? That's how powerful this element is – it will get you to any part of the Internet just by clicking on a link.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What is a Promise? JavaScript Promises for Beginners</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-promise-in-javascript-for-beginners/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>If you're a JavaScript beginner, you might be struggling to understand what a promise really is. I recently published this as a thread on Twitter and was blown away by the responses. So I decided to expand this into an introductory tutorial on JavaScript promises. I have read a lot</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Use GitHub Actions to Automate Android App Development</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/use-github-actions-to-automate-android-development/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>There are many repetitive tasks that we have to do every day. And they can be a bit boring, difficult, and monotonous. But instead of laboring away at those daily tasks, you can delegate them so someone or something else does them for you. That way, you can have more</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">HTML Button onclick – JavaScript Click Event Tutorial</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-button-onclick-javascript-click-event-tutorial/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>Whenever you visit a website, you'll probably click on something like a link or button. Links take you to a certain part of the page, another page of the website, or another website entirely. Buttons, on the other hand, are usually manipulated by JavaScript events so they can trigger certain</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">IF Statement Excel – If Function Examples</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/if-statement-excel-if-function-examples/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>If you are analysing data in Excel and need to set the value of a cell conditionally, you can use an IF statement to do so. The syntax is IF(logical_test, [value_if_true], [value_if_false]), where: logical_test is an expression that evaluates to TRUE or FALSE,</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What is Web Development? How to Become a Web Developer [2021 Career Path]</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-web-development-how-to-become-a-web-developer-career-path/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>You have just decided to learn how to code and you want to pursue a career in web development. But what exactly is web development? Where can you start learning? How much do web developers make? How do you get a job as a web developer? When I first started</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Setup Babel in Node.js</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/setup-babel-in-nodejs/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>Node.js is one of the most popular back-end technologies out there right now. It is friendly, robust, and well-maintained and it's not going anywhere anytime soon. To help you learn how to use it effectively, in this article we will create a simple server using Node with Babel configured</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Why Learning to Code is Hard – And How to Make it Easier</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/why-learning-to-code-is-hard-and-how-to-make-it-easier/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>Are you struggling to learn to code? If you are, I want to help. So I have collected some tips from my personal experience to guide you so that you won't struggle unnecessarily again. Why is Learning to Code Hard?Learning to code can be very hard especially for beginners.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">What is HTTPS? HTTP vs HTTPS Meaning and How it Works</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/what-is-https-http-vs-https-meaning-and-how-it-works/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(6 min)</span>
|
||||
<span>Have you ever noticed the "HTTP" or "HTTPS" at the beginning of a URL in your browser? Well, what is HTTP and what is HTTPS? How are they different? In order to understand the differences, it helps to demistify to meaning of these two terms and</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.smashingmagazine.com/">Articles on Smashing Magazine — For Web Designers And Developers</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How To Develop Your Business’ Technology Roadmap</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://smashingmagazine.com/2021/08/develop-business-technology-roadmap/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(10 min)</span>
|
||||
<span>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.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
</section>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-13">2021-08-13</time></h2>
|
||||
<ul class="sources card">
|
||||
|
|
@ -62,7 +244,7 @@ The post Building a Cool Front End Thing Generator appeared first on CSS-Tricks.
|
|||
<summary class="article-expander__title">Stay alert</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://dev.to/richharris/stay-alert-d">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(32 min)</span>
|
||||
<span class="article-reading-time">(33 min)</span>
|
||||
<span>A few days ago, Chris wrote up his thoughts about how alert(), confirm(), and prompt() were being deprecated by Chrome and collected a bunch of thoughts from developers. If certain features can essentially be turned off by …
|
||||
The post Stay alert appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.</span>
|
||||
</div>
|
||||
|
|
@ -84,100 +266,6 @@ The post Using Web Components in WordPress is Easier Than You Think appeared fir
|
|||
</article>
|
||||
</section>
|
||||
</li>
|
||||
<li class="source">
|
||||
<section>
|
||||
<h3 class="source-name"><a class="source-name__link" href="https://www.freecodecamp.org/news">freeCodeCamp.org</a></h3>
|
||||
<section class="articles-per-source">
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">JavaScript Online – HTML, CSS, and JS Code Editor List [Browser IDE Tools]</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/javascript-online-html-css-js-code-editor-list-browser-ide-tools/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>There are many benefits to coding in an online IDE or code editor. With these tools you don't need to set anything up locally, you can easily share your work, and they are often free to use. In this article, you'll learn what a code editor and an IDE are.</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">HTML and CSS – Inline Style, External Stylesheet, CSS Code Examples</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-and-css-inline-style-external-stylesheet-css-code-examples/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>When you're learning about web development, you probably hear about HTML and CSS pretty quickly. Well, what are these tools and how do you use them? You can think of HTML as the structure and framing of a house. And when you want to make that structure look good, you</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Coding Websites Where You Can Learn How to Code for Free</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/coding-websites-where-you-can-learn-how-to-code-for-free/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>In this day and age, it seems like everyone is learning to code. Maybe you want to know how websites work, or you think back fondly on the old blogging platforms where you could hack together some HTML to personalize them. Or maybe you are curious to learn what all</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">Laravel Authentication Tutorial – How to Set Up Basic Auth in Laravel 8</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/basic-authentication-in-laravel8-using-laravel-breeze/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(4 min)</span>
|
||||
<span>Authentication is an important feature and basic requirement in web applications these days. And developers spend lots of time building authentication modules for every application they create. But this manual approach can get tiring and is a bit unproductive. This is where Laravel really shines. It, along with Laravel Breeze,</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Install and Set Up Flutter on Ubuntu 16.04+</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-install-and-setup-flutter-on-ubuntu/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>Flutter is a Dart-based toolkit that helps you build the front end of your apps. It really shines in cross-platform mobile app development and aims to be a viable option for web and desktop as well. In its mobile app flavor, Flutter provides many UI abstractions to build interfaces. You</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Build Modern Clean Architecture</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/modern-clean-architecture/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>Clean Architecture is a term coined by Robert C. Martin. The main idea is that entities and use cases are independent of frameworks, UI, the database, and external services. A Clean Architecture style has a positive effect on maintainability because: We can test domain entities and use cases without a</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">HTML Form – Input Type and Submit Button Example</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/html-form-input-type-and-submit-button-example/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>Forms are one of the most important parts of the web. Without them, there wouldn't be an easy way to collect data, search for resources, or sign up to receive valuable information. You can embed forms on websites with the HTML form element. Inside the form element, several inputs are</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">FastAPI Course – Code APIs Quickly</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/fastapi-helps-you-develop-apis-quickly/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(30 min)</span>
|
||||
<span>FastAPI makes it quicker and easier to develop APIs with Python. We just published a crash course on the freeCodeCamp.org YouTube channel that will teach you how to use FastAPI. Tomi Tokko developed this course. Tomi has made many popular courses both on his own channel and the freeCodeCamp</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>
|
||||
|
|
@ -244,34 +332,6 @@ The post Napkin appeared first on CSS-Tricks. You can support CSS-Tricks by bein
|
|||
</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">Binary Search Tree Algorithms for JavaScript Beginners</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/binary-tree-algorithms-for-javascript-beginners/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>I recently had the chance to teach high school students how to code. There are not that many beginner-friendly tutorials on algorithms coded in JavaScript which is the language they were learning. So I decided to make one. In this article, I will try my best to explain some core</span>
|
||||
</div>
|
||||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">How to Implement iOS-Specific Components and APIs</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.freecodecamp.org/news/how-to-implement-ios-components-apis/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(5 min)</span>
|
||||
<span>One of the end goals of a React Native project is to have a minimal amount of platform-specific logic and code. Most APIs can be built so the platform-specific code is abstracted away by the framework. This gives you a single way to interact with them and easily create cross-platform</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>
|
||||
|
|
@ -414,30 +474,6 @@ The post Choice Words about the Upcoming Deprecation of JavaScript Dialogs appea
|
|||
</a>
|
||||
</details>
|
||||
</article>
|
||||
<article>
|
||||
<details class="article-expander">
|
||||
<summary class="article-expander__title">The Large, Small, and Dynamic Viewports</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://www.bram.us/2021/07/08/the-large-small-and-dynamic-viewports/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(7 min)</span>
|
||||
<span>We’ve got viewport units (e.g. vw, vh, vmin, vmax), and they are mostly pretty great. It’s cool to always have a unit available that is relative to the entire screen. But when you ask people what …
|
||||
The post The Large, Small, and Dynamic Viewports 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">Exploring the CSS Paint API: Image Fragmentation Effect</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/exploring-the-css-paint-api-image-fragmentation-effect/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(9 min)</span>
|
||||
<span>In my previous article, I created a fragmentation effect using CSS mask and custom properties. It was a neat effect but it has one drawback: it uses a lot of CSS code (generated using Sass). This time I am …
|
||||
The post Exploring the CSS Paint API: Image Fragmentation Effect 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">
|
||||
|
|
@ -462,26 +498,6 @@ The post Exploring the CSS Paint API: Image Fragmentation Effect appeared first
|
|||
<section class="daily-content">
|
||||
<h2 class="daily-heading"><time datatime="2021-08-06">2021-08-06</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">SVG Gobbler</summary>
|
||||
<a class="article-summary-link article-summary-box-outer" href="https://css-tricks.com/svg-gobbler/">
|
||||
<div class="article-summary-box-inner">
|
||||
<span class="article-reading-time">(3 min)</span>
|
||||
<span>Great little project from Ross Moody:
|
||||
SVG Gobbler is a browser extension that finds the vector content on the page you’re viewing and gives you the option to download, optimize, copy, view the code, or export it as an image.
|
||||
…
|
||||
The post SVG Gobbler 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>
|
||||
|
|
@ -833,7 +849,7 @@ The post SVG Gobbler appeared first on CSS-Tricks. You can support CSS-Tricks by
|
|||
</section>
|
||||
|
||||
<footer>
|
||||
<time id="build-timestamp" datetime="2021-08-16T00:38:58.472Z">2021-08-16T00:38:58.472Z</time>
|
||||
<time id="build-timestamp" datetime="2021-08-17T00:39:12.659Z">2021-08-17T00:39:12.659Z</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