I made it on Kron 4 News! Wish I gave a better interview answer. But it’s ok. I made it! 😀
Install Kubernetes for MacOS Installing Kubernetes (K8S) with Docker installed on my machine caused an error: The connection to the server was refused – did you specify the right host or port? I tried the following: Installed manually via: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl Installed via Homebrew: brew install kubernetes-cli I found that installation of K8S can […]
“There are no traffic jams along the extra mile.” ~ Roger Staubach I’m honored to have received the “Best of Home Staging for Customer Service” award from the International Association of Home Staging Professionals IAHSP. Thank you to everyone who nominated me!
One of my projects required me to create a new role based on the Shop Manager role provided by WooCommerce. Essentially, I need to develop a custom plugin to disable many of the administrative functions provided by WordPress and use a Roles & Capabilities plugin to lock the Shop Manager to only WooCommerce. Roles & […]
Celebrated WordPress’ birthday with my fellow East Bay WordPress Meetup group. Happy birthday, WordPress! We got some free stuff too 🙂 Join the East Bay WordPress Meetup Group. We meet every 3rd Sunday of every month.
One of my projects required a new Angular 6 project folder. I needed to scaffold the Angular 6 contents in an existing directory. The following command will generate a new Angular 2+ project in your current directory: Credits GitHub: Provide a way to generate a new project in an existing directory
I have two similar WordPress instances. One of the WordPress instances had a lot of work done to a single page that needed to be replicated to the other WordPress instance. Export Media from WordPress Instance The following are the steps in order to migrate the contents of that page to the other WordPress instance […]
Fulfillment companies looking to utilize WooCommerce Subscription sometimes need additional meta data about the # of orders from a subscription. Or perhaps the subscription ID of the order? I’ve included this information in a WooCommerce plugin. This is especially useful for fulfillment companies.
Use the following to automatically forward someone using just HTML 🙂 Place this in the <head> tag.
The body response of Lambda must output a format that is acceptable to AWS API Gateway. An example NodeJS code with the appropriate callback will ensure a successful 200 OK response: You can find more information from the sources below. Resolve “Malformed Lambda Proxy Response” Best Practices for Working with AWS Lambda