Annis Souamesanniscodes.com·Sep 20, 2023How to Stream From a REST API Using Kafka ConnectIn a recent project, I was working on, I had to create a data pipeline that reads flight data from a REST API (Opensky Network API) and sends the data continuously to an S3 bucket. To accomplish this, I decided to use Kafka, a powerful and scalable s...Discusskafka
Highlightlyhighlightly.hashnode.dev·Sep 18, 2023Effortless Soccer Highlights Api Integration for Your Application: A Step-by-Step GuideThe world of sports data aggregation In today’s fast-paced world of sports applications, there’s an abundance of API providers offering a rich tapestry of sports data. Yet, despite this wealth of information, two persistent challenges continue to pla...DiscussJavaScript
Marco RomanuttiforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Sep 18, 2023Effortless API-firstThe software development world is an ever-evolving landscape. Technologies and methodologies continuously evolve - each promising a more efficient and effective way to create high-quality software. One such approach that is gaining significant tract...Discuss·3 likes·155 readsapi
kushagradevops121.hashnode.dev·Sep 17, 2023Demystifying API : Your Complete ResourceWhat is an API? An API is like a menu in a restaurant. It provides a list of dishes you can order, along with a description of each dish. When you specify what you'd like to order, the kitchen (i.e., the system) prepares the dish and serves it to you...Discussapi
Kishor Paroikishorsblog.hashnode.dev·Sep 16, 2023Infinity Image Scrolling Using Intersection Observer APIThe Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with the top-level document's viewport. This powerful API is especially useful for implementing feature...DiscussJavaScript
Kansariwala Hetashri Dhavalkumarhetashrikansariwala.hashnode.dev·Sep 11, 2023Introduction to APIAPI:- POWERS COMMUNICATION BETWEEN SOFTWARE ON THE INTERNET API API stands for "Application Programming Interface. It is essentially a set of rules (protocols) that define how different software can interact with each other. Example Let's say you wan...Discuss·4 likes·36 reads@WeMakeDevs @hashnode
Tiago Costa Rebelotiagocrebelo.hashnode.dev·Sep 10, 2023APIs: The Building Blocks of Modern Application DevelopmentIntroduction: Understanding the Basics of APIs APIs, short for Application Programming Interfaces, are the unsung heroes of the digital world, often working behind the scenes to make our technology-driven lives smoother and more interconnected. To un...DiscussAPIs
Nazmul Hossainnh47.hashnode.dev·Sep 4, 2023Unlocking the Potential of the JavaScript Fetch API: Mastering Data Retrieval and Enhancing SEOMastering Data Retrieval with the JavaScript Fetch API In the realm of modern web development, efficient data retrieval is paramount. Whether you're fetching data from a remote server or making API requests, JavaScript plays a crucial role in making ...DiscussJavaScript JavaScript
Mails Guidemailsguide.hashnode.dev·Sep 3, 2023A Powerful API for Email ValidationConfirm the existance, legitimacy, and quality of any email address. MailGuide API provides thorough, instant validation of email addresses, enhancing email delivery and open rates, minimizing bounce rates, preventing spam, and offering a convenient ...Discussapi
Nazmul Hossainnh47.hashnode.dev·Sep 3, 2023Building a RESTful API with JSON Server: A Comprehensive GuideBuilding a RESTful API with JSON Server: A Comprehensive Guide In the ever-evolving landscape of web development, creating a robust backend for your applications is a crucial step. While there are various options available, JSON Server stands out as ...DiscussJavaScript JavaScript