#apidesign search results
How can APIs keep evolving without breaking existing clients? The answer lies in versioning. #SoftwareEngineering #Backend #APIDesign #Developers #TechBasics
It's been a while since I last posted, but I'm excited to share an update! Through the MuleSoft Anypoint Fundamentals training, I've been learning about key platform components like Anypoint Designer and Anypoint Exchange. Can't wait to apply this knowledge! #MuleSoft #APIDesign
Say goodbye to copy-pasting scripts! The new Package Library in Postman v11 lets you reuse code across requests and #APIs. Change once, use everywhere. Dive deeper ➡️ blog.postman.com/announcing-pos… #APIDesign
Enjoyed chatting with Erik on #GettingAPIsToWork about the @SmartBear State of Software Quality API Report📊 We dived into the gap between understanding what a good API is and getting good APIs delivered. #apis #apidesign #apiconsumption #apidocumentation #apiquality 🎥Trailer:
Day 12/30: API Route Structure Organized RESTful API routes: Public Routes: • /api/health • /api/auth (login, register) Protected Routes: • /products • /sales • /categories • /inventory • /dashboard • /users • /superadmin Clean APIs are happy APIs! #RESTAPI #APIDesign
Software Architecture and Design Practice Reference by Cesare Pautasso, Olaf Zimmermann, and Mirko Stocker is the featured bundle of ebooks 📚 on the Leanpub homepage! #Textbooks #SoftwareArchitecture #ApiDesign #SoftwareEngineering #SystemIntegration #WebDevelopment #books…
The @OpenApiSpec 𝗔𝗣𝗜 𝗪𝗼𝗿𝗸𝗳𝗹𝗼𝘄𝘀 𝗦𝗽𝗲𝗰𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 on #GettingAPIsToWork channel. If you design APIs where the jobs-to-be-done by consumers require more than one API request, then perhaps the draft spec can help you and your consumers! #apis #apidesign #dx
Start with the API: Understand the importance of designing your #API before diving into the coding. A well-defined API serves as a stable foundation, regardless of how implementation details may evolve. - @v1bhormahajan #APIdesign #Microservices #Specmatic #APItesting #CDD
API Design Best Practices A simple checklist for scalable, secure, and user-focused APIs. Save this. #APIDesign #BackendDev #RESTAPI #JavaDeveloper #CleanCode #SoftwareEngineering #Microservices #MasteringBackend
🚀 Scale smarter, not harder. Discover how to build and scale AI-driven APIs using Python — from multi-model routing to latency optimization. By Srikanth Dhondi | Full Stack Developer & AI Consultant 👉 srikanthdhondi.store/blog/how-to-de… #AIConsultant #GenerativeAI #APIdesign
Is your #GraphQL schema built for scale? Or is it one implicit key away from breaking? Undefined dependencies can disrupt composition and force inefficient jumps between #subgraphs. Define @key fields properly and keep your schema rock-solid. #APIDesign #TheGoodThingPodcast
API Design Best Practices for Your Enterprise #API #APIDesign #SoftwareDevelopment #TechInnovation #EnterpriseSolutions #Technology #Innovation #Business
"The essence of the problem, is that a GET has no request body, and for that reason it cannot handle more complex request. " from StackOverflow... And this is what I see in Twitter traffic in my network tab... #rest #api #apidesign
"regTime? signup_date? Or createdAt?" EchoAPI's AI instantly suggests standard field names that make sense, follow naming conventions, are easy to understand, and maintain camelCase consistency. Less time spent on naming means faster releases. #APIDesign #APINaming #APIDev
🚀 Build APIs with intention, not by accident! Join Matthias Biehl (API-University.com) at #APIcon Berlin for a hands-on workshop on designing APIs the right way. 📅 Oct 20–22, 2025 🔗 apiconference.net/api-design/int… #APIDesign #APIConference #BerlinTech
Solving Sprawling API Syndrome - some very good inputs on web api design by Michael "Monty" Montgomery #apidesign #technopark #zürich
Designing APIs for complex systems? 🤔 Do you prefer a "contract-first" approach with OpenAPI specs, or iterate based on actual client needs? #APIdesign
Microservices Aggregation: UI vs. Proxy? 🔥 Two downstream data sources. Where do you merge and transform the data? Proxy (Aggregator Pattern) is usually best for resilience & clean UI. Agree? #Microservices #SoftwareArchitecture #APIDesign
🌐 Timeless Concepts, Evolving Technologies at API Conference Berlin It’s an exciting time for the API community, bridging innovation and experience to shape the future of connected systems. 🚀 #APIConference #APIDesign #SoftwareEngineering #TechInnovation #DeveloperCommunity
Eager loading: When endpoints need comprehensive data Lazy loading: When immediate response with partial data works Very informative to match the loading strategy to an endpoint's purpose! #APIDesign #Coding
🧵 REST vs GraphQL: A Developer's Guide to API Design Choosing the right API architecture is crucial for building scalable apps. Let's break down REST vs GraphQL to help you make informed decisions. Thread 👇 #BuildInPublic #APIDesign
Day 12 of ♾ Days of Coding, Developed REST API endpoints for user logout using Express.js. Today, I used the cookie-parser package to handle tokens — saving them after login and clearing them on logout #BackendDeveloper #InfiniteDaysOfCoding #APIDesign #Debugging
Need input: Designing an API that needs to support both real-time updates & batch processing. 🤔 How would you balance latency for live data with efficiency for bulk operations? #APIdesign
RESTful error handling added to bookcase creation API—responses are now more helpful for users and devs alike! #APIDesign #Java
Day 11 of ♾ Days of Coding, Developed REST API endpoints for user authentication (signup & login) using Express.js. Today, I used JWT for token based authentication and bcrypt for secure password hashing. #backenddevloper #InfiniteDaysOfCoding #APIDesign #debugging
Build APIs You Won't Hate by Phil Sturgeon is on sale on Leanpub! Its suggested price is $29.99; get it for $18.89 with this coupon: leanpub.com/sh/4cr49gKV @philsturgeon #Selfhelp #Software #ApiDesign
Get a clear view of Pydantic's lazy facade: Inside Pydantic's Lazy Facade explains how the package surface defers work until needed and what that means for library authors. Read More: zalt.me/blog/2025/10/i… #Python #APIDesign #DesignPatterns
I’m Aderinmola, a Python Backend Dev building scalable systems that drive growth. Sharing insights on backend architecture & scalability. Let’s connect — founders, devs, entrepreneurs & tech leaders! #BackendDev #SystemDesign #APIDesign
⚙️ A well-designed API is intuitive, consistent, and versioned. Breaking changes should always come with clear communication and deprecation timelines. #Backend #APIDesign
#1 New Release in Web Services: RESTful API Design Patterns and Best Practices by Andrzej Jarzyna & Samir Amzani. A fresh take on APIs: product-mindset, domain-driven design & future-proof lifecycle. #APIdesign #WebServices #REST #openapi
Solution → use DTOs (Data Transfer Objects). They decouple your database from API responses. Entities evolve. APIs shouldn’t break when they do. #SpringBoot #APIDesign #SoftwareArchitecture
How can APIs keep evolving without breaking existing clients? The answer lies in versioning. #SoftwareEngineering #Backend #APIDesign #Developers #TechBasics
Have you explored our guide to #APIDesign? We'll dive into several topics, including 🛠 🎨 ⤵️ 1. The key stages of API design 2. API design best practices 3. Common questions about API design 4. ...and more! Check it out: postman.com/api-platform/a…
Say goodbye to copy-pasting scripts! The new Package Library in Postman v11 lets you reuse code across requests and #APIs. Change once, use everywhere. Dive deeper ➡️ blog.postman.com/announcing-pos… #APIDesign
Hello everyone, we are excited to announce the launch of #Apidog on @ProductHunt today! 🔗Vote for Apidog:producthunt.com/posts/apidog Apidog, an all-in-one platform for #APIdesign, documentation, debugging, #testing, mocking, and collaborations, has officially launched on Product…
🤔 Still using OpenAPI & Swagger interchangeably? They’re NOT the same. ✅ Learn their key differences ✅ When to use each ✅ Best practices for API design Read the full breakdown 👉 keploy.io/blog/community… #OpenAPI #Swagger #APIDesign #DevOps #Keploy
We've highlighted some of the most common mistakes in #apidesign👇 As an experienced API developer, @FinSenseAfrica understands your needs. Let's collaborate to build a reliable, secure, and high performing #apifirst strategy to meet your unique business needs. 🚀 @ijsumra
It's been a while since I last posted, but I'm excited to share an update! Through the MuleSoft Anypoint Fundamentals training, I've been learning about key platform components like Anypoint Designer and Anypoint Exchange. Can't wait to apply this knowledge! #MuleSoft #APIDesign
How to Learn API Development Source: @Python_Dv #API #APIIntegration #APIDesign #APIGateway #APIManagement #APISecurity #OpenAPI #Microservices #CloudComputing #APIDevelopment #SoftwareDevelopment #DevOps #GraphQL #RESTAPI #WebAPI #APIEconomy #DigitalTransformation #Automation
Day 12/30: API Route Structure Organized RESTful API routes: Public Routes: • /api/health • /api/auth (login, register) Protected Routes: • /products • /sales • /categories • /inventory • /dashboard • /users • /superadmin Clean APIs are happy APIs! #RESTAPI #APIDesign
I'm very excited to announce that I'll be running a webinar with @fkilcommins about API Security by Design 🙌! API Security is a broad topic, and one of the slippery slopes in this area is API design and how it affects security. #apis #apidesign #apisecurity
Learn #API structure style from this #Infographic! Via BigData Specialist #APIDesign #APIArchitecture #APIStyle #GraphQL #WebDevelopment #DeveloperTools cc: @antgrasso @FrRonconi @ramonvidall
Understand FastAPI routing internals: Inside FastAPI’s Routing Core explains how the router and request handler wire requests, dependencies, and responses — useful for backend engineers. Read More: zalt.me/blog/2025/09/i… #Python #WebFrameworks #APIDesign
Something went wrong.
Something went wrong.
United States Trends
- 1. Iowa 25.9K posts
- 2. Dante Moore 2,686 posts
- 3. Indiana 41K posts
- 4. Penn State 25K posts
- 5. Mendoza 22.4K posts
- 6. Heisman 10.5K posts
- 7. Gus Johnson 7,662 posts
- 8. #UFCVegas111 7,500 posts
- 9. Mizzou 4,825 posts
- 10. Atticus Sappington N/A
- 11. #GoDucks 2,559 posts
- 12. #kufball N/A
- 13. Sayin 71K posts
- 14. UConn 4,229 posts
- 15. Sounders 1,016 posts
- 16. Cam Coleman N/A
- 17. Lance Leipold N/A
- 18. #iufb 4,678 posts
- 19. Fran Brown N/A
- 20. Aggies 2,455 posts