bash

My First Bash Script

2020-10-23

Recently, I took up the linuxupskillchallenge hosted by lovely folks, on reddit.... Read More

Generating a Data Dictionary

2022-04-03

Data dictionaries are particulary important in understand the database schema of an application. How do developers create and update this data dictionary? I created a very very simplified automated tool to generate a dd using flyway scripts. ... Read More