My Stack
Some of the tools in my toolbox. They are the tools I default to when building different types of software systems.
Typescript
The default choice for building mantainable frontend web applications
Next.js
I really love this framework, it is my sensible default to start a frontend website or application
React
My frontend framework of choice, really nice documentation and a great ecosystem
Clojure
My favourite language to build microservices, concise and simple, but not easy
Kotlin
My choice for the backend when time to market is crucial. It allows me to combine functional and OOP styles
AWS
My cloud of choice when you need more than a bunch of servers. It allows you to scale and pay as you go
Terraform
A flexible tool to write infrastructure as code. I have being using since 2016 and keeps being my default choice
Vercel
I really like Vercel user experience, my tool of choice to deploy a static website or app across the globe
Spring Boot
My choice when I have to quickly create and API or other type of backend service with Java or Kotlin