Skip to content

Instantly share code, notes, and snippets.

View gzur's full-sized avatar
🚢
Shipping it! 🚢🇮🇹

Gissur @ Skývafnir gzur

🚢
Shipping it! 🚢🇮🇹
View GitHub Profile
@hermannolafs
hermannolafs / Makefile
Created November 27, 2024 13:00
AWK Makefile help message,
.DEFAULT_GOAL := help
.PHONY: help
help: ## This help message
@awk -F '[, ]+' '/^[a-zA-Z0-9_-]+:.*##/ { \
target = $$0; \
sub(/^[ \t]*/, "", target); \
sub(/:.*##/, "##", target); \
split(target, parts, "##"); \
gsub(/^[ \t]*|[ \t]*$$/, "", parts[1]); \

Learning day: ReDiSL

Logistics team held a "learning day" on Thursday 2021-03-04 where we could spend one full day on a project or tutorial of our choosing. I worked on a little proof-of-concept project I dubbed ReDiSL or Redis DSL. This is a little writeup on the topic.

The motivation for working on the Redis DSL or ReDiSL was that it could make for a nice way to work with Redis especially when one is doing