Georg Unterholzner
banner
georg.dev
Georg Unterholzner
@georg.dev
👨🏻‍💻 Software engineer @Dynatrace
🌐 Web dev and trained data scientist
🍜 Foodie | gym-goer | tech & gaming nerd
🇦🇹 Based in Vienna

https://georg.dev
Think you're safe because you're in a metro station? Think again! Little Berta up there is watching you. Luckily, she’s nice enough to leave hints on the floor to spare those who paid attention in Stats 101.
November 17, 2025 at 6:58 PM
Very weird and I'm kinda nostalgic for RxJS. But seeing an `effect()` inside a constructor is something I probably still have to get used to.
November 12, 2025 at 1:19 PM
Sounds very interesting! I have a lot on my plate at the moment as well, but I could spare a few hours per week for a promising project.

Is there a GitHub repo or something similar?
August 20, 2025 at 5:51 PM
Sounds awesome! Where can I sign up?
August 20, 2025 at 7:13 AM
Oh boy, you're not talking about running different frameworks in iframes and plugging them together, but about running multiple frameworks in a single browsing context?
August 20, 2025 at 7:03 AM
That's the most interesting part! The state needs to be serializable, though.
August 20, 2025 at 6:57 AM
Is there a good way to test at least some of those requirements automatically in CI? I only know of Axe but that won't test for screen reader interoperability for example.
August 20, 2025 at 6:53 AM
I found people calling the second one "children pattern". This concept isn’t React specific, though, probably not even JavaScript specific. There must be framework & language agnostic terms. But which?

- config vs. extension point pattern?
- props vs. slots pattern?
- ?
August 13, 2025 at 1:58 PM
Copilot: "I cannot work properly without an instruction file."

Also Copilot: "Just let me write the instruction file myself."
August 13, 2025 at 6:17 AM
Want step-by-step guidance + templates to create your own copilot_instructions.md? I wrote a detailed guide to help you get started:
georg.dev/blog/05-bett...
Better Context, Better GitHub Copilot | georg.dev
A guide to copilot_instructions.md
georg.dev
July 22, 2025 at 12:35 PM
Agent mode *bonus* tip: Enable auto-approval for tools by adding "chat.tools.autoApprove": true to your settings.json. Just be aware that you’re giving Copilot a free pass. Use it wisely! 😅
July 22, 2025 at 12:35 PM
Agent mode tip: Add clear instructions for automating checks like "npm run lint" or "npm run test". With these in your file, Copilot Agent can run the commands, fix errors, and iterate until all checks pass without constant back-and-forth.
July 22, 2025 at 12:35 PM
Most advice skips this: Be model-specific. If Copilot repeatedly makes the same mistakes (e.g., overly verbose code or missing edge cases), include correctional hints in your file. Example: "Focus on simplicity, avoid over-comprehensive solutions."
July 22, 2025 at 12:35 PM
Some essential sections to include:

- Summary: What the project does, briefly.
- Terminology: Domain-specific terms Copilot can’t infer.
- Architecture: Key files and why things are structured this way.
- Task planning: Steps Copilot should follow before coding.
July 22, 2025 at 12:35 PM