Pinned Repositories
calam1.github.io
clojure-java-interop-monger-example
POC of clojure and java using the monger library to access mongoDB
clojurescript-nodejs-examples
A collection of clojurescript examples running on nodejs.
dev_machine_dockerfile
dockerfile and supporting files for basic dev machine set up, golang installed
example-serverless
A working example of ther serverless framework for AWS Lambda and API Gateway
istio_circuit_breaker
running example of https://tech.olx.com/demystifying-istio-circuit-breaking-27a69cac2ce4
json_fileupload
This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We use ActiveMQ as our embedded messaging service.
salt-stack-example
Using salt stack and vagrant to deploy multiple wars on local machine.
VendingMachine
calam1's Repositories
calam1/calam1.github.io
calam1/json_fileupload
This is a sample of a file upload java app that provides a simple GUI to choose a file to upload. The expected file format is JSON. The app breaks the JSON down by elements in the array as we stream and sends a TestMessage representation of the individual items. The listener is in the same app and just prints the message that was received. We use ActiveMQ as our embedded messaging service.
calam1/aoc_2023
calam1/AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
calam1/bastion_examples
run examples from bastion rust actor lib https://github.com/bastion-rs/bastion
calam1/command-line-rust
exercises from the book Command-Line Rust
calam1/devise-jwt-token-server
a barebones JWT devise auth token server example
calam1/envoy-gprc-external-auth
small crappy poc - grpc for external auth on envoy filter
calam1/envoy_fault_injection
calam1/fake-authz
an impl of external auth that supports envoy ext auth - https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter
calam1/HVM
A massively parallel, optimal functional runtime in Rust
calam1/k8-go-client-example
implementation, plus more of this article https://itnext.io/generically-working-with-kubernetes-resources-in-go-53bce678f887
calam1/kickstart.nvim
A launch point for your personal nvim configuration
calam1/kubebuilder-operator-istio-fault-injection
quick and dirty k8 operator ala kubebuilder that watches for a crd to deploy an envoy filter that causes fault injection
calam1/kubebuilder_demo
https://dev.to/ishankhare07/writing-a-simple-kubernetes-controller-in-go-with-kubebuilder-ib8. https://github.com/ishankhare07/kubebuilder-controller
calam1/leetcode.com
Leetcode solutions
calam1/little-loadshedder
basically a fork of this, but reorged, etc for ease of use for my local testing https://github.com/Skepfyr/little-loadshedder
calam1/next-forms
calam1/oidc-filter
A WASM plugin for Envoy supporting the Open ID Connect Authorization Flow, extending Istio's JWT functionality
calam1/pokedex
Hexagonal architecture example in Rust
calam1/python-api
a super simple python api that interacts w/envoy external auth and rate limiting based on x-api-key
calam1/python-wasm-envoy-filter
a short example of extending envoy w/wasm using rust. proxy-wasm 0.2, most if not all tutorials I found are running 0.1.x
calam1/rails_examples
Code and solutions not necessarily ideal and is probably bad code/style; just examples from learning basic rails, the versions I am using are old; ramping up for job and they are on an older version of rails
calam1/simple_socat_kubebuilder
https://techsquad.rocks/blog/cloud_native_applications_with_kubebuilder_and_kind_aka_kubernetes_operators/
calam1/solana-example-helloworld
basically a slight modification of the hello world from solana with some small changes from https://www.youtube.com/watch?v=gA7hFdq2h9Q&list=PL41Cw3fN3CfdbmhgxADwyDyIoDrxc22v2&index=1
calam1/solana-example-helloworld-helm
calam1/solana-example-helloworld-helm-chart-nok8
calam1/solana-example-helloworld-helm-monorepo
calam1/wasm-header
a simple wasm envoy filter extension for testing purposes
calam1/ziglearn
Repo for https://ziglearn.org content. Get up to speed with Zig quickly.