TGTheodore Gerradinqatestblog.hashnode.dev·Sep 9, 2024 · 6 min readAWS Cloud Series III: Cloud security and permission management with AWS IAMWhat is AWS IAM ? AWS Identity and Access management (IAM) is a AWS service that allows you to securely control access to AWS resources. This is useful because it enhances security by restricting access to critical resources based on the principle of...00
TGTheodore Gerradinqatestblog.hashnode.dev·Aug 20, 2024 · 4 min readAWS Cloud Series II: A Beginner's guide to creating visualizations on Amazon QuickSight.What is AWS QuickSight ? AWS QuickSight is a cloud-based business intelligence (BI) service offered by Amazon Web Services (AWS). It allows organizations to easily create and share interactive dashboards, visualizations, and reports from their data. ...00
TGTheodore Gerradinqatestblog.hashnode.dev·Aug 13, 2024 · 7 min readAWS Cloud Series: A Beginner's guide to hosting a static website on Amazon S3!What it Amazon S3 & how is it useful ? Amazon S3 (Simple Storage Service) is a scalable, high-speed, web-based cloud storage service offered by Amazon Web Services (AWS). It allows developers to store and retrieve any amount of data at any time, from...00
TGTheodore Gerradinqatestblog.hashnode.dev·Sep 28, 2021 · 7 min readQA Tester Beginner Series: A beginners guide to JavaScript Automation with Cypress (PART IV)- Page Object Design Pattern and Dashboard ServicesPOM is a design pattern where Page objects and their locators are separated from test automation scripts. POM = Test-Cases(TC) + Page Object Classes(POC) This allows for easy re-usability and maintainability of tests. Just like with custom-commands...00
TGTheodore Gerradinqatestblog.hashnode.dev·Sep 22, 2021 · 6 min readQA Tester Beginner Series: A beginners guide to JavaScript Automation with Cypress (PART III)- Hooks, Fixtures and Custom CommandsFor today's post, we will be taking a look at hooks, fixtures and custom commands which are some of the core competencies for cypress test automation. Hooks in Cypress Cypress hooks are borrowed from the Mocha framework and are responsible for organi...00