Here you can find tips and solutions about different technnologies such as Java, Spring, Kubernetes, Databases... based on my experience working on several software projects.
for f in *.csv; do mysql -e "load data LOCAL infile '"$f"' into table schema.my_table" -u your_username --password=your_password; done;