Thursday, June 8, 2023

Recent Posts

AWS

My First go Lambda Function

Background Python is an easy to read language and has great support and libraries in the developer community. Most of my AWS Lambda functions are...

Linux

Linux Commands a to z

I went for a technical interview yesterday, 1st Oct 2019 and I was asked a question, to name a Linux command for each of...

WORDPRESS

Analyze Apache Logs Using Athena – Part II

In my earlier post, I demonstrated how one could copy their Apache log files to S3 and then use AWS Athena to query the...

AWS Random Post

AWS Encryption CLI Examples

0
Background In this post I am going to demonstrate how to use the AWS Encryption CLI to perform client side encryption and decryption of files...

WORDPRESS Random Post

WordPress Theme Selection

0
One of the most important things you must do after you install WordPress is choose a theme. WordPress comes with a default theme and...

LINUX Random Post

mongodb replica set using docker compose – part ii

0
In my previous post here I showed how to setup a mongodb replica set using docker-compose. While this worked fine for testing the database...