My final project at the IT Academy is a culmination of my work to implement the complex features of Angular, understand how to make a visually pleasing site design, and…
Continue ReadingActually Useful “Best Web Developer” Portfolio Sites
You do a google search and you see this list of awe-inspiring jaw-dropping Web Developer portfolio websites such as: https://hashnode.com/post/30-web-developer-portfolios-to-inspire-you-cknfx6wdg069kxws1bjjv8mhw https://www.freecodecamp.org/news/15-web-developer-portfolios-to-inspire-you-137fb1743cae/ https://www.hostinger.com/tutorials/web-developer-portfolio This propels you to push your skills in…
Continue ReadingNew Website Launch from WordPress to Angular
I first began my portfolio site back in 2013 with WordPress and no knowledge of programming whatsoever. Of course, WordPress suited my needs, because I needed a website up and…
Continue ReadingTiddlyWiki: How to organize your life!
I’ve used so many different applications to try to keep track of every little detail; Excel for my planning or jobs I’ve applied to, Ever note on my mobile to…
Continue ReadingWhy I moved to Spain during the middle of the Pandemic
The pandemic certainly uprooted all of our lives, made me re-evaluate what was important, and eventually I moved to Spain. In early March (2020), my co-workers and I were anxiously…
Continue ReadingWhy I always gravitated towards Coding
Before my final semester at Washington University in Saint Louis, I decided to teach myself to code. And so I picked up processing. From the moment that I played with…
Continue ReadingDynamo – Advanced Sorting
I have modified the advanced sorting algorithm by Arch Smarter to sort clearly identified windows by the “Head Height” parameter within each parameter. My modification includes nodes to help…
Continue ReadingJavascript: Caesar’s Cipher
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 Reading