/posts
/tags
nicokosi's blog
.
2024-11-28
A few "unix-like" terminal tricks 🧙
unix-like shell tricks
Read more ⟶
2021-11-09
Exploring my own Strava activities using Kibana (part 2): a better dashboard
How I created a Kibana detailed and interactive dashboard to explore my personal Sport activities from strava.com.
Read more ⟶
2021-09-14
Contributing to TLDR (collaborative cheatsheets for console commands)
Some thoughts about my recent contributions to the open-source project 'tldr'.
Read more ⟶
2019-12-24
Rediscovering Golang with "pullpigo", a small hobby-project
How I discovered Go (the programming language) basics while coding a CLI tool named "pullpigo".
Read more ⟶
2019-08-13
Java, Kotlin and Clojure go native with GraalVM
Generate native executables via GraalVM for Java, Kotlin and Clojure CLI tools.
Read more ⟶
2018-06-10
Discovering Rust
Discovering the Rust programming language, from a Java/Clojure programmer's point of view, via a small side project.
Read more ⟶
2018-06-10
Exploring my own Strava activities using Kibana
How I imported my personal Sport strava.com activities into Kibana in order to explore them.
Read more ⟶
2018-05-12
Clojure goes native with GraalVM
Use GraalVM to generate native executable for 'hubstats', a Clojure project.
Read more ⟶
2017-04-14
Creating Strava charts with R
Use R to generate custom Strava charts.
Read more ⟶
2017-04-09
Creating Strava charts with Clojure and Incanter
Use Clojure Incanter to generate custom Strava charts.
Read more ⟶
2017-01-11
Discovering GitHub APIs while learning Clojure
Discovering GitHub APIs while learning Clojure.
Read more ⟶
2016-09-27
Let's play with pattern matching in Haskell
Let's discover Haskell pattern matching
Read more ⟶
2016-09-14
Let's play with pattern matching in Scala
Pattern matching is a powerful technique for filtering and testing variables. This article aims at illustrating pattern matching in Scala using a simple example.
Read more ⟶