Yuba Raj Kalathoki
Author

Yuba Raj Kalathoki

Yuba Raj Kalathoki has over 13 years of experience building enterprise applications using Java, Spring Boot, Microservices, AWS, and AI technologies. He writes practical tutorials that help developers build production-ready applications.

450 articles

Latest Articles

Array operator in MongoDB

Array Operator in MongoDB

The array operator in MongoDB is used to query for array fields. We’ve other fields type like String,…

September 13, 20225 min read
AWS-CloudFront

AWS CloudFront

If you’re looking to improve the speed and performance of your website or web application, AWS CloudFront may…

September 6, 20223 min read
Difference between JDK, JRE and JVM

Difference Between JDK JRE and JVM

If you’re learning Java or preparing for a technical interview, understanding the difference between JDK JRE and JVM is crucial.…

September 4, 20223 min read
Why Java is Platform Independent

How Java Is Platform Independent?

Before directly jumping to the reason first, we must understand how Java actually works and what are the…

September 4, 20222 min read
Logical Operators in MongoDB

Logical Operator in MongoDB

A logical operator is a word or a function that can be used to compare two or more…

August 20, 20223 min read
Comparison Operator in MongoDB

Comparison Operator in MongoDB

In this post, we will learn some comparison operator in MongoDB. The comparison operator in MongoDB can be…

August 13, 20223 min read
Delete documents and collections in MongoDB

Delete in MongoDB

In this post, we will learn to use the delete command in MongoDB. As we all know, having…

August 13, 20223 min read
Update MongoDB Document

Update MongoDB Document

In this post, we will learn to update a MongoDB Document. Update functionality is very important in every…

August 9, 20226 min read