Skip to content

Instantly share code, notes, and snippets.

View JoshuaTheMiller's full-sized avatar
🎯
Focusing

Joshua Miller JoshuaTheMiller

🎯
Focusing
View GitHub Profile
#!/usr/bin/env node
const fs = require('fs');
function getNamedArgumentValue(argumentList, name) {
const potentialValue = argumentList.find(elem => elem.startsWith(name));
if (potentialValue === null) {
return "";
}
@JoshuaTheMiller
JoshuaTheMiller / _PoorMansFeatureToggle.md
Last active January 11, 2021 22:21
Poor Man's Feature Toggle Article

This Gist and the associated files were created to support an article on Feature Flags (to be linked)

@JoshuaTheMiller
JoshuaTheMiller / README.md
Last active October 29, 2021 15:52
Sharing Photo Quickly

This file/link will be gone whenever I remember to delete it

image

Regarding how icons like the coffee cup stay for me in Zoom- the bottom icons in the picture above stay until I dismiss them. I'm using the Windows Desktop Zoom app

This link describes it in better detail: link

@JoshuaTheMiller
JoshuaTheMiller / github_change_web.md
Last active December 11, 2023 17:55
LinkedIn Comments in need of Formatting