How-To 5 min read

4 Terrible Ways (and 4 Better Ways) to fix 'TS7016: Could not find declaration file'

There's great flexibility with TypeScript — the gradual typing. You don't have to prove yourself to the compiler because it will let opt-out. But sometimes opting out is harder than other times. We've compiled eight fixes for helping to get past the errors.

4 Terrible Ways (and 4 Better Ways) to fix 'TS7016: Could not find declaration file'

There's great flexibility with TypeScript — the gradual typing. You don't have to prove yourself to the compiler because it will let opt-out. But sometimes opting out is harder than other times. We've compiled eight fixes for helping to get past the errors.

DevOps 4 min read

Incorporate the Modern World Into the Software’s World

Software needs to evolve. Not only for its users but also underneath. Teams should incorporate the capabilities the world now offers and remove the custom components and infrastructure that are no longer unique to your business.

Incorporate the Modern World Into the Software’s World

Software needs to evolve. Not only for its users but also underneath. Teams should incorporate the capabilities the world now offers and remove the custom components and infrastructure that are no longer unique to your business.

DevOps 15 min read

From puzzles to products

In software, we get the chance to change complex systems at a rate humans never could before. Jessia Kerr walks you through her software journey from puzzle to product and she shares her secret hope for the future of software.

From puzzles to products

In software, we get the chance to change complex systems at a rate humans never could before. Jessia Kerr walks you through her software journey from puzzle to product and she shares her secret hope for the future of software.

DevOps 14 min read

Principles of Collaborative Automation

I have four prerequisites for you here, and then four precautions. These principles come out of the Resilience Engineering community, and studies of collaboration in humans working together.

Principles of Collaborative Automation

I have four prerequisites for you here, and then four precautions. These principles come out of the Resilience Engineering community, and studies of collaboration in humans working together.

DevOps 2 min read

"Rely on" vs "Work with"

We don’t rely on a particular instance of the software we operate to stay live and responsive in production. We work with tools that take dead instances out of rotation, and we work with the code to make the software report its status and its difficulties, so we can fix them.

"Rely on" vs "Work with"

We don’t rely on a particular instance of the software we operate to stay live and responsive in production. We work with tools that take dead instances out of rotation, and we work with the code to make the software report its status and its difficulties, so we can fix them.