Ayoub Toubablog.yaffalab.com·Sep 11, 2024Efficiently Bypassing CORS in Next.js 14: A Practical GuideAs a frontend developer, you've likely encountered CORS (Cross-Origin Resource Sharing) issues when working with external APIs. This guide will walk you through a straightforward solution to bypass CORS in Next.js 14, using a real-world example of fe...52 readsNext.js
Sohail Pathaniamspathan.hashnode.dev·Aug 21, 2023RSS to JSON: Integrating RSS Feeds into Your ApplicationsRSS feeds have long been a popular means of delivering content from different sources including websites, blogs and news sites. Integrating and consuming RSS feeds can become a lot easier by converting them into JSON format. In this post we look at h...rss
Aashutosh Soniblog.ashutosh7i.dev·Aug 1, 2023📝 What is RSS Feed and How I Used It to My Advantage 🌐sit tight, lots of interesting things ahead ✅; let's begin- Introduction to RSS Feed 📰 RSS (Rich Site Summary or Really Simple Syndication) is a standard format used to publish and distribute frequently updated content on the web. It allows websites...61 readsrss
Liam Masterslamasters.hashnode.dev·May 23, 2023SimpliFeed - News UnclutteredSimpliFeed: Appwrite Hashnode Hackathon Visit today at simplifeed.org! Developed by Liam Masters Description of Project Too much of the news that we get served is dictated by trends and algorithms. SimpliFeed allows you to choose the feeds you want b...5 likes·234 readsHashnode
Sriram Bsriram23.hashnode.dev·Dec 11, 2022How I used the RSS feeds to display my blogs on my website (Part 2)Hello World! In the previous part, we've seen how we can query for the RSS feed and how we can convert it to JSON format. If you have not read it, I'd recommend you to have a look at it. https://sriram23.hashnode.dev/how-i-used-the-rss-feeds-to-displ...143 readsReact
Sriram Bsriram23.hashnode.dev·Dec 7, 2022How I used the RSS feeds to display my blogs on my website (Part 1)Hello World! Let me show you how I used the RSS feeds to display blogs on my website. But before that let us see what's RSS. What is RSS? RSS (Really Simple Syndication) is nothing but a file, that contains a summary of updates from the websites in X...319 readsrss-parser