Articles tagged with: Typescript

Using pnpm Catalogs in monorepos

Summary: An overview of using pnpm catalogs to centralize dependency versions in a monorepo, with a practical example and a brief note on handling Bazel-specific integration issues.


3-Year Spotiversary

Summary: Reflecting on my 3-year anniversary working at Spotify


Debugging Typescript errors in Bazel

Summary: An explanation of how to better debug Typescript errors when using Bazel as the build system.


Courses Review: egghead.io

Summary: An initial review of egghead.io, a platform for web development courses.


Javascript Named Exports for testing

Summary: Discusses a testing pattern using JavaScript named exports to test unexposed code fragments.