Mar 24Force https/ssl and www on a Node JS application running on Google App Engine/FlexFound myself searching for hours on how to redirect http traffic to https/ssl and non-www to www on a GAE / flex environment with a Node JS app and in my head i was like: Hey Google! This should be something easy and straightforward like a “gcloud” command.. …Google App Engine3 min read
Jan 12Deploy an Angular Application to Firebase Hosting with Github ActionsGithub Actions is a CI/CD tool that allows users to automate their project workflow, you can define certain actions to run when code is pushed to a branch, a new tag is uploaded or even when a directory has changes. You can use this tool to automate the deploy process…Angular5 min read