• 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 [...]

  • AWS Local Zone Manila

Availability of AWS Local Zones in Manila: What This Means for the Philippines’ Tech Landscape

On June 19, 2023, AWS launched its Local Zones in Manila, marking a significant milestone in the Philippines' cloud computing journey. AWS Local Zones are extensions of AWS Regions designed to bring cloud services closer to users, offering low-latency access and localized data processing. This development is set to transform the tech landscape in the Philippines, enhancing performance for various applications. In this article, we'll explore how to enable and use the AWS Local [...]

  • td-captured-vpc-logs-featured-image-30-08-2024.png

Understanding VPC Flow Logs: Capturing Network Traffic in AWS

Imagine a bustling city with a vast network of roads and highways connecting every corner. Like this intricate transportation system, the cloud computing world has its complex web of virtual networks, facilitating the seamless flow of data and communication. In this digital metropolis, ensuring security and maintaining visibility over network traffic is paramount. AWS (Amazon Web Services) offers a powerful tool called VPC Flow Logs to help you navigate and monitor the virtual pathways [...]

  • Slack Notifications for WordPress Admin Login with IP Address

How to Set Up Slack Notifications for WordPress Admin Logins with IP Address Details

Keeping track of who logs into your WordPress site is important for maintaining security. If you're running a website, you want to be immediately alerted to any admin login activity, whether it's you or someone else. One of the most effective ways to accomplish this is to enable Slack notifications for WordPress admin logins. This way, you'll receive instant alerts directly in your Slack channel whenever someone logs into your WordPress admin dashboard. In [...]

  • Enabling the Account-Level Suppression list in Amazon SES

Enabling the Account-Level Suppression List in Amazon SES

Amazon Simple Email Service (SES) is a powerful tool that enables businesses to send bulk and transactional emails to customers. It provides a reliable and scalable platform for sending marketing campaigns, transactional notifications, or customer communications. However, maintaining a good sender reputation and adhering to email regulations are critical for successful email delivery. To help manage email deliverability effectively, Amazon SES offers account-level suppression lists, which are a valuable feature. A suppression list is [...]

  • Amazon SES

Email Sender Application with Amazon SES

Whether you’re part of a business or organization, sending out emails is crucial for connecting with people. More often than not, you’ll find yourself needing to send similar emails to a group and sometimes, they need to be dynamic. Yes, you can send out one email and just add everyone to the BCC but having a dynamic and more personalized email helps create a better connection between you and the recipient. This is a [...]

  • Bifrost Submarine Cable Map

Digital Bridge of Connectivity: All about the Bifrost Cable System

As digital era progresses, the demand for a high-speed and stable internet connection grows. While we are already familiar with the medium of internet transmission such as standard cable, fiber optics, and through satellite, one medium that is often overlooked is the undersea cable. It is expected since unlike those that are visible everywhere, undersea cables are not as noticeable since… well, they are literally laid on the seabed. Although undersea cables are not [...]

  • Troubleshooting DNS Propagation

Transferring an Amazon Route 53 Domain to Another AWS Account: Troubleshooting DNS Propagation

I recently transferred my domain to a different AWS account. However, despite waiting for the standard 24-48-hour DNS propagation period, I noticed the changes were not propagating as expected. In this article, we’ll delve into the steps I followed, potential pitfalls, and solutions to ensure a smooth domain transfer process. DNS propagation is the process of updating and reflecting changes made to your domain's DNS records across all DNS servers worldwide. When you make [...]

Understanding the Importance of Bastion Hosts in AWS

This short article will discuss what a bastion host is and its importance in your cloud architecture. We will also talk about its various use cases, relevance, and the related processes of setting it up in the AWS Cloud.  What is a Bastion Host? A Bastion host, often called a jump server, is critical to securing cloud environments. It acts as an intermediary providing secure access to resources in a private subnet without exposing [...]

Creating a Custom HTML Editor in React

This article guides you through integrating a TinyMCE WYSIWYG text editor into a React application which focuses only on the Text Area that displays the HTML code alongside the TinyMCE Text Editor. It covers setting up TinyMCE, managing state, and ensuring real-time updates between the text editor and text area. Whether you’re building a CMS, a blog platform, or an internal tool, this will help in the content editing experience of your users. How [...]

  • AWS User Group Community Day Philippines 2024

AWS Community Day Philippines 2024

The AWS Community Day Philippines 2024 is an exciting event for tech enthusiasts taking place on September 21-22, 2024, at the Arthaland Century Pacific Tower in BGC, Taguig. Hosted by the AWS User Group Philippines (AWSUG PH), this event is sure to have lots of knowledge-sharing and networking opportunities.   What is AWS User Group Philippines? AWS User Group Philippines (AWSUG PH) is a Philippine-based user group made up of working professionals who are [...]

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