Articles
-
Unable to edit AWS Lambda function in console error
Here’s a tip for an error that may appear when attempting to edit an AWS Lambda function in the console:
-
Using multiple profiles with the AWS CLI
Sometimes one may have multiple sets of credentials to use with AWS, perhaps both personal and work accounts, accounts for multiple projects, etc.
-
Yarn 'engine "node" is incompatible with this module' error
Here is a fix for an error when running
yarn install
: -
Fun with Ruby string methods
Here is an exploration of some methods demonstrating different ways to work with encodings, bytes, numbers, and type conversions in Ruby:
-
Solving "cannot load such file" error in Ruby gem development
After generating a new custom gem in Ruby with Bundler, the error “cannot load such file” may be encountered when building and testing the new library locally.