JavaScript

7 Ways to Detect JavaScript Async Function

The introduction of async/await dramatically improved the way we write asynchronous code in JavaScript. Sometimes, you want to know the function you are using is whether an async function or not. Here are 7 ways you may want to try...

Read
Linux

Fix Firefox dark text input on Ubuntu 18 when using Gnome dark theme

The text input box in my Firefox 60+ has dark text on a black background. This blog post provides a solution for this problem.

Read