Hey, i’m Thales Gelinger

I build cool stuff, write about it, and repeat, take a look in my posts, you may find something interesting

Mobile Pokedex Flavours

Mobile Pokedex Flavours When we talk about learning to code theres nothing better than a project, and when we talk about frontend, right after the first hello world most of us think about the classic pokedex, well, i’m a mobile developer who has worked most of time with react native, i’ve done some integrations with native code and different techs some times but i’ve never did anything from scratch, and thinking about it, and how much i struggle the first time i saw objective C, i decide to make this project, the exactly same pokedex but made in all most famous (or not so famous) tech stacks. ...

June 10, 2024 · 12 min

How to build expo apps without EAS

How to build expo apps without EAS Expo 49 comes with new workflows, with newer versions, expo has a prebuilt command which enables native folders, and also, comes EAS which is expo solution for building iOS and Android apps frictionless, but if, you want to use expo, but you already has a pipeline in the old way, or you just don’t want to rely in expo services, and build your own build server? ...

March 28, 2024 · 5 min

Webassembly

WebAssembly: How and Why? NO!! Before all, webassembly it’s not just assembly as most of you can think in a first read, no one will suffer writing in the most low level programming language ever made, the webassembly, it’s nothing else than a bytecode that allows to use languages beyond JS in the browser, allowing a best performance and bringing a bunch of changes in the way that we have been working with web so far. ...

March 22, 2023 · 5 min