Lessons Learned From My First Web Dev Job
Recently I started a web development job as a front-end developer, here are a few things I learned so far.
1. Make sure to have the correct working environment As you might know, preparing the development environment is an essential step when you start a new project. In my case, the team decided to use Nix for package management (it’s awesome). The first problem I faced is that I am using Windows, and to be able to use nix on Windows you have to use WSL.