PBPaweł Bogutainpawelboguta.hashnode.dev·Jun 11 · 4 min readI compared the top AI coding models so you don't have to: Fable 5 vs GPT-5.5 vs Opus 4.8If you write code with an AI agent in your editor, you have probably noticed the model dropdown keeps growing. New releases land every few weeks, each one claiming to top some benchmark. I spend a lot00
PBPaweł Bogutainpawelboguta.hashnode.dev·Apr 17, 2023 · 7 min readHow to unit test your React AppWhile writing React code, it is important to ensure its quality and reliability. One key aspect of achieving this is through unit testing, a technique where individual units of code are tested to ensure that they perform as expected. In the context o...00