Hero title

Hero subtitle

rss link

all posts

angular components

My page is all over the place because I'm in the middle of job interviews (rekt tbh). One of the great things about being a developer is…

BEM 'n' stuff

I'm working on a pretty neat angular filters project, and I started writing classes using the very fancy BEM methodology. The angular post…

Creating a Portfolio site with Vue

I've created component libraries powered by vue, but wanted to create something a little different this time, a portfolio style site built…

Salesforce Commerce Cloud Review

Salesforce and I go back a long ways. I remember getting hired as a mobile developer for Perry because of my accessibility experience and…

Filter() Method

Filter() is probably one of the methods I used the most on my latest project. There was a TON of filtering to do depending on the product…

find() helper

Find() is a great little helper that is used to find specific items in a list. With a for loop, along with an if statement, the code…

foreach() and map() helper

Foreach() is most likely the first es6 helper you will learn to use. Map() is another. They both are pretty similar, but I'll explain the…

Semantic HTML for Accessibility

This is the easiest step to implement for your site when it comes to accessibility. Let's stop using <div> for headers and footers when…

view all posts