RSSAmplifier

Blog

benbrougher.tech

Written by Ben Brougher who lives and works in the Pacific Northwest developing solutions to problems (usually with software). He graduated 2020 from Eastern Washington University as a Computer Science Major, Bachelor of Science (BS), and works engineering and developing software solutions in the enterprise telecommunications industry.

benbrougher.techRSS feed ↗21 posts

Latest posts

We Programmers - A Retrospective

My thoughts on Robbert C. Martin's Book, We Programmers

AI is Robbing Jr. Devs

LLMs Are Robbing Jr. Devs of Opportunities to Gain Experience

Bash for PowerShell Developers

How to write bash if you know a little PowerShell

My Journey to Neovim

How and why I switched to Neovim

How to write a JSON Schema

How to write a JSON Schema and where they can be used

Consuming RabbitMQ Messages in Go

How to use golang to consume a RabbitMQ queue and correctly ack and reject

Covariance and Contravariance

What are they, and why are they so helpful?

The withResolvers JavaScript Proposal

What is the withResolvers Proposal and how does it work?

ASCII vs UTF-8 vs UTF-16 vs UTF-32

What are all the different ASCII and UTF-x encodings and why do they matter?

Building a Svelte Stopwatch with the Temporal API

How to use the new Temporal API to build a stopwatch in Svelte and TypeScript

How to Use Deno Deploy with Azure Cosmos DB

How to create an API using Deno Deploy and Azure Cosmos as a database

Sharing State Between React, Svelte, and Vue in Astro

How to make frameworks share state between each other when using them in Astro

I Love Nested Ternaries

Why I love them, and why I think they aren't an unreadable mess.

Axios vs. Mande

What are they, do you need them, and how do they compare?

Why Not GraphQL?

Why I don't use GraphQL for personal or work projects

Switching to microk8s - 6 Months Later

How the move from kubeadm to microk8s has worked out over the last 6 months

Creating a .NET Cron Job for Kubernetes

How to create a .NET 7 Cron Job with C# running in a Kubernetes Cluster

Kubernetes Ingress with microk8s, MetalLB, and the NGINX Ingress Controller

How to use microk8s to create an ingress using MetalLB and the NGINX ingress controller

How to Use a Vue.js Event Bus

What are event busses in Vue.js and how do we go about using them?

Why Use IEnumerable?

What is IEnumerable in C#? And why should I use it?

Getting Started With API Development in Flask

A Guide to Starting an API With Flask and Python