Juan Medina Personal Blog
- Posts
- Categories
-
Jul 1, 2017
Modern C++ CI
C++ is more active than ever, with the C++17 standard ready, a widely support on C++14 from major compilers and C++20 planning on the way there is a interesting future...
Read More -
Jun 4, 2017
Reactive Kotlin vs Java
For me the best way to learn something is by example, so instead to create HelloWords I’ve been translating my Java Reactive Spring 5 Webflux example into Kotlin, and now...
Read More -
May 23, 2017
Why we should use functional programming with Kotlin?
Recently I made a post about why we should use functional programming, but since I’m trying now to learn Kotlin, I like to update my previous entry with examples written...
Read More -
May 11, 2017
Why we should use functional programming?
In the past days I’ve been focusing on learning reactive programming with Spring 5 and while reviewing the example microservice that we create with some friends, we realize how much...
Read More -
Feb 22, 2017
Python Unit Tests
I’ve an strong believe that programming in different languages is something that all developers should do, and do it so you face different problems and apply different technics to solve...
Read More