Author

Author: Ankush Shandilya

Ankush Shandilya is a fractional CTO and long-term technology partner, and a co-founder of Behind Methods. He has 15+ years building, scaling, and modernizing software for founder-led SaaS and e-commerce companies in the US, Canada, the UK, and Australia. His clients stay for years. He has been the fractional CTO behind PerkZilla, a US referral-marketing SaaS, since its 2016 launch, and has run a 15-year engineering partnership with Viktoria Professional Movers in Toronto. Earlier work includes Zen Flowchart, which grew past 1.6 million users, and CoinDiscovery, a crypto platform that scaled to 9 million users. He is among the top 3.5% vetted talent on Uplers. He takes on a maximum of two long-term clients at a time, so each one gets one accountable partner, not a rotating agency team.

The ticket said use SVG. The real fix was one line somewhere else.

Expert Opinion Jul 21, 2026

The ticket said use SVG. The real fix was one line somewhere else.

A one-line ticket asked me to switch thumbnails from PNG to SVG for better quality. Following it would have opened a stored XSS hole to fix a problem SVG does not even cause. The real cause was resolution, and the fix was one option. Here is how I checked the guess, and why I then did not build the better architecture I had already designed.

Read article
Writing code got cheap. Verifying it did not.

Expert Opinion Jul 09, 2026

Writing code got cheap. Verifying it did not.

AI made writing code cheap this year. It did not make verifying code cheap. The bottleneck moved one step downstream, to the part nobody automated: deciding whether the code is correct, safe, and worth keeping.

Read article
Agentic AI in PHP Is Not a Prototype Idea. It Is a Production Architecture Decision

AI Engineering Mar 12, 2026

Agentic AI in PHP Is Not a Prototype Idea. It Is a Production Architecture Decision

Agentic AI systems in PHP are not a novelty. They are a structured architecture problem… and PHP solves it cleanly when you treat the AI layer as a domain concern, not a script. Neuron AI provides the primitives: agents, tools, memory, and providers. The missing piece most PHP teams skip is governance… clean interfaces, reusable tool registries, and stateless […]

Read article