Skip to content

Instantly share code, notes, and snippets.

View iagooar's full-sized avatar

Mateusz Sójka iagooar

View GitHub Profile
@iagooar
iagooar / gist:ca41d70da79239ffbfe8
Created July 2, 2015 12:46
Github labels / states
Review finished - expecting dev input
Feedback considered - expecting review
Code accepted - Ready for QA
QA pending
QA validated
QA rejected - expecting dev input
Ship it
@iagooar
iagooar / Dockerfile
Last active March 5, 2016 09:23 — forked from shijuvar/main.go
A simple microservice plumbing in Go
FROM google/golang:stable
# Godep for vendoring
RUN go get github.com/tools/godep
# Recompile the standard library without CGO
RUN CGO_ENABLED=0 go install -a std
MAINTAINER [email protected]
ENV APP_DIR $GOPATH/Users/mati/deindeal/moosehead/modules/newsletter_feeds
# Set the entrypoint
@iagooar
iagooar / Dockerfile
Created March 5, 2016 11:00
Tiny Go microservice plumbing
FROM alpine:3.2
ENV GOROOT=/usr/lib/go \
GOPATH=/gopath \
GOBIN=/gopath/bin \
PATH=$PATH:$GOROOT/bin:$GOPATH/bin
WORKDIR /gopath/src/app
ADD . /gopath/src/app
@iagooar
iagooar / enteprisifier.rb
Created September 30, 2016 13:38
Tiny helper to make your program feel more enteprisy!
class Enterprisifier
def self.enterprisify!
sleep 5
end
end
@iagooar
iagooar / docker-cleanup-resources-centos.md
Last active June 1, 2018 19:32 — forked from bastman/docker-cleanup-resources.md
docker cleanup guide: containers, images, volumes, networks (CentOS version)

Docker - How to cleanup (unused) resources

Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...

delete volumes

// see: https://github.com/chadoe/docker-cleanup-volumes

$ sudo docker volume rm $(sudo docker volume ls -qf dangling=true)

$ sudo docker volume ls -qf dangling=true | xargs -r sudo docker volume rm

@iagooar
iagooar / matis_prd_template.md
Created September 23, 2025 20:51
Mati's PRD Template

#[ID]: [Feature Name] – Product Requirements Document (PRD)

Version

  • Project: edenlm.com
  • Date: [YYYY-MM-DD]
  • Author: [Name] (Mati, unless stated otherwise)
  • Status: [Draft/Accepted/Implemented/Archived]

@iagooar
iagooar / omarchy_cheat_sheet.md
Last active April 10, 2026 09:33
Omarchy 3.x Cheat Sheet for Devs

Omarchy Cheat Sheet for Devs

A comprehensive reference for Omarchy - an opinionated Arch Linux + Hyprland setup by DHH.

Essential Keyboard Shortcuts

System & Window Management

Shortcut Function