Bash for PowerShell Developers
April 16, 2024
How to write bash if you know a little PowerShell
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.
April 16, 2024
How to write bash if you know a little PowerShell
January 4, 2024
How and why I switched to Neovim
December 15, 2023
How to write a JSON Schema and where they can be used
November 20, 2023
How to use golang to consume a RabbitMQ queue and correctly ack and reject
June 18, 2023
What are they, and why are they so helpful?
April 7, 2023
What is the withResolvers Proposal and how does it work?
March 24, 2023 (Updated: June 13, 2023)
What are all the different ASCII and UTF-x encodings and why do they matter?
March 12, 2023
How to use the new Temporal API to build a stopwatch in Svelte and TypeScript
February 24, 2023
How to create an API using Deno Deploy and Azure Cosmos as a database
December 30, 2022
How to make frameworks share state between each other when using them in Astro
December 10, 2022
Why I love them, and why I think they aren't an unreadable mess.
October 21, 2022
What are they, do you need them, and how do they compare?
October 6, 2022
Why I don't use GraphQL for personal or work projects
August 18, 2022
How the move from kubeadm to microk8s has worked out over the last 6 months
July 29, 2022 (Updated: February 24, 2023)
How to create a .NET 7 Cron Job with C# running in a Kubernetes Cluster
April 14, 2022 (Updated: March 9, 2023)
How to use microk8s to create an ingress using MetalLB and the NGINX ingress controller
March 31, 2020
What are event busses in Vue.js and how do we go about using them?
September 22, 2019
What is IEnumerable in C#? And why should I use it?
September 13, 2019
A Guide to Starting an API With Flask and Python