Topic

Aditya Shah

12 years writing 159 articles published 6 topics covered last published 2 weeks ago

Archive results

All articles

AI & Automation4 min read

Why Everyone Is Talking About Gemini

If you’ve searched “what is Gemini AI” or “Gemini vs ChatGPT” recently, you’ve probably noticed the conversation has shifted. Gemini isn’t just “Google’s chatbot” anymore — it’s become the connective tissue across Search, Android, Workspace, and now an entire…

AI & Automation4 min read

What Every Student Should Learn About AI

Every few months I get some version of the same message from a student: “I want to get into AI — where do I even start?” It usually comes with a half-apologetic tone, like they’re behind, like everyone else…

AI & Automation4 min read

Building Better Prompts Without Memorizing Tricks

If you’ve searched for “how to write better AI prompts” or “prompt engineering tips,” you’ve probably landed on a list of 50 magic phrases to paste into ChatGPT, Gemini, or Claude. Some of those tricks genuinely help. Most of…

AI & Automation5 min read

The Rise of Open-Source AI: Why Models Like Gemma Matter

I spend a lot of my time in community spaces — organizing GDG Cloud events, running the WordPress Bhopal chapter — and if there’s one thing both communities have taught me, it’s that the biggest, most durable shifts in…

AI & Automation4 min read

Responsible AI Isn’t Just for Big Companies

When people search “responsible AI,” most of what they find is written for enterprises — governance frameworks, compliance checklists, ethics boards. If you’re a solo developer, a small business owner, or a student building your first AI-powered project, that…

AI & Automation4 min read

Can You Trust AI? Understanding Hallucinations

We discussed in the last blogpost, what happens behind the scenes when you ask an AI a question. A word called AI Hallucination appeared. Someone once described a conversation with an AI model to me as feeling like talking…

AI & Automation4 min read

What Happens Behind the Scenes When You Ask an AI a Question?

You type a question into ChatGPT, Gemini, or Claude, hit enter, and a fluent, coherent answer appears in a few seconds. It feels almost like magic — and “how does AI work” is one of the most searched questions…

WordPress3 min read

How to Reinstall WordPress: 3 Easy Methods

Reinstalling WordPress can help resolve issues caused by corrupted files, malware infections, or broken updates. In this guide, we’ll cover three methods to reinstall wordpress: via WP-Admin, via SSH with WP-CLI, and via SFTP. Before proceeding, always back up…

DevOps5 min read

How to Use auditd on Ubuntu to Monitor File Changes

Monitoring file changes on a Linux system is crucial for maintaining security and tracking any unauthorized modifications. On Ubuntu, auditd is a powerful tool that can help you achieve this. In this guide, we’ll walk you through the steps…