Dominik Zogg
banner
dominikzogg.bsky.social
Dominik Zogg
@dominikzogg.bsky.social
I am a fullstack developer mainly using #typescript, with a strong #php background
Reposted by Dominik Zogg
Any working on some cool React/React Native based products that might want some help? Looking to dig into something new, experienced in R&RN for nearly 10 years, dev for 25
November 1, 2025 at 4:45 PM
Reposted by Dominik Zogg
got laid off due to restructuring :(

i’m now available for mid+ frontend developer/software engineering positions

in the meantime, we’re back to building the future and fun on the web on atproto :)
October 17, 2025 at 1:46 AM
I there any package out there like mine github.com/chubbyts/chu... which takes a node IncomingMessage and converts in to an undici request and a undici response to ServerResponse. Not a framework only this conversion?
GitHub - chubbyts/chubbyts-undici-server: Use undici within a server framework.
Use undici within a server framework. Contribute to chubbyts/chubbyts-undici-server development by creating an account on GitHub.
github.com
September 8, 2025 at 11:35 AM
Reposted by Dominik Zogg
There is hate for JS on the server. But none have accomplished what @markojs.com has. Forget Islands, forget serialization boundaries, forget writing code twice. Just declarative templates, low JS, automatically.

@dpiercey.me joins me Friday to show how it's done.
www.youtube.com/live/x-3RxGf...
Marko 6: Fulfilling the Promise of Less JavaScript w/ Dylan Piercey
YouTube video by Ryan Carniato
www.youtube.com
September 3, 2025 at 7:00 PM
UNDERCOVER im Nürnberger Zoo - Die Wahrheit über die Pavian-Tötung | Rob... youtu.be/GZ6QyrQbSlo?... via @YouTube
UNDERCOVER im Nürnberger Zoo - Die Wahrheit über die Pavian-Tötung | Robert Marc Lehmann
YouTube video by Robert Marc Lehmann - Mission Erde
youtu.be
August 31, 2025 at 7:21 PM
Reposted by Dominik Zogg
Also, helping people with their Fedora problems on the forum is a super helpful and valid way to contribute to the project!
August 31, 2025 at 2:10 AM
Reposted by Dominik Zogg
Computer troubles are no fun.

If you're ever having trouble with Fedora Linux, reach out to the community through the Ask Fedora section of our forum!

Not making promises, but the contributors who answer here want you to get back to a smooth experience. 🙏

➡️ […]
Original post on fosstodon.org
fosstodon.org
August 31, 2025 at 2:05 AM
I am searching a new job as Lead Fullstack Developer / Tech Lead. TypeScript, Node.js, React or Solidjs favored, prefere MongoDB to SQL (yes, really) with seniority in PHP as well, Docker and K8s are my current daily business as well. I love architecture, design an mentoring. Zurich or remote.
August 1, 2025 at 3:31 PM
Reposted by Dominik Zogg
Announcing Nitropage v0.68 🥳!

This version has been in the works for some time now and brings with it numerous improvements.

⌨️ Keyboard shortcuts
🛠️ Overhauled toolbar
🚦 Save indicators
🪡 Fine-grained saving
📑 Blueprint categories
🍿 And many more

nitropage.org/blog/nitropa...
Nitropage v0.68 is out!
Nitropage v0.68 Release Announcement
nitropage.org
July 21, 2025 at 8:23 AM
Reposted by Dominik Zogg
DNS record editing tools should have a comments field
July 21, 2025 at 7:55 PM
I love closures, anonymous functions, but i am against not using () if there is only one argument. It destroys the readability for me.
July 20, 2025 at 9:44 AM
eslint is by far the tool/library that i use with the most BC's out of nowhere... It seems they changed the languageOptions.project behavior. Before it worked at the place if was imported, now at the place related to where the config is. Which means a big f*ck you to lib authors.
July 15, 2025 at 1:46 PM
Reposted by Dominik Zogg
Spent 7 years in the GraphQL ecosystem. Here's what we got wrong:

