Advanced tool to boost your Angular productivity - Online Free Workshop by Greg Radzio

preview_player
Показать описание
Advanced tool to boost your Angular productivity

There is a lot of Angular productivity tooling out there. One of the best is schematics. However they serve mostly simple use cases and do not provide a user friendly UI. Of course there are IDE plugins on top of the schematics which provide much better developer experience, however they still do not cover more advanced and smart use cases. In this workshop I will show you a single tool that helps me and my colleagues get order of magnitude boost in productivity. Come to this session and learn cutting edge tool that is user friendly, extensible and does the job like nothing else out there!

Greg Radzio - Principal Angular Engineer, Lowgular | Poland

I have been coding for 15+ years and always looking to improve the code. Currently I am Principal Consultant at Lowgular where I am helping our clients to maximize results in front end. I do so by auditing their code base, organizing coding standards, reducing technical debt, creating advanced tooling and training their developers to use best engineering practices like: Agile, Domain Driven Design, Test Driven Development, Advanced Front end architecture, Advanced Design Patterns.
Рекомендации по теме
Комментарии
Автор

I am really looking for hexagonal architecture talk at ng-poland, and would be glad to discuss it in person there!
I just wonder if constructors wont be bloated with a huge number of Ports being injected since it works almost like 1 port - 1 method.
What should we also do when when we need something across domains/sub-domains? I mean is it okey to use Ports of Product inside let;s say Order or Cart?

arthurfedotiew