Co-workers calling you "unfair" when you call them out on not reading their #AI-generated code before submitting it for code review as if there was nothing they could have done differently and they had nothing to do with the task whatsoever.

#artificialIntelligence #agenticAI #noAI #Copilot #agents_md #webDevelopment #softwareDevelopment #webDev #amCoding #amProgramming #vibeCoding #PromptEngineering

Gibt es in Deutschland noch Softwareunternehmen, die sich explizit gegen #KI ausgesprochen haben und diese weder in ihrer Software einsetzen noch diese in ihren Entwicklungsprozessen verwenden?

#FollowerPower #GerneRT #amCoding #amProgramming #webDev #webDevelopment #softwareDevelopment #softwareEngineering #AI #artificialIntelligence #noAI #generativeAI #genAI #agenticAI #vibeCoding #promptEngineering

For years, devs had to be beaten to write docs. With #AI, they now do this freely and happily. Don't get me wrong: I am happy that they finally do this at all. BUT:
โ€“ Why did it need AI for this? (rhetorical question)
โ€“ It's all in AI-specific files (e.g. agents.md, Copilot instructions, etc.), even though, most of this documentation is not AI-specific

#artificialIntelligence #agenticAI #noAI #Copilot #agents_md #webDevelopment #softwareDevelopment #webDev #amCoding #amProgramming #vibeCoding

Back from #LaraconEUโ€”my favorite talks were
โ€“ "Effective Code Reviews: What NOT to Do" by the one and only Luke Kuzmish
โ€“ "Write better abstractions: Lessons from an import system" by @danharrin

I definitely recommend checking these out once they are uploaded on the LaraconEU YouTube channel

#Laracon #LaraconEU2026 #PHP #amCoding #amProgramming #Laravel #webDevelopment #webDev #CodeReview

#TypeScript nerds, can you help me out?

I have a type called DeepRequired that recursively makes optional properties in nested object required using dot notation as seen below.

The problem is: It is only somewhat working. I believe, I'm on the right track somewhere but I can't get closer than this.

Thanks in advance!

1/2

#FollowerPower #amCoding #amProgramming #softwareDevelopment #softwareEngineering #webDev #webDevelopment #JavaScript #ECMAScript

The human brain is so weird.

I've been struggling with a thorny programming implementation issue most of the day and not making much progress.

So I took myself out for a walk, and not 10 minutes into the walk the solution was as clear as day, and ridiculously simple. I coded it up and it looks like it works. Yeesh.

#amCoding #humans #softwareengineering

Building a flashcard app day 2:
Using FSRS algorithm for spaced repetition. Iโ€™m glad there is a #golang implementation.
There is a single append-only log file that stores review history. Itโ€™s also storing all FSRS values to avoid the necessity of processing a full replay.
So far only q/a cards, but clozes are planned too.
Itโ€™s going to have a nice #terminal GUI.
#amcoding

scrambled letters are essentially just a race condition

#amCoding #amProgramming #softwareDevelopment #softwareEngineering