pohwj.hashnode.devPython Telegram Chatbot with Google Cloud Vision APIThis is a personal project documented to integrate Telegram chatbot with Google Cloud Vision using Python. The chatbot takes the role of a game master and assesses if the image uploaded by user passes the criteria to proceed to next stage of the game...Jun 1, 2025·3 min read
pohwj.hashnode.devLeverage on CI/CD to provision infrastructure & do configuration management.Introduction This is the 3rd post and my follow up to the previous blog post, https://pohwj.hashnode.dev/ansible-basics. In this blog, I utilise GIthub Actions, one of the CI/CD tools to automate workflow to provision infrastructure and do configurat...Apr 5, 2025·3 min read
pohwj.hashnode.devAnsible BasicsThis is a follow up to my previous post on https://pohwj.hashnode.dev/spinning-up-red-hat-vms-using-terraform. I will be exploring basics of Ansible, a tool use for configuration management. The aim is to update RHEL OS from 9.4 to 9.5, install and s...Mar 9, 2025·2 min read
pohwj.hashnode.devSpinning up Red Hat VMs using TerraformThis page documents the steps to spin up 2x Red Hat Linux VMs using Terraform on AWS for sake of practice. Tools used: AWS CLI Terraform v1.9.8 My SSH authentication key VS Code Editor Setup Enter ‘aws configure’ on the command line. You will b...Dec 25, 2024·3 min read
pohwj.hashnode.devServerless Movie APIThis page documents the steps taken to create the serverless API that displays movie information. This is part 2 of capstone project recommended by learntocloud.guide, https://learntocloud.guide/phase2/ The infrastructure in this project such as the ...Jun 15, 2024·4 min read