What a professional Angular development workflow looks like

preview_player
Показать описание

In this video, I give an overview of my workflow as I work on a real project with Ionic and Angular. It includes Test Driven Development using Cypress and Jest, Git workflow, GitHub Actions, Pull requests, CI/CD, and more.

0:00 Introduction
0:26 Kanban
0:52 Task branch
1:13 Writing a test
2:30 Coding
2:56 Passing the test
4:01 Pull request
4:47 CI Builds
5:14 Conclusion

#ionic #angular #git

Рекомендации по теме
Комментарии
Автор

Finally I found pure Angular YouTube Channel.
Thank you 💓

amitmondal
Автор

Good video, there will never be enough content about proper development cycles.

luismpcunha
Автор

Very interesting, thanks for sharing!
Sorry if I missed this, but what's the `Code` column in the Kanban board used for?

Thanks!

andreigatej
Автор

Can you show us how to work with Unit tests and E2E? And how do you test deep nested dependencies (injected dependencies) on services?
thanks!

renatocenteno
Автор

That error ("TypeError: Converting circular structure to JSON") gave you no indication you needed to import the module

fkasample
Автор

You want to have a "test" for an/every HTML element on the page? That sounds strangely needless and superfluous

fkasample
Автор

This sort of testing overkill makes me want a different career.

austinZen