Skip to content

Instantly share code, notes, and snippets.

View jiimaho's full-sized avatar
🎯
Focusing

Jim Aho jiimaho

🎯
Focusing
View GitHub Profile
@jiimaho
jiimaho / Program.cs
Last active November 13, 2021 18:22
SimpleDynamoDbQuery - issue
var queryResponse = await client.QueryAsync(query);
var row = queryResponse.Items.Single();
@jiimaho
jiimaho / Program.cs
Created November 13, 2021 18:23
SimpleDynamoDbQuery - parsing row
var customer = new { CustomerId = row["CustomerId"].S, Name = row["Name"].S };
@jiimaho
jiimaho / .zshrc
Last active October 14, 2023 16:42
List process listening on port
# Below content is in .zshrc file normally under ~/.zshrc
# Do NOT replace your entire .zshrc with this content, but rather pick the pieces and APPEND to your existing .zshrc
# DOTNET
alias dri="dotnet restore --interactive"
alias db="dotnet build"
# K8S
# Usage: kx <context>
kx() {
" .ideavimrc is a configuration file for IdeaVim plugin. It uses
" the same commands as the original .vimrc configuration.
" You can find a list of commands here: https://jb.gg/h38q75
" Find more examples here: https://jb.gg/share-ideavimrc
set relativenumber
set guicursor=i:block
"" -- Suggested options --
" Show a few lines of context around the cursor. Note that this makes the