Running a Native SQL Query after a JPA Save doesn’t work as you expect!So the other day, I was working on a functionality that included a mix of Native SQL and JPA. The logic needed to save data and then fetch…2d ago2d ago
Basics of a HTTP Request in a RESTful ArchitectureIf you are a full stack developer, or a front-end developer who develops client server interactions, it is highly important that you should…Jul 4, 2024Jul 4, 2024
What is Pagination and Why Do You Need It?Imagine you're building a dashboard that displays a series of records or a long list of entries fetched from the database for users to…Jun 20, 2024Jun 20, 2024
Kafka Topics, Partitions, and OffsetsTopics and Partitions are core to how data is written to and maintained in a Kafka cluster.May 31, 2024May 31, 2024
What is Kafka, and why might you need to know about it?Decoupling service interactions and asynchronous communication is core to building a microservices architecture.May 30, 2024May 30, 2024
Managing Numeric Types and Lossy Conversions in JavaJava manages numeric literals in an interesting way. There are 4 datatypes to store whole numbers - byte, short, int and long.Apr 3, 2024A response icon1Apr 3, 2024A response icon1