Marco RomanuttiforSoftware Engineering Cornersoftware-engineering-corner.hashnode.dev·Sep 18, 2023Effortless API-firstThe software development world is an ever-evolving landscape. Technologies and methodologies continuously evolve - each promising a more efficient and effective way to create high-quality software. One such approach that is gaining significant tract...Discuss·3 likes·138 readsapi
Vrishni Shree V Bvrishni.hashnode.dev·Sep 13, 2023Django, Day - 031) What is REST? REST (Representational State Transfer) is a design approach for creating web services that use URLs to access and manipulate resources through standardized actions like reading, creating, updating, and deleting, with no memory of pre...Discuss·12 likesDjango-Rest-FrameworkREST
Devang Tomardevangtomar.hashnode.dev·Sep 10, 2023Best Practices for Designing RESTful APIs: A Developer’s Guide 🚀As a software developer, you likely encounter RESTful APIs frequently. REST (Representational State Transfer) is an architectural style for designing networked applications and adhering to its principles is crucial for creating scalable, maintainable...DiscussREST API
TECHcommunity_SAGtechcommsag.hashnode.dev·Aug 29, 2023Data Integration Options with Cumulocity IoTIntroduction The core of Cumulocity IoT is device integration but with pure device data only a few use cases can be implemented such as Device Management or Condition Monitoring. The more comprehensive use cases rely on additional data which resides ...Discusscumulocity
Ayodeji Olugbadehackangel.hashnode.dev·Aug 23, 2023RESTful API Explained To A Five-Year-OldUncle: Hey Kiekie, do you know what a RESTful API is? Kiekie: No, Uncle. What is it? Uncle: Well, imagine you have a magical toy box, and you want to play with your toys. But instead of reaching into the box and grabbing the toys yourself, you have a...DiscussFrontend Development
Bug And Fixbugandfix.com·Aug 9, 2023.NET 8 Web API - FiltersFilters https://youtu.be/UVPFuFqoUOQ Filters - Example https://youtu.be/2Dsxgs0s4ekDiscussdotnet
Bug And Fixbugandfix.com·Aug 5, 2023. NET 8 WEB API from A to ZThis is not an article. I am going to teach to how to create a .NET 8 WEB API from scratch. All the chapters would be collected here to let you find them easy. Section 1 - Introduction https://youtu.be/r9zzEB_K8FU SECTION 2 - The Anatomy of a WEB A...Discuss·1 like·1.3K readsDevops
Gunpriya Sarpatepriyasarpate.hashnode.dev·Jul 5, 2023Let's understand the spread and rest operator in JavaScriptWhat is Spread Operator : The spread operator is denoted by three periods (...). It allows expressions to be expanded in places where multiple argument elements or variables are expected. Here are some common use cases of the spread operator: 1. Addi...Discuss·1 like·48 readsJavaScript
Devang Tomardevangtomar.hashnode.dev·Jun 30, 2023🌟 Supercharge Your APIs with GraphQL! 🚀Harnessing the Power of GraphQL to Revolutionize API Development and Consumption Introduction ⭐ In the world of modern web development, building efficient and flexible APIs is a top priority. Traditional RESTful APIs often require multiple requests t...DiscussGraphQL
Lavish Goyalpandazblog.hashnode.dev·Jun 24, 2023How to perform Encryption-Decryption in Web AppsSometimes in your web application, you need to expose some data to the client's browser but need it back with the subsequent API requests made but also sensitive data and you don't want the user to manipulate or understand it. Here comes the signific...Discuss·77 readsNode.js