Skip to content
View Linuxander's full-sized avatar

Block or report Linuxander

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
linuxander/README.md

Engineer — DevOps • Software • Cloud

Proven technical specialist known for exceptional learning agility, delivering complex systems with expertise in Python and AWS automation via Terraform. From battlefield communication products to X-ray servers that detect hidden contraband, I've spent most of my career building national security systems. My work has been deployed in war zones and along the US-Mexico border. My passion for process automation enhances development lifecycles through integrated CI/CD pipelines and automated scripting implementations.


Top Languages GitHub Stats



Featured Projects

Command Notification Server

Terraform project that setups up cloud infrastructure and deploys a NTFY server that notifies you after long-running commands succeed/fail.

Repo Link | Command Notification Server (Terraform/AWS)






Honorable Mentions

iPhone Media Backup Script

Script to backup iPhone media contents into a zip file.

Repo Link | iPhone Media Backup Script

AWS CI EKS Cluster

Terraform project for AWS VPC setup, Jenkins EC2 server, and AWS EKS cluster.

Repo Link | AWS CI EKS Cluster (Terraform/AWS)

AWS Serverless Infrastructure - API Gateway, Lambda (Python), RDS Database

This repository deploys several terraform modules that completes a serverless application on the AWS Cloud Platform. The modules include networking (VPC, Subnets, Route Tables), RDS databse, Lambda functions (Python), Lambda layers, API Gateway, and Cognito.

Repo Link | AWS Serverless Infrastructure






Code Samples

DevSecOps: Adding Snyk Vulnerability Scanning to Bitbucket CI/CD

This repository provides instructions on how to incldue Snyk vulnerability scanning to your node project in your Bitbucket CI/CD pipelines.

Repo Link | Snyk Vulernability Scanning + Bitbucket CI/CD

CI/CD: React + AWS

This repository focuses on the Continuous Integration (CI) and Continuous Deployment (CD) of React-based app deployed to AWS S3. It also includes pipeline steps invalidating Amazon CloudFront cache invalidations at the end of the deployment process.

Repo Link | CI/CD: React + AWS

CI/CD: Bitbucket Pipeline + Versioning + Docker

This repository focuses on a Bitbucket pipeline that automates the increment of a version.txt file and also has the Continuous Delivery of a Docker image build to DockerHub.

Repo Link | CI/CD: Bitbucket Pipeline + Versioning + Docker

Ansible: Computer Application Management

This is an Ansible repostiory that allows you to specify desired applications to have installed on debian-based Linux systems. I use this to manage family and friends computers and to also configure newly provisioned Linux systems to my liking in an automated way.

Repo Link | Ansible_Computer Application Management

Ansible: Computer Application Management

This is an Ansible repostiory that allows you to specify desired applications to have installed on debian-based Linux systems. I use this to manage family and friends computers and to also configure newly provisioned Linux systems to my liking in an automated way.

Repo Link | Ansible_Computer Application Management



Pinned Loading

  1. ntfy_aws_deployment_iac ntfy_aws_deployment_iac Public

    This repository deploys an NTFY server to your AWS account using Terraform. After following the deployment and setup instructions, you can run commands in your terminal and get success & failure no…

    HCL

  2. Terraform_AWS_Serverless_Infrastructure Terraform_AWS_Serverless_Infrastructure Public

    This repository includes the terraform files that deploy API Gateway, Lambda (Python), and RDS database.

    HCL

  3. Terraform_AWS_EKS_Cluster Terraform_AWS_EKS_Cluster Public

    This repository deploys a modular VPC and EKS cluster on the AWS cloud platform.

    HCL

  4. DevSecOps_Snyk_Bitbucket_Example DevSecOps_Snyk_Bitbucket_Example Public

    This repository provides instructions on how to implement Snyk vulnerability scans in your Bitbucket CI/CD pipelines.