Skip to content

Instantly share code, notes, and snippets.

View ljtill's full-sized avatar
🔨

Lyon Till ljtill

🔨
View GitHub Profile
@mthalman
mthalman / tips.md
Last active July 18, 2022 11:09
Developer Productivity Tips

Developer Productivity Tips

Time management

  • Limit the amount of context switching you do, it can lead to mistakes all around
  • Queue non-urgent tasks for when you have down time
  • Block off time in calendar to focus on a task
  • Take breaks

Task management

@davidfowl
davidfowl / MinimalAPIs.md
Last active March 16, 2025 16:47
Minimal APIs at a glance
@bmoore-msft
bmoore-msft / Get-ProviderApiVersion.psm1
Last active January 14, 2021 16:09
Get the api versions and locations for a resource type published in the manifest
function api {
<#
.Synopsis
Get the api versions and locations for a resource type.
.Description
Lists all the available api versions and locations for a given resource type. Information is pulled from the /providers api
which returns the information in the manifest published to ARM.
.Notes
The resource parameter requires the format of Namespace/type, e.g. Microsoft.Storage/storageAccounts
> api Microsoft.Storage/storageAccounts

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: