-
Jenkins
Jenkins Job
Hello there! In this tutorial, we will explore the basics of a Jenkins job, including its overview, and how to…
Read More » -
Jenkins
Overview of Jenkins, including its history, key features, and how it works.
Greetings! In this tutorial, we’ll dive into the exciting world of Jenkins. We’ll explore its rich history, delve into its…
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 » -
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 » -
sql
SQL INTERSECT operator
Hello. In this tutorial, we will learn the INTERSECT operator in SQL and will use the PostgreSQL database running on…
Read More »