Category: Programs / Software
A Practical Example of Container Portability: DynaTrace ActiveGate in AWS ECS
AWS
Cloud Computing
DevOps
Docker
Elastic Container Service (ECS)
Kubernetes
Kubernetes
Uncategorized
Pre-Flight General Knowledge Requirements The Problem The Workload Scope While containers may be portable; orchestration feature coverage varies widely. For brevity this topic is out…
How to: Delete a stubborn Kubernetes namespaces.
The Situation Recently I was introduced to a new project. The getting started documentation was decent and I was able to get the project started…
10 years of web development; 10 life lessons.
Ten years ago (2009) the economic recession was in full swing. Every week another bank would collapse, millions of homes would go into foreclosure proceedings,…
PSA: .git directory should not be public.
Ideally the .git directory is not in production to begin with. as it is not needed to run an application. However, many deployment strategies use…
Project Release: Docker + AWS + Selenium + Terraform. Get it up and running.
Automated Testing
BASH
Docker
Docker-Compose
Elastic Compute Cloud (EC2)
Java
Maven
Programming
Ssh
Terraform
A little background Recently at the office the team I am assigned to have been tasked with build a quick start tool chain for a…
Quick Tip: Install Docker on Ubuntu 18.04
Quick Tip: Install Docker on Ubuntu 18.04
Moving where WSL mounts the Windows C:\ drive.
Changing the location WSL mounts the Windows C:\ drive quick and easy.
Just how effective is web server caching? Very.
Learn how to setup a high load CMS for less than the cost of lunch.
Disable location requests from websites in Chrome 68+
These days it seems that every other website wants to send you desktop notifications or know your location. Well, I got tired of clicking ‘block’…
Web Application Security
Recently found an excellent series on web application security (WASec) from odino.org. The series covers topics from DNS resolution and http exchange to CSP header…