Datahawk blog

my page

Mongodb course notes

Mongodb document fundamentals These are my notes from: https://learn.mongodb.com/courses/m320-mongodb-data-modeling documents displayed in json but stored as bson a document is like a joined...

openshift cheatsheet

My Openshift Cheatsheet Openshift Secrets “There are different secret types which can be used to enforce usernames and keys in the secret object: service-account-token, basic-auth, ssh-auth, tls ...

Kubernetes Openshift external properties and secrets

less than a number: https://joshgunh.medium.com/spring-cloud-config-vs-kubernetes-configmap-detailed-comparison-bce64b594af8 configmap https://docs.openshift.com/container-platform/4.9/nodes/pod...

Coda kid python 1 lessons

less than a number: 1 2 3 4 if password <= 10 : self.hack(password) else : self.hack() find the smallest number amongst 3: 1 2 3 4 5 6 7 8 if pass1 < pass2 : if pass2 < pas...

Githubpages easy, free blogging site 1

I’ve always wanted to create a technology blog but never did because i’m very lazy and setting up and maintaining such an endevor seemed so difficult. Then i looked into Github pages and realized h...

Free Openshift developer sandbox

Sign up for the free Redhat Developer account https://developers.redhat.com/ launch free developer sandbox openshift cluster https://developers.redhat.com/developer-sandbox/get-started copy log...

Openshift Code Ready Containers Remote Access

install and configure haproxy to route remote crc connections from remote browsers update /etc/haproxy/haproxy.cfg with below run crc ip and update below 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1...

Springboot 2 oracle Universal Connection Pool configuration(UCP)

code repo https://github.com/datahawklab/oracle-ucp-spring-boot-oci.git Directory Structure 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 SpringBootSample ├── Readme.md ├── po...

Quarkus getting started development setup

You need just the following to get start with quarkus JDK 11+ Maven or Gradle My developer setup is Windows 11 laptop with WSL2 (Windows Subsystem for Linux). Im running Ubuntu 20.04 on wsl...

java vscode remote dev setup windows 11 wsl2 docker desktop

upgrade to Windows 11 and install wsl and ubuntu using commands below open command prompt in admin mode 1 2 wsl --install wsl --install Ubuntu-20.04 install vscode and remote development ex...