Jul 19, 2022Python Fizz BuzzOk! How did I get here. Well, I was talking to friend who has been in the industry (Tech) for like 20yrs. As I am drilling him asking all of these questions about things he did in the youth of career, to what he does now as a senior, and…Python3 min readPython3 min read
Jul 7, 2022Python Web-Scraper DemoIts me again!!! This time I needed spend more time on my Python and I wanted to do something other than the usual snake games and number games. This time i chose something that is dear to my heart….Pokemon(admit it you all love Pokemon. We all wanted a Mew) This…Python33 min readPython33 min read
Published in AWS Tip·Jun 20, 2022Creating A CI/CD Pipeline to Push Terraform CodeOk! So this one took some time but this will not be a super in depth tutorial on creating a CI/CD pipeline using Github, AWS Code Pipeline and Terra(Terraform..by now you guys know how I feel about terraform. Hence the nickname). To following along with me here you will need…Terraform5 min readTerraform5 min read
Jun 19, 2022Python Numbers GameHey Family! Decided to take some time and start working on my python muscle memory by first making some simple games. (Simple for some…a world of confusion and struggle for others). Compared to the other programming languages out there I found Python to be the easiest to learn! What makes…DevOps2 min readDevOps2 min read
Jun 12, 2022Terraform , Docker and some CentOSHey family! Needless to say, Terraform is so beautiful and everyone should learn it! So this project will be much similar to the last accept we are going to “spin-up” (theres that word again) an ECS Cluster running CentOS using Terraform (I call her Terra. …Terraform3 min readTerraform3 min read
Jun 1, 2022Terraform and an EC2 ModuleTis me! Yet again, and this time we are going to take an AWS EC2 terraform file and transform it into a re-usable terraform module. The source code used can be found on my GitHub (https://github.com/DuranIsrael/terraformec2) As always I am using the AWS Cloud9 environment to do this project. What is needed? An…Terraform4 min readTerraform4 min read
Published in AWS Tip·May 27, 2022Terraform & AWS DynamoDBHey guys! So I wanted to keep the ball rolling with basic Terraform stuff and I have been loving the feedback concerning workflows and work structures that would make complex Terraform code easier. This one is going to be short and sweet. In order to make this come easier I…Terraform3 min readTerraform3 min read
Published in AWS Tip·May 22, 2022Terraform, VPC & Some RDSIts me again!!! Been a while. So I have been learning some Terraform and I gotta say, it made life so much easier when it comes to CI/CD. So lets get to what I have been learning What We Will Need! For this you will have to already be a bit familiar with AWS…Terraform6 min readTerraform6 min read
Apr 20, 2022API, Lamda & DynamoDB Action!Its me AGAIN!! So today we are going to take stroll through the world of the API, Lambda & DynamoDB love triangle, instigated by Python boto3 (sounds steamy doesn't it?). With this walkthrough I have already created a DynamoDB table using Cloud9. The source code can be found on my…AWS5 min readAWS5 min read
Published in AWS Tip·Mar 15, 2022GitHub+Code Pipeline + some S3 = Some AutomationIts me again!! So you should pretty much be familiar with everything here except that Code Pipeline guy up there…oh and the CI/CD part. Lets get into it. CI/CD stands for continuous, integration continuous deliver and continuous deployment. …Codepipeline6 min readCodepipeline6 min read