Sunil Kumarcskblogs.hashnode.dev·Nov 27, 2024Mastering REST API Design: Principles for Scalable and Robust ApplicationsIn today’s hyper-connected world, REST APIs are the backbone of modern web applications, enabling seamless communication between systems. Whether you’re a fresher dipping your toes into the world of APIs or an experienced architect designing scalable...robust API principles
Adeoye Davidoluferanmidavid.hashnode.dev·May 22, 2024NestJS; A Beginner's GuideIntroduction NestJS is a progressive Node.js framework for building efficient and scalable server-side applications. It uses TypeScript by default and is heavily inspired by Angular, bringing familiar concepts such as dependency injection and a modul...20 likesnestjs
Hemanth Gangulahemanthgangula.hashnode.dev·Apr 23, 2024Decoding Amazon API Gateway: A Primer on REST, WebSocket, and HTTP APIsAs businesses broaden their digital presence, the demand for effective and scalable API management solutions grows crucial. Amazon API Gateway, a fully managed service from AWS, provides a robust set of tools to streamline communication between appli...WebSocket API
Md. Maruf SarkerforStack Learnerblog.stacklearner.com·Apr 6, 2024Let's Build a Better API: Common Mistakes to Avoidহ্যালো, ডেভস! আশা করি ভালোই আছেন। অবশ্য নাও থাকতে পারেন, কারণ REST API নিয়ে কাজ করতে গিয়ে REST এর আর সুযোগ হয় কই? কোনো না কোনো প্যাঁচ তো লেগেই থাকে! API এন্ডপয়েন্ট বানাতে হিমশিম খাওয়া, ডেডলাইনে এসে ডকুমেন্টেশন লিখতে গিয়ে কোডের আগা-মাথা খুঁজে না পাওয়া...10 likes·1.1K readshm nayem
Kusal Tharindublog.dtk2globle.com·Mar 10, 2024What Are REST APIs and How Can You Master Them?Introduction In the digital world, APIs (Application Programming Interfaces) are the backbone of software communication, enabling different systems, applications, and devices to connect and share data seamlessly. Among the various types of APIs, REST...41 readsAPIs Beginner to Masterlearnwithkusal
Emmanuel Oluwadurotimi Upahewc.hashnode.dev·Jan 13, 2024Crafting Effective API FunctionalitiesWelcome to the second part of the series! This instalment discusses crafting API functionality, covering API Endpoint Design, Versioning Strategies, and Core REST Principles and Implementation, giving developers insights into creating APIs that meet ...35 readsRest API Design and Development APIs
Ragavi S Pdocument360.hashnode.dev·Mar 28, 2023Top 14 REST API Design Best Practices to FollowBefore getting started with a REST API design, you need a Functional Specification. It sets out what the system does, not how it does it. It might include a few mockup screenshots and information flow diagrams, but it is essentially a high-level docu...APIs
Adams Echwaadamsechwa.hashnode.dev·Mar 16, 2023What is REST API?API or application programming interface is a set of rules that enables applications and software to communicate and connect. An API that adheres to the design tenets of the REST, or representational state transfer, architectural style is known as a ...31 readsREST API