After one client was notified that her passwords were found in a data leak and may compromise the accounts from her iPhone: Compromised... Some of your passwords have appeared in a data leak, putting those accounts at high risk of … [Continue reading]
How to Fix Failed to Decrypt Protected XML Node Error in SSIS
One morning, you discovered your SSIS package failed to run with the following error message: This is typically caused by a simple setting that is too often overlooked during deployment. In general, you do not want to save any connection ID … [Continue reading]
Basic Configuration in Git
After installing Git, you may want to do some basic configuration so you can have a proper versioning history and collaborate with others in a shared repository. First thing, you want to do before anything is to set your name and email. You can … [Continue reading]
How to Install Git
This may be a very basic topic, but it turned out to be very useful for people who are just starting to delve into version control software. Just a quick overview from Pro Git book by Scott Chacon and Ben Straub that you can download from the link … [Continue reading]
How to Add Comma to Each Line Using Visual Studio Code or Sublime Text
Sometimes the simplest thing is really taken for granted and we take the long route to do the simplest thing. We received a CSV with thousands of ID numbers that will be used to update a database table. The data would look like the … [Continue reading]