Here are some quick things about me:
- 🔭 I am a mobile application developer focused on iOS application development since 2011.
- 📫 I make games and softwares.
- ⚡ I’m currently working on iOS/Android/Multimedia.
- 🌱 I’m currently learning Go/Vue.js/Kotlin/Flutter/React Native/Rust/TypeScript.
- 🤔 I’m looking for help with ffmpeg/webrtc/audio/opengles.
function tryToUnderstand(point) {
if (known(point)) { return 'Aha' }
const smallPoints = split(point)
smallPoints?.map(tryToUnderstand)
}