Driving Changes: How to Deal with Pushbacks Facing pushback while driving engineering initiatives: most common reasons, how to prevent and handle.
The Story about Algorithms in Interviews Meet Jeremy: he doesn't like old-fashioned tech interviews, but what alternative does he choose?
How to use console.log to simplify refactoring How a simple trick with console.log can help you with refactoring
The Story About the Boy Scout Rule The Boy Scout rule (always leave the code in a better state than when you found it) is famous among developers, but does it have its pitfalls? Meet Simon and Andy, who have a lot to share.
New to the Project? Do Code Reviews! Why all new developers should do code reviews, how to begin and get the most out of it
Reckless Reuse: How Modules Grow Big Does your project have an enormous module called something-manager or something-controller that grew beyond any possible limits and became completely unmaintainable? How to prevent it from happening?