🐳
︵ 📦
Highlights
Pinned Loading
-
Bazel Commands
Bazel Commands 1# `services` is a directory with application services that are packages as docker containers.
2# It has source codes as well as BUILD.bazel files that define container images for each service.
3# We ask git to give us a list of changed files in services directory which is then piped into
4# bazel query comand that will give you all container image targets that should be rebuild.
5git diff --name-only services ${PREVIOUS_REVISION} | xargs -I{dep} bazel query 'kind("_app_layer", rdeps(//services, {dep}))'
-
Ingress Traffic Throttling
Ingress Traffic Throttling 1########## downlink #############
2# slow downloads down to somewhat less than the real speed to prevent
3# queuing at our ISP. Tune to see how high you can set it.
4# ISPs tend to have *huge* queues to make sure big downloads are fast
5#
-
Genrule with external executable binary
Genrule with external executable binary 1# _ ______ ____ __ _______ ____ ___ ____________
2# | | / / __ \/ __ \/ //_/ ___// __ \/ | / ____/ ____/
3# | | /| / / / / / /_/ / ,< \__ \/ /_/ / /| |/ / / __/
4# | |/ |/ / /_/ / _, _/ /| |___/ / ____/ ___ / /___/ /___
5# |__/|__/\____/_/ |_/_/ |_/____/_/ /_/ |_\____/_____/
-
Preact + ReduxZero + TypeScript w/ p...
Preact + ReduxZero + TypeScript w/ persistent state 1import { BoundActions } from "redux-zero/types/Actions";
2import { Provider, connect } from "redux-zero/preact"
3import createStore from "redux-zero";
4import { h, render, Fragment } from 'preact'
5 -
nginx-ingress-modsecurity
nginx-ingress-modsecurity PublicModSecurity Web Application Firewall for NGINX. Based on nginx-ingress:alpine docker image
Dockerfile
-
53 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
nij4t/dbt-vertica
Loading
Contribution activity
April 2025
1
contribution
in private repositories
Apr 7