Dumping large MySQL database

During some troubleshooting on one of projects I needed to get latest dump from remote mysql database server I couldn’t ssh to.
Easy thing… but the database was actually quite huge…

Read More

To clone or not to clone? (Part 1)

A few days ago I was debugging an issue in one web application.
All tracks were pointing to Java Script logic that shortly speaking was creating a copy of the array and then modifying the destination array.

Read More