Public Notes on
View Public Collections
In this post, we'll show you how to secure your live view routes with function plugs and group live routes in a secure live session. #liveview
Show More
Kustomize is an increasingly popular tool for managing Kubernetes manifests. Rather than using templates, as Helm does, Kustomize works by building on existing manifests. Using this pattern it provides various features including resource namespacing, modification of metadata, and generation of Kubernetes Secrets - all without editing the source manifests. #kubernetes
Show More
With kustomize built into the kubectl CLI since version 1.14, there is little reason not to take advantage of this overlay system to deploy components to your Kubernetes cluster. Kustomize has the advantage that it is purpose built to understand and validate yaml and Kubernetes CRD, as opposed to bespoke templating solutions using sed/envsubst, Ansible, ... Kubernetes: kustomize overlay to enrich a base resource #kubernetes
Show More
We are using ArgoCD widely for our environments and it’s really great and helpful tool. The only downside from my point of view was assumption, that GitOps and specific ArgoCD is only good for… #preview-environment #argocd #gitops
Show More
Introduction | Replibyte www.replibyte.com
Replibyte is a tool to seed your development database with your production data while keeping sensitive data safe #postgres
Show More
Want to write more helpful commit messages? Write with the future in mind, and you’ll also write better messages for the present. #git #software-engineering
Show More
nterviewers need to evaluate whether someone has both the technical chops and social skills to fill a particular role on their team. That need often results in mentally taxing puzzles for candidates to work through on a white board, lengthy take-home exams, and a grueling number of interviews with multiple stakeholders. #hiring
Show More
Having been on both sides of the technical hiring fence, Dana Lawson knows it's not just about tech skills. Their insider tips, right this way: #hiring #management #work
Show More
Learn how observability powered by SQL can help you unveil performance issues in your distributed systems, courtesy of the now generally available OpenTelemetry tracing support in Promscale. #o11y #grafana
Show More
Crafting Interpreters craftinginterpreters.com
Crafting Interpreters contains everything you need to implement a full-featured, efficient scripting language. You’ll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. It’s a blast. #book #free #computer-science
Show More
Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. #rust #tools #desktop-dev #webdev
Show More
Slow recompilation means slow feedback loop and distrupted workflow. Let's find out how to fix this. #elixir #performance #development
Show More
Learn how to split your LiveView Javascript pagewise with esbuild, so your main app.js file stays small and people only download and execute the javascript they require. #liveview #javascript #optimization
Show More
Sync transactions from bank accounts to Lunchmoney via the Nordigen API. - Seklfreak/nordigen-lunchmoney-sync: Sync transactions from bank accounts to Lunchmoney via the Nordigen API. #lunchmoney
Show More
Paste as plain text by default. It clears formatting (fonts, colors, bold, links, tables, etc.) from the text you copy. However, it does not touch unrelated content like files, images, etc. It also ignores content copied from password managers. #mac #apps
Show More
Maybe for OpenTelemetry macro insperation. Telemetría is the opinionated wrapper for :telemetry providing handy macros to attach telemetry events to any function, private function, anonymous functions (on per-clause basis) and just random set of expressions. #elixir #library
Show More