Chris
Learning the AWS CDK
CloudFormation written in Python? Yes! After using the CDK for a bit, I believe it will be replacing CloudFormation for most AWS IaC in the coming years. The CDK is a layer of abstraction built on top of CloudFormation(CF). It allows you to write a condensed, but more powerful form of CF in one of … Read more
Transfer QuickBooks 2008 to a new Windows 10 Computer
My dad got a new PC for Christmas and requested help with installing QuickBooks 2008 pro so he wouldn’t have to pay to upgrade, here are the steps.
Quick bash script for testing URL status code
Here is a quick script I have written in Bash to get URL status codes. An application in a container I have been working was failing to retrieve a file from somewhere on the internet. I needed to determine if the issue was with the container(possibly networking related) or the application. I threw together this … Read more
Using DinkToPDF on Alpine Linux
Alpine Container DinkToPDF “System.AggregateException: One or more errors occurred. (Unable to load shared library ‘libwkhtmltox’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library liblibwkhtmltox: No such file or directory) —> System.DllNotFoundException: Unable to load shared library ‘libwkhtmltox’ or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library liblibwkhtmltox: No such file or directory”
Amazon Connect “Error while loading chat transcript amazon connect” when initiating chat monitoring
Error while loading chat transcript amazon connect
Please try again. If the error persists contact your administrator.
Cooking with the DevOps Engineer – Pumpkin Roast
Making a beef roast with pumpkin, onion, and carrots.
Fix error sam deploy unable to locate credentials using AWS SAM with AWS CLI v2 SSO
Fix – Error: Unable to upload artifact myAPIName referenced by CodeUri parameter of myAPIName resource.
Unable to locate credentials
Taking Off Into The Cloud: Guide On How To Get Your First AWS DevOps Job
This article is my attempt to describe the best way to get your first job in DevOps working with AWS services, either for people with previous tech experience or none. If you are starting on this journey feel free to leave a comment so I can give personalized advice. Who this article geared towards? This … Read more