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 4Jul 4
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 20Jun 20
Kafka Topics, Partitions, and OffsetsTopics and Partitions are core to how data is written to and maintained in a Kafka cluster.May 31May 31
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 30May 30
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 31Apr 31
Why 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
I’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
Beating an addiction is HardBeating addiction starts with a firm resolution, "I'm gonna get out of it". Mar 1Mar 1
Let 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