Philip J Fulcher's Avatar

Philip J Fulcher

@philipfulcher.com.bsky.social

DevRel @nx.dev

133 Followers  |  222 Following  |  52 Posts  |  Joined: 07.11.2024  |  1.6581

Latest posts by philipfulcher.com on Bluesky

Video thumbnail

How you can add Nx to your project?
๐Ÿ‘ฉโ€๐Ÿ’ป npx nx init
โœ… Get to work

Now Nx just runs your existing package.json scripts!

08.08.2025 20:20 โ€” ๐Ÿ‘ 7    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

a web that isn't human-first is a web I want nothing to do with. I'm not going to "optimize the graph" of assertions, or whatever. I'm not a content farm for your algorithm. i'm here to build real relationships with real people - and if that's not what the web is for anymore, I'll be somewhere else.

08.08.2025 05:20 โ€” ๐Ÿ‘ 104    ๐Ÿ” 23    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 1
Post image

Working with AI agents in parallel?

โŒ Stop copying repositories.
โœ… Use Git worktrees instead
๐Ÿ‘จโ€๐Ÿณ๐Ÿ’‹ Use @johnlindquist.com's worktree CLI

If you haven't tried them yet, pause for a couple minutes and check out @juri.dev article & video.

nx.dev/blog/git-wo...

07.08.2025 19:29 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1
Video thumbnail

๐Ÿ” See dependencies between teams and repos with Workspace Graph!

๐Ÿ—บ๏ธ Plan architectural decisions with full context
โœ… Understand impact before making changes
โš™๏ธ Any technology, even repos without Nx

Watch the full video here: youtu.be/raNYaIpHLOg

05.08.2025 20:51 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Nx for Java Developers: Gradle, Spring Boot & Android in One Monorepo
We just wrapped up Java Week at Nx, and wow, it was awesome!We showed how Nx supports full Java workflows with Gradle, connected a Spring Boot backend to a R... Nx for Java Developers: Gradle, Spring Boot & Android in One Monorepo

Java in a monorepo? Yep.

This week, we explored how Nx makes fullstack Java development a breeze:

โ€ข Spring Boot + React
โ€ข Android in a monorepo
โ€ข CI times cut in half
โ€ข One-command Docker deploys

Maven support is coming ๐Ÿ‘€

Full recap: youtu.be/HK8tGZsODN0

01.08.2025 16:47 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Seamless Java Deployment in Nx Using Docker Learn how to package, run, and deploy a Java backend from an Nx monorepo using the new Nx Docker pluginโ€”automating builds, streamlining releases, and shipping production-ready containers.

Want to deploy a Java backend in a Nx monorepo?

With the upcoming Nx Docker plugin, you can build and release Docker images with a single command.

Here's how to ship a backend to Docker Hub, fast.

nx.dev/blog/seamle...

31.07.2025 16:29 โ€” ๐Ÿ‘ 6    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Experimental features are for cowards, just release it. ๐Ÿš€

31.07.2025 15:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
TypeScript is SO SLOW... Or Is It? | Mike Hartington | PodRocket
YouTube video by LogRocket TypeScript is SO SLOW... Or Is It? | Mike Hartington | PodRocket

Oh hey! My @logrocket.bsky.social podcast episode came out! This was a fun one to record, plus I got to hang out with @joshuakgoldberg.com for an hour!

www.youtube.com/watch?v=wGwe...

31.07.2025 13:39 โ€” ๐Ÿ‘ 8    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
What is Nx? 2025 Edition
https://nx.dev/docsYou heard about Nx, but never tried it? You're wondering why it would be useful and whether it would be useful for you? This is the video!... What is Nx? 2025 Edition

I poured quite some effort into this one. So go watch it!!! ๐Ÿ˜ฌ

Our old video needed a long overdue refresh ๐Ÿ˜ƒ

youtu.be/pbAQErStl9o

31.07.2025 08:49 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
What is Nx? 2025 Edition
https://nx.dev/docsYou heard about Nx, but never tried it? You're wondering why it would be useful and whether it would be useful for you? This is the video!... What is Nx? 2025 Edition

"What is Nx?" - Let's reintroduce Nx as we've evolved quite a bit over the last year.

๐Ÿฆ€ Rust core
๐Ÿš€ Fast, tech-agnostic task runner
โ˜• Polyglot
๐Ÿค Nx MCP server
๐Ÿค– Self-healing CI

What is your favorite addition to Nx in the last year?

youtu.be/pbAQErStl9o

30.07.2025 20:28 โ€” ๐Ÿ‘ 8    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Polyglot Projects Made Easy: Integrating Spring Boot into an Nx Workspace Learn how to seamlessly integrate a Spring Boot Java backend into an existing Nx monorepo with a React frontendโ€”streamlining development, simplifying workflows, and enabling powerful fullstack coordination.

Spring Boot + React in one Nx workspace?

Yup, we did it.

And dev life is way smoother now.
Build, run, and debug your frontends and backend at the same time.
Now with Java โ˜•๏ธ

Read the breakdown
nx.dev/blog/spring...

29.07.2025 16:13 โ€” ๐Ÿ‘ 5    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

Editing video reveals exactly how many weird faces I make, and I don't like it.

28.07.2025 20:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
The Journey of Nx Gradle: From Prototype to Production Nxโ€™s Gradle plugin evolved from a prototype into a robust solution for integrating Java projects in monorepos, offering deep Gradle insights, faster CI, and upcoming Maven support.

We're starting off a week dedicated to Java โ˜•๏ธ!

To kick things off, let's look at the history and recent improvements we've made to support Java with our Nx Gradle plugin.

