Published onDecember 19, 2024Using The as const Assertion In TypeScriptTypeScriptLanguage-featuresSoftwareDevelopmentDeveloper-toolingProvide immutability and a better developer experience for your TypeScript types using the as const assertion. In this article I detail how we do that at tincre.com.
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.