My thoughts and adventures.
Tags will come here...
-
27/09/21
♻️ Using PNPM on Netlify
- NETLIFY
- /
- JAVASCRIPT
- /
- PNPM
When I first switched my website over to PNPM instead of Yarn, I noticed that my Netlify build were failing. Here's a guide and solution to everyone having the same issue.
Read more ⇛ -
25/09/21
✨ Using slots to build layouts in Astro
- ASTRO
- /
- JAVASCRIPT
- /
- FRAMEWORK
Coming from frameworks like NuxtJS and NextJS, I always liked the layout feature. It's a quick way to reuse shared components without re-importing them in every page. When I started with Astro, I had no idea that this was also possible.
Read more ⇛ -
01/09/21
✨ Setting up Nuxt with Pug and Stylus
- NUXT
- /
- PUG
- /
- STYLUS
Nuxt is really cool all by itself but can even be cooler when combined with another templating engine. In this example I'll use Pug and Stylus to fiddle around.
Read more ⇛ -
26/08/21
📝 Add your blogposts to your Github README
- WORKFLOWS
- /
- GITHUB
- /
- JAVASCRIPT
Github profile README's are a very cool and personal way to tell something about yourself. One of the downsides to this is that it depends on a static format. Well, this is not necessarily true. Through the power of code and Github Actions, we can use JavaScript and generate a static file.
Read more ⇛ -
20/08/21
🥳 Describe your commits using Gitmoji
- GIT
- /
- SYSTEMS
- /
- GITMOJI
Describing your commits can be a difficult task. You can write down everything you changed or improved, or you can let the code speak for itself. Gitmoji makes this a whole lot easier by using emoji.
Read more ⇛