Winnipegjs / talks

Do you want to talk at Winnipeg.js event? You're in the right place!
8 stars 0 forks source link

Let's ship it. #21

Closed kleyson closed 4 years ago

kleyson commented 4 years ago

Title

Cheap CI for JavaScript Developers

Description

There are no excuses, you should be using good software engineering practices in your projects. In this talk, we will be focusing on creating a cheap pipeline of Continuous Integration and Continuous Delivery that can work for your javascript projects

About the speaker

Resources

Extra

kleyson commented 4 years ago

Thanks

Links:

Slides: https://www.slideshare.net/kleysonprado/cheap-ci-for-javascript-devs Github Repo: https://github.com/kleyson/pres

Actions used: https://github.com/kleyson/pres/blob/master/.github/workflows/frontend.yaml https://github.com/vitalyliber/dokku-github-action

Frontend hosting (basically free) https://pages.github.com/ https://surge.sh/ https://www.netlify.com/ https://render.com/

Backend hosting (as cheap as possible) https://www.vultr.com/ (Starting $2.50/mo) https://www.digitalocean.com/ (Starting $5/mo) https://www.linode.com/ (Starting $5/mo)

Tools http://dokku.viewdocs.io/dokku/ Dokku