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 onMarch 13, 2024Python Tempfile For LiteLLM and Vertex AIPythonGCPVertex-AITempfileGcloudAuthUse Python's tempfile for saving Google Cloud credentials locally when you call Vertex AI endpoints with LiteLLM
Published onMarch 12, 2024GCP Authentication With Custom CredentialsPythonGCPVertex-AIAuthenticationGcloudAuthDo you store your application credentials for GCP service accounts on disk? Stop - there's a better way!
Published onFebruary 16, 2024Github Action With Sed In the MiddleGNU/LinuxBash-ScriptCLIGithubSedGithub-ActionsCICDDo you ever need to modify a string variable inside of a Github Action? This article will show you how to get it done.