Manuel Artero Anguita 🟨

Manuel Artero Anguita 🟨 @manuartero

About: Father & happily married 👨‍👩‍👧. Senior Software eng. based on 🇪🇸. TV Apps at @Telefonica. React ⚛️ Professor in a master's program. Js 🟨 Ts 🟦

Location:
Madrid, Spain
Joined:
Jan 18, 2022

Manuel Artero Anguita 🟨
articles - 53 total

Hidden Requirements in Dev Hiring

Maybe you've come across this image in your dev feeds (X, Reddit, LinkedIn...) It's supposed to be...

Learn More 11 5Mar 25

Trying to Replace the DOM with Canvas — And Failing

I’ve been three weeks in the desert We build apps that run on an embedded system with less RAM...

Learn More 7 5Mar 13

Hierarchy was a Mistake

I love memes. They have this incredible ability to condense not just a message, but also culture,...

Learn More 22 11Mar 6

A CORS Go-To-Bed Tale

I create apps for a living. Specifically, apps that run on a Set-Top Box –an embedded system with...

Learn More 2 0Feb 28

Copilot is great; I just need it not to speak all the time

Most of the time Copilot is just reading my mind and i only need to press TAB a couple of times. BUT...

Learn More 3 1Feb 7

AI could end my job — Just not the way I expected

This is a 101% personal and opinionated post. After the initial months of AI craziness, I feel we've...

Learn More 12 9Jan 27

Reducing Code Duplication in GitHub Actions Workflows (1/2)

We use GitHub Actions to set up our CI/CD. The infra team (they renamed themselves to 'DevOps' a few...

Learn More 2 1Nov 29 '24

[Meme Monday] My favorite mythological animal is a cleanup npm installation

$> npm install Enter fullscreen mode Exit fullscreen mode ... ...

Learn More 1 0Nov 25 '24

What's a Principal? A Conversation With my Head of Eng.

The other day, I sat down for coffee with my Head of Engineering ☕. After some conversation, I...

Learn More 42 3Nov 18 '24

Fix an issue on my Dockerfile: ARG Scope in Multi-Stage Docker Build

OK, so this one had me stuck until I hit the Eureka moment, the "Oooooohhhh, gotcha!" moment. ...

Learn More 7 0Oct 31 '24

When Volunteering Turns into a Demanding Job Offer?

A few months ago, I reached out to a local volunteer organization that works with teenagers and young...

Learn More 2 4Oct 29 '24

Why I Prefer 'function' Declarations for Top-Level Symbols (But Won't Use Them Anymore)

Today, we’ve decided to use arrow functions exclusively at work. We have a common ESLint config, and...

Learn More 3 3Oct 23 '24

Advanced Ts: Dependent parameters, inferred unions and a healthy interaction on Twitter.

Every time I write as Foo in TypeScript, I feel the weight of defeat. There's one scenario...

Learn More 1 3Oct 2 '24

If you don't write unit tests... it's a skill issue

Today i come across this tweet: which reads Does anyone have any written articles or...

Learn More 283 80Sep 20 '24

Test that a js-listener is called with expected CustomEvent()

Today I realized we had an issue in a test (Jest) We have a function that emits CustomEvents In our...

Learn More 0 0Sep 4 '24

Ts transpiling absolute path statements in your npm package

Today I faced a complex Typescript situation related with a library, .d.ts files and relative...

Learn More 2 0Aug 28 '24

Look what they need to mimic a fraction of our power

A post by Manuel Artero Anguita 🟨

Learn More 0 0Jun 13 '24

I was asked if Copilot is actually useful.

Our company provided us with a GitHub Copilot license, and upper management launched a survey asking...

Learn More 0 3May 6 '24

Tech Talk: React in the Terminal? Hold my Beer 🍺

My company organizes a big event once per year. Around ~600 attendees. There are five simultaneous...

Learn More 34 2Dec 20 '23

Custom Exceptions in modern js / ts

I remember reading that error handling and meaningful logging are the most common forgotten areas for...

Learn More 11 4Nov 23 '23

Im a simple man. I want to chat with chat-GPT from vsCode. Help needed.

Right now my workflow is: I program exclusively in vsCode. GitHub Copilot is enabled ChatGPT is...

Learn More 2 1Nov 14 '23

as any;

A post by Manuel Artero Anguita 🟨

Learn More 2 2Nov 8 '23

Preparing a React course in public - modifying the DOM with Vanilla Js

I love Vanilla JavaScript. It feels so pure. Back to basics. No layers of complexity. Just, ...

Learn More 1 0Oct 12 '23

Preparing a React course in public - Raw HTML + CSS

The starting point of the journey feels mandatory: The lovely Hobbiton, Pallet Town, a chariot where...

Learn More 3 0Oct 8 '23

Preparing a React course in public - Examples Hub

Following this idea of «preparing the course in public», I've created a collection at Stackblitz...

Learn More 0 2Sep 19 '23

Preparing a React course in public - Ideas

Next January I'll be teaching in a full-stack master's program. I'm super excited. My focus will...

Learn More 1 5Sep 16 '23

Startups with crazy Hiring Processes: please don't.

Somewhat of a venting post, though I will try to maintain a constructive tone. Today I was contacted...

Learn More 18 30Aug 23 '23

Two tips for improving your Code Reviews

You know the deal; Code Reviews should focus on the big-picture. The relevant-deep issues related to...

Learn More 2 0Jul 24 '23

"Who are you?" - a conversation with my therapist

Today I've decided to share a personal reflection instead of my usual tech-related content. I have...

Learn More 3 2May 16 '23

Advanced ts: playing with generics in a React.Context

This is a story of failure. I wasn't going to write this down... then I thought, well not all the...

Learn More 6 1Mar 31 '23