Programming
-

Hands off the fretboard
Coding felt like playing a song. The notes came out of your fingers. Now someone walks…
-

Upgrading an Elixir Phoenix app using Tidewave
My company, Amignosis, website is a simple Phoenix LiveView web app. It was on Phoenix 1.7.21…
-

Why lowercase Git repository names are a good idea
Using lowercase Git repository names is a good idea. Here’s why.
-

Creating a markdown-based changelog for LiveView apps
I wrote about adding a changelog to an Elixir Phoenix LiveView app. I used Earmark to…
-

C# track on Exercism.org (3.6% progress)
Today’s C# progress on Exercism.org was slower than a snail on a coffee break. Managed to…
-

How Delphi saved the day
This is the story of how I introduced Delphi 23+ years ago to my first job…
-

Started making games as an indie
Some thoughts and notes on starting making games as an indie dev and why.
-

Use Clippy to fix your lint suggestions
Using cargo clippy –fix to apply suggestions automatically.
-

My Elixir journey
I am documenting my Elixir journey using GitBook on https://elixir.petrolidas.com
-
Fixing the implicit declaration of function error when installing ruby gems
How to fix the implicit functions error Clang is throwing in the latest version of Xcode…