DEV Community

Cover image for 3 resources, I found the most useful (week 33)
Jakub Smetanka
Jakub Smetanka

Posted on • Updated on

3 resources, I found the most useful (week 33)

TL;DR

  1. git push config
  2. npm/yarn patch package
  3. Angular Standalone components

1. git push config

Are you frustrated about setting upstream branch while pushing commits? Don't have to, since git 2.37 release its not a problem anymore.

2.Resolve a bug w/ patch

Here is the situation, you have found a bug in package dependency and upgrading the package would impact versions of other packages, trust me you don't want to upgrade each package. The easy solution is a patch package.

3. Angular Standalone Components

As you already probably know, since Angular v14 new feature called Standalone components is available, quick tutorial for those who want to try it.

If you like this short article, feel free to comment, or share it. If you dont like, do it as well and tell me your remarks ;)

Don't miss any new blog by following me here.
Follow me on Twitter

Visit my website smetankajakub.com

Top comments (0)