GH-900 GitHub Foundations Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks The GH-900 GitHub Foundations certification is ideal for individuals looking to demonstrate their foundational knowledge of GitHub and its features. This certification assesses your ability to utilize GitHub for version control, manage repositories, collaborate using GitHub tools, and implement automation using GitHub Actions. Hands-on experience with GitHub is highly beneficial. The content of [...]
GH-200 GitHub Actions Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks The GH-200 GitHub Actions certification is designed for individuals with experience in software development and proficiency in automating workflows using GitHub Actions. The exam will assess technical ability to manage and implement continuous integration/continuous deployment (CI/CD) pipelines using GitHub Actions, including writing workflows, managing actions, troubleshooting, and understanding best practices for security, scalability, [...]
GH-300 GitHub Copilot Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks The GH-300 GitHub Copilot certification is designed for individuals with experience in software development and proficiency in using GitHub Copilot. The exam will assess technical ability to optimize software development workflows using Copilot, including understanding plans/features, data handling, prompt engineering, responsible AI, testing, privacy, and developer use cases. Prior hands‑on experience with Copilot [...]
Building an Amazon Nova AI Chatbot Using Bedrock
If you ever want to build your own AI chatbot on Amazon, this guide will show you how. You’ll create a working, serverless chatbot powered by Amazon Bedrock Nova, one of the easiest ways to try foundation models on Amazon. The setup is simple, fully managed, and does not require hosting your own model or dealing with complex infrastructure. We’ll use Amazon Bedrock, AWS’s service for running and managing [...]
Crowd Detection: How AI Predicts Busy Areas
You might use Google Maps in your daily commute, but have you ever wondered how it provides real-time traffic data? Or how it highlights the busiest areas and even the popular times for a business? To achieve this, Google powers these features with large-scale analysis and crowdsourcing from our smartphone location data. Subsequently, an artificial intelligence (AI) application is used to also predict crowd levels in the coming hours [...]
Data Access Layer: The Database Peace Treaty
What is the Data Access Layer (DAL)? The Data Access Layer (DAL) is more than just code; it's an architectural agreement that brings peace and stability to your application. By strictly separating your business logic from the messy details of data storage. DAL delivers huge benefits in two critical areas: Security and Portability.The DAL is an essential layer of code that acts as a secure and centralized abstraction between [...]
Terraform vs AWS CloudFormation: Which Is Better for Building Serverless Applications?
Serverless applications feel effortless — until you try to scale. You might start with a single AWS Lambda function. Soon, you add API Gateway endpoints, DynamoDB tables, S3 triggers, SNS notifications, and maybe Step Functions to orchestrate your workflow. Before long, your AWS console looks like a maze, and manual management becomes nearly impossible. Serverless doesn’t mean there are no servers. It means you don’t manage them. AWS handles [...]
Microsoft Unveils the NEW Agentic AI Business Solutions Architect Certification (AB-100 beta)
As artificial intelligence (AI) continues to reshape industries rapidly, the demand for professionals who can design, implement, and manage autonomous AI systems that deliver real business value is skyrocketing. In response to this evolving landscape, Microsoft has introduced a groundbreaking new certification: Microsoft Certified: Agentic AI Business Solutions Architect (AB-100). This certification validates the skills and knowledge required by architects and technical specialists to design responsible, scalable, and innovative [...]
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 from high-quality, consistent, and well-structured input rather than noisy, incomplete, or biased information. In this hands-on guide, we’ll walk through [...]
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 and integrating generative AI into practical business solutions. This certification highlights a developer’s ability to effectively integrate foundation models, retrieval-augmented [...]
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 data scientists/analysts and machine learning enthusiasts to collaborate with the community, find and publish datasets, and grow their skills through [...]
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. This struggle is intensified in cultures that value sheer willpower and "diskarte" (resourcefulness), where admitting this profound fatigue feels like [...]
SC-900: Microsoft Security, Compliance, and Identity Fundamentals Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The SC-900 Microsoft Security, Compliance, and Identity Fundamentals certification is designed for individuals starting their journey in Microsoft security and identity solutions. This exam validates foundational knowledge of Microsoft security, compliance, and identity (SCI) concepts and services. The role is not tied to a specific job function but instead [...]
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 architectures to smaller and independent services. This represents a significant architectural change. Developers moved away from huge, rigid monolithic setups [...]
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 as the “highest quality” rather than your device’s fitting needs. With the current utilization of AI for businesses, bigger doesn’t [...]
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 game-changer for cloud engineers: Docker. An illustration of a developer using Docker for containerized applications. Picture this: a developer [...]
Everything I learned using AWS and Terraform
In this article, I will walk you through what I have learned while developing a system in AWS using Terraform. For context, I created this project as a requirement for my previous internship. I will provide the GitHub repository for the requirements, architecture, and execution steps. This project implements a highly scalable and available web application adhering to the best practices regarding availability, scalability, and reliability. I have developed [...]
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 something fascinating: our relationship with artificial intelligence isn't just about technology; it is deeply psychological. Today's workplace is undergoing a [...]
Achieve AWS Mastery with LocalStack
Imagine if there is a way to learn AWS without ever needing an internet connection, learn to test your infrastructure locally, run AWS services on your machine? Well, there's this thing called LocalStack in which allows you to run AWS in your machine. You can test out different services, learn how to connect each of it, test out how they can work together, and maybe testing out an application [...]
SC-300 Microsoft Identity and Access Administrator Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The SC-300 Microsoft Identity and Access Administrator certification is designed for professionals responsible for designing, implementing, and managing identity and access management (IAM) systems for an organization. This role focuses on managing the Microsoft Entra ID services, configuring secure authentication and authorization, enabling self-service capabilities, and ensuring compliance and [...]
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 downtimes like this are unacceptable for any production application. If you’ve faced this issue before or just want to be [...]
AWS Lambda Web Adapter: Turning Functions Into Full-Fledged Web Apps
AWS Lambda Web Adapter: Turning Functions Into Full-Fledged Web Apps When people hear about AWS Lambda, they usually imagine tiny snippets of code that run briefly in response to an event. It might be a function that resizes an image after it’s uploaded, or one that processes a payment notification before disappearing again. Lambda is built for these short, event-driven tasks, which makes it incredibly powerful but also somewhat [...]
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… well, not so secure anymore But what if I told you that getting that green padlock icon, the one that [...]
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 services that let you implement powerful vector search capabilities without worrying about servers, scaling, or maintenance. Let's walk through creating [...]
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 notifications come into play. By proactively tracking cloud expenses and sending cost summaries to communication platforms like Slack, teams can [...]
Microsoft Defender for Cloud Apps
Microsoft Defender for Cloud Apps Cheat Sheet A Cloud Access Security Broker (CASB) solution that provides visibility, control, and threat protection for apps, users, and data across cloud environments. Helps organizations secure sanctioned and unsanctioned apps, enforce policies, and protect sensitive data in real time. Detects risky activities and anomalous behavior with advanced analytics and Microsoft threat intelligence. Supports regulatory compliance and governance by providing detailed audit logs, data [...]
From Tech Employee to Tech Startup CEO: Is the Leap Worth It in 2026?
In 2026, the allure of the tech startup world continues to grow, especially in emerging markets like the Philippines. The country is witnessing a boom in innovation across various sectors. For tech professionals considering the leap to CEO of a startup, there are exciting opportunities and significant challenges. This blog explores the journey from tech employee to tech startup CEO and highlights the growing startup ecosystem in the Philippines. [...]
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 AI tool you can use today! It doesn’t just design for you. It actually thinks with you. So what [...]
Migrating to AWS Cloud Infrastructure
Have you ever considered where all your company’s files and apps are being stored? Traditionally, they are stored inside physical servers or computers in data centers. In these setups, rooms are full of servers needing power, air conditioning, and regular maintenance. Although this works, the cost and time involved can become a hassle. Because of this, many businesses are migrating to AWS, where resources are easier to manage, more [...]
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 next generation of developers and innovators. More than just a student tech event, Amazon Web Services Student Community Day 2025, [...]
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 a clean, simple mood journal that runs on Windows, macOS, and Linux. Electron is a fantastic framework that allows you [...]
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 no longer guarantees a strong career start. Employers want proof that candidates can adapt, solve problems, and apply knowledge in [...]
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 technology impact industries and careers, and how can professionals position themselves for success in this rapidly growing sector? What is [...]
What is an AI Agent?
AI agents are autonomous systems that perform tasks, make decisions, and interact with their environment with minimal human intervention. These agents can handle complex processes across various industries by leveraging advanced machine learning and artificial intelligence techniques. Here’s a comprehensive guide to understanding AI agents, their components, types, and applications. Core Components: Perception: Collects data from the environment using sensors or input channels. Reasoning: Analyzes the gathered data to [...]
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 hear from both students and professionals, "How do you make sure AI gives the best answer for what you need?" [...]
AWS AI League: Empowering Developers for Change
Have you ever wondered if the power of AI could be harnessed not just by tech giants, but by everyday developers and communities to tackle real-world problems like climate change or healthcare access? In a world where AI is often seen as a tool for big business, Amazon Web Services (AWS) is flipping the script with its latest initiative. The AWS AI League is bringing developers together in a [...]
Career Shift to Cloud Engineering: The Skills I’m Learning First
When I first decided to shift my career to cloud engineering, I had zero tech background. I didn’t study IT, didn’t know programming, and felt completely lost when terms like Linux, Python, SQL, and GitHub started popping up everywhere. At first, I even questioned whether I could really do this. But here’s the truth: you don’t need to be a genius to learn cloud engineering. You just need curiosity, [...]
AI Visibility is The New SEO. Welcome to GEO
Now that you’re reading this, I have another AI-talk going on for you. And nope… we’re not stopping with AI cuz we always want you to be ahead of the curve :3 Okay, so let’s say you wanna go to a café near you but you’re kinda broke and you wanna look for something cheap but decent. First thing you’ll do is go to Google and ask “affordable coffee [...]
SynthID Detector: A Guide to Detecting AI-Generated Content
SynthID Detector: A Guide to Detecting AI-Generated Content Learn what Google’s SynthID is, how it works, and how to detect AI watermarks in digital content. Artificial intelligence is changing how we create and consume information. A few years ago, AI tools were mostly experimental or niche. Today, they are everywhere—writing essays, generating marketing materials, producing images, composing music, and even creating videos. This growth has blurred the line between [...]
Using “LLMS.txt” for a LLM-Friendly Website: The Future of AI-Optimized Web Design
Using "LLMS.txt" for a LLM-Friendly Website: The Future of AI-Optimized Web Design How a simple text file is revolutionizing the way AI systems understand and interact with websites The Dawn of AI-First Web Design Imagine a world where your website doesn't just serve human visitors, but also communicates seamlessly with AI systems, chatbots, and language models. Welcome to 2024, where this isn't science fiction, it's the new reality. [...]
AWS Certified CloudOps Engineer Associate Exam Guide Study Path SOA-C03
Bookmarks SOA-C03 Overview SOA-C02 vs. SOA-C03 SOA-C03 Study Materials SOA-C03 Exam Domains SOA-C03 Exam Topics Common Exam Scenarios Validate Your Knowledge The AWS Certified CloudOps Engineer - Associate (SOA-C03), formerly the AWS Certified SysOps Administrator - Associate (SOA-C02), is a key certification for professionals focused on deploying, managing, and operating workloads on the AWS cloud. This certification validates your [...]
The Faces You See Aren’t Real: How AI Is Quietly Replacing Real Models
Image Generated by ChatGPT AI “She looked perfect… maybe too perfect.” That's what many of us are starting to think when we scroll past new fashion campaigns or pass by dazzling billboards on the street. The faces are flawless, the poses are fierce — yet there’s something slightly unreal about them. And here’s the twist: they might not be real at all. Artificial intelligence is creeping [...]
11 Careers Most at Risk of AI Disruption — And How to Stay Ahead
Every major technological shift has sparked fears of job loss — from the invention of the printing press to the rise of industrial machinery. In a similar vein, artificial intelligence (AI) is today’s version of that transformation. Unlike past tools, AI doesn’t just speed up physical work; rather, it can think, analyze, and even create. This raises a pressing question: Which jobs are most vulnerable — and how can [...]
Upskilling for Fresh Graduates: 5 Essential Steps to Stay Competitive in a Tech-Driven World
As fresh graduates enter the workforce in the Philippines, they step into a highly competitive and rapidly evolving job market. Indeed, the rise of artificial intelligence (AI) and other technological advances are transforming industries and job roles. Therefore, to succeed, graduates must adapt and continuously upskill. Moreover, with the right mindset and approach, graduates can stay ahead of the curve and make the most of emerging opportunities. In this [...]
What is Multimodal AI?
Multimodal AI refers to systems or models that can process and integrate data from multiple sources or modalities, such as text, images, video, audio, and other sensory data, to produce more accurate and comprehensive outputs. Unlike traditional AI systems that focus on one modality (e.g., text or images), multimodal AI combines different data types to improve understanding and decision-making. How It Works: Multimodal AI systems combine information from various [...]
What is Responsible AI?
Responsible AI is developing and deploying artificial intelligence (AI) systems that prioritize ethical, transparent, and fair practices while minimizing harm and ensuring accountability. Key Principles: Fairness: Avoid biases and discrimination in AI algorithms. Ensure equitable outcomes for all users. Transparency: Make AI decision-making processes transparent and understandable. Provide access to how AI models work and their limitations. Accountability: Assign responsibility for the outcomes of AI systems. Implement systems for [...]
The AWS AI Ripple: Compute, Services, and Generative Intelligence
In 2006, building AI required a PhD and a million-dollar lab. In 2024, it requires a laptop and a $5 AWS credit. Before, training a neural network was something only elite research labs with specialized hardware could accomplish. Now, anyone with curiosity and an internet connection can spin up AI models rivaling what Fortune 500 companies built just five years ago. That transformation was driven by Amazon Web Services [...]
Streaming, Stanning, and Syncing: K-pop in the Age of Technology
K-POP's global takeover often starts subtly: a catchy tune, a visually striking music video, a captivating performance. Before you know it, your online world is transformed, with a single clip snowballing into a comprehensive feed of music, performance videos, and behind-the-scenes content. This shift isn't accidental; it results from a well-woven synergy between K-POP's rise to global fame and the technology that fuels it. What was once a niche [...]
Generative AI Security Scoping Matrix
Generative AI Security Scoping Matrix Cheat Sheet The Generative AI Security Scoping Matrix is a framework to classify generative AI (GenAI) use cases by the level of ownership and control over the models and data. It helps organizations assess and prioritize security requirements based on their generative AI deployment approach. The matrix defines 5 scopes from least to most ownership and control: Governance & Compliance Legal & Privacy Risk Management [...]
Amazon Comprehend Medical
Bookmarks Benefits of Amazon Comprehend Medical How Amazon Comprehend Medical Works Amazon Comprehend Medical Use Cases Amazon Comprehend Medical Security Amazon Comprehend Medical Pricing Validate Your Knowledge Amazon Comprehend Medical Cheat Sheet Amazon Comprehend Medical is a fully managed, HIPAA-eligible AWS service leveraging pretrained machine learning and natural language processing (NLP) models. It extracts structured medical information from unstructured clinical [...]
What is Chain of Thought Prompting?
A prompting technique in Large Language Models (LLMs) where the model is guided to show intermediate reasoning steps before arriving at the final answer. Inspired by how humans solve problems step by step. Helps LLMs handle complex reasoning tasks such as math, logic, and multi-step decision-making. Key Concepts Step-by-Step Reasoning: Instead of jumping to an answer, the model explains its thought process. Intermediate Steps: Similar to “showing work” in [...]
No Comment: How Technical Documentation Helps your Team
It’s easy to get lost specially, in a big project. However, believe it or not, even in small projects or personal passion projects, it’s still easy to get lost because of your own wrongdoing, not documenting properly. As a beginner, or even “experienced,” it’s a hassle having to put comments and document every changes you made to your code, because we always think that our memory will suffice, which [...]
Getting Started with n8n + A Quick Workflow Example
In a world full of repetitive tasks, automation is not a new thing. For years, humanity designed machines and systems to take over the monotonous or large-scale work from humans. We've come a long way from industrial automation, it now uses the algorithms to create system that can automatically check, send, or even sort your emails and documents, manage your store's inventory, and even drive (would I still need [...]
Automated Web Testing at Scale: Playwright Meets AWS
Picture the time you'll save from your web applications' repetitive and inconsistent manual testing. No more opening the app, logging in, clicking through the same steps, and checking if everything still works. What's worse, manual testing is prone to mistakes. One person could miss a step, another might test on a different browser, and suddenly, the results don't match, and the bugs start eating your application down. The lack [...]
Agentic AI in Applications: Turning Ideas into Autonomous Workflows
AI Agents in Applications: Turning Ideas into Autonomous Workflows Artificial Intelligence has quickly advanced from basic chatbots to sophisticated generative models. But in 2025, a new era is unfolding: AI agents, also known as Agentic AI, that don’t just generate responses but act as autonomous digital teammates—capable of planning, executing, and completing tasks end-to-end. For students, developers, and IT professionals, understanding how Agentic AI works, and where it’s being [...]
Amazon SageMaker Clarify
Bookmarks Key Capabilities Core Components Configuration Components Bias Metrics Overview SHAP Explainability Validate Your Knowledge Amazon SageMaker Clarify Cheat Sheet Amazon SageMaker Clarify is a SageMaker AI feature for detecting bias and explaining model predictions. Supports both pre-training and post-training bias analysis. Provides feature attribution to explain how input features influence predictions. Can monitor deployed models for bias drift and [...]
What is Model Context Protocol (MCP)?
An open, model‑agnostic protocol introduced by Anthropic in November 2024, designed to standardize how AI systems (huge language models, LLMs) connect with external data sources and tools via a JSON‑RPC interface. Often likened to a “USB‑C port for AI,” offering a universal interface rather than bespoke integrations per system. Key Benefits of MCP Provides a standardized interface so LLMs can easily connect to multiple tools and data sources without [...]
AI and Students: Shortcut to Laziness or Pathway to Career Success?
Over the past few years, I’ve personally experienced the rapid rise of artificial intelligence. As a student, I’ve used AI tools to help me with research, brainstorming, and even understanding complex topics. Sometimes, it made my work faster and more efficient, yet other times, I caught myself questioning whether I was relying on it too much. This naturally raises an important question: is AI really helping students prepare for [...]
Turning AI Prompts into Real-World Results
It all starts with a simple AI prompt. When you have an idea that you want to explore further, one of the easiest ways to keep the ball rolling is to turn that idea into a prompt for an AI tool. This helps clarify your vision, spark new directions, and provide a starting point you can build from. AI doesn’t magically finish your work for you, but it can [...]
From Concept to Code: Build Your First MCP Server
For a long time now, LLMs or large language models have been going around the tech industry with its massive knowledge on languages. They can comprehend and even generate human language with bull's-eye fluency. Nevertheless, despite their strengths, powerful as they are, these intelligent models act in isolation. They have no hands to implement and interact with the world; they lack the ability to connect to databases, fetch data, [...]
Hosting Static Websites for Free with GitHub Pages: A Step-by-Step Guide
Hosting Static Websites for Free with GitHub Pages: A Step-by-Step Guide GitHub Pages is, in fact, one of the most accessible and cost-effective ways to host static websites. This tutorial provides a detailed, step-by-step guide on how to host a static website using GitHub Pages, from repository setup to deployment, including custom domain configuration. What are GitHub Pages? GitHub Pages are static site hosting services offered by [...]
What is Federated Learning?
A machine learning technique where multiple devices or servers collaboratively train a shared model without sharing raw data. Instead of sending data to a central server, only the model updates (gradients/parameters) are sent, keeping sensitive information local. Key Concepts Decentralized Training: Data stays on local devices (e.g., smartphones, IoT, edge devices). Model Aggregation: A central server collects and averages model updates to improve the global model. Privacy-Preserving: Minimizes risk [...]
Understanding Canisters: The Core Smart Contract Model in Motoko
Canister in Motoko: The Core Smart Contract Model on the Internet Computer In the blockchain world, where decentralization and transparency are key, Motoko canister serve as smart contracts that define how applications run on the Internet Computer. Why Canisters Matter The design of Motoko provides several advantages: Scalability – Canisters can be created and updated with independently. Security – With strong isolation and identity mechanisms, Motoko offer a secure [...]
What are Clustering Algorithms in Machine Learning?
Clustering is an unsupervised learning technique that groups similar data points without predefined labels. It helps discover hidden patterns, segment data, and reduce dimensionality in datasets. Key Concepts Clustering: Grouping data points based on similarity or distance metrics. Unsupervised Learning: No labeled data; the model identifies structure independently. Distance Metrics: Commonly used metrics include Euclidean, Manhattan, and Cosine similarity. Popular Clustering Algorithms 1. K-Means Clustering Divides data into K [...]
Zero-Infrastructure Vector Search with Amazon S3 Vectors
The world of generative AI is evolving at a rapid pace and one of the most powerful and practical applications is Retrieval-Augmented Generation (RAG). RAG enhances Large Language Models (LLMs) by giving them access to external, up-to-date knowledge bases. This allows them to generate more accurate and context-aware responses. Traditionally, building a RAG system required setting up and managing a separate vector database that adds complexity, cost, and [...]
Agentic AI: Transforming Workflows and Careers in the Autonomous Era
In today’s rapidly evolving world, artificial intelligence (AI) is more than just a tool. Agentic AI, in particular, is radically transforming how businesses operate, enabling systems to function with greater autonomy. As a result, these AI systems can handle workflows, make decisions, and learn from experience—all without requiring constant human input. Therefore, businesses can leverage Agentic AI to drive innovation, improve efficiency, and ultimately change how they operate. In [...]
Firecracker for Students: Launch Your First MicroVM on Any OS
What if you could launch your own virtual machine in less than a second... right from your laptop without Docker, without the cloud, and without frying your CPU? So you’ve heard of virtual machines, but what if I told you there’s one that starts in milliseconds and barely uses resources? Meet Firecracker, the same tech AWS uses to power Lambda and Fargate. But guess what? You don’t need to [...]
Meta’s Superintelligence Initiative: A Bold Leap Into the Future of AI
In the rapidly advancing world of artificial intelligence (AI), few companies are making as bold a move as Meta Platforms. Under Mark Zuckerberg's leadership, Meta has unveiled an ambitious project: Meta Superintelligence Labs (MSL). With billions of dollars invested, and a hiring spree targeting the brightest minds in AI, Meta is setting itself up to lead the AI revolution. But what exactly does this mean for the future of [...]
From Localhost to Live: Your First Google Cloud Deployment
We've all been there. You've just built something new and unique, maybe it's your portfolio website, a cool API, or that side project you've been working on for weeks. It works perfectly on your laptop, your friends are asking to see it, but there's just one problem... it's stuck on localhost:3000. But, what if you wanted to deploy it on the web and let others see it as well. [...]
Amazon DataZone
Amazon DataZone Cheat Sheet Amazon DataZone is a fully managed data management service by AWS. Facilitates cataloging, discovery, sharing, and data governance across AWS, on-premises, and third-party sources. Enables organizations to implement a data mesh architecture, promoting decentralized data ownership and self-service analytics. Integrates seamlessly with AWS services like Amazon Redshift, Amazon Athena, AWS Glue, and AWS Lake Formation. Features Business Data Catalog: Organizes data assets within the business [...]
Amazon Data Firehose
Amazon Data Firehose Cheat Sheet Easily stream real-time data to AWS destinations without custom applications. Adjusts resources dynamically to match data volume. AWS Lambda supports data format conversion (e.g., Parquet, ORC) and custom transformations. Works seamlessly with Amazon S3, Redshift, OpenSearch, Splunk, and third-party HTTP endpoints. Features Real-Time Data Delivery: Streams data with minimal latency to multiple destinations. Data Buffering: Configurable buffer sizes and intervals to control data flow. [...]
AWS Clean Rooms
AWS Clean Rooms Cheat Sheet AWS Clean Rooms provide a secure, privacy-enhanced collaboration environment for analyzing shared datasets without exposing underlying data. Allows fast collaboration setup with minimal configuration, enabling users to analyze datasets where they reside (AWS or Snowflake). No need to move or extract data for collaborative analysis. Features Fast Setup: Use AWS Management Console or API to create collaboration spaces in minutes. Zero‑ETL Data Collaboration: Analyze [...]
Your First “Hello World” on the Cloud with Beam
Get your laptop or PC ready since we'll be making your computer send its first "Hello World" message from the cloud. Woot woo~ It won’t be AWS today, neither Azure nor Google Cloud Platform, but… Beam! (only if you’ve ever heard of it) So Beam connects the code you write on your local machine to the servers in the cloud. You get to write standard Python, but when you're [...]
SC-200 Microsoft Security Operations Analyst Associate Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The SC‑200 Security Operations Analyst Associate certification is designed for Security Operations Analysts who leverage tools like Microsoft Sentinel, Microsoft Defender XDR, Microsoft Defender for Cloud, Microsoft Security Copilot, and third-party security solutions. The role focuses on threat monitoring, investigation, response, and threat hunting across cloud and on-premises environments [...]
Amazon Cloud Directory
Amazon Cloud Directory Cheat Sheet Amazon Cloud Directory is a fully managed, cloud-native directory service that handles complex hierarchical data structures, such as organizational charts, device registries, etc. Supports directories with hundreds of millions of objects and relationships, making it ideal for large organizations. You can design custom schemas for your specific needs and share schemas across multiple applications. No need for manual server management or scaling. AWS handles [...]
AWS Entity Resolution
AWS Entity Resolution Cheat Sheet AWS Entity Resolution is a fully managed service that helps organizations match, link, and enhance records across various customer, product, business, or healthcare data sources. It automates data integration by resolving duplicates and merging fragmented records. The service offers rule-based, machine learning-powered, and third-party matching techniques, ensuring high-quality, unified datasets. It also supports data encryption for security and compliance. Improving data quality enables better [...]
Jumpstart Your Tech Career with AWS Cloud Clubs
Are you ready to step into the world of cloud computing? AWS Cloud Clubs give students a firm advantage. They connect you with a global network of peers, mentors, and industry experts who share your passion for cloud technology. Through workshops, networking, and leadership opportunities, you can gain practical experience faster than you imagined. Joining an AWS Cloud Club doesn't just boost your skills; it can open doors to [...]
Exploring the New “Summarize Results” Feature in Amazon CloudWatch Log Insights
Logging is essential in cloud monitoring, but let's face it: Combining endless lines of log data can be a real-time disaster. Whether managing a complex infrastructure or troubleshooting an issue, finding the key insights buried in thousands of log entries can feel like searching for a needle in a haystack. That's where the new Summarize Results feature in Amazon CloudWatch Log Insights comes in. This game-changing update helps users [...]
All About Vibe Coding: The Laid-Back Future of Programming
Coding no longer has to mean endless lines of text, late-night bug hunts, and constant fixes. A growing number of developers are turning to vibe coding, a style that feels more like a creative conversation than a technical grind. Instead of wrestling with syntax, developers describe what they want and let AI handle the heavy lifting. As a result, coding shifts from typing code to shaping ideas. This article [...]
Amazon DevOps Guru
Amazon DevOps Guru Cheat Sheet Amazon DevOps Guru is a fully managed service that improves application performance and availability. Automates the detection and analysis of operational issues. Removes the burden of manual monitoring by identifying anomalies and generating actionable recommendations. Uses machine learning to analyze application metrics, logs, and events. Detects deviations from normal behavior to identify potential problems. Provides both reactive insights for current issues and proactive insights to [...]
Cloud Careers Without Code: How Non-Coders Can Thrive in the Cloud Computing Industry
Thinking of joining the booming cloud computing field but not a coder? You’re not alone. Many professionals today are realizing that a successful career in cloud computing isn’t limited to those with programming skills. This article breaks down how non-coders can carve out rewarding careers in this high-demand industry—what roles are available, which skills to focus on, where to take courses, and how to take your first steps. If [...]
Microsoft Bot Framework
Microsoft Bot Framework Cheat Sheet Powered by Azure AI Bot Service A comprehensive framework for building intelligent, enterprise-grade conversational AI experiences across multiple channels. Enables natural language understanding, multi-turn dialogues, and proactive messaging for a seamless conversational experience. Integrates natively with Azure AI services like Azure AI Language, Azure AI Speech, and Azure OpenAI for enhanced bot intelligence. Supports deployment across channels including Microsoft Teams, Web Chat, Facebook Messenger, [...]
Amazon Fraud Detector
Amazon Fraud Detector Cheat Sheet Amazon Fraud Detector is a fully managed service that uses machine learning and Amazon’s expertise to help businesses identify and prevent online fraud. It enables quick and effective creation, deployment, and management of fraud detection models, even for those with limited ML experience. Features Automated Model Creation: Automatically builds and trains custom fraud detection models from historical data. Real-Time Predictions: Installing fraud risk [...]
AWS HealthLake
AWS HealthLake Cheat Sheet AWS HealthLake is a fully managed, HIPAA-eligible service designed to help healthcare organizations store, transform, and analyze health data at scale. It supports the Fast Healthcare Interoperability Resources (FHIR) R4 specification for seamless data interoperability. It enables healthcare providers to extract insights from health data through powerful analytics and machine learning models. Features FHIR R4 Data Store: Securely stores health data in a standardized FHIR [...]
AWS HealthScribe
AWS HealthScribe Cheat Sheet AWS HealthScribe is a HIPAA-eligible service designed to help healthcare software vendors create clinical applications automatically generating preliminary clinical notes from patient-clinician conversations. Powered by Amazon Bedrock, it simplifies integration by leveraging speech recognition and generative AI, without the need for managing machine learning infrastructure. It is available exclusively in the US East (N. Virginia) region (us-east-1). This means that to utilize AWS HealthScribe, your [...]
Azure AI Foundry
Azure AI Foundry Cheat Sheet Azure AI Foundry is a unified platform that enables enterprises to design, customize, and manage AI applications and agents at scale. It integrates tools, models, and workflows to streamline the development and deployment of AI solutions. Key Components AI Foundry: A development environment for building, testing, and deploying AI models and applications. Model Catalog: A repository of prebuilt models from Microsoft, OpenAI, and other [...]
Microsoft Defender XDR
Microsoft Defender XDR Cheat Sheet Microsoft Defender XDR (formerly Microsoft 365 Defender) is an industry-leading Extended Detection and Response (XDR) solution that: Unifies security signals across endpoints, identities, email, cloud apps, and SaaS environments into a single pane of glass. Leverages Microsoft's global threat intelligence by analyzing 65 trillion signals daily. Automates threat detection, investigation, and response using advanced AI and behavioral analytics. Natively integrates with the Microsoft Defender suite (Endpoint, [...]
Amazon CodeGuru Profiler
Amazon CodeGuru Profiler Cheat Sheet Amazon CodeGuru Profiler is a developer tool that helps you analyze and improve the performance of applications by continuously profiling and identifying performance bottlenecks, inefficient code, and resource-consuming operations. It provides insights into the runtime behavior of your application to optimize the CPU, memory, and overall application performance. Features Performance Profiling: Continuously profiles your applications and provides performance metrics such as CPU usage, memory [...]
Amazon CodeGuru Reviewer
Amazon CodeGuru Reviewer Cheat Sheet Amazon CodeGuru Reviewer utilizes program analysis and machine learning to detect potential Java and Python code defects that are typically hard for developers to identify. Available in multiple regions, it offers proactive defect detection, actionable recommendations for resolving issues, and following best practices. By incorporating CodeGuru Reviewer into your code review workflow, you can improve the quality and maintainability of your code from the [...]
Amazon CodeGuru Security
Amazon CodeGuru Security Cheat Sheet Amazon CodeGuru Security is a static application tool that leverages machine learning to identify security vulnerabilities and policy violations. It offers actionable recommendations to mitigate security risks and generates metrics to help track the security posture of your applications. Informed by years of Amazon.com and AWS security best practices, CodeGuru Security’s policies assist in building and deploying secure, high-quality applications. Features Static Code Analysis: [...]
Microsoft Defender for Endpoint
Microsoft Defender for Endpoint Cheat Sheet Enterprise-grade endpoint protection platform that combines antivirus, endpoint detection and response (EDR), threat and vulnerability management (TVM), and attack surface reduction. Part of: Microsoft Defender XDR suite, integrated with Microsoft Defender for Office 365. Licensing: Plan 1: Core protection features (next-gen protection, attack surface reduction, manual response). Plan 2: Advanced features (EDR, automated investigation and remediation, threat and vulnerability management, Microsoft Threat Experts). [...]
Microsoft Copilot for Security
Microsoft Copilot for Security Cheat Sheet An AI-powered cybersecurity assistant that helps security teams investigate, respond to threats, and manage risks more efficiently. Built on Microsoft’s security stack and large language models, it enhances analyst workflows with natural language understanding. Reduces time to resolution by summarizing incidents, generating KQL/PowerShell scripts, and providing guided response actions. Delivers real-time threat analysis and contextual insights via embedded Copilot experiences or standalone chat. [...]
Behind the Badge: Earning My AWS ML Engineer Associate in 2025
Earning the AWS Certified Machine Learning Engineer – Associate MLA-C01 certification was one of the most challenging yet rewarding experiences of my career in 2025. The journey was filled with intense study sessions since I'm working full-time, hands-on practice, and even an unexpected hurdle on exam day that forced me to reschedule. Through it all, I relied on a combination of Tutorials Dojo’s practice exams, the comprehensive study guide [...]
Microsoft Purview
Microsoft Purview Cheat Sheet Unified data governance platform that enables organizations to manage data across on-premises, multi-cloud, and SaaS environments. It facilitates the discovery, classification, cataloging, and governance of the enterprise. Integrates with Azure, Microsoft 365, Power BI, and other platforms. Core Capabilities Data Discovery & Classification Automatically scans and classifies data using built-in and custom classifiers. Supports sensitive data types like PII, financial records, and health information. Data [...]
AWS Elastic Disaster Recovery
AWS Elastic Disaster Recovery Cheat Sheet It is a fully managed service providing fast, reliable, and cost-efficient disaster recovery for physical, virtual, and cloud-based Amazon Web Services (AWS) servers. It continuously replicates block-level data from the source environment, such as on-premises infrastructure or another cloud provider, to a staging area subnet in AWS. In the event of a disaster or during a drill, AWS DRS enables the rapid launch [...]
GitHub Spark: The Future of Instant App Development?
Imagine this: You're knee-deep in code, battling a gnarly bug, when suddenly, poof, an AI assistant appears, whispers the perfect fix in your ear, and vanishes before you can even say "merge conflict." GitHub Spark is revolutionizing development with AI-powered code suggestions, automated reviews, and intelligent issue resolution. Learn how to use it and boost your productivity today! What Is GitHub Spark? GitHub Spark leverages AI-powered natural language processing [...]
Beyond the Resume: How AI Is Helping Job Seekers Stand Out in 2025
In the fast paced and competitive job market of 2025, standing out requires more than just a traditional resume and cover letter. Job seekers are increasingly turning to AI to enhance their applications and demonstrate their value. AI is no longer just a tool for recruiters; it’s a powerful resource for candidates to optimize resumes, refine personal brands, and even prepare for interviews. Here’s how AI is changing the [...]
Kick-Off your Career with an AWS Certified Cloud Practitioner CLF-C02 Certification
Are you planning to get AWS CLF-C02 Certified but unsure how or where to begin? That was exactly my situation just a few months ago. I found myself surrounded by classmates, colleagues, and professionals who were already AWS Certified, which made me feel pressured to catch up. I wanted to be like them, more confident, more knowledgeable, and more prepared for opportunities in tech. As a computer science student, [...]
Code at the Speed of Thought: The Agentic IDE Revolution
We have all experienced the struggle of debugging code that just won't work. It's already 2 AM in the morning and you're pulling out all the stops, searching Stack Overflow for answers, copying and pasting code and hoping for that miracle that it will work. (It feels too real that it hurts to read) Now imagine instead, you simply tell your computer "Hi, this function isn't working the way [...]
Smarter Projects, Faster Results: How AI Is Reshaping Project Management in 2025
In today’s competitive business environment, efficient project management is crucial. However, what if project managers could work smarter, not harder? This is where AI comes into play. By automating tasks, predicting risks, and optimizing decision-making, AI is revolutionizing how projects are planned and executed. In 2025, AI has become a powerful tool, transforming the entire project management process. This article will explore how AI is making project management faster [...]
Cracking the Internship Code: Kickstart your Tech Journey
Picture this: You're completely lost in your first Computer Science class. Everyone around you seems to know what they're doing, while you're still trying to figure out what "coding" actually means. That was me when I decided to pursue a tech-related course—zero programming knowledge, no clue what happens behind the scenes when you click a button on a website, and honestly? I just hoped to build cool websites people [...]
What Is the Difference Between AI, ML, DL, and Generative AI?
Imagine a world where machines compose music, diagnose diseases, write code, drive cars, and even generate original artwork. That world isn't the future, it's now. Artificial Intelligence (AI) is no longer a buzzword; it's a driving force behind the most significant innovations of our time. But here's the catch: while AI is everywhere, many still confuse its core components: Understanding the differences between these technologies isn't just helpful, it's [...]
AI-Powered Job Hunting: How Emerging Tools Are Transforming the Way We Apply for Jobs
Job hunting has always been tough—endless searching, applying, and hoping for a response. However, with the rise of AI, things are changing. Job seekers now have new tools that make the process quicker and smarter. From crafting resumes to finding job matches, AI is helping streamline the application process. It’s no longer just about automating tasks; AI is becoming essential for candidates who want to stand out. What is [...]
Flutterflow : Low-Coding For Coders
If you're a developer transitioning from traditional coding to visual app builders, FlutterFlow might surprise you—in a good way. It’s designed to bridge the gap between full-code flexibility and low-code speed, giving coders a faster way to build without sacrificing too much control. In this post, we’ll explore how developers can adapt to FlutterFlow, uncover some handy tricks for responsiveness, and share workarounds for common limitations. Trick to Responsiveness [...]
Apache Kafka vs Amazon Kinesis
If you’re working with real-time data—like logs, user events, or IoT signals—you’ve probably heard of Apache Kafka and Amazon Kinesis. Both are built to handle streaming data at scale, and both are super popular. But how do you know which one’s right for you? Kafka gives you tons of control and flexibility, but it can be a lot to manage. Kinesis, on the other hand, is fully managed by [...]
The Role of Cloud Computing and AI in Revolutionizing the Automotive Industry
If you love cars and tech, you're in for a treat. Imagine a world where your car doesn’t just get you from point A to point B. Instead, it learns, updates itself, and even fixes problems before you even notice them. Thanks to cloud computing and artificial intelligence (AI), this is now possible. In fact, platforms like AWS for automotive are driving the evolution of smarter, more connected vehicles. [...]
Amazon Kiro AI IDE: Spec-Driven Development
The world of coding is rapidly evolving with AI. We've seen the rise of vibe coding through chat applications, AI-powered IDEs, and integrated terminals like Amazon Q. Now, a new chapter begins with a smarter, more organized approach: Spec-Development. This innovative methodology comes to life through Amazon Kiro, Amazon's cutting-edge AI IDE built to deliver applications that are genuinely ready for production. Quick Recap of What is Vibe Coding? [...]
AWS SysOps Renamed to AWS Certified CloudOps Engineer – Associate SOA-C03
The AWS Training and Certification team recently announced a change in one of its popular Associate-level AWS certification exams. Effective September 2025, the “AWS Certified SysOps Administrator – Associate” will be called the “AWS Certified CloudOps Engineer – Associate” to reflect evolving industry terms and the broader scope of modern cloud operations. What's New with the AWS Certified CloudOps Engineer Associate Exam? The decision to rename the existing AWS [...]
Effectively Set-Up Your Virtual Private Cloud using CloudFormation
Hello Dojos! We're back again for another Infrastructure as Code article, focusing on AWS Native Infrastructure as Code Service, CloudFormation In my previous article, we explored the benefits of using Infrastructure as Code to ramp up your production by showing how easy it is to launch an EC2 Instance using Terraform. For this article, we will explore AWS CloudFormation and try to deploy our very own Virtual Private Cloud. [...]
AI/UX: The AI Urgency for User Experience (UX)
Go back in time. Find a designer in 1999. They are masters of their craft. Kings of QuarkXPress, wizards of print, fluent in a language of picas and Pantone chips. They are safe. They are secure. And they are utterly oblivious to the meteor called "the internet" that is about to turn them into a fossil. We are standing in that exact same spot today. We are polishing our [...]
Make Your Own Smart Study Tracker with Google Sheets & Scripts
If you’ve ever felt like your study routine is kinda all over the place or if you're just curious where all your “study time” actually goes then you’re not alone. Maybe you're prepping for exams, juggling organization work, reviewing for certifications, or just trying to build a better routine. Whatever it is, having a simple system to track your study time can help you stay accountable without needing to [...]
Large Reasoning Models (LRMs): The AI That Actually Shows Its Work
Imagine you are in a Math Class, and the teacher just gave a complex problem for everyone to solve. Then, after a few minutes, a classmate just shouted an answer. You’re all shocked because how did he come up with it? Was it the correct answer or they just made a guess? When the teacher asked them to elaborate they refused and said that they already did their work. [...]
AI as a Service (AIaaS) To Power Your Business Forward
If you have a business or kind of planning to start one, you’ve prolly heard one of the most overused quotes out there: “if you’re not growing, you’re dying.” And sure, at some point, that’s true. Undeniably. But you see, not every business has the time, resources, or skilled team to keep up with the competition. From personalized shopping experiences to smarter customer support… How? Artificial Intelligence. Just a [...]
Synthetic Media Overload: AI-Generated Content vs. Reality
You’re scrolling. One second it’s a heartfelt story, the next it’s a video of someone saying something that feels… off. Except… they didn’t. Note: This photo is generated thru Sora Welcome to the era of synthetic media where online content is changing fast. From AI-written news articles to deepfake videos that look and sound real, it’s becoming harder to spot. Let’s talk about the flood of synthetic [...]
What is ROUGE Metrics – Recall-Oriented Understudy for Gisting Evaluation?
Recall-Oriented Understudy for Gisting Evaluation (ROUGE) Cheat Sheet ROUGE is a family of metrics designed to assess the similarity between machine-generated text (candidate) and human-written reference text (ground truth) in NLP tasks like text summarization and machine translation. Measures how well generated text captures key information and structure from reference text, emphasizing recall (proportion of relevant information preserved). Score Range: 0 to 1, where higher scores indicate greater similarity [...]
Creating an AI Chatbot with LangChain for FREE (No API Keys, No Tokens)
Creating an AI Chatbot with LangChain for FREE (No API Keys, No Tokens) The Big Question: Can You Build AI Without Breaking the Bank? We asked ourselves a simple question: Can you build a chatbot without using any paid API at all? Most tutorials on AI chatbots start the same way: "First, grab your OpenAI API key and add your credit card..." But what if you don't have one? [...]
Beginner Guide to Building a Hate Speech Classifier with BERT
You've seen the warnings: "This comment may violate our community guidelines," or you've watched online posts or videos get flagged and removed due to their hate speech content. This means that the platform is already using models to detect harmful content. However, have you ever questioned how these models work? How are these models able to understand human sarcasm, cultural slang, and even multilingual language in one sentence? In this [...]
Motoko vs Solidity: A Developer-Centric Comparison
Motoko vs Solidity: A Developer-Centric Comparison A New Era in Smart Contract Development Innovative contract development has evolved significantly over the past decade. With the rise of decentralized finance (DeFi), non-fungible tokens (NFTs), and a growing ecosystem of decentralized applications, Solidity has long been the standard for writing contracts on the Ethereum Virtual Machine (EVM). It introduced developers to a new paradigm: trustless systems, which do not require trust [...]
“Hello, [User]!”: A Beginner’s Guide to Building an AI Chatbot with Google Gemini API and Next.js
These days, it feels like there’s an AI chatbot for everything. Need help with homework? Stuck on a coding problem? Want to research a random topic? These virtual assistants can answer just about any general question you throw at them. They’re becoming our go-to partners for learning, creating, and problem-solving. But have you ever wanted a chatbot that doesn't just give generic answers but understands and responds with [...]
Launching an Amazon EC2 Instance using Terraform
What's up, Dojos! This is your first step on automating your cloud infrastructure by launching an EC2 Instance using Terraform! Efforts from various cloud providers such as AWS made managing your configurations manageable and easy by the use of their Management Consoles. With AWS, launching an EC2 instance, setting up IAM configurations, and VPC provisioning have never been easier within their console. But what if you have to configure [...]
Your First Look into Generative AI: What It Is and Why It Matters
Your First Look into Generative AI: What It Is and Why It Matters Generative artificial intelligence, or Genb AI, has quickly become a powerful force that is changing many industries. It can write, draw, make music, create videos, and even generate code. These tools easily adjust to different creative and practical tasks, promoting innovation and original ideas across various fields. So, what is Generative AI? How does it work, [...]
What is BERTScore – Bidirectional Encoder Representations from Transformers Score?
BERTScore (Bidirectional Encoder Representations from Transformers Score) Cheat Sheet BERTScore is an effective evaluation metric that looks beyond surface-level word matching to assess the meaning behind the generated text. Instead of counting overlapping words like traditional metrics such as BLEU or ROUGE, BERTScore taps into the power of pre-trained transformer models (like BERT) to compare the semantic similarity between tokens in the generated output and a reference sentence. It [...]
Azure Pipelines
Azure Pipelines Cheat Sheet A cloud-based platform for automating code build, test, and deployment workflows using CI/CD pipelines. Automates software delivery across development, test, and production environments. Works with multiple languages and platforms (e.g., .NET, Java, Node.js, Python). Integrates with GitHub, Azure Repos, Bitbucket, and other Git providers. Supports both YAML (as code) and visual designer for pipeline configuration. Azure Pipelines Key Features Cross-platform support Build and deploy applications [...]
Azure AI Bot Service
Azure AI Bot Service Cheat Sheet A managed platform for building, deploying, and managing intelligent chatbots with conversational AI across multiple channels. Enables developers to create scalable, AI-powered bots using natural language processing (NLP) and low-code tools. Key Components: Azure Bot Service: Manages hosting, scaling, and monitoring of bots. Bot Framework SDK: Offers development tools for bot creation (C#, JavaScript, Python). Microsoft Copilot Studio: Low-code platform for building bots [...]
Azure AI Speech
Azure AI Speech Cheat Sheet It is a cloud-based service enabling developers to seamlessly embed speech processing capabilities into applications. Its core functionalities include: Speech-to-Text (Speech Recognition) - Converting spoken language into written text. Text-to-Speech (Speech Synthesis) - Generating natural human speech from text. Speech Translation - Translating spoken language in real-time into another language. Designed for scalability, reliability, and security, supporting enterprise-grade deployments. Supports over 75 languages and dialects, enabling [...]
What is Retrieval Augmented Generation (RAG) in Machine Learning?
Retrieval-Augmented Generation (RAG) Cheat Sheet Retrieval-Augmented Generation (RAG) is a method that enhances large language models (LLMs) outputs by incorporating information from external, authoritative knowledge sources. Instead of relying solely on pre-trained data, RAG retrieves relevant content at inference time to ground its responses. LLMs (Large Language Models) are trained on massive datasets and use billions of parameters to perform tasks like: Question answering Language translation Text completion RAG [...]
What is Metric for Evaluation of Translation with Explicit ORdering?
When evaluating machine translations, assessing how closely the translation matches a human's understanding is essential. METEOR (Metric for Evaluation of Translation with Explicit ORdering) is an evaluation metric that provides a more comprehensive and accurate measurement of translation quality. Unlike traditional metrics like BLEU, METEOR considers precision and recall and the semantic meaning of words and their order in a sentence, offering a more nuanced and reliable translation evaluation. [...]
Simplifying DNS Management: How to Transfer Your Domain’s DNS from GoDaddy to Amazon Route 53
If you have ever tried to create a website and wanted it to be accessible through a custom web address, then you have already touched the basics of DNS, or Domain Name System. DNS is what connects your domain name to the actual server where your website lives. It plays a critical role in making sure your site is reachable, fast, and secure for users around the world. [...]
Azure OpenAI
Azure OpenAI Cheat Sheet Azure OpenAI offers access to OpenAI’s powerful models (e.g., GPT-4o, GPT-4 Turbo, GPT-3.5 Turbo, DALL-E, Whisper) with robust security and compliance for enterprises. Hosted on Microsoft Azure, allows for seamless integration with various Azure services and tools. Key Concepts Model Deployment: You must deploy a model (e.g., gpt-4, gpt-35-turbo) to your Azure resource before using it. Quota Types: Dynamic Quota: Shared pool for flexible consumption. [...]
Google Veo 3: The Latest Breakthrough in AI Video Generation
Artificial intelligence has come a long way from its early days when it could only do simple tasks like solving math problems, playing basic games, or following step-by-step instructions from programmers. Back then, AI relied on fixed rules and couldn’t learn or improve on its own. As technology advanced, AI became more capable and useful. It learned to recognize voice commands, identify faces, suggest videos based on viewing habits, [...]
Why I Chose AWS Lambda to Power My App’s Cloud Logic
For this article, I will demonstrate how I used AWS Lambda as an all-around backend system for a mock-up mobile application I developed for my Design subject in school. The mobile application is an IoT application that integrates communication between a mobile device and a handheld barcode scanner using a Bluetooth module. It also includes security functions, such as code decryption and user statuses. For the dependencies, I used [...]
What is Area Under the ROC Curve (AUC) in Machine Learning?
Area Under the ROC Curve (AUC) Cheat Sheet AUC, short for Area Under the Curve of the Receiver Operating Characteristic (ROC), is a metric that evaluates how well a model can differentiate between different classes. A performance metric primarily used for binary classification models. Ranges from 0 to 1: 1: Perfect model. 0.5: Model performs no better than random guessing. 0: Model inversely ranks positives and negatives. Accurate Outcomes [...]
What is BiLingual Evaluation Understudy (BLEU) Score for Machine Translation?
BiLingual Evaluation Understudy (BLEU) Score Cheat Sheet BLEU (BiLingual Evaluation Understudy) is a corpus-level metric designed to automatically evaluate the quality of machine-generated text, most commonly in machine translation (MT). It compares n-gram overlap between the machine’s output and one or more human reference translations. Introduced by Papineni et al. (2002), BLEU became the first automated metric to correlate highly with human judgments in large-scale MT evaluations. It remains a [...]
What is RLHF – Reinforcement Learning from Human Feedback?
What is Reinforcement Learning from Human Feedback (RLHF)? A technique to improve AI models using human feedback to guide learning. Builds on reinforcement learning, where AI learns by trial and error to achieve goals. Uses human opinions to determine good or bad outputs, enhancing traditional reward systems. How RLHF Works Data Collection: AI generates multiple outputs (e.g., answers or text snippets). Humans provide feedback by ranking or comparing outputs [...]
AI Learning Simplified: Three Methods That Make Machines Smart
Let’s be honest, in recent years, you might have heard of Artificial Intelligence (AI) a million times in your day-to-day life—but have you ever stopped to wonder, how does AI learn to do all the things it can? From writing essays to driving cars and even powering robots, AI has gone from a distant dream to a constant companion. In fact, many assumes that AI is created with magic [...]
Renovate Your Second Home: Terminal with Amazon Q
For many developers, the terminal is not just a tool to make you look cool but it is a sanctuary. It deserves the title "A Developer's Second Home." Here, we build what we want, everything flows freely, and productivity reigns. However, comfort doesn't mean we can't tinker and upgrade it. In this blog, we'll explore how Amazon Q can renovate our sanctuary to make life easier. We need to improve [...]
Cloud-9.9: Using Amazon CloudFront for Your Site in Amazon EC2
Hey, this is Step 9 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the eighth step! In this final step of the series, we’ll guide you through integrating Amazon CloudFront, a global Content Delivery Network (CDN), with your WordPress website hosted on Amazon EC2. Amazon CloudFront will help accelerate content delivery, reduce latency, and enhance the [...]
Understanding F1 Score in Machine Learning
In machine learning, evaluating the performance of a model is essential to ensure its effectiveness and reliability. Among various metrics used for classification problems, the F1 Score is one of the most important and widely used. This metric helps assess the balance between precision and recall, providing a score reflecting the model's accuracy and ability to identify relevant instances. What is the F1 Score? The F1 Score measures a [...]
Smart Note-Taking with NotebookLM – AI Assistant for Your Ideas
Have you ever found yourself staring at a blank screen at 10 p.m., with a deadline looming and a mountain of notes scattered across your desktop? We’ve all been there! Wishing upon a shooting start that our research could magically organize itself and whisper the answers straight into our ears. But what if your notes could not only talk back but also help you brainstorm, summarize, and even turn [...]
DP-100: Microsoft Azure Data Scientist Associate Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks The DP-100: Data Scientist Associate is designed for data scientists who apply Azure machine learning services to train, evaluate, and deploy models that solve business problems. This exam assesses technical skills in preparing data, developing and training models, deploying and maintaining models, and monitoring and optimizing model performance using Microsoft Azure technologies. The [...]
Amazon Bedrock Token Management: Strategies for Smarter AI Usage
Did you know? Big tech companies, fast-growing startups, and even solo developers are already using Amazon Bedrock to power their AI apps, from chatbots to content generators. But there's one secret they all share to keep things cost-efficient and fast: Smart token management. Whether building an AI-powered app or experimenting with GenAI for the first time, understanding how tokens work is the key to saving money and boosting performance [...]
AZ-800: Microsoft Azure Administering Windows Server Hybrid Core Infrastructure Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks The AZ-800: Administering Windows Server Hybrid Core Infrastructure certification exam is designed for IT professionals who have experience managing Windows Server environments in both on-premises and hybrid cloud setups. This exam assesses your technical skills in deploying, managing, and maintaining Windows Server workloads, Microsoft Entra, networking, storage, and virtualization across hybrid environments using [...]
Cloud-9.8: Setting Up Web Caching Using Amazon ElastiCache for Your Amazon EC2-Hosted WordPress Website
Hey, this is Step 8 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the seventh step! WordPress has proven itself as a powerful Content Management System (CMS) tool. However, as traffic increases, its performance can be compromised and slow down, especially when running on a single Amazon EC2 instance. In this article, I'll show you how [...]
Beyond the Limits: Writer Palmyra X5 & X4 on Amazon Bedrock
As organizations increasingly adopt generative AI to streamline operations, boost productivity, and provide personalized experiences at scale, the demand for domain-specific, enterprise-grade language models has never been greater. Introducing Writer’s Palmyra X5 and X4—two powerful foundation models designed specifically for business applications. Writer has pioneered AI development that comprehends language, business context, compliance requirements, tone, and brand-specific language. These models are now available through Amazon Bedrock, AWS’s fully managed [...]
Enhancing Bot Development with the Bot Framework Emulator
Testing and debugging are must-haves when you build a chatbot that provides instant and intelligent conversation. The Bot Framework Emulator is a powerful desktop application designed to help developers build, test, and debug bots locally before deploying them to production environments. As part of the Microsoft Bot Framework, this tool provides a coherent development experience for bots that spans across platforms such as Chatbots and Virtual Assistants. Developers can use the [...]
BLACKBOX AI: A Comprehensive Overview
In the world of software development and design, AI-powered tools are becoming invaluable assets for boosting productivity and automating workflows. One of the tools, BLACKBOX AI, stands out for its ability to bridge the gap between creativity and code. By using advanced machine learning algorithms, BLACKBOX AI allows users, whether developers, designers, or businesses, to rapidly translate their ideas and designs into functional code with minimal effort. This tool [...]
Cloud-9.7: Your Guide to WordPress Plugins and Templates
Hey, this is Step 7 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the sixth step! WordPress is a robust Content Management System (CMS) that anyone, regardless of technical skill, can simply use. Plugins and themes are two of this CMS tool's features; with a few clicks and tweaks, anyone may create their own website. These [...]
Build an AI Opponent for Discord Activities – Intro
Have you ever wondered how NPCs and bots in games make decisions? How do they seem to "think" or play strategically—even when there's no human behind the scenes? In this blog series, we’ll take a deep dive into creating your own AI-powered opponent for a turn-based board game—specifically designed to run inside Discord Activities. Our goal is to create an opponent for turn-based board games that makes strategic decisions, [...]
AI-Powered Image Search Engine with Amazon Bedrock: A Comprehensive Guide
Because of the ubiquity and accessibility of digital cameras - and I'll bet you're holding one in your hand right now, baked into your mobile phone - we as a generation take more pictures than ever before in the history of the human race. According to PhoTutorial, it is estimated that humanity nowadays takes 3.7 million photos per minute1. That translates to an impressive 162 billion images monthly2, if [...]
Azure AI Video Indexer
Azure AI Video Indexer Cheat Sheet Azure AI Video Indexer is a cloud-based service within Azure AI that leverages multiple Azure AI technologies like Face, Translator, Vision, and Speech to analyze video and audio content. It uses over 30 AI models to extract detailed insights from videos, enabling advanced audio and video analysis for richer understanding and indexing of multimedia content. How can Azure AI Video Indexer be used? [...]
Azure AI Search
Azure AI Search Cheat Sheet Formerly known as Azure Cognitive Search A scalable cloud search service that lets you embed advanced search capabilities into your apps. It supports full-text, vector, and hybrid search approaches, making it ideal for both classic and AI-enhanced use cases. Natively integrates with Azure OpenAI, Foundry Models, and Azure Machine Learning. Supports third-party and open-source LLM integrations. Key Features 1. Search Capabilities Full-Text Search: Utilizes [...]
Azure AI Translator
Azure AI Translator Cheat Sheet Azure AI Translator is a cloud-powered neural machine translation solution. Enables translation of text and documents across various languages. Allows customization through the Custom Translator feature. Supports containerized deployment for on-premises and edge environments. Key Features: 1. Text Translation Provides real-time translation across supported languages. Includes language detection, transliteration, and dictionary lookup capabilities. Available via REST API and SDKs for .NET, Java, JavaScript, and Python. [...]
GCP Professional Cloud Architect Exam Study Guide
Bookmarks Study Materials GCP Services to Focus on Validate Your Knowledge The Google Cloud Certified Professional Cloud Architect certification validates the ability to design, develop, and manage comprehensive cloud solutions using Google Cloud technologies. This certification is intended for individuals who can leverage deep knowledge of cloud architecture and Google Cloud services to create robust, secure, scalable, and highly available systems that align [...]
AI-102 Microsoft Azure AI Engineer Associate Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Final Remarks Validate Your Knowledge The AI-102 Microsoft Azure AI Engineer Associate certification exam is designed for individuals with experience designing, developing, and deploying AI solutions on Microsoft Azure. The exam will assess your technical abilities in implementing solutions leveraging various Azure AI services based on specific requirements. Prior experience in software development, data [...]
Giving LLM Superpowers: The Magic of Model Context Protocol
Large Language Models (LLMs) are already incredibly powerful. They can generate human-like text, answer complex questions, and even write code. LLMs are great at creating content we can easily read and use but what if we could elevate them beyond just content creation? What if we could give them tools they could understand, use, and execute on their own? They would just need a simple description of the tools [...]
Azure AI Vision
Azure AI Vision Cheat Sheet Azure AI Vision is a powerful cloud-based service that extracts detailed and meaningful information from images and videos. It includes various features, such as fundamental image analysis, which helps identify common picture elements, and advanced object detection that recognizes specific items or people within a scene. The service also offers facial recognition, identifying individuals based on their facial features. Additionally, it provides spatial understanding, which [...]
Azure AI Language
Azure AI Language Cheat Sheet Azure AI Language is a suite of natural language processing (NLP) services under Azure Cognitive Services. It helps developers build applications to understand, analyze, and generate human language. The services support language understanding, entity recognition, sentiment analysis, translation, and text analytics. It provides SDKs and REST APIs that integrate easily with applications across different languages and platforms. Features Functionality Named Entity Recognition (NER) Detects [...]
Exploring the OpenAI Codex CLI: A Hands-On Guide
In an era where speed and agility define the developer experience, the Codex CLI from OpenAI emerges as a landmark innovation. Building on the revolutionary capabilities of the Codex models, this lightweight tool brings powerful AI coding assistance directly into the terminal. It empowers developers to prototype, generate, and test ideas in seconds—without ever needing a full IDE setup. The Codex CLI isn't just a tool; it's a statement [...]
Cloud-9.6: Getting Started with WordPress Dashboard
Hey, this is Step 6 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the fifth step! WordPress is one of the most powerful and best-used platforms on the market for web construction and management. It's a content management system (CMS) that gives users everything they need to build, modify, and manage websites without necessarily requiring technical [...]
Azure AI Content Safety
Azure AI Content Safety Cheat Sheet Azure AI Content Safety is a collection of services to safeguard users and businesses by identifying and filtering harmful content across applications. Using AI models, it automatically detects sensitive material such as violence, hate speech, and adult content in various forms, including text, images, and videos. These services provide scalable content moderation solutions suitable for various platforms. Features Functionality Prompt Shields Analyzes text [...]
Azure AI Document Intelligence
Azure AI Document Intelligence Cheat Sheet Azure AI Document Intelligence, previously known as Azure Form Recognizer, is a cloud-based AI service from Microsoft Azure designed to automate data extraction from various documents. By leveraging machine learning, it can analyze and extract key information such as text, tables, checkboxes, and other structured data from forms, invoices, receipts, and more. The service offers customization options to enhance data extraction accuracy for [...]
Building AI the Smart Way: Start with Gemini 2.5 Flash
Companies are under constant pressure to stay ahead of the competition while keeping costs low and performance high. AI development is no exception—developers struggle to strike the perfect balance between speed, efficiency, and cost-effectiveness. With AI models growing more complex, teams are often overwhelmed by the challenges of scaling their applications without sacrificing quality or running into budget constraints. The Gemini 2.5 Flash steps in. Google's breakthrough AI model [...]
From Alert Fatigue to Intelligent Response: Using AWS Bedrock for Incident Management
3 AM Again? Transform Your On-Call Experience with AWS Bedrock Incident Response It's 3 AM, your phone buzzes with another CloudWatch alert, and you're frantically trying to understand what went wrong with limited context. Sound familiar? Usually, cloud operations teams face this overwhelming challenge daily: alerts that lack context, information scattered across multiple systems, and the constant pressure to resolve incidents quickly. Fortunately, AWS Bedrock incident response capabilities now [...]
Model Context Protocol: The Universal Connector for AI
Imagine that you are at an international conference where all of the wise minds from around the world are together. They all want to share their new and inspiring ideas to everyone. But there is just one tiny problem: everyone speaks a different language, and only limited translators are going around. It is frustrating, right? To almost have access to vast amounts of knowledge but also limited to [...]
Upscaling Amazon EC2 Instance Performance: A Comprehensive Guide to Vertical Scaling for Improved Application Availability
It’s a scenario that no website owner wants to face: your website, which has been running smoothly for months, suddenly goes down. Panic sets in as users can’t access your services, and business slows down drastically. In my case, the traffic to my website spiked unexpectedly, and my EC2 instance could no longer handle the load. I realized that the only solution to get my site back up and [...]
Google’s NEW A2A Protocol Is Here! (A Way for AI Agents to Chat)
You've likely heard about vibe coding, Gen AI, and AI agents, and there's also this synergy of AI and blockchain—like, AI is undeniably everywhere now! But let me get you with another AI tech breakthrough you won't want to miss. Google just recently dropped something called the Agent-to-Agent or A2A Protocol, which literally lets bots talk with each other. From 'chatbots' to now, bots chatting? This is not in [...]
Amazon Q Developer Agent: Code, Review, and Deploy Apps with AI Agents
Have you ever wondered if Amazon offers a way to seamlessly integrate AI into your development process, especially when using Visual Studio Code (VSCode)? Imagine having an intelligent assistant right in your IDE that can help you code, review, and deploy applications while guiding you through best practices and even suggesting optimizations. Well, Amazon has answered that with the Amazon Q Developer Agent! What is Amazon Q? Amazon Q [...]
What Is ReAct? – Leveraging AI’s Decision-Making Process
Hi! Been introduced to AI agents already? Amazing! If not, no stress—start your journey here 👉 What Are AI Agents? We discussed how AI agents aren’t just passive tools; they think, decide, and act to accomplish goals with minimal human input. They’re changing the way we work, learn, and even rest. But behind this breakthrough in autonomy lies a more technical foundation—one that’s easy to overlook but worth understanding. [...]
Is Codex CLI the Future of Coding? Understanding the Potential of This New AI-Powered Development Tool
OpenAI is currently one of the most well-known names in artificial intelligence and is known for pushing the limits of what AI can accomplish. Over the years, the company has created a series of innovative solutions to make AI more useful and accessible to both individuals and businesses. The most widely used AI tool globally is their very own ChatGPT, an AI-powered virtual assistant capable of achieving different tasks [...]
Cloud-9.5: Troubleshooting Common WordPress Website Issues
Hey, this is Step 5 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the fourth step! When working on a project, there is no avoidance of bugs, which sometimes is frustrating, especially when getting stuck over a recurrent issue. This article discusses common mistakes and bugs, the strategies that can be effectively used to troubleshoot [...]
Exploring Meta’s Llama Stack: The Power of Local AI Models
Llamas might be adorable animals, but Meta's Llama Stack is the real star in the AI world; you don't need a supercomputer or a massive budget to build powerful, local AI apps right from your terminal. Enjoy a streamlined developer experience, enabling seamless AI application development. As AI becomes more powerful in today's world, it's good to be prepared with AI skills and, Llama Stack is a great place [...]
How AWS MCP Servers Are Transforming Code Assistants with Deep Cloud Expertise
Artificial Intelligence (AI) is reshaping how software is built today, providing opportunities to increase the speed of workflows, improve code quality, and bring about greater operational efficiency. Armed with that knowledge, AWS has introduced a game-changing innovation: AWS MCP Servers – purpose-built utilities that roll out the power of code assistants by embedding deep AWS-specific knowledge and best practices. In this post, you'll learn all about the AWS MCP Servers, what they [...]
Cloud-9.4: Installing NGINX, PHP, MySQL, and WordPress via Shell Script
Hey, this is Step 4 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the third step! Exciting times ahead as we get closer to completing our website setup! In this article, we’ll guide you through a simple and efficient way to install the essential tools you need: NGINX, PHP, MySQL, and WordPress. All of this will [...]
Can AI Decide for Itself? A Look into Reinforcement Learning
What does it really mean to make a decision? Is it going with what feels right? Is it calculating risks and rewards, moment by moment? Or maybe, it’s remembering what went wrong last time, and choosing better. But what if a robot starts doing that too? What if it remembers and adapts not because it’s told to but because it chooses to? That question lands differently when you’ve seen [...]
Vertex AI by Google Cloud: Unlocking the Power of AI for Businesses
As artificial intelligence continues to evolve, various platforms and tools are emerging to help businesses harness its full potential. From self-learning algorithms to intelligent automation, AI is transforming industries across the globe. One of the most powerful and versatile platforms available today is Vertex AI, offered by Google Cloud. Whether you're a data scientist, developer, or business leader, the range of AI tools and services provided by Vertex AI [...]
Google AgentSpace: Redefining Enterprise Automation with AI
Enterprise automation has evolved significantly over time, driven by the increasing demand for intelligent, scalable, and efficient solutions. While traditional automation tools—including advanced large language models (LLMs)—can generate suggestions or compose responses, their capabilities often stop at that stage. However, as the digital landscape rapidly advances, companies need more than recommendations; they require systems that can take action. This is where AI agents excel. Unlike LLMs, which focus on [...]
Amazon Nova & Bedrock: Enhancing Your Startup’s Presence
Startups don’t just build products or offer services — they build presence. That means sharing content consistently and building up their name and reputation. Whether it’s for pitches, presentations, or marketing, content is the engine that keeps everything moving — on social media, blogs, pitch decks, customer support, emails... you name it. But in 2025, standing out is tougher than ever. People have shorter attention spans, content needs to [...]
🤗 Hugging Face: Empowering the Future of AI for Everyone
Artificial Intelligence (AI) has long been seen as a way to create a brighter and more efficient future, but it often seemed limited to large technology companies and top researchers. Recently, platforms like Hugging Face have changed this by making AI tools available to more people. Creators, educators, small business owners, and high school students can now access and use AI technology. Hugging Face functions like GitHub for machine [...]
My AWS Certified DevOps Engineer Professional Exam Experience in 2025
Having a certification is more than just a title. For me, it was a way to validate what I’ve been learning and applying over time. It was also a personal challenge—to prove to myself that I could take on one of the toughest AWS certifications, like passing my AWS Certified DevOps Engineer Professional in 2025, and come out stronger on the other side. Earning it boosted my confidence and [...]
What Are AI Agents?
Imagine this: You just finished class and told your AI, “Hey, list all my new assignments, check for any upcoming exams, and remind me what topics I still need to study.” Or “These are my upcoming to-dos, can you add them to my calendar so I can keep track?” Imagine the relief of not having to follow up with prompts or micromanage every step. In just a few seconds, [...]
Creativity-Driven Innovation with Meta Llama 4, Canva Magic Studio and Other Gen AI Tools
Have you ever wondered where you belong in tech? Or how your creativity can be leveraged with technology instead of being pushed aside? That’s where design comes in. Every interface you’ve ever used was made possible because someone saw tech not just as code, but as a canvas. This intersection of design and technology is where creativity-driven innovation with AI is starting to thrive. It’s okay if you haven’t [...]
Avoiding Unintended Costs: A Cautionary Guide to Enabling Amazon QuickSight
I still remember the day I first explored Amazon QuickSight on the AWS Console. I was excited, eager to dive into the world of data analytics, and ready to experiment with creating dashboards. Without thinking much, I clicked a few buttons, followed the prompts, and before I knew it, I had enabled QuickSight for my account. What I didn’t realize was that simply enabling the service would lead to [...]
When Contracts Learn: The Power of AI-Driven Smart Contracts in Blockchain
Have you ever clicked "I agree" on a long contract or terms and conditions that pop up when you install a new application—and then forget about it? We know that it is not recommended to do that, but those long blocks of text are just not it. On the other side, writing and reviewing those agreements is just as painful. Anyone who has tried to write a contract [...]
Ramp Up your Mobile Development with FlutterFlow
As a developer, time is one of the most essential factors in developing projects, such as websites, mobile applications, and others. Most projects take much planning, meetings, agenda settings, blah blah blah, before they even reach the development phase. But what if we throw time out of the window? What if a supposed year-long project is already due for the next 3 months? What approach should we use to solve [...]
AZ-204: Microsoft Azure Developer Associate Exam Study Guide
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-204 Microsoft Azure Developer Associate certification exam is tailored for people overseeing various development stages. This includes tasks such as gathering requirements, designing, developing, deploying, securing, maintaining, optimizing, and monitoring applications and services. Candidates for this certification are expected to be skilled in using Azure SDKs, managing data [...]
AZ-204 Microsoft Azure Developer Associate Sample Exam Questions
Here are 10 AZ-204 Microsoft Azure Developer Associate practice exam questions to help you gauge your readiness for the actual exam. Question 1 You are developing an Azure Web App that processes customer orders. The application requires an App Service background task to handle asynchronous operations, such as sending order confirmation emails and updating inventory in response to new customer orders. You need a solution that can run continuously [...]
What Makes AI + Blockchain A Promising Synergy
Nowadays, two of the most transformative technologies are on a collision course with the masses: “AI vs. Blockchain?” Keep in mind that these two are entirely different, and they function individually, which gives the two a very dynamic opposition. Yet, it’s precisely those differences that make their fusion a promising breakthrough. There’s really no better player between the two. Seriously, why not go for BOTH, right? Just imagine [...]
Cloud-9.3: Accessing and Configuring Your Amazon EC2 Instance
Hey, this is Step 3 of our 9-step website portfolio building with AWS! Got lost? Click here to go to the main article, and here for the second step! Now that your EC2 instance is up and running, you might have noticed something strange, every time you stop and start the instance, the public IP address changes. This means the link to your website will keep changing too, which [...]
AGI vs. ASI vs. ANI: AI Stages Towards Super Intelligence
"You know AI can write poems, drive cars, and even beat humans in chess... but have you ever asked yourself: What kind of AI are we really dealing with? And how close are we to something smarter than us?" Let’s break this down the way I’d explain it to a friend with curiosity, good vibes, and maybe a few deep thoughts that'll have you staring at the ceiling [...]
Cloud-9.2: Launching Your Amazon EC2 Instance
Hey, this is Step 2 of our 9-step website portfolio building with AWS and WordPress! Got lost? Click here to go to the main article, and here for the first step! Now that you've secured your domain, it's time to bring your website to life! In this step, we’ll launch an Amazon EC2 instance, a cloud-based virtual server that will host your portfolio. History 101: From Physical Servers to [...]
Signed, Sealed, Secured: Amazon S3 Style
Building applications requires extensive planning, ranging from UI design and data flow to database interactions. However, one of the most crucial aspects is figuring out how to allow users to save files such as images, PDFs, and videos securely and reliably within our application. Fortunately, AWS offers a robust and scalable service for handling file storage: Amazon Simple Storage Service (S3). Nevertheless, the real challenge lies in controlling how [...]
Genomic Data with Amazon S3: A Practical Guide to Public Datasets
What if, you don’t have to worry about massive datasets? What if they’re open and easily accessible to you? Would it help… to inspire you to work on that bioinformatics project? Fret not! Have you heard of AWS Open Data Program (ODP)? You will now! Related: If you haven’t read about utilizing SRA Toolkit and AWS for data preparation, you can read it here. Introduction to Related Concepts: Why [...]
The New Race to the Moon: AI’s Global Economic Impact and What It Means for Your Career [Opinion]
"One small step for man, one giant leap for mankind" - a phrase spoken by Neil Armstrong as he became the first person to set foot on the Moon In 1962, when President Kennedy declared that America would put a man on the moon before the decade's end, he wasn't just announcing a scientific endeavor. He was firing the starting gun in a race that would reshape the [...]
Vibe Coding: Where Ideas Become Reality with AI
Vibe Coding is the next evolution of software development, it's like having a super-smart coding partner who's always ready to help. Instead of struggling alone with complex code, you describe what you want to build in normal words, and AI helps make it happen. It's perfect for when you have a great app idea but don't want to spend months learning every programming detail. It's designed to enhance developers' [...]
Amazon S3 Metadata = Less Stress, More Insights
In today’s world, data is the backbone of every successful business and organization. As data grows exponentially, managing it can become a complex task. Amazon S3 (Simple Storage Service) has long been a go-to solution for storing massive amounts of data, but with that growth comes a challenge: how do you efficiently discover, manage, and analyze that data? A feature designed to simplify data discovery and make the management [...]
Cloud-9.1: Purchasing Your Domain with Amazon Route 53
Before you can showcase your skills online, you need a digital home, a domain name that makes your portfolio easy to find and uniquely yours! In the Cloud-9 Steps to Building Your Portfolio Website, our journey begins with purchasing a domain with Amazon Route 53, a powerful and seamless way to register and manage your website's address. What is a Domain? On the internet, a domain (or domain name) [...]
Cloud-9: Create Your Portfolio Website with AWS
Have you ever felt like your resume doesn’t fully capture your potential? In the current competitive job market, a one- or two-page CV may not be sufficient to completely highlight your experience and abilities. So, what's the answer? A portfolio website! What is a Portfolio Website? A portfolio website is a digital resume that demonstrates your projects, skills, and achievements to possible clients, employers, or collaborators. It doesn't stop [...]
Netflix Streaming Explained: How CDN Technology Ensures Lag-Free Global Viewing Introduction to Global Infrastructure part 1
Have you wondered how Netflix streaming delivers your favorite series in HD quality without buffering or lagging? The answer lies in advanced CDN technology or Content Delivery Networks, a critical element of today's global infrastructure. CDNs enable Netflix to optimize its global streaming performance, drastically reducing latency and providing seamless viewing experiences worldwide. Understanding Global Infrastructure with a Simple Analogy To understand how this works, let’s use a coffee [...]
Unleashing the Full Potential of AWS Lambda with Containers
AWS Lambda has revolutionized serverless computing by allowing developers to run code without the hassle of provisioning and managing servers. However, even though AWS Lambda functions are powerful, they still come with limitations that significantly impact scalability, dependency management, and runtime flexibility. In this guide, we will explore the following: The limitations of traditional AWS Lambda and how Lambda Containers solve these issues. AWS-provided optimized container images A step-by-step [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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), [...]
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 [...]
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 [...]
Creating a Self-Healing Mechanism for a Lightweight Website
Downtime can be a major disruption for any website, but for lightweight websites like personal blogs or any type of static site, a simple restart of the instance might be all that's needed to resolve the issue. In this article, we'll walk through setting up a self-healing mechanism using AWS Lambda and Amazon EventBridge. This will automatically detect if your website is down, restart it, and send a notification [...]
DeepSeek in Amazon Bedrock: A Comprehensive Demo
Bookmarks DeepSeek in Amazon Bedrock Workflow Overview DeepSeek in Amazon Bedrock Pre-requisites Implementation Processes As of January 2025, we’re seeing too much news about DeepSeek AI features in many media outlets, but how about implementing DeepSeek AI and AWS workloads? DeepSeek AI in Amazon Bedrock Anyone? Well, one of the most interesting NLPs that sparked this January 2025 is DeepSeek Multimodal AI. There [...]
PHP-FPM Failures Are Killing Your Uptime – Automate Slack Alerts Before It’s Too Late!
In today’s fast-paced digital landscape, where user expectations are at an all-time high, even a few seconds of downtime can have catastrophic consequences. Lost revenue, user dissatisfaction, and damage to your brand reputation are just the tip of the iceberg. If you're still relying on manual methods to monitor PHP-FPM (PHP FastCGI Process Manager), you're leaving your system vulnerable to undetected issues that could lead to catastrophic failures. PHP-FPM [...]
Commanding Genomics: AWS CLI for Bioinformatics Workflows
“This is becoming more troublesome…” I can hear you mumble as you move your mouse to click on the different AWS services you need in the console. As time goes by, it can get tiresome to keep on clicking things for your workflow instead of doing them in just one place. You can streamline this process with the AWS CLI! Knowing not only how to work with AWS Console, [...]
Simplifying Knowledge Management with a Content Analysis Tool for Confluence
Did you know that organizations spend an average of 19% of their workweek searching for and gathering information? According to research from McKinsey & Company, inefficient knowledge management leads to wasted time and lost productivity—hindering teams from making real progress on meaningful work. (Source, McKinsey) In today’s digital-first environment, managing and organizing information is critical—whether in education, project management, or team collaboration. Confluence is a widely used knowledge management [...]
The Path Forward: AI Agents Driving Modern Workflows
Artificial Intelligence (AI) is no longer a concept of the future; it's an integral part of today’s digital era. As AI technology advances, businesses and developers increasingly find innovative ways to integrate machine learning into their workflows. One of the most powerful tools in this transformation is the AI agent—a specialized software that autonomously carries out tasks, communicates with users, and makes informed decisions with minimal human intervention. One [...]
Enhanced Data Processing and Retrieval with Amazon Bedrock’s New Capabilities
Data is at the heart of modern innovation, and the ability to process, analyze, and extract insights from diverse data types is more important than ever. Amazon Bedrock introduces a suite of advanced capabilities designed to simplify data management and enhance AI-driven applications. By automating workflows, integrating multimodal data, and bridging structured and unstructured data, Amazon Bedrock empowers businesses to turn raw information into actionable intelligence, driving efficiency and [...]
Let’s Learn Firecracker MicroVM with Go Firecracker SDK!
Wondering how AWS Lambda works under the hood? You're in the right place! To begin with, in this blog, we'll explore Firecracker, which is the revolutionary technology powering the AWS Lambda Service. More specifically, we'll delve into what Firecracker is and gain a deeper understanding of its core features. In addition to that, we'll learn about MicroVMs (Micro Virtual Machines) and uncover how they contribute to the efficiency of [...]
Troubleshooting AWS Lambda and Amazon DynamoDB Connection Issues
Many consider Amazon DynamoDB to be one of the most effective solutions for handling vast amounts of data in the AWS Cloud. Its serverless architecture and highly scalable design ensure reliable performance, making it suitable for applications that demand fast, consistent, and low-latency access to data. DynamoDB's ability to handle large datasets while having steady integration with other AWS services further makes it appropriate for data-driven features. Its serverless [...]
Automating File Uploads from Slack to Amazon S3: Harnessing AWS Lambda and Slack API
Efficient management and storage of files is vital for any team’s productivity. Automating the process of uploading files from Slack directly to Amazon S3 using AWS Lambda provides a streamlined and secure method for file storage. This integration guarantees that files shared on Slack are systematically stored in a scalable manner, ensuring they are easily accessible for future reference. Leveraging AWS Lambda and the Slack API, this solution minimizes [...]
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 from genomics and other biological data. AWS HealthOmics helps scientists and researchers to unlock the mysteries of DNA at scale [...]
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 Azure or looking to optimize your existing infrastructure, understanding Resource Groups is essential. This article will walk you through the [...]
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 Slack notifications! Imagine receiving a daily report about your GCP billing directly in your favorite messaging app. It’s like having [...]
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 to Slack, helping you stay on top. Reserved Instances (RIs) can save you a lot of money compared to On-Demand [...]
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 between the frontend and backend, creating a seamless, secure, and interactive environment to learn and execute Linux commands. Each connection [...]
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 validates your ability to design, implement, and manage DevOps processes, including version control, build and release management, testing, and infrastructure [...]
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 this blog, we’ll look at what responsible AI is, the key dimensions of responsible AI on AWS, and the tools [...]
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 80% of the total working time of a project. For insightful results, the data must be prepared properly, and this [...]
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 full potential is crafting clear, precise prompts tailored to specific tasks. Far from being a mere technical skill, Prompt Engineering [...]
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 how often recipients mark your emails as spam. A high complaint rate can lead to your emails being filtered into [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 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 [...]
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 [...]
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 [...]
AWS Console-to-Code: Seamlessly Transform Manual Actions into Reusable Code
Cloud computing today demands efficiency and automation like never before. AWS Console-to-Code is an innovative tool designed to bridge manual operations with automated infrastructure management. By transforming console actions into reusable Infrastructure-as-Code (IaC), this feature streamlines workflows, enhances consistency, and accelerates deployment processes. This article will guide you through the process of implementing AWS Console-to-Code to launch Amazon EC2, VPC, and RDS. What is AWS Console-to-Code? AWS Console-to-Code utilizes Amazon Q Developer [...]
Automate CloudFront Invalidation via Slack
In today's digital age where most people are using gadgets, we're likely familiar with the term "cache". Most of us first hear about cache when looking to free up storage or improve performance on our mobile devices especially for android users. If we look at our device's settings then navigate to the storage of an application, we will see two options: one is to delete the app entirely, and [...]
AWS Certified Machine Learning Engineer Associate Exam – MLA-C01 Study Path Exam Guide
Bookmarks What's new? Exam Domains AWS Services to Focus on Exam Prep Materials Validate Your Knowledge Final Remarks The AWS Machine Learning Engineer Associate - MLA-C01 Certification exam is one of the newest certifications of Amazon Web Services. This exam assesses a candidate’s ability to develop, deploy, and manage machine learning (ML) solutions and workflows on AWS. This includes the ability [...]
AWS Certified AI Practitioner Exam – AIF-C01 Study Path Exam Guide
Bookmarks What's new? AIF-C01 Exam Domains AWS Services to Focus on AIF-C01 Exam Prep Materials Validate Your Knowledge Final Remarks The AWS AI Practitioner - AIF-C01 Certification exam is one of the newest certifications of Amazon Web Services. This exam is intended for individuals who can effectively demonstrate an overall knowledge of AI/ML, generative AI technologies, and associated AWS services and tools [...]
Amazon SageMaker Data Wrangler
Amazon SageMaker Data Wrangler Cheat Sheet Amazon SageMaker Data Wrangler streamlines data preparation and feature engineering for machine learning. Amazon SageMaker Data Wrangler is a feature in Amazon SageMaker Studio Classic. It integrates data from various sources, allows you to explore, clean, transform, and visualize data, and automates these steps in your machine-learning workflow. Amazon SageMaker Data Wrangler Core Functionalities Data Wrangler provides core functionalities to facilitate data analysis and [...]
Streamline Log Monitoring for Nginx with CloudWatch Agent
Monitoring the health and performance of your applications is essential for maintaining reliable operations, detecting issues, and troubleshooting efficiently. Monitoring logs can provide invaluable insights into server behavior, user activity, and error occurrences regarding web services. However, tracking logs across distributed systems can be challenging. Amazon CloudWatch Agent is a powerful tool that collects metrics and logs from your EC2 instances and on-premises servers and centralizes them in Amazon [...]
Automated Slack Notifications for RI Coverage Across All AWS Regions
Efficient management of cloud resources is essential for maintaining a company's flexibility and cost-effectiveness. Reserved Instances (RIs) offer significant cost-saving opportunities, but to fully leverage its benefits, consistent monitoring and optimization are key. By automating Slack notifications for RI coverage, businesses can ensure teams stay informed and take timely action to maximize savings. This comprehensive article explores the advantages of integrating automated Slack notifications for RI coverage across all [...]
Streamline Your Workflow: Automating User Email Retrieval in WordPress with AWS SSM and Lambda via Slack command
In today’s fast-paced digital environment, operational efficiency and security are important. This blog post explores a streamlined approach to retrieving user emails from specific IPs in WordPress using Slack Slash commands powered by AWS Systems Manager (SSM) and AWS Lambda. Automating this process significantly reduces the operational overhead associated with running SQL commands manually. Additionally, this method enhances security by allowing users who lack access to production environments to [...]
RI Utilization vs RI Coverage: Difference Between these Amazon EC2 Reserved Instance Metrics
The Amazon EC2 enables developers up to businesses to deploy their own applications with flexibility, high availability, and cost-efficiency as it removes the need to invest in physical hardwares or servers. From running applications, hosting websites, and managing databases, EC2 serves as the foundation for anything that is cloud-based. Talking about its cost-efficiency, there are different "Instance Purchasing Options" that you can choose from depending on your server requirements [...]
How to Install Docker on Ubuntu using Amazon EC2
This tutorial will assist in setting up Docker on an Amazon EC2 Ubuntu instance. Docker's containerization and Ubuntu's user-friendliness make cloud application deployment and management simple. Amazon EC2 provides scalable infrastructure for hosting Docker containers, allowing for smooth app management and scaling. To easily set up Docker on your EC2 instance, just follow this tutorial. What is Docker? Docker is an open-source platform that simplifies the process of building, [...]
Amazon SageMaker Feature Store
Amazon SageMaker Feature Store Cheat Sheet Amazon SageMaker Feature Store is a centralized repository for managing machine learning features. It simplifies the process of data exploration, model training, and batch predictions by providing a unified view of your features. Enhances ML model development and deployment efficiency. How does it work? SageMaker Feature Store stores features in feature groups. A feature group is a collection of related features that can [...]
How to configure AWS Lambda Function URL with Cross-Origin Resource Sharing
Get started learning how to build your first-ever Python Labs Client App, a web application that leverages the power of serverless computing. This creative application is primarily designed to cater to individuals eager to enhance their Python programming skills. By using the flexibility and scalability of AWS Lambda, you'll be able to create dynamic and interactive web experiences without the hassle of managing infrastructure. This Python Code Playground will [...]
Migration Evaluator Cheat Sheet
Migration Evaluator Cheat Sheet Migration Evaluator is a service that helps organizations assess their on-premises infrastructure and plan a migration to AWS. It provides insights into the costs of running current workloads on AWS and recommends optimized AWS resources based on usage patterns. Migration Evaluator Use Cases Use the Agentless Collector for broad discovery of your infrastructure or securely upload existing inventory data for analysis and insights. Capture a [...]
Advancing Your Tech Career: Why Cloud Certifications Matter
As technology advances at a breakneck pace, cloud computing fosters innovation and industry growth. Whether you're an IT veteran or transitioning into a new career, staying relevant means more than just acquiring technical skills—it also involves earning certifications demonstrating your cloud proficiency. This article will explore why certifications from significant providers like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP) are essential and how they can [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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. [...]
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 [...]
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 [...]
Amazon EKS vs Amazon ECS
Elastic Container Service (ECS) Elastic Kubernetes Service (EKS) Overview AWS’s fully managed container orchestration service for Docker containers. Designed for simplicity and ease of use. Seamless integration with AWS services and minimal management overhead. Tightly coupled with AWS, making it a cloud-native service. AWS’s managed Kubernetes service. Offers Kubernetes flexibility with AWS’s management and scaling. Ideal for teams needing Kubernetes features and ecosystem. Kubernetes is cloud-agnostic and [...]
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 [...]
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 [...]
Understanding Security Groups and Network Access Control Lists (NACLs) in AWS
Security within cloud environments is a critical consideration, and AWS offers robust tools to ensure that your cloud infrastructure remains secure. Two critical components in AWS for managing security are Security Groups and Network Access Control Lists (NACLs). These tools act as virtual firewalls, controlling the traffic that enters and exits your Virtual Private Cloud (VPC). While they serve similar purposes, they operate differently and are used in distinct [...]
Path-Based Routing with Application Load Balancer (AWS ALB): Efficiently Directing Traffic Based on URL Paths
An Application Load Balancer enables you to set up a listener with rules that direct incoming requests to target groups based on the URL. This capability is unique to Application Load Balancers and is not offered by other load balancer types like Classic Load Balancer, Network Load Balancer, and Gateway Load Balancer. The path pattern rules only apply to the path of the URL and do not consider the [...]
How to Change an AWS ACM Certificate on Amazon CloudFront Distribution
Before diving into the steps on how to change an AWS ACM-generated SSL Certificate, it’s important to understand the basics and benefits of this service. Having a solid understanding will provide context for the actions we are about to take and help us appreciate the value AWS Certificate Manager (ACM) brings to the table. What is the AWS Certificate Manager (ACM)? AWS Certificate Manager (ACM) is a service designed [...]
Real-Time AWS Health Dashboard Updates via Slack Notifications
In an organization or for users that use cloud services, staying updated with the status and health of cloud services is crucial. It's not just about maintaining operational efficiency and minimizing downtime; it's also about peace of mind and ensuring a seamless experience for both the team and customers. The AWS Health Dashboard provides detailed information about the health of AWS services and resources. To ensure timely awareness of [...]
Amazon Redshift Serverless
Bookmarks Use Cases Features Components Monitoring Security Pricing Amazon Redshift Serverless Cheat Sheet Amazon Redshift Serverless allows users to run and scale analytics without managing the underlying data warehouse infrastructure. It dynamically adjusts compute capacity to handle fluctuating query loads, delivering high performance and efficiency for analytical workloads. Amazon Redshift Serverless Use Cases Ideal for workloads with unpredictable usage patterns, [...]
Automated RDS Snapshot Management for Improved Data Security
The Automated Daily RDS Export ensures that daily snapshots of Amazon RDS instances are created and made shareable. While RDS takes daily snapshots automatically, these are not shareable by default. To address this, we copy the snapshots and share the copies with a designated backup account. This process uses AWS Lambda Functions and Amazon EventBridge to automate the task. EventBridge triggers the Lambda function daily, which handles copying and [...]
Solving HTTP 500 Errors by Increasing File Descriptor Limits
When it comes to web hosting and server management, facing HTTP 500 errors can be a challenging obstacle. Such errors frequently arise from file descriptor limits, which restrict the server's capacity to manage incoming requests efficiently. However, by understanding how to expand these limits, you can reduce the occurrence of HTTP 500 errors and guarantee more seamless operations for your web applications. Raising file descriptor limits helps fix HTTP [...]
Exploring C++ with AWS Lambda Custom Runtime
AWS Lambda is a great service for running code without worrying about server management. While it traditionally supports languages like Python, Node.js, and Java, AWS now allows you to run code in any language using custom runtimes. In this blog post, I'll walk you through setting up a C++ Lambda function that calculates the Fibonacci series. We'll leverage the performance and efficiency of C++ to build a function that [...]
Automating Slack Notification for Route 53 TTL Changes
Automating a Slack notification system for Route 53 with a 60-second TTL is intended to provide real-time alerts about DNS records with short TTLs. This setup ensures administrators receive quick notifications via Slack, enabling them to promptly identify and resolve potential issues. Through this proactive measure, the optimal performance and reliability of the AWS infrastructure are maintained. Moreover, this approach allows administrators to avoid potential problems by taking corrective [...]
Daily AMI Export: Enhancing Backup and Recovery
Daily automation of Amazon Machine Image (AMI) export is vital for keeping IT systems strong and dependable. This process ensures that the latest version of your system's setup is always saved. If something goes wrong, like a system crash, having these up-to-date backups means you can quickly get things back up and running. Additionally, it makes it easier to grow or move your systems because you have readily available [...]
AWS Certified Machine Learning Engineer Associate MLA-C01 BETA Exam Guide
The AWS Training and Certification team recently released the new AWS Certified Machine Learning Engineer Associate MLA-C01 exam along with the AWS Certified AI Practitioner AIF-C01 test this June 2024. This new role-based, Associate-level AWS certification exam will allow you to validate your machine learning skills to your current or future employer as well as improve your AI know-how in relation to AWS. You can be among the [...]
New AWS Certified AI Practitioner AIF-C01 BETA Exam Guide
Do you always sharpen your competitive edge in the highly competitive IT industry? Are you planning to position yourself for career growth and reach greater remuneration? Generative AI has been making waves in almost every aspect of the economy and job market to the point that the skills you have today could be worth less, or even worth absolutely nothing by nascent AI-powered tools from OpenAI's ChatGPT, Meta's LLaMa, [...]
Setting Up Slack Notifications for AWS Budget Alerts
Introduction Managing cloud costs effectively is crucial for businesses. AWS provides a feature to set budget alerts that notify you when your costs exceed a certain threshold. While these alerts can be sent via email, they can sometimes get lost in the flurry of daily emails, leading to delayed responses. This is where real-time Slack notifications for AWS budget alerts come into play. By integrating AWS budget alerts with [...]
Understanding and Managing AWS Lambda Recursive Loop Invocations
Introduction AWS Lambda is a serverless computing service that allows developers to run code without provisioning or managing servers. It automatically scales applications by running code in response to events and only charges for the compute time used. This makes AWS Lambda an ideal choice for building scalable and cost-effective applications. However, one challenge that developers might encounter is recursive loop invocations. This occurs when a Lambda function inadvertently [...]
Basic Authentication with AWS Rekognition
In this day of technology, it feels like every application has an AI/ML feature built into it, be it home appliances or accessories, chatbots in websites, or even watches. Not having a feature that uses AI or ML in your application feels like you're getting left behind, and it's very beneficial for users. But building an ML/AI feature from the ground up is no easy task, and it takes [...]
Managing AWS Resources from Slack with Slash Commands
Slack is a crucial application for most businesses. It allows the people working within to seamlessly communicate with one another. Slack offers a lot of features such as channels for text communication, huddles for group calls, canvas for a synchronized knowledge base, and more. As businesses or professionals in the tech industry, you'd be glad to know that Slack also supports app integrations, allowing you to bring your technical [...]
Basics of the Basics to AWS – Bonus Part: Machine Learning and AI
Over the past few years, AI has become the number 1 trend in the tech industry and it's easy to see why. With powerful generative AI models like GPT4, we are starting to experience what AI can really do. Fast forward to the present, many businesses rely on AI to improve their efficiency and optimize their expenses. With our growing application, we can utilize AI to give a better [...]
Basics of the Basics to AWS – Part 5: Security
With our application available on the internet for millions of users to access, it is now more vulnerable than ever to exploitations and cyber attacks like unauthorized access or Distributed Denial-of-Service (DDOS). Security could either make or break our application and it is a topic that we must not ignore. With thousands of user data under our protection, it is up to us to properly safeguard our application. Welcome to part [...]
Basics of the Basics to AWS – Part 4: Network
Cloud Service Providers, such as AWS, use various networking features to power its cloud computing platform. Having foundational computer networking knowledge will certainly come handy to properly configure your cloud applications and systems. It's important to know about the basics such as the 7 layers of the Open System Intercommunication (OSI) Model and Domain Name System (DNS) but fortunately, AWS makes some parts of networking easier for us. Welcome [...]
Basics of the Basics to AWS – Part 3: Databases
Data plays an important part in today's world and there's no better way to handle data than with a database. The only question now is whether we need a structured database or a more flexible database. Welcome to part 3 of my 6-part series called Basics of the Basics to AWS, where I introduce you to AWS by breaking it down into smaller digestible concepts related to software development. [...]
Unified Slack Automation for Purging the Cache
Cached data can sometimes be corrupted, which can lead to performance problems. It can also prevent applications and websites from loading the latest version of their content. That’s why clearing cache is a must, not only does it resolve these issues, it also clears up space. Clearing cache is also a way to protect privacy since cache can hold sensitive information. About the task Currently, when purging the cache [...]
Basics of the Basics to AWS – Part 2: Storage
Every application contains instructions made up of bytes and we want to make sure that these are kept safe in a secure storage system. When building applications on the cloud, it's beneficial to know about the different types of storage systems to pick the right tool for the job. Welcome to part 2 of my 6-part series called Basics of the Basics to AWS, where I introduce you to [...]
How to Implement CloudFormation Creation Policy on Ubuntu
Welcome to our guide on implementing AWS CloudFormation Creation Policy on Ubuntu! If you're diving into cloud infrastructure management with AWS CloudFormation, understanding Creation Policies is crucial for ensuring smooth stack creation and resource management. In this article, we'll delve into CloudFormation Creation Policy, a vital attribute for orchestrating resource creation in AWS CloudFormation. While focusing on Ubuntu, we'll also cover the essential installation of CloudFormation helper scripts, which [...]
How to Enable Slow Logging in PHP-FPM
In the dynamic field of online development, ensuring that PHP applications run smoothly is paramount, and performing its best is critical. In this article, we will discuss how to effectively identify and address issues that could impact system functionality and user experience, developers must excel in troubleshooting techniques. Logging plays an essential role in this process as it captures detailed information about the application’s behavior during its execution. By [...]
Setting Up Real-Time Slack Notifications for Amazon EC2 and EBS Events: A Step-by-Step Guide
Overview Stay updated with your Amazon EC2 and EBS events directly through your Slack channel. This guide will walk you through the process of setting up a system that sends a Slack notification for the following events: Creation of an AMI: Notifies when an Amazon Machine Image (AMI) is being created from an EC2 instance. This is represented by the CreateImage event. Rebooting of an EC2 Instance: Alerts when an instance [...]
Harnessing Real-Time Slack Notifications for Amazon RDS Event Monitoring
Efficient management and monitoring of database instances are crucial for any business to ensure smooth performance. Amazon Relational Database Service (Amazon RDS) is a widely used solution for managing relational databases in the cloud. Staying informed about important events and changes within the database instances is a critical aspect of RDS management. Real-time notifications are vital to keep teams updated and responsive to these events. Slack is a popular platform for real-time notifications and seamless team communication and information [...]
Basics of the Basics to AWS – Part 1: Computing
At the core of every application is computing power which is mostly in the form of a server but, do you know about Serverless computing and Microservices architecture? When it comes to building your cloud applications, it's certainly an advantage to know about servers and architecture. Welcome to part 1 of my 6-part series called Basics of the Basics to AWS where I introduce you to AWS by breaking [...]
AWS Student Community Day Philippines 2024
April 17, 2024, a day filled with learning and curiosity. This prestigious event was held at the Polytechnic University of the Philippines, Bulwagang Balagtas. This event served as a guide for budding tech enthusiasts and students who want to learn and dive into the world of cloud computing with Amazon Web Services (AWS). Throughout the day, participants got to listen to inspiring and knowledge filled discussions each designed to [...]
Basics of the Basics to AWS – Part 0: Where do we begin?
This 6-part series is inspired from a talk I gave on the AWS Student Community Day 2024 Philippines. Through this series, I will be teaching you the basics of AWS through a gimmick I call “Build an App with Me”. This gimmick will be about us trying to model an application’s system architecture through the use of AWS services. Through this gimmick, I aim to give you all a [...]
AWS for Students, Exploring Cloud Solutions
AWS extends far beyond just Lambda functions, providing an extensive range of vital services for learning and skill development. Throughout this blog, we will explore how Amazon Web Services (AWS) can benefit students interested in cloud computing as we cover various AWS services and their practical applications, helping them effectively leverage the opportunities it presents for aspiring professionals in the field of cloud computing. Starting off with examining AWS [...]
AZ-500 Microsoft Azure Security Engineer Associate Exam Sample Exam Questions
Here are 10 AZ-500 Microsoft Azure Security Engineer Associate Exam practice exam questions to help you gauge your readiness for the actual exam. Question 1 You have an Azure subscription and need to assign a role to a team member who must adhere to the principle of least privilege. This team member's task is to audit and report on Microsoft Entra ID, requiring view-only access to all settings and [...]
Amazon Q
Bookmarks Features Sub-modules Pricing References Amazon Q Cheat Sheet Amazon Q is an AI assistant that’s designed to be generative, meaning it can generate content, solve problems, and perform tasks using the data and expertise within your company. Use Cases Amazon Q is designed to provide quick and relevant answers to questions, streamline tasks, speed up decision-making, and foster creativity and innovation at [...]
Amazon Managed Workflows for Apache Airflow
Bookmarks Key Features Security Pricing References Amazon Managed Workflows for Apache Airflow (MWAA) Cheat Sheet Amazon MWAA is a service that helps you manage and automate your data workflows using Apache Airflow. Workflows are designed as Directed Acyclic Graphs (DAGs) using Python. Use Cases Complex Data Workflows: Handles complex data processing tasks. ETL Jobs: Coordinates Extract, Transform, Load (ETL) processes. Machine Learning: Prepares [...]
AZ-500 Microsoft Azure Security Engineer Associate Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-500 Microsoft Azure Security Engineer Associate certification is designed for security engineers who are responsible for security posture, implementing security controls, managing identity and access, and protecting data, applications, and networks in cloud and hybrid environments as part of an end-to-end infrastructure. Similar to AZ-305, it's aimed at [...]
AWS Glue Data Quality
Bookmarks Features Pricing References AWS Glue Data Quality Cheat Sheet AWS Glue Data Quality is a service that provides a way to monitor and measure the quality of your data. It’s part of the AWS Glue service and is built on the open-source DeeQu framework. Use Cases Analyzing data sets that are cataloged in the AWS Glue Data Catalog. Continuously monitoring the quality [...]
AWS Glue DataBrew
Bookmarks Features Components Pricing References AWS Glue DataBrew Cheat Sheet AWS Glue DataBrew is a tool designed to streamline your data analysis process. It allows you to interact with your data directly, eliminating the need for complex coding. With its extensive library of over 250 pre-built transformations, you can easily clean, normalize, and format your data, preparing it for insightful analysis. AWS [...]
Utilizing Lambda Functions to Control Amazon EC2 Instances via Slack
Managing and controlling resources is crucial in the cloud computing environment. Amazon Web Services (AWS) offers various services, including Amazon Elastic Compute Cloud (EC2), which provides scalable computing capacity in the cloud. Alongside AWS services, communication and collaboration tools like Slack have become integral to modern workflows. This article explores how to seamlessly integrate AWS Lambda functions with Slack to enable users to invoke actions such as rebooting, stopping, [...]
Enabling Virtual Deliverability Manager in Amazon Simple Email Service (Amazon SES)
Amazon Simple Email Service (SES) offers a cloud-based solution tailored for digital marketers and application developers aiming to distribute various emails, including marketing emails, notifications, and transaction-based communications. This service stands out for its reliability and cost-efficiency, making it an ideal choice for enterprises of varying sizes wishing to maintain consistent communication with their clientele. Amazon Simple Email Service (SES) addresses the intricate challenges associated with large-scale email dispatches [...]
Validate Referrer Headers Using CloudFront Function
Amazon CloudFront, a content delivery network (CDN), lets you distribute content with low latency and high data transfer speeds. One of its many features is the ability to create CloudFront functions, which are lightweight functions that can manipulate HTTP requests and responses. This article will discuss creating a CloudFront function to validate Referrer headers. Referrer Headers Referrer headers are an essential part of HTTP requests, as they indicate the [...]
My AWS Certified Data Engineer Associate DEA-C01 Exam Experience 2024
I recently took the actual exam of the AWS Certified Data Engineer - Associate DEA-C01 online. Interestingly, it has some resemblances with the exam content of the AWS Certified Data Analytics Specialty test, albeit not entirely the same in terms of depth. This new Associate-level exam aims to validate the skills and knowledge of IT Professionals in core data-related AWS services, such as the ability to implement data pipelines, [...]
Building Data Pipelines with No-Code ETL Using AWS Glue Studio
Introduction Welcome to the dynamic world of AWS Data Engineering! This beginner-friendly guide introduces you to the essentials of data staging and transformation within the AWS ecosystem without needing to code. By exploring the foundational use of Amazon S3 and AWS Glue, this guide provides a practical starting point for understanding how AWS data is handled and processed. Whether you're aiming for certification or looking to apply these skills [...]
Amazon EventBridge
Bookmarks Overview Concepts Features Additional Information Use Cases Best Practices Pricing References Amazon EventBridge Cheat Sheet Amazon EventBridge is a service that allows applications to communicate with each other using data from different sources in real time. It is a serverless event bus that acts as a centralized hub for ingesting events from various sources and directing them [...]
Entra ID
Entra ID Cheat Sheet Azure Active Directory (Azure AD) An identity and access management solution from Microsoft that helps organizations secure and manage identities for hybrid and multi-cloud environments. Microsoft Entra Verified ID Enables organizations to customize identity verification solutions to address their specific needs. Microsoft Entra Permissions Management A Cloud Infrastructure entitlement management (CIEM) that provides comprehensive visibility and control over permissions for any identity and any resource [...]
Azure Blob Storage
Azure Blob Storage Cheat Sheet Objects in Blob Storage are accessible via: Azure Storage REST API Azure Powershell CLI Types of Storage Account Type Performance Tier Best used for General-Purpose v2 Standard Most scenarios use Blob Storage or one of the other Azure storage services. Block Blob Premium High transaction rates or that use smaller objects or require consistently low storage latency. Page Blob Premium Storing text or binary [...]
Setting Up Development Environments with AWS Cloud9
Welcome to the world of AWS Cloud 9, where seamless development and collaboration meet in the cloud! Whether you're a seasoned developer or just starting your coding journey, Cloud 9 is here to revolutionize the way you build and deploy applications. Imagine having the power to write, run, and debug your code all within a browser-based integrated development environment (IDE). This powerful tool eliminates the need for complex local [...]
Amazon EC2 Reserved Instance Purchasing Option and its Different Payment Terms
In today's fast-paced digital era, businesses rely heavily on cloud computing services to manage their operations efficiently. When it comes to cloud computing, one of the key decisions involves choosing the right instance purchasing options. With various options available, it can be overwhelming to determine the most suitable approach. In this article, we will focus on Reserved Instance purchasing options, payment terms, and significance for business. By the end, [...]
My AWS Certified SYSOPS Administrator – Associate (SOA-C02) Exam Experience
I recently took and passed the AWS Certified SysOps Administrator Associate Exam and wanted to share my experience. This was a challenging yet rewarding journey, and I hope my insights will help those planning to take the same path. About the Exam The AWS Certified SysOps Administrator Associate ( SOA-C02 ) is consistently among the top paying IT certifications, considering that Amazon Web Services is the leading cloud services platform in the world [...]
VPC Interface Endpoint vs. Gateway Endpoint in AWS
What is a VPC Endpoint? With a VPC endpoint, you can establish a private connection to specific AWS services and VPC endpoint services through AWS PrivateLink. It eliminates the need for public IP addresses for communication between these services and your Amazon VPC instances. Furthermore, a secure connection is maintained since no information leaves the Amazon network while traveling between your Amazon VPC and the service. VPC endpoints are [...]
Switching Your Spot EC2 Instance to a Reserved EC2 Instance
Amazon Elastic Compute Cloud (EC2) is a cloud computing service that instantly provides flexible and scalable resources to deploy virtual servers, called instances. While Spot Instances can save you a significant amount of money, especially for short-lived workloads, there may come a time when you need a more predictable pricing model. This is where Reserved Instances (RIs) come in handy. In this article, we'll explain the reasons for switching [...]
Microsoft Entra ID
Bookmarks Features Concepts Monitoring Microsoft Entra Directory Security Microsoft Entra ID Cheat Sheet An identity and access management service that helps you access internal and external resources. Microsoft Entra licenses: Free, Premium P1, Premium P2 and Pay as you go Free – user and group management in your on-premises directory Premium P1 – allows access to both on-premises and cloud resources. Premium [...]
Securing Application Logs with Amazon Comprehend
Security is one of the more overlooked aspects that many fall victim to when designing the architecture of applications. Partnering this lack of security priority with the increasing value of personal user data, security breaches become one of the certain ways for companies to lose user trust, face legal charges, and, in the long run, fail. Various governments developed data compliance laws to set minimum guidelines for security in [...]
3 Ways to Fast Track your Cloud Career Journey this 2024
I usually have a countdown to the end of the year (even as early as the 1st quarter of the year) that acts as a timebox for me to track my goal progression or even catch up with the old aspirations until the earth completes yet another revolution around the sun. We may not accomplish 100% of our targets, but if we keep a positive disposition in life [...]
Building a Simple Video Hosting Service using Amazon CloudFront, Amazon S3, and AWS Amplify
Application Use Case The primary purpose of this application is to share a video as a link and have it accessed by viewers with low latency. This feature is great for those who make quick videos, for example, a short demonstration on how to use an application or a group of academics sharing their explanations to mentor their peers. Overview of the Tech Stack Different [...]
Machine Learning Mathematics: Regression Basics
In recent years, of the ever-evolving landscape of technology, a few of the most prominent buzzwords that continue to capture the imagination of innovators and entrepreneurs alike are Machine Learning (ML) and Artificial Intelligence (AI). With the boom of OpenAI’s ChatGPT last November 2023, as well as the many that followed suit, including major tech companies like Meta with their LLaMa model and Google’s PaLM and newly announced Gemini, [...]
Release with a Pipeline: Continuous Delivery to AWS with GitHub Actions
This is the final part of a three-part article about a Web Application Project from building a private infrastructure to building a deployment pipeline using AWS’ cloud-native continuous delivery service AWS CodePipeline, and now finalizing the infrastructure to be accessible in a public domain and building a pipeline for continuous deployment using a third-party CD tool – GitHub Actions. From the private infrastructure previously built, we will update the S3 [...]
Distributed Data Parallel Training with TensorFlow and Amazon SageMaker Distributed Training Library
Introduction In the realm of machine learning, the ability to train models effectively and efficiently stands as a cornerstone of success. As datasets grow exponentially and models become more complex, traditional single-node training methods increasingly fall short. This is where distributed training enters the picture, offering a scalable solution to this growing challenge. Distributed Training Overview Distributed training is a technique used to train machine learning models on large [...]
Securing Machine Learning Pipelines: Best Practices in Amazon SageMaker
Introduction In today's digital era, the importance of security in machine learning (ML) pipelines cannot be overstated. As ML systems increasingly become integral to business operations and decision-making, ensuring the integrity and security of these systems is paramount. A breach or a flaw in an ML pipeline can lead to compromised data, erroneous decision-making, and potentially catastrophic consequences for businesses and individuals alike. This section will delve into why [...]
HTTP Flood Attack Notification using AWS Lambda, Amazon EventBridge and CloudWatch Logs Insights
We can almost do everything now on the website. Selling clothes, ordering food, video posting, doing business meetings, online classes, and others, you name it. Running a website is very awesome and at the same time hard, especially when bad actors want to mess with it. One sneaky way is an "HTTP Flood Attack," where your website gets bombarded with too many requests. This can slow down or even [...]
Training an Image Classification Model with TensorFlow in Amazon SageMaker
Introduction In today's digital age, where data is as vital as currency, the power of Machine Learning (ML) in transforming industries is undeniable. From self-driving cars to personalized medicine, ML models are at the heart of many technological breakthroughs. Among the various tools and frameworks available for ML, TensorFlow has emerged as a leader, renowned for its versatility and scalability. This article aims to demystify the process of training [...]
NEW Product Release: All-in-Access: Courses + PlayCloud Sandbox (AWS) & Play Sandbox (AWS)
Brace yourselves for a journey into the cutting-edge realms of tech and education! We're thrilled to announce not one but two incredible products designed to supercharge your learning experience and bring your skills to new heights! 🚀 Get ready to dive into innovation with our super-focused PlayCloud Sandbox (AWS) and All-in-Access: Courses + PlayCloud Sandbox (AWS). Let's explore why these releases are set to revolutionize your learning journey. PlayCloud Sandbox (AWS) [...]
Building a Deployment Pipeline for a React Application with AWS CodePipeline
This is the second part of a series of blogs about the platform management of a React Application infrastructure by adding a continuous deployment component to the earlier infrastructure. In an earlier article, I wrote about how a private react application infrastructure can be deployed with Terraform code. Now, we will explore this further by building a deployment pipeline using AWS CodePipeline. Let's assume that the source code of [...]
Train and Deploy a Scikit-Learn Model in Amazon SageMaker
Introduction In the ever-evolving world of machine learning (ML), the ability to efficiently train and deploy models is crucial for turning innovative ideas into real-world applications. This is where Amazon SageMaker, a fully managed service that provides every developer and data scientist with the ability to build, train, and deploy machine learning models quickly, stands out. Amazon SageMaker streamlines the machine learning workflow, offering a broad set of capabilities [...]
Securing LLMs with Guardrails for Amazon Bedrock
One of the pillars of the AWS Well-Architected Framework is security. It is a foundational concept when running your workloads in the cloud to think about privacy, access limits, compliance with regulatory requirements, and data protection; and this includes Amazon Bedrock. Along with several AI announcements during the keynote of AWS CEO, Adam Selipsky during AWS re:Invent 2023 was Guardrails for Amazon Bedrock. As AI technology evolves and becomes [...]
Building a Private React Application Infrastructure with Terraform
This is the first part of a series of blogs about the platform management of a React Application infrastructure using Terraform. In the early phases of a software development project, it is mandatory to have the application reviewed by security way before the Beta release to ensure that the app adheres to the standards of a secure web application and is able to protect the sensitive data it handles. [...]
How to Install and Configure PHP OpCache with Web Viewer on Ubuntu 20.04
The performance of your PHP applications can be significantly enhanced by using OpCache, a PHP opcode cache. OpCache reduces the need to recompile your PHP scripts on each request by storing the generated bytecode in memory, resulting in quicker execution rates and lessened server load. Image retrieved from https://www.pinterest.ph/pin/flash-running-poster-custom-posters-design-your-own-wall-art-create-personalized-prints--792281759458556733/ This article will walk you through installing and configuring PHP OpCache with Web Viewer on Ubuntu 20.04. Install OpCache Install [...]
Deploying a Serverless Inference Endpoint with Amazon SageMaker
Introduction Welcome to our deep dive into the world of serverless machine learning (ML) inference using Amazon SageMaker. In this blog post, we will explore the innovative and efficient approach of deploying ML models without the need for managing servers, a method known as serverless inference. What is Serverless Inference? Serverless inference is a cloud computing execution model where the cloud provider dynamically manages the allocation of machine resources. [...]
My AWS Certified Data Engineer Associate DEA-C01 BETA Exam Experience
I recently took the beta exam of the AWS Certified Data Engineer - Associate DEA-C01 online, and from the get-go, I can see its resemblance to the AWS Certified Data Analytics Specialty test, albeit not entirely the same in terms of depth. This new Associate-level exam aims to validate the skills and knowledge of IT Professionals in core data-related AWS services, such as the ability to implement data pipelines, [...]
Adding SSL to WordPress Website with Let’s Encrypt
With the rapid advancement of technology today, it is undeniable that this has resulted in a higher number of cyber-attacks, calling every website owner to strengthen their preemptive measure to protect and have robust security for their website and its users. One essential way of boosting website security is by obtaining an SSL (Secure Sockets Layer) certificate. This article will explore the reasons and benefits of adding an SSL [...]
Setting Up AWS EventBridge for Cross-Region IAM Event Notifications
AWS EventBridge is a serverless event bus service that simplifies event-driven architectures. In this guide, we'll explore how to leverage EventBridge with a cross-region event bus to overcome the regional limitations associated with IAM (Identity and Access Management) events. This setup will enable you to capture and respond to IAM events seamlessly across AWS regions. Use Case: Cross-Region IAM Event Notifications with AWS EventBridge AWS CloudWatch Events are powerful, [...]
Mastering AWS CDK Part 2: Leveraging Custom Constructs
In the previous article, we delved into the fundamentals of AWS CDK, focusing on leveraging AWS's pre-built constructs. We examined a straightforward Serverless REST API architecture, which integrates three primary serverless services from AWS. These include Amazon API Gateway as the REST API's access point, AWS Lambda for computing, and Amazon DynamoDB for data storage. The Fat Lambda In contrast to the basic architecture previously discussed, it's important to [...]
Amazon Kendra
Bookmarks Features Benefits Use Cases Document Types and Formats Supported Data Sources Querying Data Use of Tags Pricing Amazon Kendra Cheat Sheet Amazon Kendra is a highly scalable, intelligent enterprise search service. It utilizes machine learning to search unstructured data and improve accuracy in search results. It’s tightly integrated with other AWS services, such as Amazon S3 and [...]
Amazon Bedrock
Bookmarks Key Features Additional Capabilities Pricing Amazon Bedrock Cheat Sheet Amazon Bedrock enables you to construct and expand applications powered by generative AI. These applications have the capability to produce text, images, audio, and artificial data in reaction to specific prompts. Key Features Model Choice: Amazon Bedrock provides access to a variety of high-performing foundation models from leading AI companies such as AI21 [...]
AWS Billing Conductor
Bookmarks Key Features Benefits Pricing AWS Billing Conductor Cheat Sheet Facilitates showback and chargeback workflows for AWS Solution Providers and Enterprise customers. Enables customization of an alternative monthly billing data version. Models your billing relationship with customers or business units. Maintains your existing AWS billing method. Allows configuration, generation, and display of rates to specific customers over a billing period. Supports analysis of [...]
AWS Device Farm
Bookmarks Key Features Terminology Availability Device Selection Test Types Test Reports Pricing Security Reference AWS Device Farm Cheat Sheet AWS Device Farm allows you to examine and interact with your Android, iOS, and web applications on actual, physical devices maintained by Amazon Web Services (AWS). Key Features Automated App Testing - Device Farm provides the functionality to [...]
AWS AppConfig
Bookmarks Key Features Benefits Use Cases Pricing Reference AWS AppConfig Cheat Sheet AWS AppConfig allows software developers to quickly and securely adjust application behavior in production environments without needing to deploy code. It enhances the frequency of software releases, improves application resilience, and enables rapid response to emergent issues. Key Features Feature Flags: Allows gradual release of new capabilities to users [...]
AWS Well-Architected Tool
Bookmarks Key Components Using the Tool Best Practices Benefits Reference AWS Well-Architected Tool Cheat Sheet The AWS Well-Architected Tool is a service that helps you review your workloads and compares them to the latest AWS architectural best practices. The tool provides recommendations for making your workloads more reliable, secure, efficient, and cost-effective. Key Components Workload is a term used to describe [...]
In-Place Querying in AWS
When you look at the Gartner magic quadrant of cloud service providers, AWS is still the leader and the leading visionary of the cloud computing space. It offers an array of services that empower companies and organizations to manage and analyze massive sets of data with unprecedented agility. At the core of this revolution, “In-place querying” is a technique pioneered by AWS that is reshaping how data is processed [...]
Batch Data Ingestion Simplified in AWS
Today's tech industry is dominated by Big Data and Cloud Computing. It is crucial for companies and organizations to efficiently manage large volumes of data. To address this important need, AWS offers robust solutions for handling these chunks of large data, particularly through batch data ingestion. This process involves collecting and importing bulk or big data into storage or other processing systems at regular intervals or specific events. Batch [...]
Data Ingestion in AWS: Handling Homogenous and Heterogenous Data
The phrase "data is the new oil" or "data is the new gold" may sound like a cliche, but it captures the fact that data is a critical asset for modern businesses. Companies have long used data to inform strategic decisions, especially in today's tech industry. Many organizations now build dedicated data analytics teams to harness information gathered from various sources. Yet, for an average Joe, the process of [...]
Generative AI and Reinventing with Amazon Q
The Journey to Amazon Q AWS re:Invent 2023 recently concluded, and there has been some exciting news around data, infrastructure, artificial intelligence, and machine learning. One of the big announcements was Amazon Q, currently under Preview release. Amazon Q is a generative artificial intelligence (AI) powered conversational assistant. Announced during the keynote by AWS CEO Adam Selipsky, he spoke about various things that AWS is doing to support its [...]
Building Code-Free GenerativeAI Apps with PartyRock
What is PartyRock? It has been two weeks since Amazon announced PartyRock, an Amazon Bedrock Playground. It comes with the tagline “Everyone can build AI apps”. According to Amazon President and CEO, Andy Jassy, it was just an internal tool created by AWS developers to experiment with Foundation Models from Amazon Bedrock. The name PartyRock was in reference to it being a fun and collaborative way to experience Amazon [...]
How I Prepared for the AWS Cloud Practitioner CLF-C02 Exam as a Data Scientist
In the ever-evolving landscape of technology, the pursuit of knowledge and skills is not just a choice but a necessity, especially for professionals like data scientists. This realization led me to embark on a journey towards achieving the AWS Certified Cloud Practitioner CLF-C02 certification, a decision that not only expanded my technical horizons but also underscored the importance of continuous learning in the tech industry. As a data scientist, [...]
Amazon AI Fairness and Explainability with Amazon SageMaker Clarify
Introduction In the rapidly evolving domain of machine learning, ensuring fairness and explainability in model predictions has become crucial. With Amazon SageMaker Clarify, these critical aspects are not just an afterthought but integral components of the model development and deployment process. This article delves into the world of SageMaker Clarify, offering a comprehensive guide to its capabilities and practical applications. We commence our journey with a high-level understanding of [...]
The AI Revolution: An Overview of Generative AI and Foundation Models
The recent biggest trends in technology revolve around this buzzword that exploded in popularity: Generative AI. After the initial public release of ChatGPT from OpenAI around November 2022, plenty of other chatbots powered by large language models (LLMs), like Google’s PaLM powering Google Bard and Meta’s LLaMa model, took the world by storm. These LLMs have empowered millions of users and developers, affecting various areas of work and thus [...]
Personal ML Projects with Amazon SageMaker, Amazon Comprehend, Amazon Forecast and Other ML Services
Machine learning and artificial intelligence have been powering many of the technologies we use daily, some of which we may not actively pay attention to, and they have become second nature to us. Suppose we actively look for the presence of ML/AI. In that case, we can find them everywhere: natural language processing in our AI Assistants, recommender engines in e-commerce, social media, and music, and fraud detection in [...]
Automating Binary Classification Model Building with Amazon SageMaker Autopilot
Introduction In the ever-evolving world of machine learning, binary classification stands out as one of the most fundamental and widely used techniques. At its core, binary classification involves categorizing data into one of two groups based on certain features. This method is crucial in various applications, such as spam detection, medical diagnosis, and customer churn prediction. However, building an effective binary classification model can be a complex and time-consuming [...]
Leveraging Amazon CloudFront with S3 and Route 53 for Subdomain Configuration
Amazon S3 and Route 53, both provided by AWS, offer a comprehensive solution for managing and deploying web content. Route 53 allows you to create alias records that direct to the website endpoint of your S3 bucket. Meanwhile, Amazon S3 is a robust service for hosting static websites. These services, when used together, provide a powerful toolset for web content management. However, there's a key requirement when using these [...]
How AWS IQ Works
AWS offers a lot of platforms to meet various needs of businesses, which will help them grow and succeed. Now, some companies must complete a project, follow timelines and requirements, encounter challenges to specific services, and need help moving forward. Here comes AWS IQ, provided by Amazon Web Services, wherein customers and certified experts engage, offering support in different perspectives, services, and domains. This platform will be a great [...]
Setting up a Static Website on Amazon S3
What is Amazon S3? Amazon S3, a scalable and secure object storage service, offers an efficient and cost-effective way to host static websites. In this article, I will guide you through a step-by-step process of setting up a static website on Amazon S3. Whether you're an experienced developer or a beginner just starting out, this guide will equip you with the knowledge and tools you need to launch your [...]
Serverless Synergy: Building a Full-stack Serverless Application with Sentiment Analysis from Image Capabilities with the AWS Suite
Plenty of full-stack web applications are scattered across the internet nowadays, with varying tech stacks and services utilized to serve their varying purposes. Like with other technologies, as popularity increases, so does the surrounding ecosystem, which manifests in significant improvements in the development cycle. In this article, we will discuss how to build a simple but purposeful, full-stack web application using multiple features of Amazon Web Services. We will [...]
A Compact Guide to Building Your First DAG with Amazon Managed Workflows for Apache Airflow
In the vast realm of data processing, orchestrating workflows becomes crucial to ensure tasks run efficiently and reliably. Apache Airflow has revolutionized this aspect, providing a flexible platform to define, schedule, and monitor workflows. Combining this with Amazon's managed service, we can supercharge our workflow setup without the overhead of manual maintenance. In this guide, we dive deep into constructing your first Directed Acyclic Graph (DAG) using Apache Airflow, [...]
Serverless Model Deployment in AWS: Streamlining with Lambda, Docker, and S3
Welcome back to our series on model deployment in AWS! In the fast-paced world of machine learning and data science, the ability to deploy models efficiently and reliably is crucial. This is where AWS services, with their vast array of tools and capabilities, come into play. In this second installment, we will delve into the potent combination of AWS Lambda and Docker, coupled with the convenience of storing models [...]
Deploying a Trained CTGAN Model on an EC2 Instance: A Step-by-Step Guide
Welcome to the first entry in our series on deploying machine learning models in AWS. As cloud computing and machine learning continue to evolve and intersect, understanding the dynamics of deployment becomes invaluable. Whether you're an enthusiast, a budding data scientist, or a seasoned professional, the insights offered by this series are tailored to empower you to make the most of AWS's vast ecosystem. One recurrent pitfall in the [...]
Migrating from Universal Analytics to Google Analytics 4
You can observe how users interact with your websites and online products using Google Analytics, which tracks users across all your websites and apps. The data collected contains the web pages your customers access and their activities, which include taps, scrolls, purchases, and other consumer actions. Google Analytics 4 (GA4) has replaced the old Universal Analytics as of June 2023. This transition means that post-June 2023, you'll be using [...]
Setting Up Redirects on Amazon S3 for a Custom Domain Registered with Amazon Route 53
This article will guide you on creating redirects on Amazon S3 for a website with a custom domain registered with Amazon Route 53. The following services will be used: Amazon Route 53 for domain registration and routing internet traffic, Amazon S3 for bucket creation, uploading a redirection script, configuring permissions for public access, and configuring the buckets for website hosting. In this example, we will redirect a custom domain [...]
Mastering AWS CDK Part 1: Using Built-In Constructs for Serverless APIs
In the realm of Infrastructure as Code (IaC) within AWS, CloudFormation stands out as the foundational service. Many other IaC solutions, whether it's the Serverless Framework, AWS SAM, or even Terraform, ultimately get translated into CloudFormation. Additionally, the AWS Cloud Development Kit (CDK) has emerged as a distinct player in this space. What sets AWS CDK apart is its embrace of familiar programming languages. Instead of relying on YAML [...]
AWS CloudShell
Bookmarks Features Security Pricing AWS CloudShell Cheat Sheet A terminal that you can access from the AWS Management Console to interact with your AWS resources without installing any software on your local computer. To run AWS CLI commands, you can use any command-line interpreter: Bash (bash) PowerShell (pwsh) Z shell (zsh) The compute environment is built on Amazon Linux 2. 1 vCPU 2 [...]
Cloud Native: The Future of Application Development
If you could do a quick search on the definition of cloud native, chances are you would be confused by the amount of different sources with varying definitions. The term "cloud native" has become a buzzword within the tech industry, symbolizing a paradigm shift in how software applications are designed, developed, and deployed. But what exactly does cloud native mean? The varying definitions of cloud native may be primarily [...]
Azure vs AWS vs GCP Service Comparison
In the dynamic landscape of cloud computing, Microsoft's Azure stands as a pivotal player, offering myriad services that cater to businesses of all sizes and sectors. Azure's commitment to flexibility, scalability, and reliability is evident in its expansive toolset, allowing for seamless application development, management, and deployment across its vast global network of data centers. What's particularly intriguing is that one can find a corresponding or equivalent service within [...]
Creating a Slack Notification for Redis Errors with Lambda Function and CloudWatch Logs Integration
As more companies turn to cloud solutions, monitoring and notification systems for errors are becoming increasingly crucial. Redis, an open-source, fast, in-memory key-value data store, is now a widely used solution for databases, cache, message brokers, and queues. However, like any software, Redis may experience errors that require immediate attention. This article will guide you through setting up an automated Slack Notification using Lambda Function and CloudWatch Logs Integration [...]
Introduction to Kubernetes
Containerization has set the gold standard for deploying applications on both on-premises and cloud environments. As microservices architecture becomes more popular, people increasingly embrace containerization because it naturally fits this architectural approach. Containerization brings many advantages: It guarantees portability. This technology's inherent isolation lets developers deploy their application code on various environments and operating systems without worrying about compatibility. It boosts scalability. Developers can deploy containers quickly and repeatedly. [...]
Amazon MemoryDB for Redis
Bookmarks Features Concepts Security Networking Pricing Amazon MemoryDB for Redis Cheat Sheet An in-memory database service for microservices-based applications. MemoryDB stores all of your data in memory, allowing you to achieve microsecond read and single-digit millisecond write latency and high throughput. It also uses a Multi-AZ transactional log to store data across multiple AZs in order to enable fast failover, database [...]
AWS Certified Data Engineer Associate Exam – DEA-C01 Study Path
Bookmarks AWS Certified Data Engineer Associate DEA-C01 Exam Domains AWS Certified Data Engineer Associate DEA-C01 Exam Topic Is taking the AWS Certified Data Engineer Associate DEA-C01 Beta Exam worth it? Learn about the AWS Certified Data Engineer Associate Exam Topics The AWS Certified Data Engineer - Associate (DEA-C01) certification exam evaluates a candidate's ability to implement data pipelines and address performance and [...]
Route Analyzer vs. Reachability Analyzer vs. Network Access Analyzer
Introduction In network management and security, it is very important to understand how data flows within your network. Fortunately, AWS gave us three essential tools to help with this realm: Route Analyzers, Reachability Analyzers, and Network Accessibility Analyzers. Each of these tools has a unique purpose that we can use in dissecting and optimizing our network infrastructure. In this article, we will delve into the differences between these analyzers, [...]
Navigating DNS Management: Unveiling Amazon Route 53 Inbound and Outbound Resolver Endpoints
The DNS, or Domain Name System, forms the backbone of internet communication, translating user-friendly domain names into IP addresses that computers use to locate resources online. Amazon Route 53 Resolver is a service provided by Amazon Web Services (AWS) that allows you to manage DNS (Domain Name System) resolution within your Amazon Virtual Private Cloud (VPC) and connect your VPC to on-premises networks. Amazon Route 53 Resolver enables DNS [...]
AWS Data Exchange
Bookmarks Concepts Security Pricing AWS Data Exchange Cheat Sheet A service that enables users to search, subscribe to, and use third-party data in the cloud. Provides a central catalog where data providers may publish their data products, and data subscribers can search and subscribe to them. You can also find and use publicly available data sets that are part of the Open Data [...]
AWS Certified Cloud Practitioner Exam Guide Study Path CLF-C02
Bookmarks What to Review What AWS services are included How to Review Common Exam Scenarios Validate Your Knowledge What to expect from the exam Final Exam Tips The AWS Certified Cloud Practitioner CLF-C02 exam or AWS CCP is the easiest to achieve among all the AWS certification exams. This certification covers most if not all, fundamental knowledge that [...]
Maximizing Startup Success: The Serverless Revolution
Even though the pandemic was largely perceived in a negative light, it led to the emergence of many groundbreaking tech startups. As layoffs, furloughs, and business shutdowns became commonplace, individuals turned to entrepreneurship, launching a multitude of small businesses. Data from the US Census Bureau indicates an impressive 24.3% surge in new business applications between 2019 and 2020, totaling 4.5 million by the end of 2020. Thanks to the [...]
Is An Azure Certification Still Worth It in 2023?
In the dynamic world of technology, the constant evolution of tools, platforms, and skill sets can often make professionals question the relevance and value of particular certifications. One such credential that has gained immense popularity over the years is the Azure certification from Microsoft, and with the shelf life of many skills now less than half a decade, continuous learning and upskilling are crucial. As the need for cloud [...]
AWS Cloud Adoption Framework – AWS CAF
Bookmarks What is the Cloud Adoption Framework? The Perspectives of the AWS Cloud Adoption Framework Capabilities of AWS CAF AWS CAF Use Cases Benefits of Using AWS CAF What is the AWS Cloud Adoption Framework? The AWS Cloud Adoption Framework, or AWS CAF for short, is simply a framework provided by AWS to assist you in adopting [...]
AI-900 Microsoft Azure AI Fundamentals Sample Exam Questions
Here are 10 AI-900 Microsoft Azure AI Fundamentals practice exam questions to help you gauge your readiness for the actual exam. Question 1 Match the relevant Microsoft guiding principles for responsible AI with their appropriate descriptions. Instructions: To answer, drag the appropriate item from the column on the left to its description on the right. Each correct match is worth one point. Correct Answer: Accountability: Establishing procedures to [...]
Kubernetes and Cloud Native Associate (KCNA) Sample Exam Questions
Here are 10 Kubernetes and Cloud Native Associate (KCNA) practice exam questions to help you gauge your readiness for the actual exam. Question 1 What is the smallest deployable unit of computing that you can create and manage in Kubernetes? Container kubelet Node Pod Correct Answer: 4 Pods are the smallest deployable units of computing that you can create and manage in Kubernetes. It is similar to a set [...]
AZ-305 Designing Microsoft Azure Infrastructure Solutions Sample Exam Questions
Here are 10 AZ-305 Designing Microsoft Azure Infrastructure Solutions practice exam questions to help you gauge your readiness for the actual exam. Question 1 You have an application named Manila running on an Azure virtual machine scale set. The data used by the application is stored in a SQL Server on Azure Virtual Machines. The application is not used 24/7. You need to recommend a disaster recovery solution for [...]
Kubernetes Workload Resources
Bookmarks Defining a Kubernetes Workload Resource Deployments ReplicaSet StatefulSets DaemonSet* Jobs CronJob Automatic Cleanup for Finished Jobs ReplicationController A workload is an application that can have one or more components running on Kubernetes. A Pod represents a set of running containers in the cluster. Kubernetes allows for declarative configuration of workloads and its components. This will allow [...]
Kubernetes Services
Bookmarks What is a Pod? What are Kubernetes Services? Kubernetes Service Types Defining a Service Headless Service What is a Pod? A Pod is a Kubernetes Object that has one or more containers running inside it. A Pod will ensure that the containers inside it share the same resources and local network. Each Pod gets its own IP address. If you [...]
Kubernetes Objects
Bookmarks Object Names and IDs Kubernetes Object Management Labels and Selectors Namespaces Annotations Field Selectors Owners and Dependents Finalizers Kubernetes Objects represent the desired state of the cluster and are created by configuration. These objects can be created, modified, or deleted via the Kubernetes API. Kubernetes Objects describes the following: ● what containerized applications [...]
Kubernetes Components
Bookmarks What are Kubernetes Components? Control Plane Components Node Components Kubernetes Add-Ons What are Kubernetes Components? There are two main components to Kubernetes: Cluster and Control Plane. When deploying Kubernetes, at least one cluster will be created. A cluster contains the following components: ● Nodes. ○ Worker machines that runs containerized applications. ○ Every cluster will have at least one node. ○ [...]
Kubernetes Fundamentals
Bookmarks Fundamental Terminologies What is Kubernetes? Origin of Kubernetes name Deployment without Kubernetes Deployment with Virtualization Deployment with Container via Kubernetes What are Containers? Kubernetes and Docker Benefits of using Kubernetes Fundamental terminologies Containers - a lightweight, standalone, and executable package that can hold a workload. Workload - an application. This can be a single component or [...]
Managing AWS Organizations and Accounts with AWS Control Tower
Introduction As organizations embrace the power of the cloud and scale their operations on Amazon Web Services (AWS), managing multiple AWS accounts can become a complex and daunting task. Challenges such as decentralized governance, inconsistent security controls, and manual provisioning processes can hinder an organization's ability to harness the full potential of AWS. To address these issues, AWS Control Tower steps in as a comprehensive solution that streamlines multi-account [...]
Customizing Your AWS Control Tower Landing Zone
AWS Control Tower is an AWS solution that simplifies the management of multi-account AWS installations. Although it provides default configurations to create a landing zone, customizing it is still essential to meet specific organizational requirements. Organizations can tailor access controls, organizational structures, and resource provisioning processes. This article explores different ways to customize the landing zone, enabling organizations to optimize the benefits of AWS Control Tower and create a [...]
AZ-305 Microsoft Azure Solutions Architect Expert Exam Study Path
Bookmarks Study Materials Azure Services to Focus On Validate Your Knowledge Final Remarks The AZ-305 Microsoft Azure Solutions Architect Expert certification is designed for experienced professionals who can design, implement, and manage Microsoft Azure solutions. The exam tests your skills in designing and implementing solutions for a variety of business needs, including scalability, security, and compliance. Prior experience in infrastructure management is [...]
Managing AWS Costs with AWS Budgets and Credits
Cloud services like Amazon Web Services (AWS) have become widely recognized and necessary for businesses of all sizes. However, with the convenience and flexibility of AWS come the potential challenges of managing costs effectively. It can be daunting to manage AWS costs, particularly when you have a lot of resources running in your account. Nonetheless, there is a way to help with this concern by working your AWS Costs [...]
Cloudfront Function URL Demo
In this article, we will guide you through the process of setting up a CloudFront Function for your CloudFront distribution. We'll walk you through a scenario where we use CloudFront Functions to redirect users to different content based on their device type. By the end of this guide, you'll gain a clear understanding of how CloudFront Functions can benefit your specific use case. Creating an S3 Bucket This bucket [...]
Data Concepts in Azure Machine Learning
Azure Machine Learning Data Concepts URI A Uniform Resource Identifier (URI) represents a storage location on a local computer, Azure storage, or a publicly available http(s) location. URIs can be used as inputs or outputs to an Azure Machine Learning job and can be mapped to the compute target filesystem in different modes: read-only mount, read-write mount, download, or upload. URIs use identity-based authentication to connect to storage services, [...]
NEW Practice Test Sampler – AZ-305 Designing Microsoft Azure Infrastructure Solutions
Are you preparing to take the AZ-305 Designing Microsoft Azure Infrastructure Solutions exam and are looking for free materials or resources that will help you pass and become certified? Good news! It is with absolute delight that we announce the release of our NEW Practice Test Sampler- AZ-305 Designing Microsoft Azure Infrastructure Solutions. The AZ-305 Designing Microsoft Azure Infrastructure Solutions exam will test your subject matter expertise in implementing, [...]
AWS Lambda Response Streaming Demo
Introduction Response streaming is a new invocation method that enables your functions to progressively stream response payloads back to the clients. Instead of waiting for the entire data to be ready, your applications can now receive chunks of data as soon as they become available. This means faster loading times and a more responsive user experience. Response Streaming vs. Non-Streaming (Buffering) To quickly get an idea of how it [...]
CloudFront Function URL
Introduction CloudFront Functions is a feature of Amazon CloudFront that enables developers to deploy and run lightweight JavaScript functions at AWS’s global edge locations closer to the end-users. This functionality facilitates high scalability and low latency and simplifies operations by allowing developers to run code that customizes the content delivered through CloudFront. When to Use CloudFront Functions? CloudFront Functions is ideal for simple tasks requiring high request rates and [...]
My SAA-C03 AWS Certified Solution Architect Associate Exam Experience 2023
Getting certified is an essential milestone for IT professionals for career advancement in today's competitive industry. The AWS Certified Solutions Architect - Associate (SAA-C03) is one such certification. In this article, I will share my SAA-C03 exam experience, highlighting my challenges, overcoming setbacks, and the lessons I learned, including the various SAA-C03 exam topics I encountered. Basically, the AWS Certified Solutions Architect - Associate certification test is an Associate-level [...]
Building Serverless APIs with AWS API Gateway and AWS Lambda
Are you looking to create robust and scalable APIs without dealing with infrastructure management? In this article, we'll look at how to use AWS Lambda and AWS API Gateway to create serverless APIs. You may build APIs that automatically grow, are simple to manage, and offer a seamless user experience by using these services. Your APIs' front door is AWS API Gateway, and AWS Lambda handles the backend computation. [...]
Lightning-Fast Static Website with Amazon S3 and CloudFront with Origin Access Control (OAC)
Harnessing the power of Amazon S3 and CloudFront, with the added advantage of Origin Access Control (OAC), offers many benefits for hosting a static website. With Amazon S3's reliable and scalable storage, with CloudFront's global content delivery network, a website can provide lightning-fast access to users worldwide. Implementing OAC adds an essential layer of security that prevents direct access to the S3 bucket, mitigating potential security risks. OAC is [...]
Redacting PIIs Using S3 Object Lambda
The Challenge Data privacy is a top priority for businesses, especially amid the rising global data regulations. One common challenge is ensuring sensitive data, like personally identifiable information (PII), remains protected when data is accessed or transferred. Imagine you have a bunch of employee profiles stored as CSV files in an S3 bucket. These profiles include sensitive information such as real names, social security numbers, and email addresses, along [...]
Azure Applied AI Services: Computer Vision and NLP Workloads on Azure
Computer Vision on Azure involves the use of Azure AI Services and related tools to analyze and understand visual content, such as images and videos. The goal is to enable computers to interpret and extract valuable information from visual data. Computer Vision Workloads on Azure: Azure AI Services Azure AI Services that analyzes and understands images and videos. It provides features like object detection, image recognition, image tagging, and [...]
Google Certified Associate Cloud Engineer (ACE) Sample Exam Questions
Here are 10 Google Certified Associate Cloud Engineer (ACE) practice exam questions to help you gauge your readiness for the actual exam. Question 1 Your company’s finance team needs to back up data on a Cloud Storage bucket for disaster recovery purposes. You want to comply with Google’s recommended practices in implementing the solution for this task. Which storage class do you think would be the best option? Multi-Regional [...]
AWS Certified Machine Learning Specialty MLS-C01 Sample Exam Questions
Here are 10 AWS Certified Machine Learning Specialty MLS-C01 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A trucking company wants to improve situational awareness for its operations team. Each truck has GPS devices installed to monitor their locations. The company requires to have the data stored in Amazon Redshift to conduct near real-time analytics, which will then be used to generate [...]
AWS Certified Advanced Networking Specialty ANS-C01 Sample Exam Questions
Here are 10 AWS Certified Advanced Networking Specialty ANS-C01 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A company is building its customer web portal in multiple EC2 instances behind an Application Load Balancer. The portal must be accessible on www.tutorialsdojo.com as well as on its tutorialsdojo.com root domain. How should the Network Engineer set up Amazon Route 53 to satisfy this [...]
AZ-104 Microsoft Azure Administrator Sample Exam Questions
Here are 10 AZ-104 Microsoft Azure Administrator practice exam questions to help you gauge your readiness for the actual exam. Question 1 Your company has an Azure Storage account named TutorialsDojo1. You have to copy your files hosted on your on-premises network to TutorialsDojo1 using AzCopy. What Azure Storage services will you be able to copy your data into? Table and Queue only Blob, Table, and File only Blob, [...]
AWS Certified Security Specialty SCS-C02 Sample Exam Questions
Here are 10 AWS Certified Security Specialty SCS-C02 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A leading hospital has a web application hosted in AWS that will store sensitive Personally Identifiable Information (PII) of its patients in an Amazon S3 bucket. Both the master keys and the unencrypted data should never be sent to AWS to comply with the strict compliance [...]
AZ-900 Microsoft Azure Fundamentals Sample Exam Questions
Here are 10 AZ-900 Microsoft Azure Fundamentals practice exam questions to help you gauge your readiness for the actual exam. Question 1 A company is planning to deploy its suite of enterprise applications to Microsoft Azure, where each application has several dependencies and subcomponents. The company must also control and manage the patching activities of the underlying operating system of the servers. What type of cloud deployment solution should [...]
AWS Certified DevOps Engineer Professional DOP-C02 Sample Exam Questions
Here are 10 AWS Certified DevOps Engineer Professional DOP-C02 practice exam questions to help you gauge your readiness for the actual exam. Question 1 An application is hosted in an Auto Scaling group of Amazon EC2 instances with public IP addresses in a public subnet. The instances are configured with a user data script which fetch and install the required system dependencies of the application from the Internet upon [...]
AWS Certified Solutions Architect Professional SAP-C02 Sample Exam Questions
Here are 10 AWS Certified Solutions Architect Professional SAP-C02 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A data analytics startup has been chosen to develop a data analytics system that will track all statistics in the Fédération Internationale de Football Association (FIFA) World Cup, which will also be used by other 3rd-party analytics sites. The system will record, store and provide [...]
AWS Certified CloudOps Engineer Associate SOA-C03 Sample Exam Questions
Here are 10 AWS Certified CloudOps Engineer Associate SOA-C03 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A financial start-up has recently adopted a hybrid cloud infrastructure with AWS Cloud. They are planning to migrate their online payments system that supports an IPv6 address and uses an Oracle database in a RAC configuration. As the AWS Consultant, you have to make sure [...]
AWS Certified Developer Associate DVA-C02 Sample Exam Questions
Here are 10 AWS Certified Developer Associate DVA-C02 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A programmer is developing a Node.js application that will be run on a Linux server in their on-premises data center. The application will access various AWS services such as S3, DynamoDB, and ElastiCache using the AWS SDK. Which of the following is the MOST suitable way [...]
AWS Certified Solutions Architect Associate SAA-C03 Sample Exam Questions
Here are 10 AWS Certified Solutions Architect Associate SAA-C03 practice exam questions to help you gauge your readiness for the actual exam. Question 1 A tech company has a CRM application hosted on an Auto Scaling group of On-Demand EC2 instances with different instance types and sizes. The application is extensively used during office hours from 9 in the morning to 5 in the afternoon. Their users are complaining [...]
AWS Certified Cloud Practitioner CLF-C02 Sample Exam Questions
Here are 10 AWS Certified Cloud Practitioner CLF-C02 practice exam questions to help you gauge your readiness for the actual exam. Question 1 Which of the following channels shares a collection of offerings to help you achieve specific business outcomes related to enterprise cloud adoption through paid engagements in several specialty practice areas? AWS Enterprise Support Concierge Support AWS Professional Services AWS Technical Account Manager Correct Answer: 3 [...]
NEW AWS Certified Cloud Practitioner CLF-C02 Exam Version in 2023
Heads up! After nearly six years since its pilot release, the AWS Certified Cloud Practitioner CLF-C01 exam is undergoing a long-awaited revamp. The AWS Training and Certification team is introducing a fresh and updated version of the exam, which, naturally, will be called the AWS Certified Cloud Practitioner CLF-C02 exam. The last date that you can take the CLF-C01 exam version is on September 18, 2023. Meanwhile, you can [...]
AWS IoT Core
AWS IoT (Internet of Things) Core It is a managed cloud service that connects IoT devices to other devices and AWS cloud services easily. It can support billions of devices and routes trillions of messages to AWS services without managing an infrastructure securely and reliably. It offers connectivity between devices and the AWS cloud, continuous processing of data sent from connected devices and [...]
Managing Non-EC2 Servers using AWS Systems Manager
Introduction AWS Systems Manager is like a Swiss army knife for your cloud infrastructure, bundling a wide range of features into a single service. You can use it to effectively manage not only your entire AWS ecosystem but also extends its capabilities to your on-premises infrastructure. Here's a quick rundown of what it offers: Operations Management: AWS Systems Manager collects and aggregates operational data, offering you insights for understanding [...]
Setting Up AWS Billing Alerts on Slack
Introduction Let's first get familiar with the AWS Cost Explorer. It's essentially a dedicated financial advisor for your AWS expenses, helping you make sense of where your spending goes. With an easy-to-use interface, AWS Cost Explorer provides detailed visual analytics of your past, present, and predicted AWS usage and costs. Why Slack for AWS bill? We've all been there, trying to stay on top of our monthly bills. [...]
Automated Machine Learning (AutoML) in Azure
Automated machine learning, known as automated ML or AutoML, streamlines the tasks involved in developing machine learning models by automating repetitive tasks. Azure Machine Learning provides the Python SDK, allowing you to leverage the power of AutoML. Applications of AutoML It simplifies the machine learning model development process, allowing users to implement ML solutions without extensive programming knowledge. Classification Identifies data points into categorical labels Precision is the ratio [...]
Securing Your Repositories with AWS CodeGuru: How Machine Learning Can Improve Your Code Quality and Security
Ensuring code quality and security is of utmost importance in the ever-evolving field of software development. However, traditional code review practices can be time-consuming and prone to errors, often resulting in overlooked vulnerabilities. Fortunately, the combination of machine learning (ML) and cloud computing has given rise to innovative solutions like AWS CodeGuru, empowering developers to significantly improve code quality and security. This article explores the capabilities of AWS CodeGuru [...]
Enhance Your Security Posture: Configure SNS Notifications for AWS Secrets Manager Rotation Events
In the ever-changing digital landscape, maintaining robust security measures is crucial for businesses utilizing cloud services like Amazon Web Services (AWS). As the significance of secure data storage grows, it becomes essential to prioritize the management and regular rotation of sensitive information. AWS Secret Manager offers a secure solution for storing and rotating secrets, and by configuring Amazon Simple Notification Service (SNS) notifications for Secrets Manager rotation events, organizations [...]
Azure Responsible AI
Azure Responsible AI Cheat Sheet Microsoft outlines six key principles for responsible AI: accountability, inclusiveness, reliability and safety, fairness, transparency, and privacy and security. Accountability People designing and deploying AI systems need to be accountable for their actions and decisions. Internal review bodies can provide oversight and guidance in AI systems. Considers the systems' impact and integrating ethical considerations into their development Inclusiveness AI should consider all human races [...]
Azure 101: Azure Resource Manager and ARM Templates
Azure Resource Manager (ARM) is a game-changer for users managing resources in Microsoft's Azure cloud services platform. A unified management layer provides a consistent way to create, update, and delete resources within Azure. Before Azure resource deployment, Azure classic was the deployment model. In the old approach, managing a solution required individually tracking resources and deploying them manually or via scripted sequences. Deleting a solution also meant removing each [...]
Efficient Log Monitoring: Filter CloudWatch Logs with Metric Filters and Get SNS Notifications
Monitoring logs efficiently is essential in today's fast-paced and data-centric world, especially for cloud-based applications and services. Amazon Web Services (AWS) provides a robust solution called CloudWatch Logs, which enables centralized log monitoring, analysis, and management. One of the key functionalities of CloudWatch Logs is the ability to filter logs effectively using metric filters and receive notifications through Amazon Simple Notification Service (SNS). This combination empowers users to streamline [...]
Adding Logs Insights Queries To Your CloudWatch Dashboard
Introduction Widgets are the building blocks of a CloudWatch dashboard. They come in various types that can help you interpret metrics in a way that's not only meaningful but also tailored to your specific needs. While they are typically used for visualizing metrics, widgets can also display the results of Logs Insights queries on your dashboard. Logs Insights queries as a checklist You can save Logs Insights queries to [...]
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 [...]
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 [...]
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. [...]
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 [...]
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 [...]
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 [...]
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. [...]
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 [...]
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 [...]
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. [...]
How To Reduce Your Monthly Azure Usage
As organizations embrace the digital transformation era, they're turning to cloud computing to facilitate operations, scale up and down smoothly, and, most importantly, cut IT costs. Microsoft Azure is one of the powerhouses for providing cloud computing services to its users worldwide, providing numerous tools and services from computing power, storage, networking, databases, and AI. In this article, we will provide an insightful overview of the various strategies for [...]
Azure 101: Azure Migrate
In today's rapidly evolving digital landscape, migrating to the cloud has become crucial for organizations seeking to remain competitive and agile. While the cloud offers numerous benefits, such as scalability, cost optimization, and flexibility, the migration process presents a unique challenge. These challenges include the need for technical expertise to navigate complex cloud environments, potential security risks that come with transferring sensitive data and ensuring a seamless transition with [...]
Azure 101: Protecting Your Resources Using Azure Resource Locks
Microsoft Azure provides a wide range of features and services to ensure the security and stability of cloud resources. One such feature is Azure Resource Locks, which helps organizations protect critical resources from accidental deletion or modification. In this article, we will explore the uses and benefits of Azure Resource Locks and the types of locks available, helping you understand how to leverage this feature for your organization's needs. [...]
How AWS IAM Handles Conflicting IAM Policies
Overview When a user attempts an action in AWS, such as launching an EC2 instance or listing S3 buckets, AWS evaluates all involved IAM policies to determine whether to grant the request. Since IAM policies can be associated with various types of identities, the hierarchy of these identities influences the final permissions for a user. AWS IAM Policy Evaluation Flow Let’s break down the process of how AWS evaluates [...]
Understanding the IAM:PassRole Permission
Introduction Many AWS services often require the use of an IAM role to execute actions on your behalf. For example, when you create a Lambda function, you assign an execution role to it. AWS can generate one for you automatically, and then you define the permissions you want it to have after. Most of the time, that's the case. However, there are instances when you might choose to associate [...]
Azure Arc Cheat Sheet
Azure Arc Cheat Sheet A hybrid cloud management platform for managing servers, Kubernetes clusters, and applications across on-premises, multi-cloud, and edge environments. Centralize resource management and deploy consistent Azure services anywhere. Azure Arc Features You can deploy Azure services (Azure Policy, Azure Monitor, and Azure Defender) anywhere, allowing them to use the same tools and processes across their entire hybrid cloud estate. Enforce policies, audit logs, and detect threats [...]
Different Ways of Passing Parameters Securely in CloudFormation
Introduction When writing CloudFormation templates, it's a security best practice to avoid hardcoding sensitive info, like client secrets, API keys, or passwords. Sharing templates with hardcoded details by mistake can put your infrastructure and data at risk. In this article, we'll explore different secure methods to pass parameters in CloudFormation templates. Using the NoEcho Attribute To avoid hardcoding parameters in your template, you can define them during stack creation [...]
Automate Confluence Backup Using AWS Step Functions
Introduction In this article, I'm gonna show you how you can create an automated Confluence backup in Atlassian using an AWS serverless solution. The motivation behind this article stems from a recent task I was working on a couple of weeks ago. My goal was to run a scheduled backup of Confluence data and export it to Amazon S3. Since Confluence backups are deleted 14 days after creation, it’s [...]
How To Peer Two Azure Virtual Networks
Organizations rely on efficient and secure communication between various infrastructure components in today's breakneck speed and interconnected world. Virtual Network Peering is a powerful solution to address these needs by seamlessly connecting resources across different Azure virtual networks. This feature enables organizations to optimize their network performance, reduce latency, and enhance security, all while minimizing costs. In this article, we will delve into the concept of virtual network peering, [...]
How to Get AWS Digital Badges for Free
Amazon Web Services (AWS) provides a variety of digital badges that allow individuals to exhibit their proficiency and knowledge in different AWS technologies. These digital badges act as a virtual symbol of their accomplishments, providing an effective means of showcasing their expertise to potential employers, colleagues, and peers. In this article, we will explore what AWS digital badges are and provide guidance on how to get them for free [...]
Azure Virtual Machines vs Azure App Service – Which One Is Right For You?
Have you ever wondered during your cloud migration journey whether Azure Virtual Machines or Azure App service would best suit your workload requirements? In this article, we'll take a deep dive into the advantages and disadvantages of using Azure Virtual Machines and Azure App Service. By discussing the key differences, drawbacks of these services, and benefits, you can make an educated decision on where to host your application. You [...]
AWS Community Day Philippines 2023
AWS User Group Philippines is celebrating its 10-year anniversary by hosting the most awaited AWS Community Day Philippines 2023 event on the 29th and 30th of July. Join the learning and fun as the keynote speakers and industry leaders share their success stories, AWS use cases, swags, raffle prizes and many more AWSomeness! AWS Community Days are community-organized cloud education events that highlight technical discussions and demos by expert [...]
What’s New in AWS Certified Security Specialty SCS-C02 Exam in 2023?
After 5 years since its very first version was released, the AWS Certified Security Specialty exam will finally get its official update. The AWS Training and Certification team is releasing its new version, with an exam code of SCS-C02, on July 11, 2023. You can register for the new and updated SCS-C02 AWS Certified Security Specialty exam as early as June 13, 2023. Take note that the last day [...]
Introducing Amazon Bedrock – AWS response for OpenAI’s DALL·E 2, ChatGPT-4 and other Generative AI Rivals
There's no denying that all major tech companies now are on their toes, trying to grab enough Artificial Intelligence (AI) market share which has been exponentially growing for the past several years. The race has been further highlighted when OpenAI released its game-changing ChatGPT service which spread like wildfire for both geeks and non-IT professionals alike. Based on various reports, it is set to boom into a $90 billion [...]
Different Types of AWS Certifications Explained in a Nutshell
What is Amazon Web Services (AWS)? Amazon Web Services (AWS) is the most popular cloud service provider in the world, offering a wide range of cloud computing services to businesses and individuals. AWS certifications have become increasingly valuable as more and more companies move their workloads to the cloud. These certifications validate the skills and knowledge of individuals who work with AWS services, making them more employable and helping [...]
Increase Your Chances of Passing Your AWS, Azure, and GCP Exam with these Review Strategies
Have you ever considered obtaining a cloud certification but are unsure of the first steps or where to begin? Let me help you increase your chances of passing your AWS, Azure, and GCP exams with these review strategies. Embarking on a new journey can be daunting, especially when starting out. However, in this article, I will discuss how I started my path toward obtaining cloud certifications by sharing my [...]
How to Set Up Alerts Rules and Action Groups in Azure Monitor
In this article, we’ll learn how to create action groups and alert rules to automatically monitor our infrastructure and take automated actions based on certain conditions. The service that we’ll use for this tutorial is Azure Monitor. Alerts in Azure Monitor act as a watchdog, constantly monitoring your infrastructure and application for potential problems. It alerts you before users experience any problems by sending you alerts when something is [...]
How to Land a Job in Cloud Computing from Non-Tech Role
If you're interested in pursuing a career in cloud computing but lack a technical background, don't fret. Simply put, cloud computing involves the delivery of computing services over the internet, such as storage, processing power, and applications. In this article, we'll delve into some essential aspects of cloud computing that you should be aware of to improve your chances of landing a cloud-related job, even without prior technical experience. [...]
How Can I Learn AWS for FREE this 2023 (Beginner’s Guide)
For those interested in cloud computing or seeking to upgrade their skills, gaining knowledge of AWS can be a highly beneficial asset. Since AWS is currently the leading cloud service provider, there are numerous resources available, such as free online courses and documentation, which make starting with AWS both an uncomplicated and approachable process. If your goal is to become an AWS certified and you don’t have any experience [...]
Default Host Management Configuration on AWS Systems Manager
AWS Systems Manager’s Fleet Manager is a useful tool for managing Amazon EC2 instances on your account. It allows you to establish a private session to your instances, view detailed information about the instance, run automation such as patch installations, or execute specific Run commands to the instance’s operating system. It can also be used to manage on-premises servers or virtual machines. Using AWS Systems Manager tools requires that [...]
My DVA-C02 AWS Developer Associate Exam Experience
A few weeks ago, I took and passed the latest AWS Certified Developer Associate exam, DVA-C02. If you've already cleared DVA-C01 and intend to recertify, note that you can no longer book DVA-C01 exams. I suggest checking out this article I wrote a couple of months ago. This breaks down the changes you need to be aware of, and I’ve also shared my expectations for the DVA-C02 exam. In [...]
Customize Your Invite Links with Amazon S3 Website Redirect
If you use Discord, Slack, or Telegram, you're probably familiar with those long and complicated invite links used to join servers or channels. These links can be difficult to remember and may even discourage some people from joining. With URL redirection, you can create a custom and easy-to-remember domain name for your invite links. For example, you might use a domain like "discord.mycoolsite.com" that redirects to the invitation page [...]
Using Amazon Route 53 Resolver
In the previous blog post, we talked about Split-view DNS using Amazon Route 53, in which the DNS server gives out a different response to the same DNS query based on where the query came from. This is helpful if you are in a hybrid environment when you want an internal application to resolve a domain from a private hosted zone and external applications to resolve from a public [...]
Is a Cloud Computing Career Still Worth Pursuing in 2023?
Cloud computing has remained a hot topic in the IT field for the past years, gaining even more attention during the height of the COVID-19 pandemic. Between 2020 and 2021, there’s been a burst of cloud adoption from startups, mid-sized businesses, and even large enterprises as they looked for ways to adapt to remote work and digital operations. And it's no wonder, given the benefits it offers over traditional [...]
7 Most In-Demand IT Skills for 2023
Every day the growth of technology is exponential, there will come a time when the technology you've just learned will be obsolete. If you’re currently exploring opportunities in the IT industry, we’re gonna tackle the article provided by Indeed about the best IT jobs for the year 2023. Below, you'll find information that reflects the current trends and offers a chance to explore new career paths. Despite the anticipated [...]
Using Origin Access Control (OAC) to Secure S3 Object Access to CloudFront
What is Amazon S3 Object Access? Amazon S3 is one of the most popular AWS service organizations use, as it offers industry-leading scalability, data availability, security, and performance for object storage. S3 is utilized to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics. One of [...]
AWS Certified Cloud Practitioner CLF-C01 Exam Domains
Amazon Web Services began its Global Certification Program in 2013 with the primary purpose of validating the technical skills and knowledge of IT Professionals in building secure and reliable cloud-based applications using the AWS Cloud. On April 2013, AWS launched its first-ever AWS Certification test called the AWS Certified Solutions Architect Associate exam. This was followed by the AWS Certified SysOps Administrator and AWS Certified Developer Associate exams. Amazon [...]
Retrieving Parameter Values from SSM Parameter Store through AWS Lambda
In today's world, serverless computing is gaining popularity as it offers technologies for running code, managing data, and integrating applications, all without managing servers. It eliminates the infrastructure management tasks so developers can focus on application development. One of the requirements of serverless development is storage for configuration data management and secrets management. Developers need to store data such as passwords, database strings, etc., at some point. Luckily, Parameter [...]
Secure EC2 Instances Connections Leveraging Session Manager
As more workloads are being migrated to the cloud, security should always be a top priority. Some organizations fail to consider security and therefore paid the price of having their workloads compromised. For example, an EC2 instance that has its SSH inbound port open to the world, therefore, providing unrestricted access to attackers globally. Luckily, AWS has a service that allows you to connect to your EC2 instances without [...]
Benefits of Being AWS Certified
Have you ever heard of AWS Certifications? Are you wondering if it is beneficial to get one? Is an AWS certification enough to land a cloud-related job? These are typical questions that aspirants ask and wonder if it’s favorable to commit to studying. For this article, we will discuss the benefits of being AWS certified and whether it’s worth it to invest time and effort. Let’s get started. Amazon [...]
AWS Amplify
AWS Amplify Cheat Sheet AWS Amplify is a platform that simplifies building and deploying full-stack applications with pre-built UI components, hosting options, and easy integration with AWS services. It's flexible and scalable, making it easy to add new features and adapt to changing requirements. Amplify Services AWS Amplify offers two main services: Amplify Hosting and Amplify Studio Amplify Hosting a fully managed CI/CD and hosting service for [...]
5 Best Cloud Projects For Beginners
If you are a student, career changer, or IT professional who wants to work in the cloud computing industry, you must present your portfolio to the interviewer. A portfolio is a collection of previous projects and experiences, which can be paid or unpaid. This shows the interviewer that you know what you're talking about and that you have the skills required for the job. As a beginner, you must [...]
Azure 101: Subscriptions And Management Groups
In Microsoft Azure, a subscription is an agreement between a customer and Microsoft on how to pay for and access Azure services. It is paid based on the consumption of services within the subscription. For example, if you provisioned Azure Virtual Machines, App Service, Azure SQL Database, and other services, your subscription will be billed based on using these services. There are many types of subscriptions. Each type of subscription may [...]
Azure 101: Regions And Availability Zones
Natural disasters are no laughing matter that we can take for granted; they can seriously mess up a business and its operations, especially when using traditional on-premises IT infrastructure. Luckily, with Azure regions and availability zones, companies can have a backup plan to ensure data redundancy, disaster recovery, scalability, and remote access. With Microsoft Azure, companies can continue to operate even in the face of natural disasters. This means [...]
Don’t Learn AWS Until You Know These Things
Learning AWS is like trying to drink from a firehose. At least, that's how I remember it felt when I jumped into AWS years ago as a non-IT guy. I often bounced around between different articles and Youtube videos, struggling to make sense of all the concepts. One moment, I'd be focusing on an EC2 tutorial but then realize I needed to understand VPCs first, so I'd click over [...]
What Is The AWS Community Builders Program And How To Apply
Are you passionate about creating technical content like blog posts, videos, etc., especially in Amazon Web Services (AWS)? Ever heard of AWS Community Builders Program? You might be interested in becoming an AWS Community Builder. In this article, we will discuss what AWS Community Builders Program is about, its benefits, and how to apply to become an AWS Community Builder. So what is AWS Community Builders Program? AWS Community [...]
Creating And Mounting An Azure File Share
A file server provides organizations with a system to centrally store, manage, and access files within a network, such as documents, images, videos, logs, etc. With file servers, users can easily share and collaborate on files with others. Azure Files is a fully managed file share solution that aims to replace or supplement on-premises file servers. It is a platform as a service (PaaS) offering by Microsoft Azure that [...]
Deploying Docker Images To Azure Container Apps
Containers, cloud-native, and microservices are all used in modern software development and deployment. A container is a standalone executable package that contains everything needed to run a piece of software, creating an isolated environment for the application. While microservices are an architectural paradigm for developing applications composed of small, independent services. This enables teams to autonomously build, deploy, and grow their services, increasing the speed and agility of the [...]
Reduce The Cost Of Your Lambda Functions With Event Filters (Part 2 of 2)
Introduction In the first part of this post, we covered the concept behind event filtering in AWS Lambda and learned how it could help you save money by invoking functions only when necessary. Now it's time to put that knowledge into practice. In this part 2, we’ll see event filtering in action using Amazon Simple Queue Service (SQS) as the event source. Overview A user sends a JSON message [...]
Reduce The Cost Of Your Lambda Functions With Event Filters (Part 1 of 2)
Problem statement You are primarily billed based on how long your Lambda functions run and how often it is invoked. This is why AWS Lambda is great for scheduled jobs, short-duration tasks, and event-based processes. But does this mean you shouldn’t use them for high-volume traffic applications? Well, the short answer is... it depends. Whether or not to use AWS Lambda for high-volume traffic workloads ultimately depends on the [...]
SFTP On Your Ubuntu EC2 Instance – Quick and Simple Setup
SFTP, which stands for Secure File Transfer Protocol, is a method of transferring files between computers. It operates over SSH (Secure Shell) and uses public-key cryptography for authentication. This means that your login credentials and file transfers are encrypted, making them much more secure than the traditional FTP (File Transfer Protocol). Why SFTP over SCP? SFTP and Secure Copy Protocol (SCP) are both network protocols that you can use [...]
Automate Resources In Azure Using ARM Templates
Infrastructure as Code (IaC) is a method of running IT infrastructure that automates, configures, and manages systems and networks using scripts or code. It can work with a variety of file formats, including JSON and YAML. YAML (YAML Ain't Markup Language) is a data serialization format that is commonly used in Ansible, Kubernetes, and other tools. While JSON (JavaScript Object Notation) is a popular data interchange format that is [...]
AWS Shared Responsibility Model
Cloud computing is changing the way businesses operate by providing scalable, pay-as-you-go infrastructure and services. The shared pool of configurable computing resources is made up of thousands of powerful physical servers located in data centers around the world and equipped with enterprise-grade processors capable of creating hundreds or even thousands of virtual machines for multiple customers. However, one of the primary concerns when migrating a private infrastructure to a [...]
Azure Storage Redundancy Options
What are the Azure Storage Redundancy Options? Azure storage redundancy options provide different levels of protection for data stored in Azure. These options ensure that data is available and retrievable in case of failure or data loss. There are several different types of consistency options available in Azure, each with its own features and benefits. Locally Redundant Storage (LRS) has the lowest level of consistency in Azure storage redundancies. [...]
Azure Resource Manager (ARM)
Azure Resource Manager Cheat Sheet Azure Resource Manager is a service that allows you to create, update, and delete resources in your Azure account. Enables you to manage access control, locks, and tags for your resources after they have been deployed. Features All requests are authenticated and authorized by ARM before being routed to the appropriate Azure service. Manage infrastructure using declarative templates and deploy it in a repeatable [...]























































































































































































































































































































































































































































































