goromlagche
Fri May 24 2019
do not modify instance variables of a singleton class, not thread safe. furthermore no instance variables, only class variables.
iffyuva
Mon May 20 2019
Parameterize specs for fun https://github.com/HypothesisWorks/hypothesis
iffyuva
Thu May 16 2019
http://privacy.cis.upenn.edu/ - How to improve data sharing with privacy in mind.
atul
Wed May 08 2019
Kubernetes jobs can be configured with
ttlSecondsAfterFinished
to clean up finished jobs automatically. - https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#clean-up-finished-jobs-automaticallygoromlagche
Sat Apr 27 2019
a small elisp snippet to generate class name for ruby files. can be modified for other langs too
https://gist.github.com/goromlagche/0c53ef2cbee35a14dee34e9029c71116
https://gist.github.com/goromlagche/0c53ef2cbee35a14dee34e9029c71116
iffyuva
Fri Apr 12 2019
https://github.com/sosedoff/pgweb : A great way to connect to postgres without opening port 5432 to general public.
We can even add this to Dockup, and boom everyone has access to postgres container and can fiddle directly
We can even add this to Dockup, and boom everyone has access to postgres container and can fiddle directly
iffyuva
Fri Apr 05 2019
How to extract a nested yaml key from a file and write its contents to another file?
js-yaml | jq ".topkey.nestedkey" | js-yaml > output.yaml
revath
Thu Apr 04 2019
To avoid diff of package-lock.json in
git show
: git show ':(exclude)package-lock.json'
Showing 48 to 50 of 73 results