Danny Guo Hacking away on sublimefund.org.

Stories by Danny Guo

Fuse-js-dynamic-search-react-app

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

Dev

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

Danny Guo
Apr 5, 2021 ⋅ 4 min read
Is Safari the Next Internet Explorer?

Is Safari the next Internet Explorer?

Dev

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

Danny Guo
Dec 23, 2020 ⋅ 4 min read
How to Improve Interface Responsiveness with Web Workers

How to improve interface responsiveness with web workers

Dev

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

Danny Guo
Oct 14, 2020 ⋅ 6 min read
How To Keep Your JavaScript Libraries Up To Date

How to keep your JavaScript libraries up to date

Dev

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

Danny Guo
Jun 29, 2020 ⋅ 6 min read
Playwright Vs. Puppeteer: Which Should You Choose?

Playwright vs. Puppeteer: Which should you choose?

Dev

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

Danny Guo
Apr 27, 2020 ⋅ 4 min read
How To Handle PII In Websites And Web Apps

How to handle PII in websites and web apps

Dev

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

Danny Guo
Mar 18, 2020 ⋅ 4 min read
Optional Chaining And Nullish Coalescing In JavaScript

Optional chaining and nullish coalescing in JavaScript

Dev

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

Danny Guo
Dec 26, 2019 ⋅ 2 min read
Rendering Sibling Elements In React Using Fragments

Rendering child elements in React using Fragments

Dev

See how Fragments can help solve a common problem in React, and learn their shorthand syntax while you’re at it.

Danny Guo
Nov 26, 2019 ⋅ 3 min read
The Introductory Guide To AssemblyScript

The introductory guide to AssemblyScript

Dev

AssemblyScript provides a way to get around the steep learning curve for WebAssembly.

Danny Guo
Nov 5, 2019 ⋅ 6 min read
The History And Legacy Of jQuery

The history and legacy of jQuery

Dev

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

Danny Guo
Aug 13, 2019 ⋅ 6 min read