clivern.com - Clivern

Description: Software Engineer and Occasional Writer. I write about Web APIs, PHP, Python, Go, Java, Rust, Elixir, Software Architecture, Resilience and Efficient Human Interfaces.

php (15838) java (6058) automation (4991) python (3834) chef (1377) golang (632) microservices (208) cloud-native (153) k8s (112) scaling (86)

Example domain paragraphs

Ruby is a language of careful balance. Its creator, Yukihiro “Matz” Matsumoto , blended parts of his favorite languages ( Perl , Smalltalk , Eiffel , Ada , and Lisp ) to form a new language that balanced functional programming with imperative programming.

Strangler Figs is a nightmare that lives on other tropical trees, stealing their soil nutrients, water, and even sunlight through a canopy of dense leaves and roots that twist around the host plant. Eventually, the fig’s roots can completely encase the host, strangling its trunk and cutting off nutrient flow until it dies and rots away leaving just the hollow fig behind. continue reading »

In this post, You will understand how to collect values from an Arduino with a connected Raspberry PI over a serial port. This can be useful if you want collect sensor values over a period of time and store them on a timeseries database or trigger an alert either from the Raspberry PI (email notification or telegram alert) or from the Arduino (like fire alerting systems). Let’s dive in!