The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
https://clojars.org/ | |
* https://github.com/ring-clojure/ring | http server abstraction like ruby rack | |
* https://github.com/weavejester/hiccup/ | html template lang | |
* https://github.com/nrepl/nrepl | |
* https://github.com/clojure/core.async | |
* https://github.com/weavejester/environ | env variable | |
* https://github.com/fulcrologic/fulcro | react | |
* https://github.com/clojure-emacs/cider | |
* https://github.com/weavejester/ragtime | db migrations |
- https://textsynth.com/index.html | |
- https://openai.com/api/ |
- https://tomasztomczyk.com/2017/01/17/genstage-for-processing-jobs.html | |
- https://samuelmullen.com/articles/more-than-1-1-with-elixirs-genstage/ | |
- https://blog.appsignal.com/2018/11/13/elixir-alchemy-understanding-elixirs-genstages-querying-the-blockchain.html | |
- https://big-elephants.com/2019-01/facebook-genstage/ | |
- https://blog.dnsimple.com/2018/11/low-volume-genstage-datasource/ | |
- https://elixirschool.com/en/lessons/data_processing/genstage/ | |
- https://alexgaribay.com/using-genstage-for-a-batching-pipeline/ | |
- https://medium.com/@andreichernykh/elixir-a-few-things-about-genstage-id-wish-to-knew-some-time-ago-b826ca7d48ba | |
- https://dev.to/unnawut/genserver-registry-dynamicsupervisor-combined-4i9p |
- https://github.com/abdoxfox/http-ssl-ssh-injector | |
- https://www.sentinelone.com/blog/privacy-2019-tor-meek-rise-fall-domain-fronting/ | |
- https://www.techfoe.com/2021/02/how-to-get-working-free-bug-host-for.html | |
- https://blog.fastssh.com/tutorial/how-to-find-sni-for-free-internet-tricks/ | |
- https://security.stackexchange.com/questions/189591/is-there-any-way-to-bypass-sni-based-https-filtering |
go install github.com/gobuffalo/cli/cmd/buffalo@latest | |
asdf reshim | |
https://gobuffalo.io/en/docs/getting-started/integrations/ |
zypper dup
zypper in podman inotify-tools curl git
zypper in --type pattern devel_basis
zypper in libopenssl-devel libyaml-devel libffi-devel readline-devel
zypper in gnome-extentions
then install pop shell
install ohmyzsh
~/.gemrc no doc
git log --format=format: --name-only | egrep -v '^$' | sort | uniq -c | sort -rg | head -10 |