Articles
24 Posts
How to check Lighthouse scores on Chrome or Firefox
Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page. It has audits for performance, accessibility, progressive web apps, SEO and more....
2020-11-22
Underrated JavaScript Array Methods – Part 2
Last week, we looked at a few JavaScript Array Methods which you can read about in my last article. This week, we are going to discuss a few more methods...
2020-11-16
Underrated JavaScript Array Methods – Part 1
JavaScript Array Methods are popular, some more than others. We are going to be looking through some methods you might have not heard of...
2020-11-09
Darkmode using CSS variables - Vue JS
In this article we are going to cover how to add dark mode to a Vue JS application using CSS variables...
2020-11-02
Creating User Friendly Forms
Forms are a common way to engage with users and could be a user’s first impression of your product. Since forms aren’t always the user’s favourite thing, it is essential to make filling out forms as easy as possible. Let’s go over a few tips for creating great forms...
2020-06-17