📅 Week 18


Installing Apache Maven on Windows

[Java - Tools]

When working with Java backend projects, one tool you will encounter very quickly is Apache Maven. Maven is a build automation and dependency management tool that helps developers compile code, manage libraries, run tests, and package applications.


📅 Week 17


Bubble sort Algorithm

[DSA - Java]

Bubble Sort is a simple sorting algorithm that repeatedly compares adjacent elements in an array and swaps them if they are in the wrong order. This process continues until the array is sorted. It is not efficient for large datasets due to its high time complexity of O(n^2), but it is easy to understand and implement.


📅 Week 12



📅 Week 11





📅 Archives ...