khotso-26
Experienced software developer passionate about building elegant and efficient solutions. Dedicated to continuous learning and exploring new technologies.
Pinned Repositories
HelloWorld
The "Hello, World" project is a basic Java application that prints the infamous string "Hello, World" by default. However, if the user provides input, it replaces the string "World" in "Hello, World" with the given input string.
ReadingTime
The REST API Reading Time Application is a Java-based application built with Spring Boot. It allows users to retrieve estimated reading times for texts or documents.
ReadingTimeApp
Reading Time App is a web application that allows users to calculate the estimated reading time for texts or documents. It connects to a REST API backend to retrieve the reading time data.
SortingAlgorithms
Algorithms that put elements of a list in order.This Python application provides implementations of commonly used sorting algorithms: Merge Sort, Quick Sort, Insertion Sort, and Bubble Sort. These algorithms can be used to sort a list of elements in ascending or descending order.
khotso-26's Repositories
khotso-26/ReadingTime
The REST API Reading Time Application is a Java-based application built with Spring Boot. It allows users to retrieve estimated reading times for texts or documents.
khotso-26/SortingAlgorithms
Algorithms that put elements of a list in order.This Python application provides implementations of commonly used sorting algorithms: Merge Sort, Quick Sort, Insertion Sort, and Bubble Sort. These algorithms can be used to sort a list of elements in ascending or descending order.
khotso-26/HelloWorld
The "Hello, World" project is a basic Java application that prints the infamous string "Hello, World" by default. However, if the user provides input, it replaces the string "World" in "Hello, World" with the given input string.
khotso-26/ReadingTimeApp
Reading Time App is a web application that allows users to calculate the estimated reading time for texts or documents. It connects to a REST API backend to retrieve the reading time data.