Published onJune 27, 2023Dive into `string.prototype.replaceAll`JavaScriptReplace all matches, use the `g` flag with regex, may not be supported in older browsers.
Published onMay 1, 2023Understanding TypeScript InterfacesTypeScriptAn interface defines the structure and expected types of an object.
Published onMarch 26, 2023What is the difference between using {} and not using {} in import statements?reactjavascriptImport the default export without {}, and use {} for named exports.
Published onMarch 25, 2023Differences between Cygwin and MinGWlinuxCygwin emulates Linux; MinGW builds native Windows executables