Published onJanuary 24, 2024Simple regex inputs using ChatGPT for MomPythonJavaJavaScriptRegexDeveloperDo your users keep inputing characters in your input fields that cause failures? Do your developers fail to understand the basic domain requirements of these input fields? Learn how to ask ChatGPT for help!
Published onOctober 3, 2023Indexing and Slicing Arrays in JavaScript and other languagesJavaScriptSoftware-developmentBeginnerBugsProgramming-LanguagesPythonC++GoDig into a simple outline of array indexing and slicing in JavaScript, Python and C++.