Enable Cloudwatch Alarm and SNS Topic for AWS Billing Alert

Hello viewers. If you are someone who owns a root account of AWS or has a free-tier AWS account then billing must be something that makes you feel very terrified until you are extremely rich😜 (If you are, buy me a coffee and dm for details). So, the logic is, we will be configuring a … Continue reading Enable Cloudwatch Alarm and SNS Topic for AWS Billing Alert

Host your static website with s3, CloudFront, Route53, and domain from godaddy in 4 easy steps

Before getting our hands dirty, I would want you to sign-up for a free-tier account of AWS because it provides you with: Even though AWS CloudFront and S3 charge very little but still... We will be using 4 AWS services to host our static website. S3Route 53Certificate ManagerCloudFront STEP 1 Create 2 S3 buckets. - … Continue reading Host your static website with s3, CloudFront, Route53, and domain from godaddy in 4 easy steps

Speed is a feature – Web Optimization

Speed is a feature. And to deliver it, we need to understand two critical components that dictate the performance of all network traffic: latency and bandwidthLatency:The time from the source sending a packet to the destination receiving itBandwidth:Maximum throughput of a logical or physical communication path In September 2015, Hibernia Networks launched a new fiber-optic … Continue reading Speed is a feature – Web Optimization

Scraping using Regular Expressions

Before I jump directly on web scraping using regular expressions. I will tell you why we use regular expressions and a little basic of Regular expressions in python. I will get you through with some examples which will tell you why regular expressions are important for a developer. A Regular Expression is a special text … Continue reading Scraping using Regular Expressions