David Garcia

David Garcia @davidgarcia

Location:
Spain
Joined:
Jun 14, 2024

David Garcia
articles - 10 total

🧩 Understanding Why Omit and Pick Fail with Union Types

Omit and Pick are some of the most loved utility types in TypeScript. They let you create new types...

Learn More 0 0May 7

🔎 Do you know the Sensors panel in DevTools?

🔄 How to use it: Open DevTools (F12 or Ctrl+Shift+I in Chrome). Go to the More tools > Sensors...

Learn More 0 0Feb 20

🧹 Remove them with a single Fish Shell command:

1️⃣ Save the following script in: 📂 .config/fish/functions/git-delete-branches.fish 2️⃣ Execute the...

Learn More 0 0Feb 19

⚡ Master WebStorm with these key shortcuts to navigate and edit faster!

If you use JetBrains, these shortcuts will make you fly through your. You can find them in the...

Learn More 0 0Feb 17

💡 5 little-known Git commands that will improve your workflow.

There's more to Git than commit, merge and checkout. Here are 5 commands that can make your life...

Learn More 1 0Feb 12

💡 5 comandos de Git poco conocidos que mejorarán tu flujo de trabajo

Git tiene más que commit, merge y checkout. Aquí tienes 5 comandos que pueden hacerte la vida más...

Learn More 0 0Feb 12

Beyond Code: The Role of a Software Developer/Architect

Being a software architect is not just about defining technical structures but also about making life...

Learn More 0 0Feb 10

Más Allá del Código: El Rol de un Desarrollador/Arquitecto de Software

Ser arquitecto de software no es solo definir estructuras técnicas, sino facilitar la vida de tu...

Learn More 0 0Feb 10

📌 Strongly Typed Forms in Angular Without Duplicating Interfaces

Angular’s documentation suggests defining both interfaces and a manually typed form model. But with...

Learn More 4 0Feb 4

🚀 A Better Alternative to .get() in Angular Forms

If you’re using form.get('field') to access a control in a FormGroup, you’re not alone. It’s the most...

Learn More 1 0Feb 4