Every few months someone asks why I am not on Upwork or Fiverr. The honest answer comes down to how I have worked, what I value, and a quote I keep coming back to: I am not in the business of creating business.
The customer-facing side of Magento 2 speed: Largest Contentful Paint, layout stability and interaction, image and JavaScript optimization, third-party scripts, and lightweight themes like Hyva.
Full-page caching is the biggest lever on a slow Magento 2 store: how it works, why Varnish beats the built-in cache, where Redis fits, hole-punching, cache warming, and a CDN in front.
The pre-launch performance pass for a Magento 2 store, in order of impact: production mode, indexing and cron, full-page cache with Varnish, Redis, search, images, assets, CDN, database and hosting.
The forward deployed engineer is suddenly tech's hottest role. What FDEs actually do, what is expected of them, and the technical, product and human skills the job demands, from a practitioner who does forward-deployed AI work.
AI assistants write fluent Laravel code that hides the security mistakes the framework prevents. How AI code generation changes the risk picture, a review workflow for what the assistant hands you, and how it connects to the book You Are the Quality Control.
A walk through the OWASP Top 10 mapped to concrete Laravel practice: where the framework protects you by default, and where one line of code opens the door again.
Authentication tells you who a user is; authorization decides what they may do. A practical guide to Sanctum, passwords, throttling, and using Gates and Policies to close broken access control.
The pre-deployment security checklist I work through before signing off on a Laravel application: environment, HTTPS, auth, database, validation, uploads, dependencies and logging.
I have been working with technology for more than two decades. I have programmed in more languages than I can now remember, worked with servers, databases, DevOps, cloud platforms and artificial intelligence, and written books…
This is the mukhda of very famous song Ek Pyar Ka Nagma hai played by Zareef Ahmed on Keyboard. This is one of the things that Zareef do when he is not working on the…
Ollama is how most engineers first run an open model: one install, one pull, and a model is answering on your laptop. My Ollama guide covers that single-machine story. This guide is the next chapter:…
When I review a private AI deployment, planned or already running, I walk the same list every time. It exists because every item on it has bitten a real team somewhere: the endpoint that was…
Running an open model on your own laptop takes fifteen minutes; my Ollama guide covers that. Running LLMs for a whole company is a different job: shared hardware, concurrent users, access control, and a service…
I use AI coding tools every day, I help teams adopt them, and I wrote a book about staying safe while doing it. So let me say this clearly at the start: the security risks…