Domenico Luciani

Tech Garden 🪴

Latest posts

March 2018 - Bookmarks

1 min read

* Clean Coder Blog * Don’t Pursue Programming if You Aren’t Passionate About It * The Dependency Inversion Principle * Mocks Aren't Stubs * Testing and Refactoring Legacy Code -…

Stairway to vim

2 min read

Today I started to work on a Scala project, I spend most of my time using vim (or in this case neovim) so I started to looking for plugins to write Scala using [neo]vim.

IsWadmin Golang Package

1 min read

I release a simple golang package named IsWadmin useful to check if a process is running as administrator on Windows.

IsDocker Golang Package

1 min read

I release a simple golang package named IsDocker useful to check if the process is running inside a Docker container.

Opus to Audio

2 min read

For a tons of personal reasons I don't use Whatsapp, I prefer Telegram instead but often I need to listen some audio files from Whatsapp that are in OPUS so to listen it I need to…

Glip

1 min read

Using more than one device often I need to move some links or some datas from to another one, I need a simple and clean way to do that without logins, emails, codes and hard to…

Go-ofile

1 min read

The first phase in security assessment is focused on collecting as much information as possible about a target application. One tool to do that is Goofile, it allows to search a…

Go-odbye

2 min read

One of the worst things that can be happens to a twitter user is surely to be unfollows but how to discover who unfollow you ? To solve this problem I create an ad-hoc offline and…

Interfacing an ultrasonic sensor with NUCLEO board

2 min read

For academic purpose I have to interface the F401RE NUCLEO board with the HY-SRF05 ultrasonic sensor, it uses the sonar principle to allow to measure the distance to an obstacle.