• AWS Certified Generative AI Developer Professional Study Path

    AWS Certified Generative AI Developer Professional Study Path

    AWS has just unveiled the newest AWS Certified Generative AI Developer – Professional certification. This important credential is for developers and AI professionals who want to advance their careers by building, deploying, and improving high-quality generative AI applications on AWS. This certification confirms your skills in using foundation models [...]

  • Don’t Struggle with Kaggle: Build your First Data Science Project!

    Don’t Struggle with Kaggle: Build your First Data Science Project!

    Are you a beginner wanting to start your very first data science or machine learning project, but don’t have the right hardware or enough storage capacity? Well, Kaggle is the perfect platform to start your journey!  What is Kaggle? Kaggle is a powerful web-based platform that provides opportunities for [...]

  • Tech Burnout: Is It Really Inevitable?

    Tech Burnout: Is It Really Inevitable?

    What if the dream job, the one you've always been dreaming of and manifesting ever since, is quietly draining the life out of you? This exhaustion is a known feeling in the tech industry, where the relentless pressure forces professionals and students to push until they hit a wall. [...]

  • One Block to Many: Rise of Microservices in Modern Apps

    Rise of Microservices in Modern Apps: From One Block to Many

    Have you ever thought about the pain of fixing just one small piece of a massive software system without accidentally breaking everything else? Honestly, most of the time, that is almost impossible. That challenge led to the rise of microservices in modern apps. It marked a shift from old monolithic [...]

  • High-Performing Massive: The Rise and Progression of Small Language Models (SLMs)

    High-Performing ≠ Massive: The Rise and Progression of Small Language Models (SLMs)

    Have you ever needed to find a new charger for your device, only to discover that its voltage wasn’t compatible, causing it not to work or even risking damage? Without checking the actual needs of your device, you’ve probably thought that you could go with what the seller recommends [...]

  • Data Preprocessing Guide for Beginners in ML

    Data Preprocessing Guide for Beginners in ML

    Before machine learning (ML) models can generate predictions or insights, the raw data must first be cleaned, organized, and transformed into a suitable format for the model. This process is known as data preprocessing. It is the foundation of every successful ML project. It ensures that the model learns [...]

  • Docker logo above the title “The Future Is Containerized: Why Every Cloud Engineer Should Care About Docker in 2025” with a futuristic tech cityscape and glowing cloud icons in the background

    The Future Is Containerized: Why Every Cloud Engineer Should Care About Docker in 2025

    In 2025, software development is moving faster than ever. Businesses demand speed, reliability, and scalability. Cloud infrastructure is no longer optional — it’s the backbone of modern applications, powering everything from streaming platforms like Netflix to AI-driven fintech solutions. In this fast-paced environment, one technology has emerged as a [...]

  • Chips & Brains The Psychology of Human-AI Decision Making - Featured Image

    Chips & Brains: The Psychology of Human-AI Decision Making

    Your smartphone just recommended the perfect restaurant, your GPS avoided traffic seamlessly, and your bank approved a loan in seconds—all without human intervention. The speed at which AI operates is awe-inspiring. Yet when the same AI suggests a medical treatment or hiring decision, we suddenly hesitate. This contradiction reveals [...]

  • TD-Setting up Status Check alarms - Featured Image

    Prevent EC2 Downtime: Setting Up Status Check Alarms to Auto-Reboot an Amazon EC2 Instance

    When you’re running a production website on an EC2 instance, the last thing you want is for it to unexpectedly go down while you’re focused on other tasks. Without the right monitoring in place, you might not even realize your site has been offline for a while, and repeated [...]

  • Feature Image

    Securing Your Website in Containerized Applications: A Step-by-Step Guide to Setting-up HTTPS

      So, you have just deployed your first app to the cloud (maybe you have followed the tutorial that we have for deployment insert link here), it’s running great, you have your users now, but then you noticed that little “Not Secure” warning in the browser. Suddenly, your app looks… [...]

Guarding the Genome: Ensuring Security Compliance for Genomic Data on AWS

Introduction “Guard”? You’ve read the title and probably thought to yourself, “This sounds serious..."  If you have read the previous articles related to bioinformatics in AWS, you know we are dealing with biological data. If you haven't, you can check them out here as well. Due to the innovation of current technologies (AWS being one of them), there is also a rising need to ensure that these technologies comply with laws relating to privacy [...]

  • Heading

Streamline your SageMaker Environments using Terraform

Bookmarks Advantages of using Terraform in SageMaker AI Disadvantages of using Terraform in SageMaker AI Solution Overview Solution The high-level steps to implement this solution with Terraform Pre-requisites for provisioning SageMaker AI Studio with Terraform Create the S3 Bucket and DynamoDB for Remote State Establish the Terraform Project Structure for your SageMaker AI Make the required IAM Resources. Put in place Storage Resources (S3) [...]

  • TD-Google Ads Metrics

Maximizing ROI: Analyzing Google Ads Spend vs. Sales Performance

