👋 Hi, I'm Nicolas Charpentier

I'm a Software Engineer mainly playing with React Native, React, GraphQL, and Continuous Integrations. I'm an open source enthusiast, and I enjoy removing friction from the developer experience.

I often describe myself as someone doing the "backend" work of the frontend: frontend architecture and infrastructure. Currently working at Shortcut (formerly Clubhouse).

Blog Posts

Minimizing Risk: Properly and Safely Resolving CVEs in Your Dependencies

Minimizing Risk: Properly and Safely Resolving CVEs in Your Dependencies

10 min read

How to properly and safely update dependencies to resolve CVEs, while also gathering an understanding of how package managers handle dependencies.

Read more
TypeScript Tips: Safely Using includes With ReadonlyArrays

TypeScript Tips: Safely Using includes With ReadonlyArrays

5 min read

How to use includes on ReadonlyArrays while retaining type safety and narrowing down the type.

Read more
Speeding up ESLint—Even on CI

Speeding up ESLint—Even on CI

5 min read

Gotta Cache 'Em All: Leverage ESLint's cache to speed it up.

Read more
Apollo Client's Hidden Gems: Interface-Based Type Policies

Apollo Client's Hidden Gems: Interface-Based Type Policies

4 min read

Did you know that type policies can also be applied to interfaces and not just to "types"!? 🤯

Read more
UI Flickering With Apollo Client: Previous Data to the Rescue!

UI Flickering With Apollo Client: Previous Data to the Rescue!

3 min read

Have you ever noticed that using Apollo Client could lead to some UI flickers within your app? Especially when you refetch. Let's see how using previousData could help solve this bad UX.

Read more
GraphQL Enums Are Unsafe

GraphQL Enums Are Unsafe

7 min read

We often talk about how we shouldn't introduce breaking changes in GraphQL, but fail to mention how enums in GraphQL are, by nature, almost always introducing breaking changes. Let's go over best practices to write resilient GraphQL applications.

Read more
Open-Ended Unions and Autocomplete With TypeScript

Open-Ended Unions and Autocomplete With TypeScript

3 min read

Let's see how to achieve an open-ended union in TypeScript to provide autocomplete on literal string unions.

Read more
Graphite: The End of Mammoth Pull Requests? My Experience

Graphite: The End of Mammoth Pull Requests? My Experience

6 min read

Ever felt trapped by colossal pull requests or tangled in merge conflicts? Dive into my experience with Graphite, the game-changer in code reviews. Discover the power of stacking, stay unblocked, and embrace a smoother Git journey. 🚀

Read more