I'm a software developer focused in web development.
I do a lot of frontend work with Typescript, React JS and NextJS, and I also try to do cool things with Svelte too.
In the backend I'm usually working with pure PHP or NodeJS with Typescript. In my free time I do some other things too. Sometimes I play with Go and Elixir
This is my personal website, you can see it live here. It's a work in progress, so it's not finished yet.
You can go to my website and contact me or:
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at localhost:5173 |
pnpm preview |
Preview your build locally, before deploying |