-
PostgreSQL
Stashing Previously Set psql Variables
The command-line based “PostgreSQL interactive terminal” known as psql is handy for manipulating and accessing data in a PostgreSQL database.…
Read More » -
PostgreSQL
PostgreSQL’s psql \set versus SET
It is easy for someone who is new to PostgreSQL and who uses PostgreSQL’s terminal editor psql to confuse the…
Read More » -
Windows
Programming on Windows
During the last four years, until the early part of 2018, I worked on a MacBook. Sometime in the second…
Read More » -
PostgreSQL
Revealing the Queries Behind psql’s Backslash Commands
PostgreSQL‘s psql interactive terminal tool provides several useful “backslash list commands” such as \d (lists “relations” such as tables, views,…
Read More » -
BASH
Some bash functions for git
Here some git related functions in my .bachrc. Is mostly a backup for me, but it might also be useful…
Read More » -
Linux
How to Find Biggest Files and Directories in Linux to Free some Disk Space Quickly – find & du & sort & head command Example
Hello guys, 100% full disk space is a common problem and as a programmer or Linux user, you often need…
Read More » -
DevOps
Kubernetes and Secrets
This is going to be a small post since it has to deal with kubernetes and secrets. Yet it is…
Read More » -
DevOps
Testing and using AWS EKS #kubernetes – findings
Context I have been working in a team where we use kubernetes in production (not the nginx example- the real shit) for…
Read More » -
DevOps
AppDev in Cloud: How to put Red Hat Process Automation Manager in your Cloud
It’s been some time since we talked about putting JBoss BPM Suite into your cloud and with the new product release…
Read More »