Spring Rest Framework (SRF) A Project Inspired by Django Rest Framework
Post Views: 340 For years, I’ve been deeply immersed in the Django ecosystem, developing APIs and building applications using Django and Django Rest Framework. DRF …
Post Views: 340 For years, I’ve been deeply immersed in the Django ecosystem, developing APIs and building applications using Django and Django Rest Framework. DRF …
Post Views: 433 As developers, we all rely on Git in our daily tasks. However, many of us only use basic commands of Git like …
Post Views: 1,016 Jackson’s polymorphic deserialization is an exceptional feature that facilitates the deserialization of JSON into a hierarchy of Java objects, particularly when the …
Post Views: 1,279 I think “The Pragmatic Programmer” book by David Thomas and Andrew Hunt is a timeless treasure that remains ever-relevant in software development …
Post Views: 1,246 A local CI/CD pipeline offers several benefits for software development teams. It can help improve the security of your code by keeping …
Post Views: 4,276 API gateway is an infrastructure layer that places in front of application to route requests from the client side to the appropriate …
Post Views: 6,519 In this article, we will develop a sample Spring Boot application in IntelliJ IDEA 2021 using Maven. It exposes numbers of RESTful APIs …
Post Views: 4,278 In Generating a report from data stored in database, along with Report’s title, columns’ header, content direction, fonts and etc., there exist …
Post Views: 322 Interfaces in Java always contained method declaration not their definitions (method body). There was no way of defining method body / definition …