🌐 Web dev and trained data scientist
🍜 Foodie | gym-goer | tech & gaming nerd
🇦🇹 Based in Vienna
https://georg.dev
My blog runs on @cloudflare.social Pages.
Good that I didn't.
My blog runs on @cloudflare.social Pages.
Good that I didn't.
And you thought all that statistics knowledge was useless!
And you thought all that statistics knowledge was useless!
I just built a post-install script that monkey-patches a package I depend on. What would have easily taken me half a day was finished in under an hour.
I just built a post-install script that monkey-patches a package I depend on. What would have easily taken me half a day was finished in under an hour.
We do an exercise at offsites called Elephants, Tigers & Paper Tigers.
- Elephants are things that the group isn’t talking about but needs to
- Tigers are things threatening the team, risks
- Paper tigers are things that seem like risks, but aren’t
We do an exercise at offsites called Elephants, Tigers & Paper Tigers.
- Elephants are things that the group isn’t talking about but needs to
- Tigers are things threatening the team, risks
- Paper tigers are things that seem like risks, but aren’t
I don't get that often but today is one of those days. Feels great!
I don't get that often but today is one of those days. Feels great!
In the first, the component structure is fixed, and behavior is controlled *only* through props serving as config.
In the second, an extension point via the children prop allows for more flexibility.
In the first, the component structure is fixed, and behavior is controlled *only* through props serving as config.
In the second, an extension point via the children prop allows for more flexibility.
Don't sleep on @playwright.dev's test steps.
It took me 4 years to realize how much cleaner, readable, and debuggable my tests could be.
Named steps = better readability, clearer reporting, faster debugging.
Check out the before/after!
Don't sleep on @playwright.dev's test steps.
It took me 4 years to realize how much cleaner, readable, and debuggable my tests could be.
Named steps = better readability, clearer reporting, faster debugging.
Check out the before/after!
Other tools... just work, and that's why it's easy to overlook them.
@openfeature.dev is one of those tools.
Do I use it daily? Yes.
Do I ever have to think about it? No.
Other tools... just work, and that's why it's easy to overlook them.
@openfeature.dev is one of those tools.
Do I use it daily? Yes.
Do I ever have to think about it? No.
But where to migrate?
- Circle CI
- GitHub Actions
- ...?
What’s your pick?
But where to migrate?
- Circle CI
- GitHub Actions
- ...?
What’s your pick?
Grok 4 in GitHub Copilot.
Grok 4 in GitHub Copilot.
My grid is aggressively verified. ✅
My grid is aggressively verified. ✅
Inline chat? Agent mode? Just the autocomplete? 🤔
Inline chat? Agent mode? Just the autocomplete? 🤔
Kudos to @bhuynh.dev and @taranetz.com for pointing that out.
We can even take a step further by leveraging React's `isValidElement` function to support both render props and a standard child component.
Kudos to @bhuynh.dev and @taranetz.com for pointing that out.
We can even take a step further by leveraging React's `isValidElement` function to support both render props and a standard child component.