Blog Posts





Ridiculously useful JS code snippets

Do you have a group of objects that you need to get data from but you can not count on the API to return the data consistently? Try using an ID or some type of identifier and find what you... View Article

October 21, 2021



CSS Specificity and how !important it is in code

CSS Specificity is a relatively simple concept that many developers ignore and instead choose the lazy route. While this concept is not overly complex, it will very likely cause some troubles in your coding especially if your understanding of it... View Article

October 19, 2018


CSS and jQuery animations

So a topic that comes up regularly with building front end websites is animations. How to take content and give it a bit of life, to keep users more engaged? So I will be going over some ways to do... View Article

September 27, 2018