Sriram Kumar MannavaBasics 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 4Jul 4
Sriram Kumar MannavaWhat 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 20Jun 20
Sriram Kumar MannavaKafka Topics, Partitions, and OffsetsTopics and Partitions are core to how data is written to and maintained in a Kafka cluster.May 31May 31
Sriram Kumar MannavaWhat 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 30May 30
Sriram Kumar MannavaManaging 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 31Apr 31
Sriram Kumar MannavaWhy Interface types are important in Software Design?An Interface in any object oriented language is a plain template class. It doesn't contain any logic, just method declarations. And the…Mar 21Mar 21
Sriram Kumar MannavaI’m gonna introduce you to AutoMapperIn a Web API design, It's a general practice to not return the entity object directly as a response. Mar 5Mar 5
Sriram Kumar MannavaBeating an addiction is HardBeating addiction starts with a firm resolution, "I'm gonna get out of it". Mar 1Mar 1
Sriram Kumar MannavaLet me introduce you to a DMZ based ArchitectureImagine you're building a public facing RESTful API that is deployed in the cloud and is accessible to the users. Feb 28Feb 28