DEV Community

[Comment from a deleted post]
Collapse
 
barakplasma profile image
Michael Salaverry

Repos like github.com/torokmark/design_patter... can show you how nice it is to write code which takes advantage of design patterns.

The intellisense provided by vscode on typescript projects will increase your productivity, especially on larger projects with multiple contributors.

Typescript really shines when you type API requests and replies between front end and back end. Although that can also be done using grpc, the intellisense provided is huge. It helps you refactor when am API changes

Collapse
 
marluanespiritusanto profile image
Marluan Espirituanto

Thanks for share this repo with us ☺️

Collapse
 
salchichongallo profile image
Jimmy Murillo

Nice Repo! Thanks :)