• TD-Setting up Status Check alarms - Featured Image

    Prevent EC2 Downtime: Setting Up Status Check Alarms to Auto-Reboot an 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… [...]

  • Mastering Cloud-Based Semantic Search Advanced Cloud Search Architectures Made Easy - Featured Image

    Mastering Cloud-Based Semantic Search: Advanced Cloud Search Architectures Made Easy

    In today's AI-driven world, finding information based on meaning and context rather than exact keywords has become crucial. Good thing we now have vector search, enabling semantic search, personalized recommendations, image similarity, and more. However, building and managing vector search infrastructure can be complex. Fortunately, AWS offers zero-infrastructure managed [...]

  • Azure Cost Notifier

    Prevent Unforeseen Azure Costs: Setting Up Automated Slack Alerts for Your Subscription

    Cloud computing gives companies access to cutting-edge services, flexibility, and scalability. Effective cost management, however, is one of the main challenges to cloud adoption. Despite Azure's robust offerings, businesses risk unexpectedly high costs if they don't have active monitoring. Image generated by Gemini This is where cost monitoring and automated [...]

  • Beginner’s Guide to Gamma – Let AI Build Your Presentations

    Ever wish you could skip the boring parts of making slides and focus on your ideas? Instead, imagine jumping straight into expressing them clearly and beautifully without wrestling with layouts. Moreover, if you’ve ever felt stuck or simply want to save time building presentations, Gamma is the most beginner-friendly [...]

  • AWS Student Community Day 2025: Mega Manila at Jose Rizal University

    AWS Student Community Day 2025: Mega Manila at JRU September 17, 2025 marked a milestone for student communities across Mega Manila. The José Rizal University (JRU) campus came alive with energy as it welcomed hundreds of students for AWS Student Community Day 2025, an annual gathering that empowers the [...]

  • Build a simple Mood Journal App with Electron.js

    Build a Simple Mood Journal App with Electron.js

    As someone who has been interested in mini desktop applications, I decided to build my own mood journal app to track my daily thoughts and reflections. What better way to learn Electron than by creating something practical? In this tutorial, I will guide you through the process of building [...]

  • Tech Internships for Future Job Market Readiness in 2025

    Tech Internships for Future Job Market Readiness in 2025

    The tech job market in 2025 continues to expand at lightning speed, with new roles and technologies emerging almost every month. At the same time, competition for these positions grows more intense as thousands of graduates enter the workforce with similar academic qualifications. In this environment, a degree alone [...]

  • The Evolution of Wearable Technology

    The Evolution of Wearable Technology: Shaping the Future of Work, Communication, and Health

    Wearable technology has rapidly evolved, transforming everything from healthcare to communication. Today, wearables offer exciting opportunities, enabling a future where technology seamlessly integrates into our daily lives. Innovations, such as Meta's Ray-Ban smart glasses, are pushing the boundaries of wearable tech. However, the key question remains: how does wearable [...]

  • Amazon Bedrock's Intelligent Prompt Routing: Smarter AI for Everyone

    AWS Bedrock’s Intelligent Prompt Routing: Smarter AI for Everyone

    When we interact with AI models, we often expect them to instantly understand our intent and give the right answer. But the truth is, not every model is designed for every type of task. Some are fast but shallow, others are detailed but resource-heavy. Here’s a question I always [...]

  • Cost Allocation Tags on Amazon S3 buckets and Using AWS Cost Explorer

Cost Allocation Tags on Amazon S3 Buckets and Using AWS Cost Explorer

Amazon Simple Storage Service (Amazon S3) is one of the most popular cloud-based storage solutions by AWS. Amazon S3 offers flexibility for various applications and is widely used across multiple use cases as it offers durability, availability, and cost-effectiveness. It allows users to store, manage, and securely access petabyte-scale data from the AWS cloud.   By default, Amazon Billing shows how much data and cost is incurred for the cumulative storage cost and usage of [...]

  • Automating Amazon GuardDuty Notifications through Email Alerts

Automating Amazon GuardDuty Notifications through Email Alerts

Amazon GuardDuty is a powerful security tool that helps to detect suspicious activities and threats in your AWS environment. It uses intelligent threat detection and provides you with a detailed view of potential security issues across your AWS account. Amazon GuardDuty continuously monitors your AWS resources and generates findings based on various threat intelligence sources. This allows you to identify security vulnerabilities and take necessary actions to secure your environment. One of the key [...]

  • How to Setup Backup and Recovery in Azure

