Navicat 18 Universal Multi-Database Client ReviewNavicat Premium 18 is the latest release of the multi-database client for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite, MongoDB, Redis, and Snowflake. In this post, we examine its features aSep 16, 2026·10 min read·5
An Introduction to Node.js DebuggingHow to use linters, logs, environment variables, the V8 debugger, Chrome, and VS Code to find errors in your Node.js application.Jun 6, 2023·15 min read·426
An Introduction to JavaScript ProxiesHow the power of Proxies can change the way you approach JavaScript programming.Jun 2, 2023·8 min read·33
JavaScript Asynchronous Programming Tips, Tricks, and GotchasHow and why asynchronous programming is necessary for JavaScript as well as common coding errors that can catch anyone.Mar 27, 2023·11 min read·34
How to use client and server-side JavaScript web workersAvoid performance bottlenecks using parallel processing threads to execute long-running JavaScript functions.Feb 14, 2023·13 min read·510
30 Ways to Improve Website Performance with CSSSome simple style optimizations can improve your website performance.Dec 20, 2022·17 min read·1.2K
The Complete Guide to ES Modules in Browsers and Node.jsHow to use ES2015 Modules (ESM), use CommonJS, import one into the other, and avoid the gotchas.Oct 15, 2022·9 min read·1.0K