Published onMarch 26, 2023How to write Fallback Command for npm scriptNPMDiscover the easy way of writing fallback commands for npm scripts
Published onMarch 25, 2023How to Create Mongoose PluginMongoDBMongooseLearn how to create a Mongoose plugin and share your custom logic across multiple schemas
Published onMarch 24, 2023Automatically Cancel Previous Jobs in GitHub ActionsGitHub-ActionDiscover how to cancel any previous or still running jobs in GitHub Actions using their "concurrency" configuration
Published onMarch 23, 2023Extracting Transaction details with GPT-3.5 Turbo or GPT-4GPTFinanceOpenAILearn how to extract transactional details from an email/SMS notification using GPT 3.5
Published onMarch 22, 2023How to convert RGB Colors to Hex Color in JavascriptJavascriptLearn how to convert RGB color to Hexadecimal string in Javascript.