Tijan AyomideforDigitalMage🧙🏿tijan.hashnode.net·Feb 9, 2023Prisma in 500 secondsWith so many ORMs available, deciding which one to use for your JavaScript-based project can be difficult. You have a ton of options depending on your objectives or stack, including libraries like TypeORM, Sequelize, and Mongoose. In this article, we...Discuss·10 likes·54 readsprismaGithub Repo: https://github.com/TijanAyo/prisma_in_500_seconds 10
Boluwatife Victor O.forboluwatifevictor.hashnode.net·Dec 28, 2022How to Generate and Document APIs with PostmanPostman is a popular API development and testing platform that software developers use to test and document their APIs. Generally, APIs are the bridge between applications, allowing them to interact with each other through specific commands and funct...Discuss·7 likes·73 readsPostman
NISHANT MISHRAforKeploy Students Blogkeploy.hashnode.net·Aug 4, 2022Frustrations of API TestingHello! Sometimes API Testing becomes so frustrating. Every person who's doing API Testing has to go through it eventually. And there is no other way other than to go through the phase and find a solution. As a tester I have experienced some of these ...Discuss·4 likes·99 readsAPIs
Sujeet KumarforTech Storiestechstories-1682178166343.hashnode.net·Apr 22, 2023Building a GraphQL API with Spring Boot: A step-by-step guideGraphQL is a query language for APIs that allows you to specify exactly what data you need and get only that, no more and no less. Spring Boot, on the other hand, is a popular framework for building enterprise-grade applications in Java. In this blog...Discuss·30 readsgraphql api
Manish SinghforOutside Studiooutside-studio.hashnode.net·Mar 23, 2023REST API Development: Best Practices and GuidelinesThe goal of building a REST API is to provide a consistent and easy-to-use interface for clients to access resources and perform actions on those resources. For example, let's say we are building a REST API for a blog post. One of the resources we wa...Discuss·1 like·123 readsAPIs
Georgios Komninosforgosom.hashnode.net·Mar 9, 2023Introducing Address Parser Go REST: A Simple Solution for Address ParsingParsing addresses can be a complex and time-consuming task. Different address formats and variations can make it challenging to extract accurate information from address strings. Fortunately, Address Parser Go REST provides a simple solution to this ...Discuss·83 readsAPI development
Shital MainaliforLearn IT Easyshital7858.hashnode.net·Mar 8, 2023Mastering REST API Development with PHP: A Comprehensive TutorialIntroduction REST (Representational State Transfer) is a style of software architecture that provides a standard for creating web services. RESTful web services are those that follow the REST principles. A RESTful web service provides an API (Applica...Discuss·53 readsREST API
Tijan AyomideforDigitalMage🧙🏿tijan.hashnode.net·Feb 9, 2023Prisma in 500 secondsWith so many ORMs available, deciding which one to use for your JavaScript-based project can be difficult. You have a ton of options depending on your objectives or stack, including libraries like TypeORM, Sequelize, and Mongoose. In this article, we...Discuss·10 likes·54 readsprismaGithub Repo: https://github.com/TijanAyo/prisma_in_500_seconds 10
Shaikh Rumman FardeenforShaikh Rumman Fardeen's blogsrummanf.hashnode.net·Feb 3, 2023How to make your own APII hope you know what an API is. If not, then API is Application Programming Interface used by the client-side server to send a request and get a response from server side server Recipe : Open your text editor (VS Code or Atom) and open a new folder....Discuss·2 likes·39 readsAPIs
Suhail KhanforIshan Guptaondemandappdeveloper.hashnode.net·Jan 5, 2023The Need for APIs in Your Mobile App BusinessSending and receiving information is a major requirement in the mobile app development process. Without creating a flexible and fluent channel to exchange information, the multiple elements cannot connect with each other. And as the major feature and...DiscussAPI DEVELOPMENT IMPORTANCE
Boluwatife Victor O.forboluwatifevictor.hashnode.net·Dec 28, 2022How to Generate and Document APIs with PostmanPostman is a popular API development and testing platform that software developers use to test and document their APIs. Generally, APIs are the bridge between applications, allowing them to interact with each other through specific commands and funct...Discuss·7 likes·73 readsPostman
Collins Boitforl00pinfinityl00pinfinity.hashnode.net·Dec 21, 2022Getting Started with API FundamentalsAPIs simplify application development by abstracting the underlying implementation and exposing only the objects or actions needed by developers. An API stands for Application Programming Interface. APIs allow computer programs to communicate with ea...Discuss·3 likes·43 reads#codenewbies
Jose Diazforblog.jjdiaz.devjjdiaz.hashnode.net·Jun 9, 2022FastAPI: The High-Performance Python Framework for Building APIsFastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.7+ based on standard Python type hints. One of the key features of FastAPI is its automatic OpenAPI validation and documentation, which allows you to automati...Discuss·153 readsPython