Archive of stories published by yield code();

A different approach for localizing react.js app

Originally published in my blog

Howdy!

I’ve heard you use ReactJS? Good! I also heard you want to localize your application? That’s great! Well proper localization is hard, there are many js…


Validating requests with a simple middleware for express.

Originally published in my Blog

A key to a good API design is good control of what data your controllers or API end points accepts. Another important key to a good design — is that you can take a brief…


NodeJS Native Module vs WASM

This post was originally published in my Personal Blog. It’s better viewed there due to Medium’s poor formatting. Thank you for reading!

In my previous post about Native Rust Modules for NodeJS, people asked me how neon bindings would compare to WASM…


Wrap your gifts not your dependencies

Originally published in my Blog

We’ve all been there. Its time to introduce a new package / dependency to our code base, be it a HTTP request library, a logger or something else, and the question we ask ourselves “Should I wrap it?


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.


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;
}

These were the top 10 stories published by yield code();; you can also dive into yearly archives: 2015, 2016, 2021, 2022, and 2023.