Chrome DevTools
Google Chrome is currently one of the most popular web browsers used by developers today. The Chrome DevTools can greatly improve your workflow by helping you develop, test and debug your websites right within your browser.
Google Chrome is currently one of the most popular web browsers used by developers today. The Chrome DevTools can greatly improve your workflow by helping you develop, test and debug your websites right within your browser.
If you have followed my series on performance improvement, you would’ve stumbled upon my image optimisation post where I went through a series of steps to lazy load images on your page.
If you are like me, who have been wondering what is machine learning (aka ML) and scaped from all those mathematical jargon, it’s an exciting time since the TensorFlow.js
is here to the rescue.
Web fonts enable us to have good design, branding, readability and accessibility. Moreover, they would bring selectable, searchable, zoomable and high DPI text. However, with every advantage comes a trade off.
Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.
Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.
Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.
Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.
With improvements on JavaScript and ECMAScript many awesome features are added which we don’t normally use. However, when you read other people’s code from OSS to doing a simple code review, you might face these features used and not know what they do.