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.
[Read More]
Getting started on TensorFlow.js
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.
[Read More]
Web font optimisation
Web performance series - part 5
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.
[Read More]
How to fix debugging Flutter in VS Code
Intro
Flutter is a framework created by Google which allows you to build beautiful native apps on iOS and Android from a single codebase.
[Read More]
Image optimisation
Web performance series - part 4
Recently I had a chance to present a talk at NDC Sydney about web performance and it received a great feedback.
[Read More]