-
Core Java
java.lang.reflect.invocationtargetexception
1. Introduction In this article, we will understand the meaning of the java.lang.reflect.invocationtargetexception, and why this exception is thrown. Programs…
Read More » -
Core Java
Backtracking algorithm
Greetings! This tutorial will focus on backtracking, a crucial technique for solving recursive problems. In programming, recursive functions are those…
Read More » -
JavaScript
Data fetching in Next.js
1. Introduction Data fetching in nextjs allows us to render the content in a different way depending on the application’s…
Read More » -
Terraform
Creating a virtual machine with Terraform in GCP
Hello. In this tutorial, we will create a virtual machine in gcp through terraform scripting. 1. Introduction Terraform is an…
Read More » -
Core Java
What is ++ in java?
Hello. In this tutorial, we will understand the postfix and prefix operators in the java programming language. 1. Introduction In…
Read More » -
Core Java
What does :: mean in Java?
Hello. In this tutorial, we will understand the method references (double colon (::) operator) in the java programming language. 1.…
Read More » -
Kubernetes
Kubernetes – Deployments and ReplicaSets
It’s my third post in my Kubernetes – Objects series. In my previous posts, we have discussed about Kubernetes (K8S) two primary…
Read More » -
Docker
Restart Docker Container
Hello. In this tutorial, we will talk about Docker and container restart in docker. 1. What is Docker? In the…
Read More » -
sql
Postgres CTE
Hello. In this tutorial, we will learn the common table expressions CTE in Postgres which help break down complex SQL…
Read More » -
Git
Git Status
1. Introduction In this example, we are going to discuss Git Status. The Git status command shows the state of…
Read More »