Only really used TanStack’s Query, think I tried the Form library tool but react-hook-forms covers most of my requirements.
20.05.2025 11:39 — 👍 4 🔁 0 💬 1 📌 0@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.
20.05.2025 11:39 — 👍 4 🔁 0 💬 1 📌 0I really like it when people post books they like. It’s a good way of gauging its worth 😅👍
13.05.2025 14:34 — 👍 2 🔁 0 💬 0 📌 0Pleasant run with a drink and ice pop 👍 surprisingly sun burnt after a short venture outside 😬
11.05.2025 10:20 — 👍 2 🔁 0 💬 0 📌 0Just by chance I was skimming through these docs earlier. Nicely put together 👍
02.05.2025 14:23 — 👍 3 🔁 0 💬 1 📌 0Is this rating something Vemetric does or have you checked the rating of Vemetric using a service online?
30.04.2025 02:01 — 👍 2 🔁 0 💬 1 📌 05 signs your website is secretly killing your business:
1. You hesitate to share your URL
2. Your bounce rate exceeds 70%
3. Conversion rates under 1%
4. Mobile users are abandoning ship
5. Your offering has evolved but your site hasn't
Recognize any? Your website might be due a redesign.
It has been exceptionally good weather 👍
Good beer garden weather 😎
What tool/service do you use everyday that you couldn’t work without?
04.04.2025 12:13 — 👍 2 🔁 0 💬 1 📌 0BBQ in a crack’s British summer
UK weather is crack’n at the moment, scoffing the last of the food 👍
#photography #bbq #uk
Enjoying the sunny weather while reading ☺️ Very chill
30.03.2025 10:48 — 👍 5 🔁 0 💬 0 📌 0It’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.
28.03.2025 07:06 — 👍 2 🔁 0 💬 1 📌 0Hope it goes well, keep posting about your progress 👍
27.03.2025 17:07 — 👍 1 🔁 0 💬 0 📌 0Big thanks to Gnomon for the opportunity to talk about Game Combat Animation!
Had a great time sharing insights—check the link below for the full talk :
www.youtube.com/live/wCbrnnV...
#animation #gamedev #game #3d
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 😅
Is the SEO journey content creation and marketing? Interested to know more about the steps your taking at this new stage 👍
27.03.2025 09:34 — 👍 1 🔁 0 💬 1 📌 0I’ve known it for a while but necessity never gave me the push. Writing and presenting ideas clearly is something I need to practice.
I stumbled across a short article on ycombinator which gave me a little nudge of motivation in the right direction. #marketing
www.solipsys.co.uk/new/SellYour...
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
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
Step 3 is quite a good one to keep in mind.
Breaking Dependencies refers to classes/functions that can only be used if provided a parameter/environment.
An example might be a DocumentEntry class, which might depend on a UserEntry in order to be created.
#softwaredevelopment #nodejs
Part 1/3
Sent to me by a colleague 😂
I don’t often like spouting the #react hype but the effort put into this video makes it re-shareable for sure
www.linkedin.com/posts/david-...
Ignoring alt text?
Don't! It's your images' voice, boosting #SEO and making your site accessible to visually impaired users.
Let your images be heard 🗣️
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.
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?
Tokyo to London journey begins.
Will see how much coding I can get done while on route….and I’ll also see how reliant I’ve become on coding aids like Copilot 😅
Would be interested to know how you’re planning to do you marketing.
What methods seem to work best for you?
Started my morning earlier today but drafting out a MVP of a self hosted visual regression tool.
The mental model I had in my head worked perfectly…and then I started coding it and started to see the scope of project ahead 😅
How many folks are running small Saas projects on their home lab?
Have you had many downsides?
#buildinpublic #saas
Hey folks 👋
Curious how many of you are actively using visual regression testing? Not just limited to web frontend development btw.
At my work we do a lot! Catches issues before they become issues.
But in my personal project, not sure much.
#buildinpublic