Unveiling GraphQL: The Future of API Development

what is graphql

Introduction In the ever-evolving world of web development, efficient data retrieval and manipulation are paramount. As applications grow in complexity, traditional RESTful APIs often fall short in meeting the dynamic needs of modern applications. Enter GraphQL, a revolutionary query language…

Dockerize a SpringBoot application

docker part 3 real hands-on

Kill the application and let the container be spawned. Maester Aemon, our Docker guru Introduction Alice, our QA was really excited to share her new discovery, the Docker. She was lucidly explaining to her colleague Sarah what docker is and…

Quick start Apache Kafka with KafkaJS for Real-Time Data Streaming

part-2-implementation-of-apache-kafka.png

Introduction In our previous blog, we introduced Kafka & explained the usecase of it. Apache Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and data integration at scale. It promises high throughput, fault tolerance, and…

Mastering Docker Networking: Connecting Your Containers

docker networking feature image

Docker containers are awesome. We can containerize many applications. In the earlier blog series, we have learnt about docker basic here, We understood the architecture & basic commands here. We also learnt how we can dockerize a sample application in…