Robin Bijurobinbiju.hashnode.dev·Nov 18, 2024How to secure a REST web service using OAUTH in Oracle APEX?Securing RESTful web services is crucial to protect sensitive data and ensure authorized access. In Oracle APEX, integrating OAuth adds a robust layer of security by requiring users to authenticate and authorize access to your services. Registering y...Discuss·129 readsoracleapex
Philippe Charrièrek33g.hashnode.dev·Nov 5, 2024Setting up a Local DNS Server with dnsmasq, Caddy, and Docker Compose on Raspberry Pi for DevelopmentDisclaimers This blog post is a continuation of the previous post: Using Docker Compose and Caddy for Local Network Services on Raspberry Pi. It's recommended to read the previous post to understand the context and setup. 🖐️ I'm not a DNS expert, ...Discuss·1 like·77 readsDocker CookBookDocker
JealousGxblog.jealous.dev·Oct 31, 2024Understanding API Paradigms: A Deep Dive into GraphQL, REST, and gRPCIn today's software development landscape, APIs (Application Programming Interfaces) play a crucial role in enabling communication between different systems. Among the various types of APIs available, GraphQL, REST, and gRPC are three of the most pop...DiscussAPI Comparison
Sylvester Daswww.minifyn.com·Oct 26, 2024URL Shortening Best Practices for DevelopersAs web applications grow in complexity, managing and sharing URLs efficiently becomes crucial. This comprehensive guide explores best practices for implementing URL shortening in your applications, with practical examples and security considerations....DiscussURLshortener
Karan Kulshresthakarankulx.hashnode.dev·Oct 16, 2024Designing a Scalable Architecture for Time-Consuming Background Processing ServicesWhen developing web services beyond standard CRUD operations—such as image processing, compression services, rendering services, or PDF processing—handling time-consuming background tasks can pose significant challenges. These services often struggle...Discuss·10 likes·69 readsscalability
Mridul Dekamridul09.hashnode.dev·Sep 24, 2024Evolution of API's and Web serviceshttps://hashnode.com/post/cm0nugivk000i09jqckhgaw8h How internet works Client server architecture Can there be one server only ? Think of data transferred between client and server Static data : Image, files and text. Example : blogs, Articles Dyna...DiscussAPIs
Vishesh Raghuvanshivisheshraghuvanshi.hashnode.dev·May 22, 2024Cloud Computing - 1Introduction to Service Oriented Architecture Definition Service Oriented Architecture (SOA) is an architectural pattern in which application components provide services to other components via a communication protocol over a network. SOA allows diff...Discuss·8 likes·108 reads#uddi
Fatimatechbloghub.hashnode.dev·Apr 6, 2024The Beginner's Guide to Website DevelopmentMaking a website might seem hard, but it's not! If you want to build your website, you're in the right place. Here's a simple guide to help you get started. First, think about what you want your website to do. Do you want to share your hobbies, sell ...DiscussWeb Development
Sumit Mondalsumit007.hashnode.dev·Jan 27, 2024Demystifying Route 53: A Beginner's Guide to Navigating AWS DNSIntroduction: Amazon Route 53 is a powerful and versatile Domain Name System (DNS) web service offered by Amazon Web Services (AWS). Whether you're a seasoned developer or a beginner exploring cloud services, understanding Route 53 is crucial for man...DiscussAWS - HandsOn#AWSRoute53Guide
Ian Carsoniancarson.hashnode.dev·Jan 17, 2024SOAP API in a nutshell.What is SOAP API. SOAP(Simple Object Access Protocol) is a protocol for exchanging structured information in the implementation of Web Services. It uses XML(Extensible Markup Language) as the format for the messages and relies on the other applicati...DiscussSOAP API