SSowkhyainsouky.hashnode.dev·Aug 3 · 2 min readAWS AI- PROMPT ENGINEERING For the AWS Certified AI Practitioner (AIF-C01) exam, prompt engineering is one of the most important topics. It is the process of writing effective instructions (prompts) to get the best response from a foundation model such as Amazon Nova, Anthropic Claude, Meta Llama, or AI21 models in Amazon Bedrock. What is Prompt Engineering? Definition: Prompt engineering is the practice of designing prompts that guide an AI model to produce accurate, relevant, and useful outputs. Types of Prompting Zero-Shot Prompting No examples are given. Example: Translate "Good morning" into French. One-Shot Prompting Give one example. Example: Input: Apple → Fruit Now answer: Carrot →00
SSowkhyainsouky.hashnode.dev·Jul 30 · 8 min readAMAZON BEDROCK-AI CONCEPTSIn Amazon Bedrock, foundation models (FMs) are large pre-trained AI models that can understand and generate text, images, code, and more. They are called "foundation" models because they provide a bas00
SSowkhyainsouky.hashnode.dev·Oct 7, 2025 · 1 min readPython For BeginnersPython is a high-level, easy-to-learn, interpreted language. Used for web development, data analysis, AI, automation, and more. File extension: .py 🐍 1. Introduction to Python Python is a high-level, easy-to-learn, interpreted language. Used for ...00
SSowkhyainsouky.hashnode.dev·Jan 28, 2025 · 2 min readKey Challenges in Software TestingSoftware testing faces several challenges, which can vary based on the project's complexity, scope, and resources. 1. Incomplete Requirements and Specifications Lack of clear or detailed requirements makes it difficult to design test cases. Miscomm...00
SSowkhyainsouky.hashnode.dev·Jan 17, 2025 · 2 min readJMeter ListenersIn Apache JMeter, listeners are components used to capture and visualize the results of a performance test. They help monitor and analyze the test execution by presenting data in various formats such as tables, graphs, or logs. JMeter provides a vari...00