Posts tagged with journal

Writing down my personal experience to review what I've done or what I've learned... in a very unprofessional manner 😂

Reaching for the Stars with Astro Flashy ⭐⭐⭐ nonsense title aside, I've switched from Jekyll to Astro as my static site generator and wanted to share my reasons behind the switch and my experience with it.
Creating my first npm Package Recently at work, I've started doing a bit of web development. What surprised me the most, in a pleasant way, was how nice the developer experience was. Everything is fairly straightforward to use, well-documented, and there are a lot of tools available. For instance, Vue and React provide scaffolding tools ([create-vue](https://www.npmjs.com/package/create-vue) and [create-react-app](https://www.npmjs.com/package/create-react-app), respectively) that set up your project quickly so you can hit the ground running. I thought to myself _Oh, that's nice, let's ~~steal~~ be inspired by the idea_ and created something similar for my own use case. Enter [create-gnome-extension](https://github.com/Leleat/create-gnome-extension), my first npm package.