Published onJune 17, 2023How to Validate HTML Strings in JavaScriptJavaScriptSindre-SorhusLearn how to validate if the given string is HTML or not using JavaScript
Published onJune 16, 2023Create a URL-Friendly Slug in JavaScriptJavaScriptSindre-SorhusLearn how to convert string to URL-friendly slug using Javascript
Published onJune 15, 2023Converting Tilde Path like ~/dev to Absolute Path in Node.jsJavaScriptSindre-SorhusLearn how to get convert title path like ~/dev to /Users/AshikNesin/dev in Node.js
Published onJune 14, 2023Getting JSON Response from OpenAI API with Function CallingOpenAILearn how to get OpenAI API response as JSON with function calling feature
Published onJune 13, 2023How to Convert Object Keys to Lowercase in JavaScriptJavaScriptSindre-SorhusLearn how to convert Object's keys to lowercase in JavaScript