Thanks Swizec; this could not have come at a better time! I'm trying something like this now on an upcoming release.
05.11.2025 14:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0@jakeworth.com.bsky.social
That software engineer you know in Maine. I share React/TS patterns, UI architecture notes, and consulting tactics. Organizer of MaineJS. https://www.jakeworth.com
Thanks Swizec; this could not have come at a better time! I'm trying something like this now on an upcoming release.
05.11.2025 14:16 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0๐ฒ I made a Bluesky Starter Pack of devs in Maine! We're a small community, and growing. Click that follow button, and let's get a conversation going!
go.bsky.app/6WrdHtm
Testing a feature or bugfix, make sure you arenโt trying to "catch it passing."
Okay: "Can I get it to work?"
Better: "Does it ever fail, even if I stray from the happy path?"
"Being fast" matters at the org level, too. Fast organizations fix little things. They experiment instead of talking. They deploy fearlessly because they know they can recover quickly from mistakes.
28.10.2025 21:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ป New England programmers: just a few weeks until our monthly Maine JS Meetup! We'll be socializing and talking JavaScript at Novare Res in the Old Port.
RSVP now!
www.meetup.com/mainejs/even...
Same! โค๏ธ
28.10.2025 14:49 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0My gratitude continues to deepen for getting to pair program with some very smart people early in my career.
It was challenging. I got a lot better, quickly. I still marvel at some of the techniques I saw.
Tired: making a list.
Wired: making a list, then ranking it.
Here's why you should prioritize most lists that you make, at work and beyond.
"Always Be Ranking"
www.jakeworth.com/posts/always...
๐ I just wrote more about this:
"Always Be Ranking"
www.jakeworth.com/posts/always...
The extra step is stopping to ask, of all the ideas we have, which one is likely to have the biggest impact?
20.10.2025 18:51 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0I was thinking mostly of short, single-use lists, answering questions like: "What could make our deployment process faster?" Prioritizing quick action, before a pile accumulates.
20.10.2025 18:51 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Anytime you're making a list at work, of anything, rank it. Tech debt? Security concerns? Feature requests? Rank them.
Rank them so that you do the important ones first. Those are the only ones you probably will do.
Write acceptance criteria that actually work! AC that helps you:
- Build the โright Thingโ
- Build the โthing rightโ
- Document
I also cover how to learn this skill as a team and individual contributor.
#ProductManagement
www.jakeworth.com/posts/accept...
Fight to work on big things. When presented with the option of working on something big, like a new app or major new feature, or doing anything else, prefer the big thing.
You'll learn more, gain ownership, build patterns, have visibility, and context switch less.
You're on the list!
30.09.2025 16:48 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0There is always an argument against shipping. Be the person always arguing to ship.
30.09.2025 16:48 โ ๐ 0 ๐ 1 ๐ฌ 0 ๐ 0I'm trying to build a "Maine software engineer" Bluesky starter pack! If you you're a software engineer in Maine, send me a message.
29.09.2025 16:06 โ ๐ 0 ๐ 1 ๐ฌ 1 ๐ 0Has anyone written a great guide to writing software bug and feature tickets? It's one area of our field that I see a lot of variance. #agile
26.09.2025 19:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Yesterday, I vibe-code a Python CLI to delete typos, one-offs, sensitive items, etc. from your Zsh history. One of my favorite LLM use-cases!
23.09.2025 19:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Auto-formatters? No thanks; I type it all perfectly by hand, in a way nobody disagrees with.
19.09.2025 18:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Wow, congratulations Josh! ๐
19.09.2025 15:42 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0What are your favorite conversational LLM prompts?
I'll start: I'll share a blog post and ask: "What are the weakest parts of this argument?"
In the next four weeks, you should go to a tech meetup.
17.09.2025 12:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Working in Docker this week for the first time in years. This watch (+ sync and build) setting has been a game changer.
16.09.2025 19:03 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Answering "So how do I know when to pass an object or a value?" again and again feels like A/B testing, too. You see which versions of the answer stick, and help someone, and which don't.
16.09.2025 18:21 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0Youโve been given programming some work, and youโre stuck. Hours have become days. To make matters worse, you havenโt told anybody.
This is the solution.
Such an important point. Link below for those who want to read the rest. react.dev/reference/re...
13.09.2025 13:46 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0I gave talk this week at Maine JS about the JavaScript MutationObserver API. It's really cool! Here is the app I made that demonstrates the feature.
13.09.2025 12:02 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Big win this week-- learning about Docker Compose Watch! Reduced iterations from over a minute to seconds.
12.09.2025 19:02 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0๐ Debugging tip: Stay focused! If something irrelevant comes upโ your text editor's busted, you need to update a libraryโ make a note and fix it later.
My new debugging guide for rising engineers is out: 'Donโt Stay Stuck' ๐ย jwworth.gumroad.com/l/dont-stay-...
#dontstaystucktips