Tagged in

Software Engineering

yield code();
yield code();
Followers
1
Elsewhere
More, on Medium

Why engineers should focus on writing

This essay was originally published in my blog — yield code(); I’m a big believer in owning your content, instead of giving it away to corporations such as Medium, who might collect payment from you to read it. I encourage you to subscribe to my blog instead


It’s better to be (type)safe than sorry

Originally published at https://yieldcode.blog on February 19, 2022.

Take a good look at the following function and try to understand what it’s doing.

function do_magic(a, b) {
return a + b;
}

How to be a Great Technical Interviewer

This story was initially published at My Blog.

The path to becoming a great technical interviewer is full of doubts, tough decisions, and self-discovery. But I believe every engineer should try to walk it.