CSS, HTML & Email (Apple Mail & Gmail)This past week, I’ve had a freelance project where I had to create email signatures for a company. In it’s most basic form, this isn’t a…Sep 3, 2021Sep 3, 2021
Strings in JavaScriptSo I wanted to take a short pause from the arrays, and go back to the string objects.Aug 27, 2021Aug 27, 2021
Arrays in JavaScript — Arrays[2]Here’s the next installment of array usage. I realized I had jumped ahead to some of the more interesting methods. With that said, we need…Aug 19, 2021Aug 19, 2021
Arrays in JavaScript — Arrays[2]Here’s the next installment of array methods. I know I mentioned this previously, but for me, I find it help to mentally organize these in…Aug 12, 2021Aug 12, 2021
Arrays in JavaScript — Arrays[1]Here’s round 2! Or would you say, array[1] for the second item in the list? Ok, ok, ok… I promise to keep the puns to a !max. Oh god, I…Aug 6, 2021Aug 6, 2021
Arrays in JavaScriptI wanted to write about arrays because I find them fun and a great entry point for developers to “play” with data. We’ll cover some…Jul 29, 2021Jul 29, 2021
Node.js - First forayI have something to admit: I like JavaScript more than other languages. Ruby was really cool, and it’ll always have a place in my heart…Jul 23, 2021Jul 23, 2021
Binary Tree — Part 1What the heck is a binary tree? A tree made up of 1s and 0s?! No no no, but actually… maybe that’s not too far off. If you were to…Jul 16, 2021Jul 16, 2021
Linked Lists in JavaScriptSimilar to my studying of sorting algorithms, I find the best way to learn something is to know it well enough to be able to teach it. So…Jul 9, 2021Jul 9, 2021
Sorting Algorithms — Selection SortI’ve always found the best way to learn something is to teach it*. So let’s have a go at it!Jun 17, 2021Jun 17, 2021