Skip to main content

Posts

Implementing Priority Queue with JavaScript

Recently I had an opportunity of solving one of more famous algorithmic problems using JavaScript. One of the approaches to this problem is to use Priority Queue data structure to keep track of most frequent items. Unfortunately, JavaScript doesn't have standard implementation for such data structure. So - let's build one.
Recent posts

On Kubernetes learning path - #1

My first attempt at learning Kubernetes was about a year ago. I've managed to setup a minikube  instance and run a cluster of RabbitMQ + monitoring stack on top ( Prometheus and Grafana ). While this all worked well inside a single minikube instance, doing such lab activities without being able to project my meager experience onto real-life project did not provide for a great learning opportunity.

Deploying to FTP with Octopus Deploy

 Recently I had overhauled build and deployment procedure for one of my pet projects. Project is a web app built with ASP.NET MVC and Web API, and it's hosted on one of the shared hosting platforms. Those unfortunate enough to still use shared hosting know, that there's little alternative to deploy there besides using FTP file-share.