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:
- You can send me an e-mail: lucasalvesrego.contato@gmail.com
- You can contact me in my LinkedIn: lucasalvesregodev
- I'm from Brazil
- I'm a CSS enjoyer
- My first programming language was Python
- My first JS framework was Svelte
- I like frogs 🐸 and Linux🐧
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 |