Vaibhav GajareforOracle Apex Shared componentsoracle-apex-shared-components.hashnode.dev·Nov 22, 2024RESTful Services in Oracle APEXIntroduction to RESTful Services in Oracle APEX: →Oracle APEX is a tool for building web applications quickly using an Oracle database. RESTful Services in Oracle APEX → One of its features is the ability to create RESTful web services, which let oth...Discuss·1 like#oracle-apex
gayatri kumargeekee.hashnode.dev·Nov 22, 2024Structuring APIs the RESTful Way: Building a Solid FrameworkIn the previous part, we built a basic API using Node.js and Express. Now, it’s time to take things further by structuring our API according to REST principles. REST (Representational State Transfer) is a design approach that makes APIs more reliable...DiscussWeb Developmentjs
Muhammad Inamreactdevsolutions.hashnode.dev·Nov 11, 2024How to Create a RESTful API with Node.js, Express, and MongoDB using MVC patternIn this post, we'll explore setting up a basic RESTful API using Node.js, Express.js, MongoDB, and Mongoose using the MVC (Model-View-Controller) pattern. By structuring our application this way, we create a modular, organized, and scalable project. ...DiscussMongoDB
Johnson Ojoopyjo.hashnode.dev·Nov 7, 2024Building a RESTful API in Go with Gin and PostgreSQLIn this tutorial, we'll build a real-world RESTful API using the Gin web framework in Go, connected to a PostgreSQL database. We'll structure our application by separating models and services, following best practices to create maintainable and scala...DiscussBuilding APIs in Gogolang
Niranjan A Sniranjan-as.hashnode.dev·Oct 22, 2024Crucial API Security Guidelines for Developers 🔒In today's digital ecosystem, APIs are the backbone of web and mobile applications, enabling seamless communication between systems. However, with the increased reliance on APIs, ensuring their security is more important than ever. A security breach ...Discuss·47 readsAPIs
Sakshi from KushoAIforSoftwareDeepDivessoftware-deep-dives.hashnode.dev·Oct 16, 2024RESTful vs. GraphQL vs. gRPC: Which API Architecture Works Best for You?RESTful vs. GraphQL vs. gRPC: Which API Architecture Works Best for You? In today’s software landscape, API architecture plays a pivotal role in how applications, systems, and organizations communicate with each other. Postman’s 2023 State of the AP...DiscussRESTful APIs
Jarrod Robersonblog.vertigrated.com·Oct 15, 2024ReST vs GraphQL an invalid comparisonHistory The original ReST idea, which is supposedly spelled out in the abbreviation, gets lost in the abbreviation. It was simple, transfer a typically full representation of the state of your data in its entirety to every system that needs it to ena...DiscussREST API
Didik Tri Susantoblog.didiktrisusanto.dev·Oct 13, 2024Creating RESTful API Using Spring Boot for The First Time #WeekendBuildLast time I wrote Java was early 2013 for my undergraduate thesis. It was a image processing program. I decided wrote in Java because during college era, Java was like main programming language that been taught. Also recently while job hunting, I saw...Discuss·71 reads#WeekendBuildJava
Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Understanding Application Programming Interfaces (API)You've probably heard the term API thrown around a lot, especially if you're involved with technology or software development. But what exactly are APIs, and why do they matter so much? In this post, we’ll break down what APIs are, how they work, and...DiscussProgramming FundamentalsAPIs
Mohammed Salahblog.mohammedsalah.online·Oct 5, 2024Designing Web APIs: Chapter 1 - What's an API?Overview Let’s get back to the chapter title “What’s an API?” As we know, it’s an application programming interface. However, APIs are so much more than their name suggests, and to understand what they really are, we must focus on the keyword interfa...Discuss·22 likes·95 readsDesigning Web APIsAPIs