Something changed in the way I write software, and I do not think it is going back.
[Read More]
Engineering Notes
Practical writing on mobile software, developer tools, and building reliable systems.
Reimplementing the Product Hunt App with Jetpack Compose
Product Hunt is probably one of my favorite websites full of fresh products and awesome tools. If you are not subscribed to the Product Hunt newsletter I warmly suggest do it in order to receive their weekly emails containing the latest trends in consumer tech.
[Read More]
Creative Programmer for a Night with Nannou
Creative programming is a field that has always fascinated me. I love shaders (love and hate), graphic effects, and generative art. Recently I started to play with Rust, (no, not this Rust 😅) and the programming experience really amazed me. Coming from the Android world where adding a new dependency...
[Read More]
The Setup I Use When I Work From Home
The main tool in my setup is my Mac. I currently have a MacBook Pro 13-inch, 2018, Four Thunderbolt 3 Ports, 2.7 GHz Quad-Core Intel Core i7, 16 GB of RAM and 1TB of storage. From time to time I (seldom) like to play some games on Steam on a...
[Read More]
How to Write Proper Shebang
This is a long outstanding story and there is not (unfortunately) a unique answer. What seems to be the preferred way al least is
#!/usr/bin/env bash.
This should guarantee the maximum portability as explained in this Stack Overflow post.
[Read More]