排序
Repasando Artículos: Monads For Functional Programming
Repasando Artículos: Monads For Functional Programming, Repasando Artículos (4 Part Series) 1 Repasando Artículos: Why Functional Programming Matters 2 Repasando Artículos: Mon...
Repasando Artículos: Why Functional Programming Matters
Repasando Artículos: Why Functional Programming Matters, Repasando Artículos (4 Part Series) 1 Repasando Artículos: Why Functional Programming Matters 2 Repasando Artículos: Mo...
Learning Algorithms with JS, Python and Java 4: MaxChar
Learning Algorithms with JS, Python and Java 4: MaxChar,This is the fourth article of my attempts to follow Stephen Grider's Udemy course in three different languages. First I quot...
Learning Algorithms with JS, Python and Java 1: String Reversal
Learning Algorithms with JS, Python and Java 1: String Reversal,When I study natural languages, I've always enjoyed comparing them. It was intriguing to know, for example, that the...
Implementing in-app language change
Implementing in-app language change,Android resolves language- and culture-specific resources based on the system locale setting. This is a desired behavior that makes perfect sens...
In-memory database tests with Querydsl
In-memory database tests with Querydsl,Writing tests is an important skill of a software engineer. I used to write lots of very focused, narrow unit tests. However, I often found s...
Read Efficient Data Structures
Read Efficient Data Structures, RUM Conjecture (4 Part Series) 1 RUM Conjecture - Reasoning About Data Access 2 Read Efficient Data Structures 3 Update Efficient Data Structures 4 ...
How to publish a library to a Maven repository with the maven-publish plugin
How to publish a library to a Maven repository with the maven-publish plugin,A seasoned developer now and then creates a piece of code that he or she would like to reuse in a diffe...
Think twice before using a Supplier
Think twice before using a Supplier, Supply and demand At the end of my last article, we had this piece of non-functioning code, which tried to replace placeholder string from a fi...
Navigating the uncharted Stream
Navigating the uncharted Stream, Wrong bend of the river When I left school, Java 6 had just been released and wasn’t really integrated into the school curriculums yet. But I was ...