Pas de Code
76 subscribers
106 photos
1 file
402 links
What I cannot create, I do not understand.

DM: @alexey_mileev
Original channel in RU: @devballet
Twitter: twitter.com/pasdecode_
Download Telegram
I really enjoy posts like that: author spotted an unscramble-the-words task in a local newspaper and without hesitations implemented solvers for it in three languages.

#algorithm #just4fun
Check out this new experimental tool by Google. It helps to analyze dependencies of different open source libraries. Maven support is already there!

#google #oss #deps
Interruptions are frustrating to developers, it's a fact. In this post you'll find some trivial tips on minimizing them, but you'll also find a somewhat beautiful analogy between building a picture of a piece of code in your head and building a card tower, really liked that one.

#focus #programming
That's an interesting move by Google: AppSearch alpha is out. It's kind of a document DB tailored for fast on-device full-text search.

#jetpack #library #appsearch
Good old Rich Hickey and his "Maybe Not" talk. He reflects on all these Optional<String> and String? thingies and comes up with a rather interesting solution for Clojure: we need to use the same User entity with optional fields in different contexts with different requirements - sometimes we want a firstName + lastName User, and sometimes we need only id + address.

#talk #clojure #optional
I haven't given a thorough inspection to this Insetter library just yet, but looks very promising. We specify which system bars should be handled with paddings and which - with margins, and it handles the rest.

#library #insets
In this post author dives into Telegram's approach to resizing images before uploading them.

#image #optimize