top of page
Programming
Noteworthy products of my steadfast passion: Programming.








Sorting Lab
Construct a series of programs that sort through an array of numerical values utilizing several different sorting techniques. The sorting...
Yahvin Gali
Jun 10, 20216 min read


Tic-Tac-Toe: A Childhood Favorite
To design a Tic Tac Toe Game that allows two players (one human and one computer) to alternate placing marks in a 3X3 board until it is...
Yahvin Gali
Apr 16, 202110 min read


Caesar Shift Cipher
To encrypt/decrypt an English prompt (user input) based upon a user inputted 'phase shift', or a randomly generated one. History The...
Yahvin Gali
Mar 19, 20214 min read


Morse Code
To convert user input from English language to Morse Code, and display the resulting translation. The History of Morse Morse Code was...
Yahvin Gali
Mar 18, 20213 min read


Palindromes
To identify (using recursion) if a word inputted by the user is a palindrome or not. To better understand this project, we must first ask...
Yahvin Gali
Feb 26, 20214 min read


Fibonacci Sequence
To aid the user in finding the Fibonacci number of a particular index 'n', until the user wishes to quit. A truly mesmerizing view, isn't...
Yahvin Gali
Feb 26, 20213 min read


API Lab
A review of JAVA that involves writing methods that serve the same function as the basic system methods used in Java. At the end of the...
Yahvin Gali
Feb 9, 20212 min read


Annual Fuel Use
To display fill-up data recorded for a car, as well as the annual projected fuel use calculated from several variables. The past few...
Yahvin Gali
Jan 11, 20213 min read


Password Generator
Designing a JAVA program that generates hacker-resistant and brute force resistant passwords based upon the user's preference of password...
Yahvin Gali
Dec 7, 20203 min read
bottom of page