EAElham Ajdariinelham-notes.hashnode.dev·Jun 15 · 14 min readGuidelines for Reducing AI Coding Tool Credit UsageExecutive Summary AI coding tools such as Augment Code, Claude Code, Cursor, GitHub Copilot, and ChatGPT consume credits, tokens, or usage quota based on several factors: The amount of context they p00
EAElham Ajdariinelham-notes.hashnode.dev·Jun 9 · 9 min readMCP, AI Agents, and Modern AI WorkflowsAI tools are moving beyond simple autocomplete. Today, they can read project context, use external tools, inspect codebases, query data, open browser sessions, and help with multi-step development tas01W
EAElham Ajdariinelham-notes.hashnode.dev·Jun 9 · 7 min readCI/CD with Bitbucket Pipelines: Build, Test, and DeployCI/CD can look complicated at first, but the main idea is simple: Instead of building, testing, and deploying manually, we let an automated pipeline do it for us. This reduces mistakes, catches prob00
EAElham Ajdariinelham-notes.hashnode.dev·Jun 9 · 7 min readAWS Infrastructure: A Practical Beginner GuideCloud infrastructure can feel complicated at first. There are many services, many names, and many moving parts. But once each service has a clear responsibility, the system becomes much easier to unde00
EAElham Ajdariinelham-notes.hashnode.dev·Jun 9 · 6 min readJava for Frontend Developers: A Practical Starting GuideAs a frontend developer, learning Java can feel strange at first. The syntax looks familiar, but the mindset is different. JavaScript and TypeScript let you move fast with flexible types and runtime b00