Author

Joaquin Cid

[guest author fields > title]


Warning: Undefined array key “link” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/template-parts/cards/feed-card.php on line 146
Building an Angular app and deploying it to Firebase using Bitbucket Pipelines

This is a guest post from Joaquin Cid. In the following tutorial, we’ll learn how to setup a CI/CD pipeline using Bitbucket Pipelines and configure automatic build, run tests (both unit and e2e) and deploy an Angular app to Firebase Hosting. Why is CI/CD important? How much time do you spend on building, running tests […]