Articles
-
Count the number of word occurrences with vim
To find instances of a term in a document with vim, use the following while in command mode:
-
Ruby datetime conversions
Here’s a demonstration of several Ruby methods for date/time conversion:
-
Instrumenting curl requests
It’s easy to time
curl
requests (or any program) with thetime
command: -
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.