RSSAmplifier

Blog

Matthew Tao

Matthew Tao is an Auckland based front-end developer who focuses on the little things that make a website delightful.

matthewtao.comRSS feed ↗7 posts

Latest posts

Meaning, Storytelling & Male Lovers

Storytelling, understanding of meaning, and how that often makes men bad lovers.

Obsess over Details / Lack of Care

A reflection on AI, carelessness, and why “good enough” isn’t. On craft, detail, and the quiet erosion of taste in a world too quick to accept slop.

The web can do so much more than social media

A large portion of the tech-illiterate population thinks that the internet is synonymous with social media. Social media is only the tip of the iceberg when it comes to what the web is capable of, and I believe that every artist should create their own website in order to create a cohesive digital experience.

Storing persistent data with Tauri - part 2

How to use Tauri's fs API to store persistent data with JavaScript.

Building a note storing app with Svelte and Tauri - Part 1

I think it's a pretty common experience, wanting to save a link or image for later. None of the apps out there fit my needs perfectly, so I'm building my own!

Learn currying by looking at Rambda's source code

Let's walk through Rambda's curry function to gain a deeper understanding of how to implement currying in JavaScript.

A Practical Guide to Object Destructuring in JavaScript

Practical examples of how to use object destructuring in JavaScript.