by cirokn | Jun 17, 2025 | Blog
❗ Why This Matters In many projects, test cases are written with manual QA workflows in mind. However, automated tests require a different mindset due to automation executing line by line, and halting on any failed assertion. This means poorly structured or overly...
by cirokn | Jun 10, 2025 | Blog
I usually check bug tickets before they’re assigned to anyone, approaching them as someone without domain knowledge. Once, I asked a colleague to expand their incident report because it was missing crucial steps. He replied angrily, saying developers should...
by cirokn | May 14, 2025 | Blog
How to Use a Local AI Model in Visual Studio Code Most tutorials on setting up AI code editors focus on cloud-based LLMs like OpenAI’s Codex or Anthropic’s Claude. These tools are convenient, but they’re not always ideal. This guide takes a different...
by cirokn | Apr 15, 2025 | Blog
For too long, software testing has been perceived as a necessary evil—something that slows teams down, adds overhead, or worse, can be postponed indefinitely. But the reality is this: the longer you delay quality, the more it costs you. As modern teams embrace Agile,...
by cirokn | Apr 15, 2025 | Blog
The tech world never stands still—and your approach to software quality shouldn’t either. Many organizations still rely on traditional QA models, which are siloed, reactive, and often tacked on at the end of development. This outdated approach doesn’t scale....