Free Code Camp: This is the final exercise of the Basic Algorithm Scripting exercises. The exercise calls for a function that takes a string input, and shifts the ASCII value…
Continue ReadingJavascript: Title Case a Sentence
This problem calls for an algorithm to capitalize the first letter of each word in a string. Having to manually update several words in a given body of text is a major…
Continue ReadingJavascript: Find the Longest Word In A String
This exercise calls for an Algorithm that finds the longest word in a string input and outputs the length of that string. Below is my solution: function findLongestWord(str) { var SplitString =…
Continue ReadingJavascript: Check For Palindromes
I love freeCodeCamp, because it is a great platform to help non-coders get into coding. I’ve actually taken a six month hiatus from coding, and thankfully it was easy to get…
Continue ReadingPast Projects – Surface Design/ AJLP Consulting
I always liked those charts comparing the heights of the tallest buildings, and thus I decided to make my own of my past projects at Surface Design/AJLP Consulting. These are…
Continue ReadingMiddle East Photos
Photography is an art medium that I have always enjoyed, and with the fortunate opportunity of travel I always aim to capture inspirational architectural works abroad. The following photos…
Continue Reading