Description: Web developer with over 22 years of experience. Writing about javascript and front end techniques
web (36933) html (18838) web development (15873) javascript (14970) css (14138) react (4038) angular (1537) typescript (1254) redux (200)
Home About Resume Fredrik Bergqvist Web developer with over 22 years of experience. Writing about javascript and front end techniques
At work I inherited a really old website running on React. The code was good but by old i mean really old; last commit was 3 years ago and most of the code was 5-6 years old… So I converted it to TypeScript and ripped out the old babel/webpack build system and installed Vite to […]
Using environment variables is a great way to store environment specific values and secrets that should not be in the git repo. Lets say you have an API which runs on localhost locally but a different host in production. On the server Locally you need to add an .env.local-file in your project root containing a […]