JealousGxblog.jealous.dev·Oct 31, 2024Understanding API Paradigms: A Deep Dive into GraphQL, REST, and gRPCIn today's software development landscape, APIs (Application Programming Interfaces) play a crucial role in enabling communication between different systems. Among the various types of APIs available, GraphQL, REST, and gRPC are three of the most pop...DiscussAPI Comparison
Rakesh kumarbucketflow.hashnode.dev·Oct 2, 2024How to Fetch and Display Random User Data Using JavaScript: A Beginner's GuideIntroduction In this tutorial, we'll build a simple Random User Data Generator using JavaScript. This project will teach you how to: Fetch data from an external API using fetch() Display the fetched data on a webpage dynamically Implement error ha...DiscussJavaScript
Abdulhamid Sonaikeabdulk.hashnode.dev·Feb 5, 2024Mastering Asynchronous JavaScript with Fetch and Async/AwaitIn today's fast-paced world of web development, mastering asynchronous JavaScript is not just a skill but a necessity. As websites become more dynamic and interactive, understanding how to handle asynchronous operations efficiently becomes paramount....Discuss·10 likes·40 readsJavaScript
Namya Shahbigsmoke.hashnode.dev·Dec 21, 2023JavaScript Interview Related Important TopicsCore JavaScript Concepts: Data Types and Variables: Understand primitive and reference data types, variable declaration, and scoping (var, let, const). Functions: Function declaration, expression, anonymous functions, arrow functions, closures, and...DiscussJavaScript
Tiago Rangel de Sousablog.tiagorangel.com·Mar 16, 20235 Cool Javascript APIs you didn't know 🤯Hey there, coding enthusiasts! Are you tired of using the same old JavaScript APIs? Well, we've got some great news for you! We're here to introduce you to five awesome JavaScript APIs that you might not have heard of before. Let's get started! The ...Discuss·1 like·31 readsJavaScript