This scenario is for long time users who happened to recently upgrade to Ubuntu 20 then their shared folder didn’t work suddenly. TLDR: You just need to upgrade your VirtualBox […]
Lysender's Daily Log Book
Life, programming, trading and everything in between
Jenkins-X 3 and Helm – Creating Secrets

Our setup is using Google Secret Manager as we are already in the Google Cloud platform. With Jenkins-X 3, it is easier to manage secrets without even knowing the internal […]
Setting secrets for Dex in Jenkins-X and Kubernetes

Dex is a nice little application that you can add to your Kubernetes cluster (easier when combined with Jenkins-X and Helm) that allows your user to authenticate via various OAuth […]
Globe Broadband Aztech Router Admin Password

So our old Globe Broadband (DSL?) modem/router died yesterday, I called the Globe robot operator requesting for a repair. Fortunately, they sent human contractors today to find out what went […]
Jenkins-X 3 – Setup Google Pub/Sub Topics

When we were using Jenkins-X 2, we employed some ugly hacks just to get the Google Pub/Sub topics setup using some pipeline override. With Jenkins-X 3, the process is a […]
NestJS and Supertest e2e does not like array responses

While deploying a pretty standard feature, I was met with a build error on our NestJS e2e tests. I have no idea what went wrong and at first, I thought […]
Github GraphQL – List Commit History

We have a requirement to list commits by branch. However, we also need to support use cases where the branch is already deleted. To be able to list commit history […]
Sublime Text 4 – Pretty JSON not working anymore

I upgraded to Sublime Text 4 (needed license upgrade though) and my favorite plugin/package stopped working. My shortcut was CTRL+ALT+J in Windows 10. I know it will stopped working since […]
TIL – Github GraphQL Direct Lookup By ID

Being a version 3 user for a long time (Github REST), I find it hard to convert some of the common REST queries into GraphQL queries for Github. I was […]