Category

Category: Expert Opinion

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
Why You Should Use Pre-Trained Models Instead of Training From Scratch

Expert Opinion Aug 23, 2025

Why You Should Use Pre-Trained Models Instead of Training From Scratch

When it comes to artificial intelligence (AI), one of the biggest decisions developers face is whether to train a model from scratch or leverage a pre-trained model. While building your own model might sound appealing, the reality is that pre-trained models often deliver faster results, lower costs, and better performance. In this blog, we’ll explore […]

Read article
Decoding the Webpack “Critical Dependency” Warning with sass.dart.js

Coding & Programming Jun 02, 2025

Decoding the Webpack “Critical Dependency” Warning with sass.dart.js

Ever encountered a strange sass.dart.js warning while compiling with Webpack? You're not alone. In this post, Ankush Shandilya from Behind Methods Co breaks down what this warning really means, how to fix or safely ignore it, and why these build-time quirks are great opportunities for technical collaboration—not just frustration.

Read article
What is Extended Passive Mode in FTP? Explained Simply

Expert Opinion Apr 29, 2025

What is Extended Passive Mode in FTP? Explained Simply

Ever seen an FTP message like Entering Extended Passive Mode (|||34647|) and wondered what it means? This post breaks down Extended Passive Mode (EPSV) in simple terms — what it is, why it’s used, and how it affects your FTP transfers. Ideal for developers, sysadmins, and anyone managing file transfers.

Read article
Collection API Payment Gateways and Integrations

Expert Opinion Oct 04, 2024

Collection API Payment Gateways and Integrations

In today’s digital world, online payments have become a critical aspect of business operations. From e-commerce stores to subscription-based services, businesses need reliable and efficient systems to collect payments from their customers. This is where Collection APIs and Collection API Payment Gateways come into play, offering a seamless and secure solution for managing payments. But […]

Read article
MySQL Error: #1442 – Can’t Update Table in Stored Function/Trigger

Database Development Sep 18, 2024

MySQL Error: #1442 – Can’t Update Table in Stored Function/Trigger

If you’ve ever worked with MySQL triggers or stored functions, you may have encountered a frustrating error: #1442 – Can’t update table in stored function/trigger because it is already used by the statement which invoked this stored function/trigger. This error can be confusing at first, but once you understand why it happens and how to […]

Read article