Posts
All the articles I've posted.
ARNEIS project selected finalist at the OpenCV Spatial AI Contest
This morning I found an email in my inbox which I have been hoping for a long time:
Project Blobfishes submitted to the DigitalOcean MongoDB Hackathon
As I anticipated in my previous post a few days ago I joined the DigitalOcean MongoDB Hackathon together with a group of friends.
Our Journey to the DigitalOcean MongoDB Hackathon
A few days ago I joined the DigitalOcean MongoDB Hackathon together with a group of friends.
Writing my first Angular.js application
This article explains how to install and create a simple Angular.js application.
Deploying WordPress and MySQL with Persistent Volumes on GKE
This article explains how to set up a single-replica WordPress deployment and a single-replica MySQL database on your Kubernetes cluster on the Google Cloud…
Deploying a Node.JS application on Kubernetes using Jenkins X
This article explains how to deploy a simple Node.JS application on a Kubernetes cluster using Jenkins X.
Installing Jenkins X on Google Cloud Platform
Here are my notes while deploying Jenkins X on a Kubernetes cluster on GCP.
Syncing minikube configuration with Cygwin
I have Cygwin64 installed on my laptop which is running Windows 7 and I use both Windows CMD as well as Cygwin bash.
Transferring files to an embedded target without scp
If you have a tiny embedded system which does not include the scp tool, you may use the nc tool and achieve the same results.
Git Aware Prompt
As a developer I use Git everyday for managing source code, documentation, etc. Unfortunately I sometimes get confused about which branch I am currently on.