• Unlocking the Secrets of DNA: Analyzing Genomic Data with AWS

    Your DNA has the blueprint for your life. Much like everybody else, as it determines everything from our physical characteristics to our susceptibility to diseases. However, there is the challenge of decoding this complexity efficiently and accurately. With AWS HealthOmics—an AWS service for storing, querying, analyzing, and generating insights [...]

  • understanding-resource-group-in-azure

    Understanding Resource Groups in Azure

    Have you ever wondered how to manage and organize resources in the cloud effectively? With over 95% of companies using Microsoft Azure, mastering Resource Groups is crucial for efficient cloud management.  Azure Resource Groups are the cornerstone of managing and organizing resources in Microsoft Azure. Whether you're new to [...]

  • GCP Daily Cost Notifier

    Cost Notifier: Keep Track of Your Google Cloud Platform Expenses

    Have you ever had that moment when you realize your cloud costs have unexpectedly increased? Keeping track of your Google Cloud Platform (GCP) expenses usually requires manual effort, as you need to visit the console regularly. But what if you could receive daily updates on your costs automatically? Enter [...]

  • TD_Create_Function

    AWS Reserved Instance Management Made Easy with Slack Alerts

    In today's fast-changing world of cloud computing, it's crucial to manage AWS resources efficiently. One important task is keeping track of Reserved Instances (RIs) to save costs and use resources wisely. This guide will show you how to set up a simple system that sends AWS Reserved Instance alerts [...]

  • Linux Playground

    Build a Web-Based Linux Terminal Playground

    In this blog, I will guide you through creating a Simple Web-Based Linux Terminal Playground that enables running Linux commands directly in the browser. We will use technologies such as Podman for containerization, React for the UI, and Express and node-pty for the backend. WebSockets will handle real-time communication [...]

  • AZ-400-MS-DEVOPS-ENGINEER-EXPERT-EXAM-STUDY-PATH-FEATURE-IMAGE

    AZ-400 Microsoft DevOps Engineer Expert Exam Study Path

    Bookmarks Prerequisites Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-400 Microsoft DevOps Engineer Expert certification is designed for professionals who want to demonstrate their expertise in implementing DevOps practices using Microsoft Azure technologies. This certification [...]

  • TD_AWS Responsible AI

    Understanding AWS Responsible AI: Key Concepts and Dimensions

    As AI becomes a bigger part of our lives, it’s important to make sure it’s used responsibly. Responsible AI means building and using AI systems in ways that are ethical, fair, and accountable. AWS provides a range of tools to help organizations build AI systems that follow these principles. In [...]

  • Blog Featured Image

    SRA Toolkit + AWS: Revolutionizing Bioinformatics Data Prep

    It takes too long. It’s boring. I want the good stuff already… Sounds familiar? These statements are not entirely wrong, but data preparation in any kind of data analytics job is still important and must be executed carefully. This is an important step that can easily take up to [...]

  • Prompt Engineering

    Mastering Prompt Engineering for AWS Large Language Models (LLMs)

    In the rapidly evolving world of Artificial Intelligence (AI) and Machine Learning (ML), Prompt Engineering has become a cornerstone skill for effectively harnessing the power of Large Language Models (LLMs). These models transform industries, power intelligent chatbots, automate workflows, and redefine customer experiences. Yet, the key to unlocking their [...]

  • Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

    Monitoring Amazon SES Complaint Rates with CloudWatch Alarms and Real-Time Slack Notifications

    Amazon Simple Email Service (SES) is a powerful tool for sending high volumes of emails quickly and efficiently. However, to maintain your email-sending capabilities and ensure high deliverability, it's essential to monitor your sender's reputation closely. One key metric for assessing this reputation is the Complaint Rate, which measures [...]

  • Methods in Evaluating Foundation Model Performance Feature Image

Methods in Evaluating Foundation Model Performance

A foundation model is a large-scale, pre-trained artificial intelligence model that serves as a general-purpose system for various downstream tasks. These models, such as GPT for natural language processing or CLIP for vision-language understanding, are trained on extensive datasets and can be fine-tuned or adapted to specific applications. Foundation models are characterized by their ability to generalize across tasks, making them highly versatile and impactful in AI-driven solutions. Evaluating these models' performance is essential to [...]

  • Amazon SES Complaint Rate - Featured Image

Amazon SES Complaint Rate: What It Is and How to Manage It

Email remains one of the most effective ways of communication for businesses in today's digital age. It allows you to reach out to current and potential customers through newsletters, promotions, important information, and updates about your products and services.  Whether it is to keep your customers engaged, promote your new offerings, or send transactional messages like order confirmations and such, email is a simple yet very powerful approach to improve your connection with clients [...]

  • Retrieval-Augmented Generation (RAG)

