./fmski

November 2021 - Interesting reads

Read

Books

I was hoping to extend some of my general knowledge around functional reactive programming but unfortunately this book was just, mostly the basic theory and very long examples written with Sodium. I felt it was more a book about a specific framework than about concepts, not what I was expecting but I think good for those who want to start digging into FRP https://www.goodreads.com/book/show/24671986-functional-reactive-programming

After reading The Three Body Problem trilogy I was excited about reading this one by the same author. The base idea is great (if you can get behind that somehow if you're young you don't get any radiation) but I wasn't a fan of the execution, too much time spent describing the games children play rather than going in depth with what it means to have a world without adults. Still a quite enjoyable read if you're good at skipping pages. https://www.goodreads.com/book/show/43263225-supernova-era

Tooling

TIL

You can generate an archive of any of your project under Git without any of the files / directories present in the .gitignore! Perfect to send coding challenges without the build folder for instance.

git archive -o test.zip HEAD  

Watch

The recordings for Droidcon Berlin are up! https://www.droidcon.com/content/?filter_postyear=2021&filter_post_event_tag=droidcon-berlin

Here are some of my favorites so far (there's a LOT to watch):

Shortcut of the month (Intellij IDEA)

With now a lot of people working with Compose and functions everywhere instead of actual custom view classes it might be hard to find the @Composable you are looking for as they don't appear under classes (CMD+O) or files (CMD+SHIFT+O) search. CMD+OPTION+O is what you need!

Bonus


Questions, remarks about this post?
Reach me on Twitter @florianmski