Latest writing

Recent posts

I write about Flutter, Dart and software development.

4 min read

Add Spatial Capabilities in SQLite

A few days ago, I wanted to add spatial features to my backend. I wanted to store the GPS positions of users and return the closest people to them (like a dating app). Usually, people use PostgreSQL and PostGIS, an extension that enables spatial capabilities, …

Read article
11 min read

Write An Application With Getx

I wrote an article where I analyzed the source code of GetX. I found many things for which I wouldn’t normally use GetX in any of my projects. But, in my Reddit post, some people said I was wrong; they were more productive and delivering faster, etc. They …

Read article
15 min read

Humble Opinion About Getx

GetX is the first package on pub.dev when sorted by most likes. It has more than 14,000 likes and more than 10,000 stars on GitHub. However, most of the Flutter community will say that it’s a very bad package and it shouldn’t be used. I was wondering if it was …

Read article