Software Engineering Articles
Software Engineering
Scala Notes from 2015, still valid today.
Organized collection of notes from 2015 about Scala.
November 10th 2024 34 min read
Software Engineering
Setting Up a Python Local Environment with Poetry, Pyenv and Pipx
Learn how to set up a local Python development environment using Poetry, Pipx, and Pyenv to manage multiple Python versions and dependencies, ensuring isolation and flexibility across projects.
October 21st 2024 12 min read
Software Engineering
How to sbt + crossScalaVersions + Bintray
In this post I will talk about how to configure sbt to release and publish packages for multiple Scala versions using Bintray.
April 27th 2020 5 min read
Software Engineering
Migrating/Comparision from Akka Classic to Typed
Examples to compare and migration apps from Akka Typed to Akka Classic
November 1st 2019 1 min read