Patrick Kerschbaum
patricktree.me
Patrick Kerschbaum
@patricktree.me
Passionate Web Developer. I tweet about TypeScript, Web Development, Testing etc.
🆕Blogpost: Large-scale code changes using ASTs and jscodeshift

How I used Abstract Syntax Trees (ASTs) and the `jscodeshift` library to migrate module specifiers to full paths in a TypeScript codebase.

pkerschbaum.com/blog/large-s...

#AST #jscodeshift #codemod #typescript #webdev
Large-scale code changes using ASTs and jscodeshift
How I used Abstract Syntax Trees (ASTs) and the `jscodeshift` library to migrate module specifiers to full paths in a TypeScript codebase.
pkerschbaum.com
December 25, 2024 at 12:51 PM
Reposted by Patrick Kerschbaum
The Epic Programming Principles: the guide I use to make decisions as a software engineer.

Transcending specific tools or frameworks, these principles will help you guide your career, craft, and technical choices.

See details and examples for each principle here: www.epicweb.dev/principles 📖
December 6, 2024 at 3:13 PM
Blogpost: How Prisma adapts Result Types based on the Actual Arguments given

A lesson on how to achieve fine-grained TypeScript results by combining generics with conditional types.

pkerschbaum.com/blog/how-pri...

#typescript #prisma #generics #conditionaltypes #webdev
How Prisma adapts Result Types based on the Actual Arguments given
A lesson on how to achieve fine-grained TypeScript results by combining generics with conditional types.
pkerschbaum.com
November 23, 2024 at 11:29 AM