The blog
Notes, guides and thoughts from the frontend trenches.
I play a lot of games... and it turns out I spam the screenshot button a LOT. I collect a lot of screenshots from all the games I play so I wanted someplace to showcase them.
There is a caching mechanism built into Nitro, the server engine of Nuxt, that might be a little less known because it's documentation is not currently in the Nuxt docs, they are only in the Nitro docs.
As with everything, keeping your Sass files organised is key for easy and efficient working. The 7-1 pattern can help with this.
Nunjucks is great for templating your HTML, but it's even better when that markup is pre-compiled at build time.
On mobile devices hover states tend to stick unlike desktop. The workaround is to use a special media query.
Sometimes we want an image to look slightly different across devices or show a different image entirely.
A task runner will make performing those repetitive tasks a lot more efficient and lets you worry about the actual development.