Our code base has grown significantly and we noticed that our build and deployment process took too long to complete. We even encountered memory exhausted errors before but we managed […]
Lysender's Daily Log Book
Life, programming, trading and everything in between
New WordPress Theme for 2021
It’s been ages since I updated my WordPress theme. My previous theme was a customized WordPress 2010 theme. Due to its old design and comments suddenly stopped showing, I decided […]
MongoDB Backup And Restore
The simplest way to backup and restore MongoDB data is to use bson dumps. This is achieved by using the mongodump and mongorestore utilities and works best for small databases. […]
MongoDB – Query Array Property of Objects
Yesterday, I was having difficulty creating a MongoDB query for a group membership collection where I wanted to filter groups where the user belongs and having a specific role. Below […]
Google Cloud and Kubernetes – cost ridiculously high – try disabling logging
We have a new and shiny Google Cloud Project powered by Kubernetes and Jenkins-X as we moved away from our old project for some reasons. Everything was looking good until […]
Kubernetes – MongoDB – ReplicaSet – Recovering from a failed op logs replay
Last Sunday, all of our MongoDB replicas are down and seems to be in an endless loop of shutting down, restarting and shutting down again. Here are the infrastructure details: […]
Kubernetes, Jenkins-X and Helm Madness part 2
This post is a continuation of my journey on kubernetes, jenkins-x and helm updates and deprecation issues. I’ll be focusing on the following error: Versions kubernetes – 1.16.15-gke.4300 kubectl client […]
Running Jest Debug on Windows – SyntaxError: missing ) after argument list
I’m using NestJS and the regular tests works smooth even in my Windows machine. However, when I tried running the debugging mode tests, especially since I’m trying to debug a […]