Articles in this series
Example import fs from 'fs' import { json2csv } from 'json-2-csv' /** * Example of using 3rd party library json-2-csv. * json-2-csv: {@link...
Ask ChatGPT first Question: create a simple functional logger in Node.js from scratch can write log file in localhost The answer is described a...
Emoji can improve your log's readability. Let's choose the best emoji for logger. Starting status ๐ฑ ๐ โญ Example: console.log('๐ฑ Start doing...
Regex that includes alphabets, numbers, and some special characters ^[a-zA-Z0-9!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?]+$ View the logic image at...
โญ New tools - packages - libraries I know from 2023 modular forms - an input form library with performance, type safety and bundle size in...
Problem In the official document of Prisma - https://www.prisma.io/docs/reference/api-reference/error-reference#error-codes, all error codes had been...