Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Set PATH and other environment variables in Windows 11

How to set PATH and other environment variables from command line in Windows 11.

Customizing the Windows 11 taskbar

Customize Windows 11 taskbar. Learn to change the alignment of taskbar, pin and unpin apps, hide the taskbar automatically and minimize all apps in one click

C#: Using LINQ to find, filter and group objects in a collection

LINQ queries to search, filter, select, group, sort and perform other operations on a collection of custom class objects.

Implementing Generic Queues in Java using Linked List

How to implement a generic Queue data structure in Java using linked lists. A queue is a linear data structure that manages data using FIFO pattern.

Sorting collections of user-defined objects in Java

How to sort collections of user defined class objects in Java using Comparable and Comparator interfaces.

Binary search to find the occurrences of an element in a array

Using binary search algorithm to find the first occurrence, last occurrence and the count of an element in a sorted array with duplicate elements.

Java program to search an array using binary search algorithm

Explains how binary search works and a Java program to search an array using binary search algorithm.

Program to find the sum of diagonal elements of a 2D array

Java program to calculate the sum of diagonal elements of a 2-D array. Explains how to find the diagonal elements of an array.

Implementing Bubble Sort algorithm in Java

Bubble sort is a simple algorithm to sort elements of an array. In this post, I will explain bubble sort and how to implement it in Java programming language.

How to upgrade Chocolatey on Windows

Step by step instructions to check currently installed vesion and upgrade chocolatey to its latest version. Chocolatey is a popular package manager for Windows