Code Kata idea: "Skill issue"

Based on the idea of "bad faith in code, good faith in tests". poke @romeu

Driver plays the role of a bad faith AI agent.

Driver has some skill.md files that were initially somewhat ambiguous.

Driver interprets them in the worst way.

The whole group must change their instructions and/or skills so that Driver does what is expected.

#CodeKata #skill #VibeCodingDojo

idée de format de kata : "Skill issue"

Basée sur l'idée de "mauvaise foi dans le code, bonne foi dans les tests". (poke @romeu )

Driver joue le rôle d'un agent IA de mauvaise foi.

Driver dispose de quelques fichiers skill.md initialement un peu ambigües.

Driver les interprète de la pire façon.

Ensemble du groupe doit changer ses instructions et/ou les skills pour que Driver fait ce qui est attendu.

#CodeKata #skill #VibeCodingDojo #SoftwareTeaming

Messing with CSS and clip-paths / some retro #Cyperpunk CSS cooking.

Code Kata:
- create some outlandish layout in stich.withgoogle.com
- split it into components with AgentOS
- & clean up the AI created ui-components (just minor opinionated tweaks, everything worked out straight from the box)
- Actually make it work as it should, instead as it was on the prototype

Issues:
- WCAG contrast on transparency
- Broken & distorted corners

#devLife #CSS #AgentOS #Claude #CodeKata

👋 @pragdave

I play bowling maybe once a year, and I suck so much at it I keep forgetting the rules.
I suppose I should so those old code katas that were popular in the '00s!
#programming #coding #codekata

#DojoDeProgrammation à #strasbourg ce vendredi 28 mars à 18h45 à La Plage Digitale.

Rejoignez-nous pour pratiquer et améliorer ensemble nos techniques de programmation.

#CodeKata #PratiqueDélibérée #SoftwareCraft #swcraftstras #CodingDojo #KataDeProgrammation #DéveloppementLogiciel

Inscriptions :
- Via meetup : https://www.meetup.com/fr-FR/software-crafters-strasbourg/events/306577103
- ✨ NOUVEAU Via Mobilizon : https://mobilizon.fr/events/a5e5bfb0-aa22-40e8-8f5b-f9b1e47501d4

Suivre sur le fediverse : @swcraftstras

Dojo de programmation, ven. 28 mars 2025, 18:45 | Meetup

Un dojo de programmation est une session récurrente de programmation en groupe sur un exercice commun où l'échange sur les manières d'implémenter sont prioritaires sur tout

Meetup

This is brilliant advice. In times of "vibe coding" just… turn off AI agents for a bit and slowly, meticulously practice your chops with Katas: Take small, deliberate steps and great things will happen when you re-enable your AI assistant.

https://youtu.be/ZW4AEKbHE28

P.S. I do use AI tools (a lot!). But I don’t "vibe code," just like I never blindly copied and pasted code from Stack Overflow without understanding it.

#CodeKata #TDD #LearnToCode #SoftwareCraftsmanship

The Best Code Katas For Ambitious Software Developers

YouTube
War Mal wieder echt schön. Was habe ich gelernt? Einen neuen Ansatz zum Game of Life. Und Mal wieder festgestellt, dass man über aussagekräftige Tests kommunizieren kann ohne ein Wort zu sagen. #codekata #gdc #pairprogramming

The eldest maths homework included a converting a roman numeral to an integer.

I suggested that we could program a converter.

They were not interested.

#kata #codeKata

I'm sure I'm miles behind here – but I have just noticed that #CodeWars now supports x64 assembly using #NASM as one of the language choices (there's also a #RISCV option too). I know most "normal" people won't want to solve #CodeKata puzzles in #AssemblyLanguage – but if you're interested in the low-level side of things like me, then these are quite fun!

#refactoring #codekata
I am looking for refactoring Katas to practice getting code more polymorphic

I have so far MarsRover, Parrot Refactoring (feels too small), SupermarketReceipt-Refactoring-Kata(feels too big)

Refactorings I want to practice are:
replace conditional dispatcher with command
Replace conditional logic with strategy
Replace type code with classes
Push code into classes

Some hints to katas are very appreciated