REST - Representational State Transfer
July 8, 2020 · 3 min read
Usually, when people speak about REST APIs they mean a web API that uses the HTTP request methods (POST, GET, PUT, DELETE, etc.) to modify or access the state of a resource.
How DOM size can impact performance
June 9, 2020 · 2 min read
Testing how excessive DOM size can impact perfromance
How to block domains in Lighthouse
June 6, 2020 · 1 min read
Learn to measure your Lighthouse Performance without 3rd Party JavaScript and Ads
What is a Closure in JavaScript
March 17, 2020 · 1 min read
Short explanation of Closure in JavaScript
What is a Lambda Function in JavaScript
February 27, 2020 · 1 min read
Short explanation of Lambda expressions in JavaScript.