Kubernet
Subscribe

c#

A collection of 5 posts
CI/CD for Kubernetes Applications (Part 1)
ci/cd

CI/CD for Kubernetes Applications (Part 1)

So you're ready to automate your application deployment to Kubernetes. You've made the right choice! Let's consider what a pipeline might look like if you are using Kubernetes manifests directly without the use of a tool such as Helm. In other words, you just have some YAML files sitting somewhere
Dec 30, 2020 2 min read
Software Interfaces in the Wild
csharp

Software Interfaces in the Wild

What’s so special about interfaces anyway? A quick dive into extracting value from interfaces in C# through a real-world example.
Oct 28, 2018 6 min read
Linked Lists
csharp

Linked Lists

Linked lists are primarily used when data access is desired to be sequential in nature. This means accessing y will always come after x.
Aug 7, 2018 5 min read
Bubble Sort
sorting

Bubble Sort

Bubble sort is a sorting algorithm that iterates through an array, comparing two elements at a time and swapping if appropriate. On each pass, at least one value is placed in its final sorted location (though it is possible that more are also placed in their final location).
Jul 11, 2018 1 min read
Function to Find Anagrams
interview

Function to Find Anagrams

For a technical interview over video chat for an API Developer position, I was asked to write a function while sharing my screen that would compare two strings and determine whether or not they formed an anagram. This article outlines my approach to solving the problem.
Jul 10, 2018 2 min read
Kubernet © 2023
Powered by Ghost