Posts

All of my long-form thoughts on various topics like tech, psychology, investing and more, collected in chronological order.

Building a simple PHP dockerized environment

Unlike other ecosystems like .NET or Java in which containerizing an application for local development might seem more like a burden than a feature when it comes to PHP this is a necessity as well as a welcome bonus of mirroring the production environment very closely.

How to install .NET Core SDK with ASP.NET on Manjaro Linux

I recently switched from Fedora to Manjaro as my main Linux distribution and since I use .NET core from time to time I wanted to install it. It turns out that since at the time of this writing, it's not officially supported as it was the case with Fedora, there was a bit more trial and error involved in the process