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 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
Published onMarch 24, 2023Cygwin - Bringing Linux Commands to WindowslinuxRun Linux commands on Windows with ease