Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Mastering API Definitions: A Comprehensive GuideIn the fast-paced world of software development, APIs have become the backbone of modern applications. At the heart of these APIs lies a crucial element: the API definition. This guide will explore the concept of API definitions, their significance, ...APIDocumentation
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Zudoku: Open-Source API Docs FrameworkOur documentation framework is open-source, so anyone can use it. Check out > Zudoku > and create your API documentation for free. At Zuplo, we strive to make all our features world-class, with the same great extensibility and programmability as the...APIDocumentation
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024How to Promote and Market your API: SPECtacular OpenAPIThis blog is part of our full guide on API Promotion and Marketing strategies. > Check it out If you followed my advice from the previous post on building your API using hype tools, a nice side benefit is all the tooling that comes with popular fram...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024Top 20 Python API Frameworks with OpenAPI SupportIt seems like every month, a new Python web framework is launched - with a new set of features, better performance, or a cleaner syntax than its predecessors. One feature that often gets ignored, however, is OpenAPI support. We've talked at great len...APIs
Adrian Machadozuplo.hashnode.dev·Dec 20, 2024How to Successfully Promote and Market an APIWhat are the best strategies for marketing an API in 2024? Use these > techniques for your API product strategy. If you're reading this, you've decided to embark on the journey of API productization. Congratulations - you have a long but potentially...APIDocumentation
Panth Patelhow-is-my-backend.whiteloves.in·Dec 11, 2024A Guide to Node.js Generic Routing Systemhttps://jsr.io/@panth977/routes gives you a cool design system to set up your routes, with support for Middleware, HTTP (req, single res), and SSE. But keep in mind, this package isn't meant to serve your routes! For that, you'll need https://jsr.io/...http
Shrijith Venkatramanashrsv.hashnode.dev·Dec 5, 2024Musings Over What Makes LiveAPI Different (from Swagger Et Cetera)Note: This post was cross-posted from Hexmos Journal As I work on LiveAPI day in day out, trying to make it a tool worthy of people's time and attention - I keep thinking about what makes LiveAPI different from Swagger et cetera. What truly different...10 likesAPIs
Jung Wook ParkforCodeSnapcodesnapmag.hashnode.dev·Nov 18, 2024OpenAPI: 백엔드 개발자의 도구, 프런트엔드 개발자의 친구원문: Malcolm Kee, OpenAPI: A backend developer's tool, a frontend developer's friend 저는 제 작업 흐름에 TypeScript가 유용하다고 생각합니다. 코드의 일관성 없는 가정을 인식해서 버그를 방지해 주기 때문에 코드에 더 확신을 가질 수 있죠. 하지만 TypeScript는 컴파일 시간에 접근할 수 있는 코드베이스 이외에는 타입 검사를 할 수 없습니다. TypeScript가 런...2 likesNovember 2024OpenApi
Beppe Catanesebeppecatanese.hashnode.dev·Nov 15, 2024✨ The 7 Golden Rules for Creating API Libraries that Shine ✨API libraries are essential in making APIs accessible to every developer. They create an abstraction that simplifies how applications interact with services. They boost productivity by fitting in the developer’s preferred language and technology stac...263 readsAPIs
Onyeanuna PrinceforfreeCodeCampfreecodecamp.org·Nov 4, 2024How to Handle Complex Use Cases in Your OpenAPI Specifications – API Documentation GuideWhen you’re documenting an API reference, there are two main approaches you can follow. You can either use the manual approach of filling in the endpoints via a user interface, or organize a structured document containing all the necessary informatio...Technical writing