by cirokn | Jun 24, 2025 | Blog
Speaking a Common Language in Software Development In the world of modern software development, clear communication between technical and non-technical team members is essential. Whether you’re building a new product or maintaining a mature platform, the...
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,...