Struggles of a new dev
Week 1 on the job
Nov 13, 20225 min read

Search for a command to run...
Week 1 on the job

Resources for learning before you get that first developer job, while you have a day-job, a family and a life
There is a couple of ways to do this, these are just 2 without the need to install any package. Let's start with the simple setup, in your pages/app.js you import your global styles import "styles.css"; and in your component you add your styles wit...

How to wrap parent div around child div that has position: absolute
