Blog - Hash Agile

Awesome Image Awesome Image

Structured Prompt Engineering for Automated SQL Test Case Generation:  A Comprehensive Evaluation of OpenAI Model Performance 

Author: Ashok Raja Michael Reymond Raj, Data Architect at Hashagile Technologies Making SQL Test Automation Work: The Hard Truth   Writing and validating SQL functions is a common task in modern data platforms – but it’s often repetitive, time-consuming, and prone to errors. Creating test cases for complex business logic can be especially tricky, leaving gaps […]

Read More

Automating Manual Test Cases Generation With JIRA MCP & LLM

Do you want to automate generating the manual test cases using LLMs? Author: Payani Putturu, Senior Manager – QA at Hashagile Technologies In the era of agile delivery and continuous testing, every minute spent on repetitive documentation is a minute lost from actual quality assurance. One of the most time-consuming QA tasks is Creating manual […]

Read More

Can XSS Break Your Web Application? Learn How to Secure Your Django and Angular Applications the Right Way

Is Your Web Application Vulnerable to XSS? Learn to Secure Django & Angular Author: Aneesh Kozhinjalthodi, Associate Architect at Hashagile Technologies Cross-Site Scripting (XSS) remains one of the top vulnerabilities in web applications. As a full-stack developer working with Django (backend) and Angular (frontend), preventing XSS isn’t just about safety—it’s about preserving user trust and […]

Read More

Revolutionizing AI on a Budget: Meet GPT-4o Mini

Revolutionising AI on a Budget: Meet GPT-4o Mini  OpenAI is pushing the boundaries of accessible AI with the introduction of GPT-4o Mini, their most cost-efficient small model to date. Here are my first impressions of this exciting new development.  Affordable Excellence  GPT-4o Mini is priced at just 15 cents per million input tokens and 60 […]

Read More

Mastering Vue.js: A Beginner’s Guide to Building Dynamic Web Applications

  Introduction: Welcome to the world of Vue.js, one of the most versatile and progressive JavaScript frameworks out there! Whether you’re a seasoned developer looking to expand your skill set or a newcomer eager to dive into web development, Vue.js offers a powerful yet approachable solution for creating dynamic and interactive user interfaces. In this […]

Read More

Killer Bash Function: “Killing the use of kill -9”

Killer Bash Function: “Killing the use of kill -9” What is kill -9 ? The kill -9 , also known as SIGKILL, is a command used in Unix-like operating systems to forcefully terminate a process. In the world of software development, dealing with processes and ports is a common task. Sometimes, we need to stop a process […]

Read More

RSpec-ing Like a Boss: The Beginner’s Alchemy for Magical Code

RSpec-ing Like a Boss: The Beginner’s Alchemy for Magical Code Chapter 1: Once Upon a Time… Understanding RSpec When I started writing RSpec initially I felt like whether I am testing the code or the code is testing me,  jokes aside lets dive into RSpec….. RSpec is a unit test framework for the Ruby programming language.​ RSpec is a […]

Read More

Open-AI Chat-GPT and Meta-AI LLAMA

Open-AI Chat-GPT and Meta-AI LLAMA The phrase “large language models” (LLMs) is turning into a common buzzword in today’s rapidly changing AI field. But what exactly are these LLMs, and is it even worthwhile to research them? Absolutely! LLMs are nothing less of linguistic wonders, capable of understanding and reacting just like people. Through intensive […]

Read More

Running Large Language Models in Local : Llama Cpp

Running Large Language Models in Local : Llama Cpp We’ll explore how to run Large Language Models (LLM) on your local system, even if you don’t have a GPU or prefer to avoid API costs. We’ll achieve this by using the Llama.cpp library https://github.com/ggerganov/llama.cpp which is compatible with both CPU and GPU, allowing GPU acceleration […]

Read More

How to install and Run GPT4ALL using Python in Local, No GPU Required !

How to install and Run GPT4ALL using Python in Local, No GPU Required ! Prerequisites: This blog is for curious minds looking to tap into the potential of Large Language Models (LLMs) to enhance both their daily lives and business Objective. All you need is a basic understanding of Python and a pinch of curiosity […]

Read More
  • 1
  • 2