Code Drawings
Accessibility Mistakes
Accessibility is an often ignored topic when it comes to development. We fail to realize its impact and how great an effect it causes to any business out there. Hence, we need to develop things that can seamlessly interact with all our users. Remember, the web itself is accessible, it is our way of doing certain things that breaks this accessibility. Rectify these commonly made mistakes to make websites accessible.
Full ViewSplice - Slice - Split
Let’s clear up the confusion around the slice( ), splice( ), & split( ) methods in JavaScript while biting our favourite cheese burst pizza. Enough of googling everytime to clear the confusion because of the similar naming convention.
Full ViewCritical Rendering Path
The Critical Rendering Path is the sequence of steps the browser goes through to convert the HTML, CSS, and JavaScript into pixels on the screen. It is the back story of the steps performed from the moment URL is entered to the final rendering of website on the browser.
Full View