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…
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…
I'm working on a pretty neat angular filters project, and I started writing classes using the very fancy BEM methodology. The angular post…
On my last post about the salesforce javascript cert, I lightly touched upon strings. Let's get into template literalsss. Here are a few…
I noticed a new certification offered by Salesforce, Javascript Developer 1. Maybe it's not new, but first time I have seen it. I'm making…
aight we are adding the card posts to the main page. This is the default bootstrap styling, maybe we'll spruce it up a bit, but for now…
I've created component libraries powered by vue, but wanted to create something a little different this time, a portfolio style site built…
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() 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() 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() 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…
Have you ever seen this before? I'm sure you have. You get a ticket assigned to you related to the some sort of click event, and you…
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…