❌ POST'ing documents as default
❌ Selling "versionless" APIs as realistic
❌ Ignoring HTTP caching entirely
❌ Making it complex for beginners

✅ The tech is solid. The guidance needs work.

www.jovidecroock.com/blog/graphql...
The GraphQL Asterisk Problem: When Benefits Come with Caveats
An exploration of the trade-offs and considerations when using GraphQL and its alternatives.
www.jovidecroock.com
June 30, 2025 at 2:56 PM
One of the greatest things of using libre software is, that if you run into issues there is a high chance its already reported and there is a fast response reporting it by myself. And its often fixed/or there is a hack within 24h. #oss #freesoftware
July 7, 2025 at 11:13 AM
Reposted by Dominik Zogg
Hey folks 👋 , I'm available to hire!

💼 Part time, ~4h/day
⏳ Happy to work remote EU/UK/US
✅ I am a software team leader, Java/PHP/Rust/C/etc
🧑‍💼 Experience in avionics/finance/insurance/education/gov

If you would like to talk more and see how I can help your team succeed, DM me and lets chat! 💬
July 1, 2025 at 10:21 AM
Reposted by Dominik Zogg
Last year at this time, Payload crossed 1 million total NPM downloads.

This morning, we hit 5 million.

Thank you for building with us.
June 13, 2025 at 1:45 PM
Reposted by Dominik Zogg
What if you could use @react.dev components within other frameworks?! For example, in @solidjs.com? 🧐
June 10, 2025 at 6:09 PM
Reposted by Dominik Zogg
Job hunting is a truly soul-sucking experience, so I'm posting my CV here just incase one of you needs a technical leader with web standards, dev advocacy, or strategy experience. Please save me from the 4th circle of hell (aka Linkedin) 🙏🏾

You can see my CV in full: docs.google.com/document/d/1...
[Q3] Lola Odelola CV 2025
Lola Odelola lolaslab.co | [email protected] | github.com/lolaodelola Technical Leader | Strategist | Educator Web standards expert and technologist with a proven track record of shaping the future of ...
docs.google.com
May 31, 2025 at 11:34 AM
Reposted by Dominik Zogg
Rocky Linux 10 is ready for testing! Grab an ISO at download.rockylinux.org/stg/rocky/10... and join the party at chat.rockylinux.org/rocky-linux/... 🪅
May 26, 2025 at 3:02 PM
Reposted by Dominik Zogg
When migrating a codebase from JS to TS, there are two schools of thought:

1. Start strict, and loosen in spots as needed.
2. Start loose, and migrate to stricter rules over time.

I prefer 1. It's safer.

Default strict. Loosen when necessary.
May 18, 2025 at 4:03 PM
I believe LLM's were only created for the single purpose, so one can use #shopify admin api (graphql) without going completely insane. I would not even threat enemies that bad as their api "designers".
May 6, 2025 at 5:44 AM
Reposted by Dominik Zogg
is it possible to crowd find a painting?

it depicted a cow in a blue sky (evidently having been thrown up) along with other things like a bird, flowers.

I saw it in Saint-Paul-de-Vence (maybe 2019?)...
April 17, 2025 at 6:13 PM
Reposted by Dominik Zogg
This is a great list, things that “the best engineers I know” do, stuff like:

- understanding things deeply, reading the actual source
- being willing to help other people
- status doesn’t matter, good ideas come from anywhere

endler.dev/2025/best-pr...
The Best Programmers I Know | Matthias Endler
I have met a lot of developers in my life. Late…
endler.dev
April 13, 2025 at 3:57 PM
Reposted by Dominik Zogg
Zod 4 is now in beta!

💎 7x faster object parsing
💎 20x reduction in tsc instantiations
💎 57% smaller core bundle size
💎 metadata via .meta()
💎 z.toJSONSchema()
💎 z.templateLiteral()
💎 z.stringbool()
💎 z.int32(), z.float32(), etc
💎 z.file()
💎 new logo 😇
Introducing Zod 4 beta | Zod Docs
v4.zod.dev
April 10, 2025 at 3:23 PM