Shobo Adefowopetaiwoadefowope.hashnode.dev·Nov 20, 2024JavaScript Fetch API in Minutes!Introduction: The Fetch API is a powerful JavaScript tool used to interact with Web APIs. Learn how to make GET, POST, PUT, PATCH, and DELETE requests. This tutorial also covers async/await with Fetch and handling API responses. Video Tutorial ...DiscussJavaScript
Evanevanlovescloud.com·Oct 17, 2024Automating Data Collection from Dynamic Websites: My Journey with Puppeteer, API Fetching, and AWS LambdaIntroduction I embarked on this project to deepen my hands-on experience with AWS Lambda and JavaScript. Despite having no prior background in JavaScript, I decided to dive in headfirst because I learn best through practice. I was eager to develop n...Discussjawa.gg
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Oct 10, 2024JavaScript ES6 Features: Promises, Async/Await, and Fetch API ExplainedJavaScript is an essential programming language for creating dynamic and responsive websites. With the advent of ES6 (ECMAScript 2015), JavaScript evolved with several new features that make development more manageable and efficient, especially for h...Discuss·54 readsaync
Nicole Gathanynicolegathany.hashnode.dev·Oct 7, 2024GraphQL vs. REST APIsToday I was reflecting on an interview I had last year where the interviewer said “At your last company, you used GraphQL. I’m surprised that you didn’t use REST APIs.” If I can be really transparent and vulnerable with you all here, I was caught off...Discuss·87 readsGraphQL
Graham Boylegreyboyle.hashnode.dev·Oct 2, 2024JavaScript Fetch API: A Complete OverviewAs web applications become more dynamic, efficient server communication is crucial. JavaScript's fetch API provides a powerful and flexible way to handle HTTP requests, allowing developers to interact with APIs and other remote resources. Mastering t...Discuss·29 likes·123 readsJavaScript
Vitthal Korvanvitthal-korvan.hashnode.dev·Oct 2, 2024Local Storage and Session StorageLocal Storage Local storage in JavaScript is a web storage feature that allows websites to store key-value pairs in a web browser, providing a way to persist data across sessions. It is part of the Web Storage API, which includes both localStorage an...Discuss·1 likeAdvanced JavaScript and DOMlocalstorage
Vitthal Korvanvitthal-korvan.hashnode.dev·Oct 2, 2024Fetch API and AXIOSFetch API The Fetch API is a modern, flexible, and powerful JavaScript interface for making HTTP requests to servers. It is a replacement for XMLHttpRequest (XHR) and offers a simpler, cleaner syntax using promises, allowing developers to handle asyn...Discuss·1 likeAsynchronous JavaScriptaxios
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Still Convinced That Multiple Fetch Requests Hit the Database Multiple Times? You’re Missing Out!One of the common mistakes I've encountered while working with Next.js is the misconception that making separate data fetching requests in different components is inefficient or problematic. In this article, we'll explore this mistake, how caching wo...DiscussYou Don't Know Next.jsfetch
Bahrul Rozakbahrulrozak.hashnode.dev·Sep 18, 2024SuperFetch: The Next-Level HTTP Client LibraryIn the fast-paced world of web development, choosing the right tool for managing HTTP requests can significantly impact your application's performance and maintainability. While libraries like axios and fetch are popular choices, there's a new conten...Discussfetch API
Avleen Sandhuavleen.hashnode.dev·Aug 20, 2024Utilizing fetch and .then to Integrate a Public APIWe might not always have the data we need in order to complete our desired projects. For example, suppose we are making a weather app. If you are the average person, it is more than likely that you do not have all the tools and technology needed to c...Discussfetch API