probably-not
Backend Software Engineer, Go Developer, Elixir Enthusiast. Formerly @daVinciCEB and @coby-spotim.
Tel Aviv-Yafo, Israel
Pinned Repositories
Basic-Python-Package
The basic Python package structure that I use when starting a new Python project, based on the Hitchhiker's Guide with some of my own modifications.
elixir-random-benchmarks
A playground repository for checking random benchmarks in the Elixir language
google_adexchangebuyer_exporter
A Prometheus Exporter for the Google Ad Exchange Buyer API II
jiffy_ex
An Elixir Module that wraps the Erlang jiffy library.
regbench
Benchmarks of registries in Elixir in order to understand what issues there are in scale.
remix
A refactored and updated version of the original Elixir Remix package, with modern Elixir updates
server-scratch
Just a small scratch to mess around with various server implementations
slackparser
Slack has their own version of Markdown called mrkdwn... it sucks. Here's a parser ish thing for it.
starship
A Fast Webserver written in Elixir and Erlang.
wasm-playground
A playground for testing capabilities of WebAssembly in Go
probably-not's Repositories
probably-not/starship
A Fast Webserver written in Elixir and Erlang.
probably-not/regbench
Benchmarks of registries in Elixir in order to understand what issues there are in scale.
probably-not/slackparser
Slack has their own version of Markdown called mrkdwn... it sucks. Here's a parser ish thing for it.
probably-not/eks-image-updater
Sometimes you just need to update an image in EKS
probably-not/genenum
A small stupid generator for Go iota based enums/constants
probably-not/kong-jwt2header
This Kong API Gateway Plugin can be used to route requests by JWT claim. It does this by converting JWT claims to headers during rewrite phase so that Kong's route by header functionality can be used to route the request appropriately. Alternatively, the plugin can be used to simply convert JWT claims to headers that can be consumed by the upstream service.
probably-not/live-palette
A command palette for LiveView
probably-not/q
An attempt at building out the lock-free, concurrent, generic queue as minimally as possible, similar to what is described in this blog post
probably-not/static-sync-pool
A wrapper around the Go Standard Library sync.Pool primitive, which ensures ensures that we keep a static amount of values in memory (unaffected by GC), while allowing us the full benefits of the sync.Pool.
probably-not/server-scratch
Just a small scratch to mess around with various server implementations
probably-not/alpaca-trade-api-go
Go client for Alpaca's trade API
probably-not/bull-board-docker
A small wrapper for bull-board to put into a running docker container and allow running in a cluster easily
probably-not/clickhouse-mate
Advanced User-Interface for ClickHouse
probably-not/cotton
A package manager for JavaScript projects. With a fast network, `cotton install` runs faster than `rm -rf node_modules`.
probably-not/erlex
Convert Erlang style structs and error messages to equivalent Elixir.
probably-not/fast-integer-compression
An attempt at porting @lemire's FastIntegerCompression.js library to Elixir.
probably-not/fast-random
probably-not/go-benchmark
A fork of the original benchmark since the benchmark is straight up 6 years old...
probably-not/go-module-small
A template for a small sized Go module.
probably-not/image-optimization
Simple, performant and cost efficient solution for optimizing images using Amazon CloudFront, Amazon S3 and AWS Lambda
probably-not/mabe-challenge-public
The public repo for my attempt of the challenge
probably-not/mix_systemd
Library of mix tasks to generate a systemd unit file for an Elixir project
probably-not/phoenix-telemetry-registries
Telemetry Registry code for containing the telemetry events that Phoenix and Phoenix.LiveView utilize for discoverability.
probably-not/phx-page-title-repro
Reproduction for https://github.com/phoenixframework/phoenix_live_view/issues/3271
probably-not/rust-getting-started
It's time to get started with Rust I guess... /shrug
probably-not/schedSort
A brilliant sorting algorithm that uses Go's high-performance concurrency primitives to sort in parallel
probably-not/servedir
The simple file server command. Why? Because laziness, that's why
probably-not/shopify-app-js
probably-not/smee.io
☁️📦 Webhook payload delivery service
probably-not/storybook-css-break-issue
A recreation for an issue in the phoenix_storybook initialization, phoenix_storybook issue 419