James
jamesburdge.bsky.social
James
@jamesburdge.bsky.social
Tokyo - Networking with developers and mostly rambling about projects I’m developing. Reach out to me if you’re particularly interested in NodeJS, ORMs, Translations and Frontend Development.
Only really used TanStack’s Query, think I tried the Form library tool but react-hook-forms covers most of my requirements.
May 20, 2025 at 11:39 AM
I really like it when people post books they like. It’s a good way of gauging its worth 😅👍
May 13, 2025 at 2:34 PM
Just by chance I was skimming through these docs earlier. Nicely put together 👍
May 2, 2025 at 2:23 PM
Is this rating something Vemetric does or have you checked the rating of Vemetric using a service online?
April 30, 2025 at 2:01 AM
It has been exceptionally good weather 👍
Good beer garden weather 😎
April 6, 2025 at 5:32 PM
What tool/service do you use everyday that you couldn’t work without?
April 4, 2025 at 12:13 PM
It’s an easy thing for a developer to implement but has wider implications for brand identity, Product management and general consistency throughout an app…I personally wouldn’t implement dark mode unless the entire/large-portion of the app was going to use it.
March 28, 2025 at 7:06 AM
Hope it goes well, keep posting about your progress 👍
March 27, 2025 at 5:07 PM
Decent animations in videos games are sometimes underrated but make such a big impact.
First time I noticed better than average animations was when I played Jak and Daxter The Precursor Legacy….kind want to play that game now 😅
March 27, 2025 at 11:12 AM
Is the SEO journey content creation and marketing? Interested to know more about the steps your taking at this new stage 👍
March 27, 2025 at 9:34 AM
Then you can write unit tests for DocumentEntry that spin up fast and in a cleaner environment. More precise unit testing should help you isolate errors quicker. 🤞

Part 3/3
March 25, 2025 at 4:17 PM
If the UserEntry class is heavy and depends on something like a database connection, then by extension so does your DocumentEntry.
Break the dependencies by figuring out what exactly DocumentEntry needs from UserEntry and only pass that information along.

Part 2/3
March 25, 2025 at 4:16 PM
99% of the time I’m using it in our CI pipeline to catch visual errors.
Also been using it in some PDF document generation templates, much the same as the frontend.

I’ve struggled with running visual testing on our Wordpress marketing site which has lots of dynamic content and animations.
March 23, 2025 at 7:44 AM
When you’re using AI as a tool, how are you using it?
I often have Copilot provide prompts in my IDE but tent to only let it autofill the content if it’s already on track with what I had in mind.
Are you using other AI tools which create code in a different way?
March 18, 2025 at 12:51 PM