/uses
Tools & preferences.
• 5 min read/uses
Tools & preferences.
• 5 min read`ffmpeg`
simple cheatsheet
Personal reference for basic CLI commands.
• 2 min readOn caching in Next.js App Router
This post does not explain caching in Next.js.
• 4 min read`next/router`
to `next/navigation`
migration cheatsheet
Wrote down the sheet I wish I had.
• 2 min readAt the forefront of React
I have a new job and the tech stack is quite modern.
• 2 min readThoughts on Expo config plugins
They're pretty cool.
• 2 min readParsing custom dates in JavaScript
I ran into an inconsistency between Hermes and JSC/V8 when parsing ISO dates and wrote a workaround using Day.js.
• 4 min readUploading iOS apps with special characters to App Store Connect
Solving the error 'Invalid Signature. A sealed resource is missing or invalid'.
• 2 min readIntro to Liveness Detection with React Native
What is Liveness Detection, why would you need it and how to build an implementation with Expo's FaceDetector.
• 25 min readGPT-3: Programming in English
COBOL 2020
• 2 min readGenerating TypeScript types for environment variables
Get that automatic code completion.
• 4 min readAutomatic versioning for React Native apps
Don't do it manually.
• 4 min readAdvanced async logic with Redux Observable
Make sure your apps are flexible.
• 9 min readThinking in React for native Android apps
A guide using MvRx, Navigation, Flexbox and some Kotlin sugar.
• 14 min readA brief intro to RxJs
From promises to observables.
• 4 min readChunking arrays in JavaScript
Converting an array of data into an array of arrays, of data, to overcome an SQLite run-time limit.
• 2 min read