Culture
The Junior Dev Market Is Dead. Let's see if comes back.
AI killed it. And it’s not done yet.
Encourage the use of AI tools on live coding interviews
If ChatGPT can ace your interview question, maybe you're interviewing the wrong way.
About the past, present and future of QA positions
Few thoughts about the current status of QA role
Meta
Picasso was to painting what David Lynch was to cinema
The parallelism is so obvious that I’m surprised that is not over explained at this point.
Just discovered Zettelkasten
Seems that the originary idea of this blog (retain thoughts and lessons) is implemented on its own framework with rules
Prioritizations
1 simple rule
Music
(Guitar musical tips2/n) If your root is on the 5th string, the same fret on the 6th string is the V grade of the chord
A simple, stupid rule that allows to add extension to your chords and enter into the harmonic substitution world.
(1/N) Musical tips that I'll write here because I always lose the papers where I write them
Also, i'm testing a way of categorizing posts
Programming
Custom transports on NestJS (and how to avoid KafkaJS)
At some point, NestJS should drop the unmaintained KafkaJS and decide which native approach substitute. In the meantime, consider this.
Typescript types and when not to trust them (2 of n)
Typescript disappears at runtime. Hence, types disappear at runtime too. Do not fully trust the types. Example here: Controllers.
Typescript types and when not to trust them (1 of n)
Typescript disappears at runtime. Hence, types disappear at runtime too. Do not fully trust the types. Example here: Middlewares.