This is a collection of tools, frameworks and programming languages I've used in the past which I resort to during my software engineering activities.

This does not include technologies I had a bad experience and which I would prefer to avoid.

Note!

This page is a work in progress. I don't like the current structure at all, I need to come up with a more readable one.

Programming languages

  • Rust: my main default, unless I need to work on something with a team more experienced in another language which also makes sense for the problem at hand.
  • Python: my second default, which I prioritize if my team has more experience with it and for prototyping.
  • PHP: what I used in previous jobs for web apps, admin panels and web APIs.

Frameworks

  • FastAPI
  • Laravel
  • Axum

Cloud

  • AWS as default

Static site generator

  • Zola

IDE

  • JetBrains' IDEs

LLMs

  • ChatGPT (free) for brainstorming / creative tasks
  • Claude 3.5 Sonnet via JetBrains AI for coding tasks
  • Junie via Jetbrains for agentic AI

Frontend

  • React
  • Flutter

Game development

  • Bevy
  • (tentative) Godot

CI/CD

  • GitHub Actions