Pipedream is a low code integration platform for developers that allows you to connect APIs remarkably fast. Stop writing boilerplate code, struggl...
(more)
In this article, the first of a series, I introduce a framework for maximizing developer effectiveness.
I have found there is a stark contrast of a...
(more)
I've also talked with software engineers working at startups, banking, automotive, big tech, and more "traditional" companies.
At traditional compa...
(more)
These 5 principles were introduced by Robert C. Martin (Uncle Bob), in his 2000 paper Design Principles and Design Patterns.
The actual SOLID acron...
(more)
TypeScript is a transpiled language that allows using types in your JavaScript code (strictly saying it's a superset of JavaScript) and thus catchi...
(more)