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 - 57 total

The JS Bundle Wars [1/n]

If you're in the JS ecosystem, at some point you'll face this duo: esm & cjs... are umd &...

Learn More 1 0Jun 24

Library vs. Framework

I really thought this was solid established, but the other day there was a bit of a discussion at...

Learn More 0 1Jun 15

My Local Works™: A Docker Tale (+ Handy Script)

Today I faced one of those "this is Witchcraft" moments. CI was failing for a specific commit. I...

Learn More 2 4Jun 13

Setup Jest (Ts) for a brand new React project

Alright, first things first — this post is for me. I’m just promoting a note from my Notion to a...

Learn More 1 2May 27

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 12 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 6 7Mar 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 2Feb 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 284 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 1 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 12 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