From a rough prototype to a production ready plugin, let's get
reacquainted with Nx Gradle

nx.dev/blog/journe...

28.07.2025 18:16 โ€” ๐Ÿ‘ 3    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
A sticker on a car window. The sticker depicts Goku from Dragon Ball riding his Flying Nimbus while wearing sunglasses. The artist is Evan Palmer.

A sticker on a car window. The sticker depicts Goku from Dragon Ball riding his Flying Nimbus while wearing sunglasses. The artist is Evan Palmer.

I just drove across the country sporting your dope ass Goku sticker. Made me smile every time I got out of the car, and honestly made my day better. Thanks for making art!

28.07.2025 00:11 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
AIR CHOKED WITH SMOKE ME TOO
FULL OF PLASTIC AND MORE EVERY DAY ME TOO
KICKEN A$$ EVERY DAY ME TOO
A SKELITEN LIT BY DA AVERAGE JULY DAY IN AMERICA FLOAT'S IN FRONT OF THE SHIT EARTH AND SAYS "PLANET EARTH DUMB AS HELL * GETTING HOTTER EVERY YEAR ME TOO"
- DASHARE.ZONE ADMIN

AIR CHOKED WITH SMOKE ME TOO FULL OF PLASTIC AND MORE EVERY DAY ME TOO KICKEN A$$ EVERY DAY ME TOO A SKELITEN LIT BY DA AVERAGE JULY DAY IN AMERICA FLOAT'S IN FRONT OF THE SHIT EARTH AND SAYS "PLANET EARTH DUMB AS HELL * GETTING HOTTER EVERY YEAR ME TOO" - DASHARE.ZONE ADMIN

HELL YEA - dashare.zone ADMIN

26.07.2025 15:40 โ€” ๐Ÿ‘ 597    ๐Ÿ” 152    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 4
Preview
From 5 Days to 2 Hours: How PayFit Accelerated Time to Market with Strategic Nx Implementation Discover how a 4-person platform team at Payfit turned monorepo abandonment into a competitive advantage using strategic Nx implementation.

PayFit achieved incredible results with a strategic approach to introducing monorepos in their organization.

โœ… 5 days โ†’ 2 hours deployment time
โœ… 75% faster coding
โœ… 100% of teams now want to migrate back

Here's the full story
nx.dev/blog/payfit...

24.07.2025 20:49 โ€” ๐Ÿ‘ 8    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

This looks a lot like mine, but add a dozen Goosebumps books ๐Ÿ˜…

24.07.2025 13:47 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Software development.

24.07.2025 12:30 โ€” ๐Ÿ‘ 41    ๐Ÿ” 5    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

What better way to start the week off than with a brand-new Nx Release!

In Nx 21.3, we got a bunch of new features in this release, so let's dive into them ๐Ÿงต

21.07.2025 18:45 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

DK Bananza is the most wonderfully depressing game. Itโ€™s clearly the work of lifelong game developers mentoring novices and itโ€™s the kind of game weโ€™d have a lot more of if game publishers actually let game development be a stable, life-long career for people.

19.07.2025 14:28 โ€” ๐Ÿ‘ 3309    ๐Ÿ” 729    ๐Ÿ’ฌ 22    ๐Ÿ“Œ 47
Video thumbnail

If you've got consistency problems, we've got the solution: Conformance with Nx Cloud!

โœ… Automate enforcement across your entire enterprise
โš™๏ธ Any technology, even repos without Nx
๐Ÿ’ช All without making a single change to your repos.

Watch the full video here: youtu.be/F645Elxy1dw

17.07.2025 15:53 โ€” ๐Ÿ‘ 4    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

So excited for you! โค๏ธ

17.07.2025 14:24 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

entering my short form video era

16.07.2025 19:47 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Extending the Project Graph Learn how to create project graph plugins for Nx to add custom nodes and dependencies, enabling support for additional languages and technologies.

I haven't looked into oxlint before, but this sounds like an opportunity for an inferred task plugin: nx.dev/extending-nx...

04.07.2025 20:30 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

every time the dread gets too bad I just look at some shit like this and go you know what hell yeah

30.06.2025 23:46 โ€” ๐Ÿ‘ 44    ๐Ÿ” 4    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0
Preview
Is Your Build Cache Giving Every Developer Production Access? Build systems with remote caching can inadvertently grant every developer write access to production. Learn about the CREEP vulnerability (CVE-2025-36852) and how to protect your organization.

Meet CREEP: the cache vulnerability that lets ANY dev with PR access poison your prod builds ๐ŸŽญ

Your encryption? Useless โŒ
Your access controls? Bypassed โŒ
Your detection tools? Blind โŒ

Check if you're vulnerable๐Ÿ‘‡
nx.dev/blog/creep-...

26.06.2025 18:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'm incredibly happy for and proud of New Yorkers, and also for the idea, opposed and despised by all the worst and most powerful people in American society, that things are worth doing because you believe they're right and just and good.

25.06.2025 13:21 โ€” ๐Ÿ‘ 329    ๐Ÿ” 39    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

From now through November, we're gonna hear about how NYC is different and how we cannot think that what works here will work everywhere.

But this part absolutely will: Create an active (not reactive) vision for what the world could be. Motivate people to build that world together, with you. Win.

25.06.2025 06:06 โ€” ๐Ÿ‘ 1902    ๐Ÿ” 347    ๐Ÿ’ฌ 12    ๐Ÿ“Œ 12

sometimes you have to make art that's just for you

24.06.2025 22:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

look at this polygraph

24.06.2025 22:28 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@philipfulcher.com is following 20 prominent accounts