In digital marketing, every spent on advertising should contribute to measurable growth. But how do you determine if your Google Ads investment is truly delivering results? Businesses can assess the direct relationship between ad spend and conversions by analyzing key data from Google Ads and Google Analytics. This blog will explore how to justify an increase in Google Ads expenditure by reviewing sales performance and helping you make data-driven decisions to optimize your advertising [...]

  • Pushing application logs from Amazon Lightsail

Pushing Application Logs from Amazon Lightsail to Amazon CloudWatch: A Step-by-Step Guide

In my previous article, I mentioned how you can use your application logs hosted on an Amazon Lightsail instance to create a subscription filter in Amazon CloudWatch. But have you ever wondered how to push your application logs from your Lightsail instance to CloudWatch? Unlike in the EC2 instance, which allows you to easily modify the IAM role and attach the CloudWatchAgentServerPolicy, Amazon Lightsail lacks this capability in its default configuration. Pushing application logs [...]

How to Automate Storage and Memory Space Monitoring in Amazon EC2 with CloudWatch and Slack

Managing resources effectively is crucial when operating in the cloud. One important aspect of managing Amazon EC2 instances is monitoring storage and memory usage. Storage space, primarily driven by Amazon Elastic Block Store (EBS), and memory (RAM) are two critical resources that need constant monitoring to avoid performance degradation and optimize costs. Fortunately, with Amazon CloudWatch and Slack, you can automate monitoring these resources and get notified when thresholds are crossed. This blog will [...]

  • Website Down How to Manually Increase Amazon EBS Volume Size and Get Back Online Fast!_TD

Website Down? How to Manually Increase Amazon EBS Volume Size and Get Back Online Fast!

It was a regular day, and everything was running smoothly—customers were browsing your website, orders were coming in, and business was booming. The server was handling traffic efficiently, and everything seemed to be operating as expected. But then, disaster struck—your website suddenly crashed. Panic set in as you scrambled to find out what had happened. Was it a DDoS attack? A misconfiguration? A sudden surge in traffic? You immediately logged into the AWS Management [...]

  • Seamless Monitoring Get Slack Alerts for Every AWS Lambda Function Update - Featured Image

Seamless Monitoring: Get Slack Alerts for Every AWS Lambda Function Update

Keeping track of updates in your AWS Lambda function seems like an easy task, but it is actually time-consuming. Leaving your Lambda function unattended after deployment may incur risks in missing crucial updates that may affect its overall performance and functionality. And most of the time, you also do development tasks which might limit your attention to these Lambda functions. That's why you must be informed whenever an update is made to your Lambda [...]

SST: Effortless Full-Stack Deployment on AWS

Thinking of other ways how to deploy your full-stack web applications to AWS? Well, there is open-source framework that we can use to deploy web applications to AWS without ever touching the AWS Console because we know how easy it is to get lost in the number of services AWS offers but no worries! If you are a developer and prefers to have their whole Infrastructure as Code (IaC), worry no more because today [...]

  • The Evolving Landscape of Digital Dialogue DeepSeek vs. ChatGPT

The Evolving Landscape of Digital Dialogue: DeepSeek vs. ChatGPT

In the sprawling digital age, where information spreads like a rapidly growing network, and the need for intelligent interaction grows significantly, artificial intelligence has stepped into the spotlight, transforming how we engage with technology and machines. DeepSeek and ChatGPT have emerged as important players in the field of natural language processing, each carving out their own specialty. These platforms, while sharing the common goal of facilitating human-computer interaction, differ significantly in their underlying architectures, [...]

  • Luma AI Ray2 in Amazon Bedrock

AI-Driven Video Creation: How Luma AI Ray2 and Amazon Bedrock Are Transforming Content Production

The video production landscape is experiencing significant changes driven by artificial intelligence (AI) and machine learning advancements. These technologies are transforming how video content is created and consumed, offering creators and businesses new avenues for visual storytelling. A key player in this evolution is Luma AI’s Ray2, an innovative AI-powered video generation model that revolutionizes video production when integrated with the robust features of Amazon Bedrock. Luma AI Ray2 in Amazon Bedrock enables the [...]

🎁 Save Up to 40% OFF ALL Cloud eBooks and grab the new SC-900 Practice Exam for only $9.99!

Tutorials Dojo portal

Learn AWS with our PlayCloud Hands-On Labs

🧑‍💻 CodeQuest – AI-Powered Programming Labs

FREE AI and AWS Digital Courses

Tutorials Dojo Exam Study Guide eBooks

tutorials dojo study guide eBook

FREE AWS, Azure, GCP Practice Test Samplers

Subscribe to our YouTube Channel

Tutorials Dojo YouTube Channel

Join Data Engineering Pilipinas – Connect, Learn, and Grow!

Data-Engineering-PH

Ready to take the first step towards your dream career?

Dash2Career

K8SUG

Follow Us On Linkedin

Recent Posts