izhanali.hashnode.devBuilding jcommit for automating Jira-Git workflowWe are living through a massive shift in software engineering. AI agents are rewriting how we code, test, and deploy. As developers, the temptation is to throw an LLM at every problem we encounter because, quite frankly, it’s fun and often incredibly...Feb 3·6 min read
izhanali.hashnode.devPrompt Engineering Isn’t Conversation but ProgrammingMany people still interact with LLMs as if they’re chatting with a clever intern, and that’s where they go wrong. After exploring prompt engineering, it’s evident that LLMs aren’t “smart” in the human sense. They’re probabilistic machines with constr...Dec 27, 2025·3 min read
izhanali.hashnode.devGetting Started with ReactReact is a framework for building web applications. You can install react using node package manager. React can be used to create dynamic UIs with a component-based architecture. Why React? React came as a revolution and became a popular frontend Jav...Nov 25, 2023·2 min read
izhanali.hashnode.devStoring data in Android with RoomAs of today mostly we store user's data on the cloud so that it will be portable and there is no fear of losing it. One fine day there comes a circumstance where I have to log not-so-important data for the user to display, so I decided not to conside...Aug 12, 2023·4 min read
izhanali.hashnode.devCreating a basic restaurant CLI program with JavaScriptIn this article, we are gonna learn to create a simple restaurant ordering and billing command line interface app using JavaScript that runs in Node.JS environment What are we building: A program that displays the restaurant menu and lets the user ...Dec 22, 2022·5 min read