Published onAugust 17, 2024How to add comment on table and column in PostgresdevpostgresI was just wondering if it's possible and it turns out it is
Published onAugust 15, 2024Quickly generate Postgres database in a single commandubuntuclicoolifypostgresHow I thought I could let AI do all the work but it turns out it can only do so much
Published onAugust 10, 2024How to deploy React Native iOS app to TestFlight from Azure DevOps pipelinedevreact-nativeiosThis is just a guide for my future self to deploy quickly
Published onAugust 7, 2024Closure vs Function in JavaScriptdevjavascriptUnderstanding this will help you avoid subtle memory issues in JavaScript
Published onAugust 4, 2024Subtle memory issues in JavaScript thanks to closuresdevjavascriptI found out that setTimeout can accept more than two arguments