How to Setup Backup and Recovery in Azure

If you’re managing a cloud infrastructure, you understand that backups are created to safeguard critical data and ensure business continuity. In the event of a server failure, backups expedite the restoration of data and the prompt resumption of operations. It also allows you to revert to previous server states, which is helpful for version control and rollbacks. Additionally, backups are useful resources for testing, development, and creating replica environments.  In Microsoft Azure, the dedicated [...]

  • Streamlining EBS Snapshot Management with Amazon Data Lifecycle Manager Automation

Streamlining EBS Snapshot Management with Amazon Data Lifecycle Manager Automation

Amazon Elastic Block Store (EBS) snapshots are an essential part of managing data on Amazon Web Services (AWS). EBS snapshots are backups of your EBS volumes, which are stored in Amazon Simple Storage Service (S3). They are crucial for data protection and disaster recovery, but managing EBS snapshots can be time-consuming and complex. Fortunately, Amazon Data Lifecycle Manager (DLM) provides a solution to simplify EBS snapshot management. DLM is a service that automates the [...]

  • Enhancing S3 Bucket Security by Prohibiting Uploads of Unencrypted Objects

Enhancing S3 Bucket Security by Prohibiting Uploads of Unencrypted Objects

Amazon S3 is a widely used object storage service that allows users to store and retrieve large amounts of data. S3 is known for its scalability, durability, and cost-effectiveness, making it an ideal choice for many organizations. However, as with any cloud-based service, security is a crucial concern. One way to enhance the security of S3 buckets is by prohibiting the upload of unencrypted objects. In this article, we will explore why this is [...]

10 Years of AWS Certification: Is It Still Worth It to get AWS Certified this 2023?

10 years ago, on April 30 2013, Amazon Web Services launched its AWS Global Certification Program.  The primary purpose of this program is to validate the necessary technical skills and knowledge required for building secure and reliable cloud-based applications using the AWS Cloud. Passing the AWS Certification exam means that you can prove your expertise and knowledge in AWS to your current employers or even to the prospective companies you wish to apply for. [...]

  • AWS Lambda: Synchronous vs Asynchronous Invocation

AWS Lambda: Synchronous vs Asynchronous Invocation

You can invoke a Lambda function in two ways. Synchronous Invocation The first one is called Synchronous invocation, which is the default mode. Synchronous invocation is pretty straightforward. When you invoke a function synchronously, AWS Lambda waits until the function is done processing, then returns the result. Let’s see how this works through the following example: The diagram illustrates a Lambda function-backed API that is managed by API Gateway. When API Gateway receives a [...]

  • Connecting your Lambda Function to a Private Database

Connecting your Lambda Function to a Private Database

If you want your Lambda function to interact with resources (e.g., RDS database, EC2 instance) inside a private subnet, you won't be able to do so by default. The reason for this is that Lambda functions live in an isolated and secured VPC managed by AWS. This is why when you create a Lambda function, you don’t go through any networking configurations (VPC, subnet, ENIs), unlike when creating EC2 instances. Also, you cannot establish [...]

  • New AWS Cloud Practitioner Video Course Release and other Video Courses Price Drop

New AWS Cloud Practitioner Video Course Release and AWS Video Courses Price Drop

Beginners in cloud computing find it much simpler to learn various lectures or topics through video courses. It's undoubtedly among the best tools for learning that you can use in preparing for an AWS certification exam.  Our Video Courses, created by AWS Certified professionals, will certainly help you prepare to pass your AWS  certification exams.   New AWS Certified Cloud Practitioner CLF-C02 Video Course The first step in AWS Certification is the Foundational level [...]

  • Configuring Azure Object Replication

Configuring Azure Object Replication

Data replication is crucial for organizations focused on maintaining uninterrupted business operations, strengthening data safety, and enhancing application efficiency. Organizations can avert data loss, lessen downtime, and ensure continuous access to essential information by producing and overseeing multiple data duplicates across a range of systems and sites. In today's breakneck speed and interconnected world, data replication is vital for complying with regulatory standards and offering an outstanding user experience. It is a core aspect [...]

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