SSSamba Siva Dinrestgraph.hashnode.dev·Jul 4, 2025 · 8 min readREST vs GraphQLAPIs are the backbone of modern applications, acting as the bridge between client applications and backend servers. Among the many API design choices, REST and GraphQL have emerged as two dominant approaches. Both offer powerful ways to retrieve and ...00
SSSamba Siva Dinspring-security-approches.hashnode.dev·Jun 3, 2025 · 2 min readSpring Security: Default ConfigurationSpring Security is the de facto standard for implementing security in Java web applications. Before diving into its internal workings, let’s start with a simple example. Step 1: A Web Application Without Security Let’s first create a Spring Boot appl...00