Published onNovember 6, 2024HTML5 Video playsInlineTypeScriptJavaScriptHTML5Web-App-DevelopmentIt turns out that the HTML5 video spec has an important attribute for mobile. Read more to dive into how that can affect your applications on mobile.
Published onOctober 30, 2024A Minimalist Logger for Cleaner DevelopmentTypeScriptJavaScriptReactTincreSoftwareHate those pesky log messages in your production apps? Here's what we do at Tincre to mangle our logs and more.
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++.