Retrieval-Augmented Generation (RAG) for Foundation Model Customization

Artificial Intelligence (AI) has rapidly advanced, pushing the limits of what machines can accomplish. However, one significant challenge remains: ensuring that AI responses are both accurate and contextually relevant while being up-to-date. This is where Retrieval-Augmented Generation (RAG) comes in—a cutting-edge approach that integrates the capabilities of data retrieval with advanced AI generation techniques. In this blog, we will explore the details of RAG, discussing its benefits, applications, and how to implement it using [...]

  • Security in Data Engineering: Data Engineering Security in AWS

Security in AWS Data Engineering: Best Practices and Strategies

Bookmarks The AWS Shared Responsibility Model Use AWS Data Encryption Use Identity and Access Management (IAM) Implement Network Security Monitoring and Logging Compliance Standards Data Governance Secure Data Storage Backup and Disaster Recovery Automating Security Practices Conclusion: Proactive Security Measures for Data Engineers References In today's world of Cloud Computing, data engineering security and compliance are very important for [...]

  • API-Verse

Understanding Your API: The API-verse

In this blog, I will guide you through understanding the various types of APIs. You'll learn about different API classifications you can use for your next project and when to implement each one. This high-level overview of API varieties will expand your knowledge and help you become well-versed in how each API functions. What is an API? (Application Programming Interface) An API or Application Programming Interface acts as a bridge between different software allowing [...]

  • PartyRock-AI-Python-Code-Checker.png

PartyRock: AI Python Code Checker for Tech Interview Simulation

Bookmarks What is Party Rock? AI Code Checker Tools Comparison UI Components of our PartyRock-based Python Code Checker Python Interview Topics Covered by the PartyRock app Use-cases and Applications of PartyRock-based Python Code Checker  Hands-on Exercise: Getting Started with PartyRock Final Remarks References Are you a recent college graduate or someone transitioning into a tech career, striving to succeed in coding interviews focused [...]

  • Implementing IP Blocking and Unblocking Using AWS Lambda, Slack, and AWS Systems Manager

Implementing IP Blocking and Unblocking Using AWS Lambda, Slack, and AWS Systems Manager

Blocking IP addresses is a crucial security measure for protecting an organization's infrastructure from various cyber threats, including DDoS attacks, brute-force login attempts, and unauthorized access. By blocking malicious or suspicious IPs, organizations can prevent system compromise, reduce unwanted traffic, and ensure that only trusted networks access critical resources. This helps maintain the performance and stability of the systems while ensuring compliance with security policies. Automating IP blocking using AWS Lambda and AWS Systems [...]

  • AWS Health Omics

AWS in Bioinformatics: Biology, data, & the cloud

Marriage of biology and tech. With the current technological advancements, how about we throw in the cloud in the tech too? Just like... Bioinformatics in AWS HealthOmics. Yes, you read that right! Are you torn between the two and want to pursue them both? To sit in a laboratory working on something new and interesting without bidding your farewell to the “Hello World!”? Then this article will introduce a field that may interest you. [...]

Deploy a Next.js Static Site to AWS with GitHub Actions and Bunjs

At the AWS Community Day Philippines 2024, during the preparation for the event, the organizers assigned me the responsibility of setting up a Continuous Integration and Continuous Deployment (CI/CD) strategy for the website. Therefore, in this blog, I will explain the approach I took and how I utilized GitHub Actions and BunJs to create a swift and efficient CI/CD pipeline for deployment on Amazon Simple Storage Service (S3) along with Amazon CloudFront. AWS Community [...]

  • TD_Tag Modification Diagram_31Oct2024

Setting up Slack notifications on Tag Modifications for EC2 Instances

Monitoring resource configurations in a dynamic cloud environment is important, especially in production. One essential aspect of managing AWS resources, such as Amazon EC2 instances, is tracking tag modifications. Tags are not just labels but vital in organizing resources, enabling billing allocation, and enforcing compliance policies. Any unintentional tag modification can disrupt operations or mislead resource management, making timely alerts vital. This article will guide you through setting up automated Slack notifications to alert [...]

🎆NEW YEAR SALE – Practice exams as low as $9.74 USD & eBooks as low as $2.99 USD

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

Tutorials Dojo Exam Study Guide eBooks

tutorials dojo study guide eBook

FREE AWS Exam Readiness Digital Courses

FREE AWS, Azure, GCP Practice Test Samplers

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Follow Us On Linkedin

Recent Posts