Treblletrebllemakers.hashnode.dev·Dec 18, 2024Understanding RESTful API CRUD OperationsAPIs are the glue that holds modern apps together, letting different parts of your system communicate effortlessly. If you’ve been working with RESTful APIs, you’ve probably heard about CRUD operations: Create, Read, Update, and Delete. These are the...APIs
Anmol Baranwalanmolbaranwal.hashnode.dev·Dec 12, 2024This API Client is More Secure and Better Than PostmanAPIs are the backbone of modern web and while Postman has been the most widely used tool for years, there are plenty of good options out there. Each alternative brings unique features to fit the different needs of developers and teams alike. Today, l...10 likesAPIs
Yohan LByohanlb.hashnode.dev·Sep 28, 2024The API Client I Didn’t Know I Needed: Bruno1. Introduction: The Search for the Perfect API Client While developing the API for my GeoQuiz app, I needed a reliable and simple API client for testing, documenting, and managing routes across different environments. I initially explored well-known...Web EngineeringAPIs
Ganesh Rama Hegdedesignpatterns.hashnode.dev·Sep 1, 2024Factory Design PatternThe factory design pattern is a creational design pattern that provides an interface for creating objects in a superclass but allows subclasses to change the type of objects that will be created. Instead of calling the constructor directly, we use a ...1 likeFactory Design Pattern
Sohail Pathaniamspathan.hashnode.dev·Jul 18, 2024The Fragmentation in API Tooling: Specialized Tools, Inefficient ProcessesThe API management world is certainly a difficult one to navigate, especially for beginners. I can tell from my own experience that when starting my journey in API management I was kind of blown away with the number of tools that are out there and av...APIs
Cloud Tunedcloudtuned.hashnode.dev·Jun 7, 2024Daily Hack #day65 - Paw API ClientPaw API Client Paw is a powerful and user-friendly API client for macOS designed for developers, testers, and anyone working with APIs. It provides an intuitive interface and a rich set of features to simplify the process of designing, testing, and d...Daily Hackspaw
Ryan Howardrollercodester.hashnode.dev·Apr 9, 2024NoGQL Web AppsWhat the heck is NoGQL? "Surely it's a typo. He probably means NoSQL, right?" It's not a typo, and apologies if you were hoping this was going to be a DB discussion. What I mean by NoGQL is any modern web application that doesn't use GraphQL or any o...54 readsAPI clients
Rohit Rajendranblog.rohitrajendran.com·Mar 11, 2024We do talk about Bruno: The API ClientDespite the catchy song from “Encanto” advising us otherwise, today we’re going to talk about Bruno, an API client, which has quickly become my go-to API client. Our team, like many others, used Postman as our preferred REST API client. It helped str...APIs
Muhammad Haider Khanblog.haiderkhan.dev·Jan 24, 2024Simplifying HTTP API Requests with Client HTTP API Request BuilderIn the world of modern web development, making HTTP requests to RESTful APIs is a common task. It involves handling various complexities such as setting headers, dealing with different HTTP methods, and managing endpoints. The Client HTTP API Request...53 reads#HTTPRequests
Kaavian SivamforRequestlyrequestly.hashnode.dev·Jun 11, 2023Comparing the best API clients Hoppscotch vs. PostmanWhen it comes to API testing, Hoppscotch and Postman are among the few popular tools used by developers. Both of these tools are designed to make API testing easier and more efficient. Hoppscotch is a free and open-source API testing tool that provid...Postman