DEV Community

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

Posted on • Edited on

1

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

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay