My thoughts and adventures.
Tags will come here...
-
26/04/22
♻️ Upgrading my website to Astro v1.0
- ASTRO
- /
- JAVASCRIPT
- /
- TAILWINDCSS
Astro came out with a beta version of the v1.0 release of the framework. I upgraded my website to use that version, since I was still running on v0.24. The following are some of the changes I had to do to get it working.
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 ⇛ -
23/04/22
💄 Tailwind CSS in Astro
- ASTRO
- /
- JAVASCRIPT
- /
- TAILWINDCSS
Since Astro 24, the documentation of Tailwind CSS in Astro has disappeared. Not because it's not supported, but because it now holds true to the Tailwind CSS documentation itself. If you still need a guide on how to use them both, look no further!
Read more ⇛ -
11/08/22
🚀 Deploying to Firebase using Google Cloudbuild
- JAVASCRIPT
- /
- FIREBASE
- /
- CLOUDBUILD
Deploying to Firebase can sometimes be somewhat of a hassle if you're using the CLI. There is a better way using some sort of CI/CD, Cloudbuild is the example explained here.
Read more ⇛ -
10/08/22
🚀 Deploying to Firebase using Github actions
- FIREBASE
- /
- GITHUB ACTIONS
- /
- DEVOPS
Deploying to Firebase can sometimes be somewhat of a hassle if you're using the CLI. There is a better way using some sort of CI/CD, Github actions is one example explained here.
Read more ⇛