Felipe Joglar
banner
felipejoglar.dev
Felipe Joglar
@felipejoglar.dev
Dad of two lovely girls.

Android Programmer. Kotlin enthusiast & KMP tinkerer. Rails apprentice. Continuous learner and coffee drinker ☕.

I pretend to write something at felipejoglar.dev 🤷
This might be because many programmers come from a non CS background and lack this type of foundational knowledge.
Do you know any trustable source to learn about these topics on the JVM?
January 4, 2025 at 4:35 PM
Makes sense, thanks for sharing!
December 16, 2024 at 10:02 AM
Impressive!!
By code sharing you mean you share code between different platforms? In a KMP fashion for example?
December 16, 2024 at 9:44 AM
What projects are in that repo? Android + iOS. Can you please share the benefits with us?
December 16, 2024 at 8:43 AM
A post from the future 🔮
November 24, 2024 at 5:08 PM
Honestly, I thought you would say something like the common compose previews working in Intellij. So I was almost running to install it. 😂. I know KMP is different than CMP, but that was a plus.
November 24, 2024 at 4:14 PM
What are the differences you find using Intellij vs AS for KMP?
November 24, 2024 at 2:58 PM
I haven't used it, sorry. But I think @antonioleiva.com has tinkered with it.
November 16, 2024 at 8:27 PM
Interesting!
I would say that it is the expected behavior though, as you are passing two different lambdas. Despite the contents being the same.

If you pass a method reference or a lambda stored in a val to both, they should return true to the equality. Right?
November 15, 2024 at 4:58 PM
Docker is a pretty powerful tool!
I don't know exactly your use cases but, using kamal you can quite easily host several web apps on the same VPS in, for example, hetzner relatively cheap.

- kamal-deploy.org
- www.hetzner.com
Deploy web apps anywhere
From bare metal to cloud VMs using Docker, deploy web apps anywhere with zero downtime.
kamal-deploy.org
November 13, 2024 at 8:20 PM
The KaMPvengers? 🤦
November 13, 2024 at 11:08 AM
There is also an `allTests` gradle task that executes the tests for all targets at once. While maintaining the nice run window showing the tests results.
November 11, 2024 at 3:45 PM