Angular Schematics, Removing the Guesswork - John Baur - Advanced Angular Lunch

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • You've already established solid architectural patterns in your application. Next up is ensuring that they scale with your (probably distributed) team. Angular Schematics provides powerful tools to facilitate standards and practices.
    John Baur is a software developer and technical lead at Oasis Digital. He has designed and implemented systems for several Fortune 500 firms, and is a founding instructor of Angular Boot Camp, where he's trained hundreds of developers around the world. When he's not solving problems for giant companies, he enjoys playing board games and watching baseball in his spare time.
    Recorded at Advanced Angular Lunch:
    www.meetup.com...
    ----------
    Oasis Digital: Your trusted partner for modern software development.
    First-time quality, reliable expertise.
    We work alongside your team to achieve reusability, create more functionality, and reduce time-to-market.
    LINKEDIN:
    / oasis-digital-solution...
    WEBSITE AND INQUIRIES:
    oasisdigital.com/
    OUR “TECH TALK SHOW” CHANNEL:
    / @codetalkteach5368
    ADVANCED TRAINING:
    oasisdigital.c...

КОМЕНТАРІ • 1

  • @alisharobinson9191
    @alisharobinson9191 2 роки тому

    It's also good to note that preceding file manipulation/creation you can run a prettier.format() on them (or other formatter). This can help the files stay consistent when converting them back and forth from JSON or doing other manipulations.