Danny Guo

  https://www.dannyguo.com/ Hacking away on sublimefund.org.

     



10 Stories by Danny Guo

Using Fuse.js to add dynamic search to a React app

When you don't need a full-fledged Elasticsearch instance, Fuse.js provides a straightforward search solution that's easy to integrate with React.
0 4 min read

Is Safari the next Internet Explorer?

As Internet Explorer slowly becomes a relic of internet history, some have proclaimed Safari the new IE. Is that an accurate comparison?
3 4 min read

How to improve interface responsiveness with web workers

Want to create a more responsive website? This post shows you how to employ web workers on your site to boost user satisfaction.
0 6 min read

How to keep your JavaScript libraries up to date

Keeping libraries up to date might seem straightforward on the surface, but it’s good to put some thought into your update strategy.
1 6 min read

Playwright vs. Puppeteer: Which should you choose?

Playwright and Puppeteer have very similar APIs, but where they differ is in their cross-browser support and their potential long-term viability.
5 4 min read

How to handle PII in websites and web apps

If you collect PII, your users are trusting you to protect it. Learn the best practices for websites and web apps.
0 4 min read

Optional chaining and nullish coalescing in JavaScript

Optional chaining and nullish coalescing may be the most significant improvement for JavaScript since async/await.
1 2 min read

Rendering child elements in React using Fragments

See how Fragments can help solve a common problem in React, and learn their shorthand syntax while you're at it.
0 3 min read

The introductory guide to AssemblyScript

AssemblyScript provides a way to get around the steep learning curve for WebAssembly.
2 6 min read

The history and legacy of jQuery

Though jQuery has fallen out of favor, its legacy and ubiquity still resounds today.
3 6 min read