JavaScript Array Methods: Part 2Last week I covered the array methods .pop(), .push(), .shift() and .unshift(). This week will cover .slice(), .splice(), .filter(), and…Sep 17, 2021Sep 17, 2021
JavaScript Array Methods: Part 1This week and next I’ll be covering some fundamental array methods within JavaScript! This week will cover: .push(), .unshift(), .pop()…Sep 11, 20211Sep 11, 20211
Unique but Same ValidationsThis week I’ll be covering something that I encountered during one of my projects built while at Flatiron school; unique model validations.Sep 3, 2021Sep 3, 2021
JavaScript …spreadOperatorHave you ever wanted, or needed, to manipulate an array but in a non-destructive way? Yes? Well, good news then!Aug 29, 2021Aug 29, 2021
CSS: justify-contentThis week I’ll be covering the CSS property justify-content.Aug 21, 2021Aug 21, 2021
So last week I covered trying to host my portfolio on GitHub pages with limited success.I last left off waiting for my portfolio to hopefully show up, instead of the readme file; alas that dream didn’t come true at the time. So…Aug 13, 2021Aug 13, 2021
Hosting My PortfolioThis week I took on the daunting task of trying to finally finish building my portfolio site 😱Aug 6, 2021Aug 6, 2021
Useful Python OperatorsAlrighty everyone, this week I’m covering some useful operators for Python!Jul 31, 2021Jul 31, 2021
Python while LoopsContinuing from a previous posting of mine that covered for loops, today I will be covering while loops; which are very similar.Jul 25, 2021Jul 25, 2021
Twitter Apprenticeship ApplicationThis week I’ll be covering my application process for Twitter’s engineering apprenticeship program. And man oh man was this a wake-up call.Jul 16, 20211Jul 16, 20211
Have you ever wanted to go through something and do something with the things in it?Say for example you have a list of students, and you want to count how many students are within your list; we can do that with a for loop…Jul 9, 2021Jul 9, 2021
Python String FormattingIn my (beginning) journey to learn Python, I’ve come across something interesting: formatting strings.Jun 25, 2021Jun 25, 2021
To New BeginningsMy journey of beginning to learn Python3 this week, and applying to Microsoft’s LEAP apprenticeship program.Jun 19, 2021Jun 19, 2021
Insta-mail!Ok, not really. This week I’ll be covering how to create a link that when clicked automatically opens a draft email in the user’s default…Jun 11, 2021Jun 11, 2021
Same Page Link-ageHave you ever wondered how to create a link to an element that is not on a different page, but on the same page as your link?Jun 5, 2021Jun 5, 2021