My thoughts and adventures.
Tags will come here...
-
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 ⇛ -
06/07/22
✨ Using Bun as JavaScript runtime
- JAVASCRIPT
- /
- BUN
- /
- RUNTIME
Bun is a new runtime for JavaScript & TypeScript, compatible with NodeJS packages and ecosystem.
Read more ⇛ -
06/05/22
🚀 Deploying Astro on Deno
- ASTRO
- /
- DENO
- /
- TYPESCRIPT
Astro came out some time ago with a SSR Deno adapter. I never tried it out before, So I thought I should give it a try!
Read more ⇛ -
02/05/22
📈 Using mostvisitedpages as a serverless function
- ANALYTICS
- /
- FIREBASE
- /
- JAVASCRIPT
I've moved from a regular RESTful API to serverless functions. Here is a little guide and explanation on why & how I did that.
Read more ⇛